Documentation Index
Fetch the complete documentation index at: https://uncoded.ch/docs/llms.txt
Use this file to discover all available pages before exploring further.
VICUSDT * LongTimeLong
VICUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -17.31% | 114,456 closed trades | 100.0% closed WR | 667 open orders
Headline Performance
GET /backtests/{id} + /equity + /trades * Fields used: return_pct, final_value, total_profit, win_rate, fulfilled_trades, active_orders, unrealized_pnl_exit_net, max_profit, min_profitfinal_value - start_balance.Return
Final Value
Portfolio PnL
Realized Profit
Unrealized PnL
Win Rate (closed)
Closed Trades
Open Orders
Best Closed Trade
Worst Closed Trade
TL;DR
Performance KPI Metrics
GET /backtests/{id} + /equity + /trades * Fields used: server aggregates from /daily-stats and /extras (Total Fees, Gross Profit/Loss, fill-type counts) plus <AnalyticsCharts> KPI strip * Transform: bt.* + dailyStats.totals + extras.deep_dive.fill_type_breakdownMax Drawdown
Profit Factor
Sharpe Ratio
Total Fees
Avg Hold Time
TP / SL / TSL
Trade Economics
| Metric | Value | Interpretation |
|---|---|---|
| Profit Factor | inf (no losing trades) | Sum of winning trades / sum of losing trades. >1 = profitable edge, >2 = strong, inf = no losses. |
| Gross Profit | 1,543.95 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 859.85 USDT | Buy + sell fees across all trades. |
| Fee Drag | 55.7% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 13.6 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 114,456 | 100.0% | Position closed by hitting the profit target - the desired outcome. |
| SL (Stop Loss) | 0 | 0.0% | Position closed by hitting the stop - capital preservation in action. |
| TSL (Trailing Stop) | 0 | 0.0% | Trailing stop locked in profit during a trend. |
Verdict
For VICUSDT, the strategy’s profit factor of inf (no losing trades) indicates gross winners materially exceeded gross losers in this window, exits are TP-dominant (100.0%), so most profit comes from hitting take-profit targets, fees ate 55.7% of gross profit - over-trading risk.Chunking & Headings Guide
Chunk markers
Every section is delimited by paired JSX comments - invisible to readers, trivial for splitters. (Earlier versions of this exporter used HTML comments; we switched to JSX comments in v2.4.0 because MDX 3 - the parser Mintlify uses - forbids HTML comments at the document level.) The example below uses uppercaseRAG-CHUNK so it doesn’t accidentally match a splitter that scans this very page; real markers use lowercase rag-chunk:
{/* RAG-CHUNK:start id="tldr" type="summary" title="TL;DR" tokens~="120" backtest_id="05d3c0a5-ac17-4599-9adc-4f1c918cb8f9" */}
...section markdown...
{/* RAG-CHUNK:end id="tldr" */}
\{/\*\s*rag-chunk:(start|end)\b[^*]*\*/\} and treat everything between a matching start/end pair (same id) as one indivisible chunk. Never split inside a chunk. (For backwards compatibility with v2.3.x exports, splitters can OR-match the legacy regex <!--rag-chunk:(start|end)\b[^>]*-->.)
Heading convention
# Title- appears exactly once (the document title in the intro chunk).## Section- opens every top-level chunk. Heading text matches the chunk’stitleattribute.### Sub-section- purely visual; never introduces a new chunk.####and deeper - reserved for inline detail (e.g. per-chart sub-blocks inside the catalogue).
Chunk type taxonomy
| Type | Purpose | Best for retrieval of… |
|---|---|---|
meta | Frontmatter & document intro | document-identity questions |
summary | TL;DR-style condensed prose | ”give me the headline” |
kpis | Headline numbers, card grids | numeric lookups |
overview | Tabular meta (period, balance, …) | “what was tested” |
comparison | Strategy vs benchmark | ”did it beat buy & hold” |
claims | Assertion -> evidence -> source | citation-grade answers |
config | Reproduction parameters | ”how do I rerun this” |
chart | Single visualization w/ embedded data | chart-specific questions |
catalogue | Multi-chart bundle | exploratory chart questions |
risk / allocation / trade-stats / monthly / top-trades | Domain-specific analytics | targeted KPI questions |
validation | Data-quality report | trust / sanity questions |
facts | Machine-readable JSON + key-value | deterministic lookups |
qa | Pre-answered FAQ | direct Q&A retrieval |
glossary | Term definitions | disambiguation |
narrative | Human-oriented prose | ”explain like I’m…” |
structured | JSON-LD / schema.org | search-engine indexing |
provenance | Metric -> API field -> formula lookup | ”where does this number come from” |
integrity | SHA-256 fingerprints of raw API payloads | tamper-evidence checks |
attachments | Verbatim API responses + trade-sample CSV (full ledger via /trades pagination) | byte-level reproduction |
footer | Disclaimers, links | compliance lookups |
Recommended ingestion pipeline
- Split on
{/* rag-chunk:start ... */}/{/* rag-chunk:end ... */}boundaries. - Use the
idattribute as the vector-store primary key - stable across re-exports. - Store
type,title,tokens~, andbacktest_idas filterable metadata. - Do not further chunk the
facts,claims,qa, orstructuredsections - they’re designed to be retrieved whole. - The
cataloguechunk is large; if your context budget is tight, split it on its###sub-headings instead of dropping it.
Performance Analysis
GET /backtests/{id} + /equity + /trades * Fields used: same prose rendered on the live page by <BacktestInterpretation> - pure, deterministic, no LLM * Transform: buildBacktestInterpretation(bt)Methodology & data
This backtest was executed on historical Binance Spot 1-minute candles for VICUSDT, with intrabar fill simulation in “OLHC” mode and a synthetic order latency of 2s applied to each fill to approximate real-world routing delay. The simulator processes every minute sequentially, evaluates the LongTimeLong rule set, and books fills against the next available bar - a standard event-driven backtesting approach that avoids look-ahead bias. Equity is marked-to-market on every closed trade and aggregated into the equity curve shown above. Configured backtest window: approximately 22.1 months (673 days fromconfig.from to config.to) of VICUSDT 1-minute price action - a sample size that is large enough to span multiple short-term regimes. Note: the equity series may cover fewer days if the engine omits leading or trailing flat periods (e.g. dates before the asset began trading); see the Overview section for the exact equity-coverage span.
Live trading considerations
Translating this result to live trading: VICUSDT is a deeply-liquid USDT-quoted pair on Binance, so the simulated fills here translate well to live execution at retail size. The high trade frequency means cumulative slippage and exchange-side latency will erode a few percent of the headline return over a full year - budget for that gap. Without a hard stop-loss, the live system depends on the take-profit ladder firing during recovery legs; a prolonged downtrend without recovery will hold positions open longer than backtest aggregates suggest. Additionally, exchange downtime, API rate limits, and funding-rate changes (on perp variants) are not modelled here and should be accounted for in production deployment.Frequently asked questions
Is a -17.31% return on VICUSDT a good backtest result?
Is a -17.31% return on VICUSDT a good backtest result?
What does the 100.0% win rate mean here?
What does the 100.0% win rate mean here?
What is the annualised return for this VICUSDT backtest?
What is the annualised return for this VICUSDT backtest?
Can I run this exact LongTimeLong configuration live?
Can I run this exact LongTimeLong configuration live?
How is this backtest different from others on VICUSDT?
How is this backtest different from others on VICUSDT?
Overview
GET /backtests/{id} * Fields used: symbol, mode_name, config.from, config.to, start_balance, final_value, avg_profit, status, created_at, started_at, completed_at, elapsed_sec, is_duplicate, data_file, id, summary_text| Field | Value |
|---|---|
| Trading Pair | VICUSDT |
| Strategy | LongTimeLong |
| Period | 2024-04-24 -> 2026-02-25 |
| Configured window (inclusive elapsed) | 673.0 days (1.84 years) - (config.to - config.from) / 86 400 000 ms |
| Configured window (calendar days) | 673 days - Math.round of the elapsed value above; this is what the narrative paragraph quotes |
| Equity-stat duration | 672.0 days (1.84 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 672.0 days - the engine omitted leading/trailing flat periods (e.g. dates before the asset began trading on the venue) |
| Start Balance | 10,000.00 USDT |
| Final Value | 8,268.51 USDT |
| Avg Profit / Trade | +0.0060 USDT |
| Trades / Month | 5176.1 |
| Status | completed |
| Created | 2026-05-08 13:39:12 UTC |
| Started | 2026-05-08 15:09:42 UTC |
| Completed | 2026-05-08 15:28:46 UTC |
| Compute Time | 15m 31s |
| Backtest ID | 05d3c0a5-ac17-4599-9adc-4f1c918cb8f9 |
| Engine summary: |
Backtest VICUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 8,268.51 USDT
P&L: -1,731.49 USDT (-17.31%)
Result: LOSS
Completed trades: 114456
Open orders at end: 667
Win rate: 100.0%
Avg. profit/trade: 0.005977 USDT
Best trade: 0.015367 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 684.107999 USDT
Max drawdown: -20.47%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.80
Total fees: 859.85 USDT
Avg hold time: 13.6h
TP / SL / TSL: 114456 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 9
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]
Investment per buy: 25.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 930.9s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -17.31% over the tested window | return_pct = -17.3149 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 8,268.51 USDT | final_value - start_balance = -1,731.49 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 114456 of 114456 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 20.47% | max_drawdown_pct = 20.4726 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -0.80 | sharpe_annualized = -0.8008 | derived from daily-resampled equity returns |
Strategy Configuration
GET /backtests/{id} * Fields used: mode_name, config (full JSON payload)- Highlights
- Full JSON
| Parameter | Value |
|---|---|
canBuy | true |
canSell | true |
canBuyUp | true |
startBal | 10000 |
stepSize | 0.01 |
stopLoss | false |
tickSize | 0.0001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "VICUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.01,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 9 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,15,10,10,10,10,5,5,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 25 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 25 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.35,0.5,0.75,1,2.5,5,10,15] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 0.01 | Exchange size step (base asset). |
stopLoss | false | Hard stop-loss enabled flag. |
stopLossPercentage | 5 | Hard stop-loss distance from entry as a percent (5.0 = -5%). |
taker_fee_bps | 7.5 | Taker fee in basis points. |
tickSize | 0.0001 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [0,0,0,0,0,0,0,0,0] | Per-tier trailing-SL distances. Zero entries disable TSL on that tier. |
triggerCoolDown | 1 | Minimum bars/ticks between two consecutive buys on the same level. |
to: "2026-02-25 23:59:59"
from: "2024-04-24 00:00:01"
canBuy: true
symbol: VICUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.01
stopLoss: false
tickSize: 0.0001
buySplits: 9
buyVolumes:
- 20
- 15
- 10
- 10
- 10
- 10
- 5
- 5
- 5
canBuyDown: false
minNotional: 5
buyPercentage: 0.1
fees_in_quote: true
intrabar_mode: OLHC
maker_fee_bps: 7.5
taker_fee_bps: 7.5
sellPercentages:
- 0.25
- 0.35
- 0.5
- 0.75
- 1
- 2.5
- 5
- 10
- 15
triggerCoolDown: 1
investmentPerBuy: 25
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 25
order_latency_seconds: 2
trailingStopLossPercentages:
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
sellCancelDistancePercentage: 1
dontBuyBelowQuoteAssetBalance: 1
investmentPerFreeQuotePercent: 0.01
sellActivateDistancePercentage: 0.1
Strategy Logic
strategyLogic object to buildVerifiableMdx (or wire up getModes() so the exporter can derive a sketch) to remove this notice.GET /modes and select the entry whose filename == "3LongTimeLong.json" to inspect the public rule fields, or consult the engine source for the executable logic.
Engine Specification
engine_version field in this document’s frontmatter (see also the Data Source Metadata section).Engine Specification
uncoded.ch/docs/engine; this report only pins which revision applied (engine_version in the frontmatter).
Data Source Metadata
buildVerifiableMdx({ dataSource: ... }) to fill it in. The engine spec describes deterministic execution semantics (segment order, fill rules, fee classification) that cannot be reverse-engineered from trades alone.| Field | Value | Source |
|---|---|---|
| Market-data provider | Binance Spot | caller DataSourceInput.provider |
| Exchange / venue | binance | caller DataSourceInput.exchange |
| Symbol | VICUSDT | GET /backtests/{id} -> $.symbol |
| Candle interval | 1m | platform invariant - all backtests run on 1-minute OHLCV candles |
| First candle (UTC) | 2024-04-24 00:00:01 | GET /backtests/{id} -> $.config.from |
| Last candle (UTC) | 2026-02-25 23:59:59 | GET /backtests/{id} -> $.config.to |
| Timezone | UTC | default assumption (UTC) |
| Engine version | uncoded-engine (FastAPI backend) | caller DataSourceInput.engineVersion |
| Engine spec version | 1.1 | caller DataSourceInput.engineSpecVersion |
| Engine spec document | https://uncoded.ch/docs/engine | caller DataSourceInput.engineSpecPath |
Equity Curve
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net, total_value_mid, total_value 10,098 | ##
|# ### #::### ##### #
|:##### #####:::###::::::###### # :::::#:##
|::::::#:::::::::::::::::::::::# ##:## :::::::::#
|:::::::::::::::::::::::::::::::#:::::##::::::::::##
|:::::::::::::::::::::::::::::::::::::::::::::::::::##
|:::::::::::::::::::::::::::::::::::::::::::::::::::::####
|:::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
|::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
8,301 |:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
+------------------------------------------------------------
start end
Risk & Quality Metrics
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net, total_value_mid, total_value, base_asset_bal (for time-in-market)Max Drawdown
CAGR
Volatility (ann.)
Sharpe Ratio
Sortino Ratio
Time in Market
Drawdown Detail
| Field | Value |
|---|---|
| Peak | 10,333.76 USDT @ 2025-07-10 23:59:00 UTC |
| Trough | 8,218.17 USDT @ 2026-02-24 23:59:00 UTC |
| Drawdown Duration | 229.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,333.76 USDT |
Final Portfolio Allocation
GET /backtests/{id}/equity * Fields used: total_value_exit_net, quote_asset_bal, base_asset_bal, base_value_exit_net, base_value_mid, unrealized_pnl_exit_net| Asset | Quantity | Value (USDT) | Allocation |
|---|---|---|---|
| USDT (Cash) | 7,332.68 | 7,332.68 | 88.7% |
| VIC | 19,968.57000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 935.82 | 11.3% |
| Total | - | 8,268.51 | 100.0% |
Trade Analytics
GET /backtests/{id}/trades * Fields used: profit, profit_percentage, fill_type, buy_time, sell_time, buy_price, sell_price, buy_quantity, buy_fee_in_quote, sell_fee_in_quoteWins
Losses
Breakeven
Profit Factor
Payoff Ratio
Expectancy / Trade
Avg Win
Avg Loss
Median Trade
Max Win Streak
Max Loss Streak
Avg Holding
Median Holding
Total Volume
Total Fees
Gross Performance
| Metric | Value | Source |
|---|---|---|
| Gross Profit (winners only) | +0.98 USDT | Sum profit where profit > 0 (client-side from /trades) |
| Gross Loss (losers only) | -0.00 USDT | Sum -profit where profit < 0 (client-side from /trades) |
| Net Profit | +0.98 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.38 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.38 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 0.75 USDT | buy + sell on matched pairs |
| Open-position buy fees | 859.09 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 667 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 859.85 USDT | bt.total_fees - engine-tracked sum of every fee actually paid (closed + open buy fills). reconciles to closed-fees + open-position buy fees |
| Fees as % of Gross Profit | 87389.49% | Total Fees / Gross Profit |
bt.total_fees is the engine-tracked total of every fee actually paid. Per-trade rows in /trades only emit on matched buy+sell pairs, so positions still open at end-of-window contribute their buy-fee to bt.total_fees but not to the per-trade sum. The identity is exact:
bt.total_fees = Sum closed-trade (buy_fee + sell_fee) + Sum open-position buy_fees
Citation rules: use Total Fees Paid for the headline (the authoritative number every consumer should quote), use Closed-trade fees subtotal when reasoning specifically about realized round-trip economics, and use Open-position buy fees when sizing the unrealized exposure of the still-open ladder.Advanced - mechanical breakdown from API field mapping
Advanced - mechanical breakdown from API field mapping
| Line item | Formula | API field(s) | Endpoint |
|---|---|---|---|
| Closed-trade buy fees | Sum row.buy_fee_in_quote | buy_fee_in_quote per row | GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375074 + 0.376376
= 0.751450 USDT
(B) bt.total_fees = 859.846039 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 859.846039 - 0.751450
= 859.094589 USDT
Identity check: (A) + (C) ?= (B)
0.751450 + 859.094589 = 859.846039 USDT
vs bt.total_fees = 859.846039 USDT -> matches within 0.01
/trades rows emit only on matched buy+sell pairs. A buy fill that hasn’t found its sell yet (still sitting in the DCA ladder at end-of-window) has already paid its fee - that fee is included in bt.total_fees (B) but not in any per-trade row, so it is not part of (A). The remainder (C) is therefore the buy-side fee paid on the 667 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.3h | 10.4h | 81.8h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:02:00 UTC | 2026-02-25 22:58:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.98 USDT | +0.20% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 25 | 25 | 100.0% | +0.14 |
| 2024-06 | 1 | 1 | 100.0% | +0.00 |
| 2024-07 | 1 | 1 | 100.0% | +0.00 |
| 2024-11 | 1 | 1 | 100.0% | +0.00 |
| 2024-12 | 1 | 1 | 100.0% | +0.00 |
| 2025-01 | 2 | 2 | 100.0% | +0.01 |
| 2025-03 | 1 | 1 | 100.0% | +0.00 |
| 2025-04 | 6 | 6 | 100.0% | +0.03 |
| 2025-06 | 2 | 2 | 100.0% | +0.01 |
| 2025-07 | 2 | 2 | 100.0% | +0.01 |
| 2025-10 | 5 | 5 | 100.0% | +0.02 |
| 2026-01 | 3 | 3 | 100.0% | +0.01 |
| 2026-02 | 50 | 50 | 100.0% | +0.72 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2026-02-24 -> 2026-02-24 | 0.043700 | 0.043900 | +0.0154 | +0.31% |
| 2 | TP | 2026-02-24 -> 2026-02-24 | 0.043900 | 0.044100 | +0.0153 | +0.31% |
| 3 | TP | 2026-02-24 -> 2026-02-24 | 0.044100 | 0.044300 | +0.0152 | +0.30% |
| 4 | TP | 2026-02-24 -> 2026-02-24 | 0.044100 | 0.044300 | +0.0152 | +0.30% |
| 5 | TP | 2026-02-24 -> 2026-02-24 | 0.044200 | 0.044400 | +0.0151 | +0.30% |
| 6 | TP | 2026-02-24 -> 2026-02-24 | 0.044200 | 0.044400 | +0.0151 | +0.30% |
| 7 | TP | 2026-02-23 -> 2026-02-23 | 0.044400 | 0.044600 | +0.0150 | +0.30% |
| 8 | TP | 2026-02-24 -> 2026-02-24 | 0.044400 | 0.044600 | +0.0150 | +0.30% |
| 9 | TP | 2026-02-24 -> 2026-02-24 | 0.044400 | 0.044600 | +0.0150 | +0.30% |
| 10 | TP | 2026-02-24 -> 2026-02-24 | 0.044400 | 0.044600 | +0.0150 | +0.30% |
Top 10 Losers
Top 10 Losers
Charts Catalogue
GET /backtests/{id} + /equity + /trades * Fields used: every chart from the live <AnalyticsCharts> UI, with the exact transform + API fields it consumesX-API-Key.- Equity & Balance
- Trade Analysis
- Risk & Recovery
- Deep Dive
- Advanced
Drawdown
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: computeDrawdown(equity)drawdown).| Stat | Value |
|---|---|
| Shallowest DD | 0.00% @ 2024-04-24 23:59:00 UTC |
| Deepest DD | -20.47% @ 2026-02-24 23:59:00 UTC |
| Mean | -5.88% |
| Std Dev | 4.62% |
| Last | -19.99% |
| Points | 673 |
| Across 673 points the series ranged from -20.47% (2026-02-24 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -5.88%. 0% of points were positive, 98% negative. The most recent value is -19.99%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-05T23:59:00+00:00","drawdown":-0.6224907845003917},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-2.837048894656146},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-2.1109585752293842},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-2.269612569319215},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-3.3095501987838505},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-3.615844671546553},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-4.266261055422615},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-2.831534382615127},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-4.449515135681177},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-3.623723541484334},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-2.335563639956155},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-1.4313768801130065},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-1.0224434154586322},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-0.7399294706423998},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-2.2793566800780223},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-2.7213003926214103},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-4.28548963345017},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-2.4899496707593456},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-4.056636880501085},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-3.217096930687043},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-4.029668823868715},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-4.233605956324245},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-4.869896357733146},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-4.09791005916939},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-4.764548307127801},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-7.288604114386503},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-4.835587435029643},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-6.81613302100149},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-7.220931155597143},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-6.007747024825867},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-6.6442345246170476},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-5.087198115687035},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-5.830142956651055},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-8.06267999528812},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-9.25371216168692},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-9.289716446278081},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-2.1535369730973857},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-4.878010038303312},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-2.5258908872543135},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-4.806639385169111},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-5.19055342811413},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-5.281160439287475},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-5.127392158941329},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-6.474718229613247},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-9.41483795757929},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-9.452317229693115},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-11.700388236798325},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-11.520900822639057},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-11.860185124123083},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-12.910378466712109},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-14.241190077966385},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-14.54808135479162},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-13.360225714453499},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-14.378515488451221},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-17.262029905371882},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-19.059289967966787},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-19.985485610575203}]
Unrealized PnL
GET /backtests/{id}/equity * Fields used: timestamp, unrealized_pnl_exit_net * Transform: equity.map(p => ({ pnl: p.unrealized_pnl_exit_net }))pnl).| Stat | Value |
|---|---|
| Best Unrealized | -7.78 USDT @ 2024-04-25 23:59:00 UTC |
| Worst Unrealized | -2,447.44 USDT @ 2026-02-24 23:59:00 UTC |
| Mean | -792.14 USDT |
| Std Dev | 542.78 USDT |
| Last | -2,397.76 USDT |
| Points | 673 |
| Sum | -533,113.05 USDT |
| Across 673 points the series ranged from -2,447.44 USDT (2026-02-24 23:59:00 UTC) to -7.78 USDT (2024-04-25 23:59:00 UTC), averaging -792.14 USDT. 0% of points were positive, 100% negative. The most recent value is -2,397.76 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-8.5606414395},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-80.6351897442},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-315.9953372853},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":-255.7963714035},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-282.6935315455},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-397.0722213013},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-437.8723269283},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-514.3364055183},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-385.5101757578},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-560.589797785},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-487.959396307},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-370.8124948418},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-305.120380339},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-277.4615545933},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-258.7728262158},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-423.286807019},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-474.5055083788},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-636.3470744063},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-467.1263150495},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":-234.5801751205},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":-53.0599670613},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-483.2455907115},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-413.1183372158},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-507.6525771188},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-542.5961848985},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-627.15498923},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-565.1290119428},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-643.583359992},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-913.3109622313},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-692.7094161186},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-905.2496201455},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-957.2608122065},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-841.7690972028},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-913.9603185115},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-764.7483880645},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-849.32211077},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-1084.9729669063},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-1214.119595308},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-1224.602269203},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-390.6402757453},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-690.2730823463},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-469.1025728638},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-714.8265314665},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-761.9908030275},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-774.0380692895},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-763.3688562655},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-905.623260944},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-1215.1567306238},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-1231.6457461698},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-1469.3914878573},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-1459.509448555},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-1499.7999882833},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-1613.046583672},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-1754.8513795255},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-1791.649045348},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-1677.3279922425},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-1788.6876452243},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-2097.774449353},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-2292.85442191},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-2397.760130466}]
Balance Composition (Cash vs. Coin)
GET /backtests/{id}/equity * Fields used: quote_asset_bal, base_value_exit_net, total_value_exit_net * Transform: stack(quote, base, total)total).| Stat | Value |
|---|---|
| Peak Total Equity | 10,333.76 USDT @ 2025-07-10 23:59:00 UTC |
| Trough Total Equity | 8,218.17 USDT @ 2026-02-24 23:59:00 UTC |
| Mean | 9,574.81 USDT |
| Std Dev | 397.95 USDT |
| Last | 8,268.51 USDT |
| Points | 673 |
| Sum | 6,443,845.38 USDT |
| Across 673 points the series ranged from 8,218.17 USDT (2026-02-24 23:59:00 UTC) to 10,333.76 USDT (2025-07-10 23:59:00 UTC), averaging 9,574.81 USDT. 100% of points were positive, 0% negative. The most recent value is 8,268.51 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9775.7868284707,"base":216.78105817550022,"total":9992.5678866462},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9382.8112166813,"base":550.3061406149991,"total":9933.1173572963},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9106.4428782031,"base":605.3219238080001,"total":9711.7648020111},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9073.7644440008,"base":710.5755353496988,"total":9784.3399793505},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9144.8714662518,"base":623.6105110725002,"total":9768.4819773243},{"timestamp":"2024-06-20T23:59:00+00:00","quote":8824.9216273338,"base":839.615075055699,"total":9664.5367023895},{"timestamp":"2024-07-01T23:59:00+00:00","quote":8925.1967339226,"base":708.7248024413002,"total":9633.9215363639},{"timestamp":"2024-07-13T23:59:00+00:00","quote":8691.4018434699,"base":877.5083807455012,"total":9568.9102242154},{"timestamp":"2024-07-24T23:59:00+00:00","quote":8976.2852015203,"base":736.0307945758996,"total":9712.3159960962},{"timestamp":"2024-08-05T23:59:00+00:00","quote":8704.3254818651,"base":846.2678787080004,"total":9550.5933605731},{"timestamp":"2024-08-16T23:59:00+00:00","quote":8769.2978151532,"base":863.8362015761995,"total":9633.1340167294},{"timestamp":"2024-08-27T23:59:00+00:00","quote":8961.0977981817,"base":800.7921471058999,"total":9761.8899452876},{"timestamp":"2024-09-08T23:59:00+00:00","quote":9135.9604954646,"base":716.3059673000007,"total":9852.2664627646},{"timestamp":"2024-09-19T23:59:00+00:00","quote":9129.1415837866,"base":763.9991585589996,"total":9893.1407423456},{"timestamp":"2024-09-30T23:59:00+00:00","quote":9053.600088014,"base":867.7788763506996,"total":9921.3789643647},{"timestamp":"2024-10-12T23:59:00+00:00","quote":8853.9779783542,"base":913.5300422220007,"total":9767.5080205762},{"timestamp":"2024-10-23T23:59:00+00:00","quote":8820.9954583826,"base":902.3387969557007,"total":9723.3342553383},{"timestamp":"2024-11-04T23:59:00+00:00","quote":8396.0230700191,"base":1170.9651929430001,"total":9566.9882629621},{"timestamp":"2024-11-15T23:59:00+00:00","quote":8721.6132005058,"base":1024.8453400867002,"total":9746.4585405925},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9263.3469739311,"base":736.7821466389996,"total":10000.1291205701},{"timestamp":"2024-12-08T23:59:00+00:00","quote":9354.5455466652,"base":843.2161322357006,"total":10197.7616789009},{"timestamp":"2024-12-19T23:59:00+00:00","quote":8535.002793323,"base":1249.0727243260008,"total":9784.075517649},{"timestamp":"2024-12-31T23:59:00+00:00","quote":8600.5640696478,"base":1269.1257312824,"total":9869.6898009302},{"timestamp":"2025-01-11T23:59:00+00:00","quote":8557.1729964871,"base":1229.652659306701,"total":9786.8256557938},{"timestamp":"2025-01-22T23:59:00+00:00","quote":8856.651316947,"base":909.3773161042009,"total":9766.0286330512},{"timestamp":"2025-02-03T23:59:00+00:00","quote":9006.4913128198,"base":694.6499415099988,"total":9701.1412543298},{"timestamp":"2025-02-14T23:59:00+00:00","quote":9103.2790707471,"base":676.587506504,"total":9779.8665772511},{"timestamp":"2025-02-26T23:59:00+00:00","quote":8863.4860637964,"base":848.398333667501,"total":9711.8843974639},{"timestamp":"2025-03-09T23:59:00+00:00","quote":8395.3295560548,"base":1059.1576455424001,"total":9454.4872015972},{"timestamp":"2025-03-20T23:59:00+00:00","quote":8710.175613595,"base":994.4643829067008,"total":9704.6399965017},{"timestamp":"2025-04-01T23:59:00+00:00","quote":8495.5107431048,"base":1007.1579345975006,"total":9502.6686777023},{"timestamp":"2025-04-12T23:59:00+00:00","quote":8381.1231676317,"base":1080.265161023899,"total":9461.3883286556},{"timestamp":"2025-04-23T23:59:00+00:00","quote":8484.4382274239,"base":1100.667727614,"total":9585.1059550379},{"timestamp":"2025-05-05T23:59:00+00:00","quote":8351.5804740363,"base":1168.6180026569,"total":9520.1984766932},{"timestamp":"2025-05-16T23:59:00+00:00","quote":8606.4015275671,"base":1072.5798113624987,"total":9678.9813389296},{"timestamp":"2025-05-28T23:59:00+00:00","quote":8650.257748969,"base":952.9598456734002,"total":9603.2175946424},{"timestamp":"2025-06-08T23:59:00+00:00","quote":8242.8534112011,"base":1132.6953768478998,"total":9375.548788049},{"timestamp":"2025-06-19T23:59:00+00:00","quote":8030.3388265821,"base":1223.7513396184995,"total":9254.0901662006},{"timestamp":"2025-07-01T23:59:00+00:00","quote":7987.1086965878,"base":1263.3098384759996,"total":9250.4185350638},{"timestamp":"2025-07-12T23:59:00+00:00","quote":9049.9718862712,"base":1061.2448089948994,"total":10111.2166952661},{"timestamp":"2025-07-24T23:59:00+00:00","quote":8767.7498246805,"base":1061.9264174049986,"total":9829.6762420855},{"timestamp":"2025-08-04T23:59:00+00:00","quote":9009.869403062,"base":1062.869139832499,"total":10072.7385428945},{"timestamp":"2025-08-15T23:59:00+00:00","quote":8554.4313298119,"base":1282.6201828475005,"total":9837.0515126594},{"timestamp":"2025-08-27T23:59:00+00:00","quote":8627.000607005,"base":1170.3781575499997,"total":9797.378764555},{"timestamp":"2025-09-07T23:59:00+00:00","quote":8629.6831017607,"base":1158.3325535337008,"total":9788.0156552944},{"timestamp":"2025-09-19T23:59:00+00:00","quote":8735.004500863,"base":1068.9011963944995,"total":9803.9056972575},{"timestamp":"2025-09-30T23:59:00+00:00","quote":8577.8738733105,"base":1086.802408408499,"total":9664.676281719},{"timestamp":"2025-10-11T23:59:00+00:00","quote":8428.4378893133,"base":932.4135349725002,"total":9360.8514242858},{"timestamp":"2025-10-23T23:59:00+00:00","quote":8235.8729432006,"base":1121.1054638069,"total":9356.9784070075},{"timestamp":"2025-11-03T23:59:00+00:00","quote":8096.1733316974,"base":1028.494857893901,"total":9124.6681895913},{"timestamp":"2025-11-14T23:59:00+00:00","quote":8014.7600677714,"base":1128.4559168295,"total":9143.2159846009},{"timestamp":"2025-11-26T23:59:00+00:00","quote":7999.9729244741,"base":1108.182241498499,"total":9108.1551659726},{"timestamp":"2025-12-07T23:59:00+00:00","quote":7959.6597171568,"base":1039.9710103195002,"total":8999.6307274763},{"timestamp":"2025-12-19T23:59:00+00:00","quote":7633.6596638881,"base":1228.4482123199996,"total":8862.1078762081},{"timestamp":"2025-12-30T23:59:00+00:00","quote":7588.7020986131,"base":1241.692375742,"total":8830.3944743551},{"timestamp":"2026-01-10T23:59:00+00:00","quote":7872.3591840116,"base":1080.785417538701,"total":8953.1446015503},{"timestamp":"2026-01-22T23:59:00+00:00","quote":7713.3550567518,"base":1134.5619438720005,"total":8847.9170006238},{"timestamp":"2026-02-02T23:59:00+00:00","quote":7424.2184790805,"base":1125.7231199654998,"total":8549.941599046},{"timestamp":"2026-02-14T23:59:00+00:00","quote":7313.4777796177,"base":1050.7393140299992,"total":8364.2170936477},{"timestamp":"2026-02-25T23:59:00+00:00","quote":7332.6827388357,"base":935.8235385503012,"total":8268.506277386}]
Base Exposure (% of Portfolio)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, quote_asset_bal, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Exposure | 14.57% @ 2026-01-28 23:59:00 UTC |
| Min Exposure | 1.98% @ 2024-04-25 23:59:00 UTC |
| Mean | 10.25% |
| Std Dev | 2.33% |
| Last | 11.32% |
| Points | 673 |
| Across 673 points the series ranged from 1.98% (2024-04-25 23:59:00 UTC) to 14.57% (2026-01-28 23:59:00 UTC), averaging 10.25%. 100% of points were positive, 0% negative. The most recent value is 11.32%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":2.1694229214614653},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":5.540115160431239},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":6.232872563827439},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":7.262375764224702},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":6.383903993681876},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":8.687587423079568},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":7.356555684683228},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":9.17041084286536},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":7.578324210947648},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":8.860893211112682},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":8.967343338896946},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":8.203249079779575},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":7.270468881522732},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":7.722513794722992},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":8.74655508541263},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":9.352744223987953},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":9.280137587168712},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":12.239642829669885},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":10.515053604531092},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":7.367726333887539},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":8.268639322885031},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":12.766384745016138},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":12.858820863476247},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":12.564366655277512},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":9.311638848022547},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":7.160497134292974},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":6.9181670440965615},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":8.735671667272381},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":11.2026979671988},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":10.24730833153195},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":10.598685156315756},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":11.4176178325977},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":11.483104441172012},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":12.275143270571965},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":11.08153610182614},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":9.92333909215025},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":12.081376807422144},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":13.223896867658555},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":13.656785730152768},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":10.49571818089663},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":10.803269520295986},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":10.551938137839059},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":13.03866490072644},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":11.945829447608977},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":11.834191876339625},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":10.902809853561822},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":11.24509892239449},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":9.960776992501406},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":11.98149033845474},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":11.271586391131752},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":12.342002187524141},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":12.166923172747284},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":11.55570758191688},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":13.861806124229053},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":14.061573119389811},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":12.071573348112299},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":12.82292706624634},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":13.166442213957433},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":12.562315184621346},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":11.31792741223088}]
Daily Change
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: dailyDelta(equity)total_value_exit_net between consecutive equity samples (typically daily).How to read it. Green bars are gain days, red bars are loss days. A long stretch of red bars indicates a sustained drawdown, not just a single bad day.Why it matters. Shows whether returns are consistent or driven by a few jackpot days - important for compounding and for sizing live capital.Insights (auto-derived from delta).| Stat | Value |
|---|---|
| Best Day | 602.53 USDT @ 2025-07-07 23:59:00 UTC |
| Worst Day | -387.30 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -2.57 USDT |
| Std Dev | 59.90 USDT |
| Last | 50.34 USDT |
| Points | 672 |
| Sum | -1,724.06 USDT |
| Across 672 points the series ranged from -387.30 USDT (2025-10-10 23:59:00 UTC) to 602.53 USDT (2025-07-07 23:59:00 UTC), averaging -2.57 USDT. 47% of points were positive, 53% negative. The most recent value is 50.34 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":2.0313719693003804},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-24.86704221509899},{"timestamp":"2024-05-18T23:59:00+00:00","delta":22.5687693048003},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-15.410539777200029},{"timestamp":"2024-06-09T23:59:00+00:00","delta":52.26039974669948},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-4.5525454147991695},{"timestamp":"2024-07-02T23:59:00+00:00","delta":8.030950375499742},{"timestamp":"2024-07-14T23:59:00+00:00","delta":47.42168222649889},{"timestamp":"2024-07-25T23:59:00+00:00","delta":-8.114779550200183},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-19.3973221414999},{"timestamp":"2024-08-17T23:59:00+00:00","delta":17.319596314799128},{"timestamp":"2024-08-28T23:59:00+00:00","delta":-0.08205927069866448},{"timestamp":"2024-09-08T23:59:00+00:00","delta":43.488146475001486},{"timestamp":"2024-09-20T23:59:00+00:00","delta":7.170159618299294},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-126.52134919970013},{"timestamp":"2024-10-13T23:59:00+00:00","delta":23.8980142806995},{"timestamp":"2024-10-24T23:59:00+00:00","delta":26.8448224292988},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-36.9209950709992},{"timestamp":"2024-11-16T23:59:00+00:00","delta":44.60753900029886},{"timestamp":"2024-11-27T23:59:00+00:00","delta":19.635623154199493},{"timestamp":"2024-12-08T23:59:00+00:00","delta":51.5684565008014},{"timestamp":"2024-12-20T23:59:00+00:00","delta":50.733854823500224},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-7.696974353299083},{"timestamp":"2025-01-12T23:59:00+00:00","delta":-21.047661430900916},{"timestamp":"2025-01-23T23:59:00+00:00","delta":184.85318523379829},{"timestamp":"2025-02-03T23:59:00+00:00","delta":3.7827363953001623},{"timestamp":"2025-02-15T23:59:00+00:00","delta":-16.92415641449952},{"timestamp":"2025-02-26T23:59:00+00:00","delta":4.482198564999635},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-147.70811458050048},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-85.35962082049991},{"timestamp":"2025-04-01T23:59:00+00:00","delta":-29.31091018099869},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-59.60408523949991},{"timestamp":"2025-04-24T23:59:00+00:00","delta":26.31354775950058},{"timestamp":"2025-05-05T23:59:00+00:00","delta":9.626307085000008},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-54.153287591700064},{"timestamp":"2025-05-28T23:59:00+00:00","delta":6.4604648659988015},{"timestamp":"2025-06-08T23:59:00+00:00","delta":-13.741029358499873},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-38.093689263800115},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-78.72913691950089},{"timestamp":"2025-07-13T23:59:00+00:00","delta":-36.86389224439881},{"timestamp":"2025-07-24T23:59:00+00:00","delta":-2.577169951700853},{"timestamp":"2025-08-04T23:59:00+00:00","delta":69.52930431230016},{"timestamp":"2025-08-16T23:59:00+00:00","delta":26.591759218499647},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-11.0720426536991},{"timestamp":"2025-09-07T23:59:00+00:00","delta":14.229029108200848},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-45.23370880500079},{"timestamp":"2025-09-30T23:59:00+00:00","delta":-17.610698333301116},{"timestamp":"2025-10-12T23:59:00+00:00","delta":79.27317286620018},{"timestamp":"2025-10-23T23:59:00+00:00","delta":11.781474589000936},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-139.03894240109912},{"timestamp":"2025-11-15T23:59:00+00:00","delta":38.75874493469928},{"timestamp":"2025-11-26T23:59:00+00:00","delta":5.092182283999136},{"timestamp":"2025-12-07T23:59:00+00:00","delta":-43.161554226999215},{"timestamp":"2025-12-19T23:59:00+00:00","delta":66.94654462230028},{"timestamp":"2025-12-30T23:59:00+00:00","delta":-14.916147581199766},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-29.28957851619998},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-29.266721250000046},{"timestamp":"2026-02-02T23:59:00+00:00","delta":58.57783566780017},{"timestamp":"2026-02-14T23:59:00+00:00","delta":10.097355521000281},{"timestamp":"2026-02-25T23:59:00+00:00","delta":50.33725562100153}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 6.98% @ 2025-07 |
| Worst Month | -4.95% @ 2025-10 |
| Mean | -0.71% |
| Std Dev | 2.49% |
| Last | -2.62% |
| Points | 23 |
| Across 23 points the series ranged from -4.95% (2025-10) to 6.98% (2025-07), averaging -0.71%. 30% of points were positive, 70% negative. The most recent value is -2.62%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-0.13899638437045087},{"month":"2024-05","returnPct":-1.9384818785332139},{"month":"2024-06","returnPct":-1.3390817973249685},{"month":"2024-07","returnPct":0.9705677297750943},{"month":"2024-08","returnPct":0.09709955447451926},{"month":"2024-09","returnPct":2.217128043565854},{"month":"2024-10","returnPct":-0.9312715808994768},{"month":"2024-11","returnPct":3.544202539451005},{"month":"2024-12","returnPct":-1.8839168328015805},{"month":"2025-01","returnPct":-0.9979820752276726},{"month":"2025-02","returnPct":0.04688937404391574},{"month":"2025-03","returnPct":-2.0092107685485256},{"month":"2025-04","returnPct":1.2088868780498883},{"month":"2025-05","returnPct":-1.7938701498496616},{"month":"2025-06","returnPct":-1.6695818784392298},{"month":"2025-07","returnPct":6.982149020788551},{"month":"2025-08","returnPct":-2.015622264262092},{"month":"2025-09","returnPct":-0.7035875110703241},{"month":"2025-10","returnPct":-4.948560785797456},{"month":"2025-11","returnPct":-2.617686547593551},{"month":"2025-12","returnPct":-1.4961487980170747},{"month":"2026-01","returnPct":-4.367856412094778},{"month":"2026-02","returnPct":-2.624519361110701}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 684.11 USDT @ 2026-02-25 |
| Trough Cum. | 1.13 USDT @ 2024-04-24 |
| Mean | 376.41 USDT |
| Std Dev | 209.38 USDT |
| Last | 684.11 USDT |
| Points | 673 |
| Sum | 253,326.62 USDT |
| Across 673 points the series ranged from 1.13 USDT (2024-04-24) to 684.11 USDT (2026-02-25), averaging 376.41 USDT. 100% of points were positive, 0% negative. The most recent value is 684.11 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":1.128528},{"timestamp":"2024-05-05","cumProfit":13.933081999999999},{"timestamp":"2024-05-17","cumProfit":28.739805000000004},{"timestamp":"2024-05-28","cumProfit":41.265255},{"timestamp":"2024-06-09","cumProfit":52.49889500000001},{"timestamp":"2024-06-20","cumProfit":62.93231000000001},{"timestamp":"2024-07-01","cumProfit":73.11725100000001},{"timestamp":"2024-07-13","cumProfit":85.51961100000001},{"timestamp":"2024-07-24","cumProfit":100.09915300000002},{"timestamp":"2024-08-05","cumProfit":113.68748799999999},{"timestamp":"2024-08-16","cumProfit":123.781926},{"timestamp":"2024-08-27","cumProfit":135.390954},{"timestamp":"2024-09-08","cumProfit":160.075356},{"timestamp":"2024-09-19","cumProfit":173.29081},{"timestamp":"2024-09-30","cumProfit":182.85529199999996},{"timestamp":"2024-10-12","cumProfit":193.4983279999999},{"timestamp":"2024-10-23","cumProfit":200.54326399999988},{"timestamp":"2024-11-04","cumProfit":206.16591499999987},{"timestamp":"2024-11-15","cumProfit":216.4918119999999},{"timestamp":"2024-11-26","cumProfit":237.61624999999995},{"timestamp":"2024-12-08","cumProfit":255.33990199999997},{"timestamp":"2024-12-19","cumProfit":272.678881},{"timestamp":"2024-12-31","cumProfit":288.165911},{"timestamp":"2025-01-11","cumProfit":299.836007},{"timestamp":"2025-01-22","cumProfit":313.982592},{"timestamp":"2025-02-03","cumProfit":333.93782600000003},{"timestamp":"2025-02-14","cumProfit":352.29157000000004},{"timestamp":"2025-02-26","cumProfit":363.89396300000004},{"timestamp":"2025-03-09","cumProfit":376.91490500000015},{"timestamp":"2025-03-20","cumProfit":408.1759640000001},{"timestamp":"2025-04-01","cumProfit":419.02332000000007},{"timestamp":"2025-04-12","cumProfit":429.754163},{"timestamp":"2025-04-23","cumProfit":437.98007499999994},{"timestamp":"2025-05-05","cumProfit":445.2638179999999},{"timestamp":"2025-05-16","cumProfit":455.26358499999986},{"timestamp":"2025-05-28","cumProfit":464.1726879999999},{"timestamp":"2025-06-08","cumProfit":472.1547379999998},{"timestamp":"2025-06-19","cumProfit":479.96669599999984},{"timestamp":"2025-07-01","cumProfit":486.9388659999998},{"timestamp":"2025-07-12","cumProfit":514.6237849999998},{"timestamp":"2025-07-24","cumProfit":534.1766659999998},{"timestamp":"2025-08-04","cumProfit":557.7834279999998},{"timestamp":"2025-08-15","cumProfit":568.657742},{"timestamp":"2025-08-27","cumProfit":576.321088},{"timestamp":"2025-09-07","cumProfit":579.0052460000002},{"timestamp":"2025-09-19","cumProfit":584.3550850000001},{"timestamp":"2025-09-30","cumProfit":587.3800750000001},{"timestamp":"2025-10-11","cumProfit":593.1458450000002},{"timestamp":"2025-10-23","cumProfit":605.9621210000003},{"timestamp":"2025-11-03","cumProfit":611.5728830000003},{"timestamp":"2025-11-14","cumProfit":620.3772200000004},{"timestamp":"2025-11-26","cumProfit":625.6143530000002},{"timestamp":"2025-12-07","cumProfit":630.336512},{"timestamp":"2025-12-19","cumProfit":634.618457},{"timestamp":"2025-12-30","cumProfit":639.7027199999998},{"timestamp":"2026-01-10","cumProfit":648.1317949999997},{"timestamp":"2026-01-22","cumProfit":654.2638489999997},{"timestamp":"2026-02-02","cumProfit":665.5320789999997},{"timestamp":"2026-02-14","cumProfit":674.9086269999999},{"timestamp":"2026-02-25","cumProfit":684.1080010000002}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 5.46 USDT @ 2025-07-07 |
| Worst Day | 0.0786 USDT @ 2025-12-13 |
| Mean | 1.02 USDT |
| Std Dev | 0.7319 USDT |
| Last | 0.6533 USDT |
| Points | 673 |
| Sum | 684.11 USDT |
| Across 673 points the series ranged from 0.0786 USDT (2025-12-13) to 5.46 USDT (2025-07-07), averaging 1.02 USDT. 100% of points were positive, 0% negative. The most recent value is 0.6533 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":1.128528},{"day":"2024-05-05","profit":1.066737},{"day":"2024-05-17","profit":0.84071},{"day":"2024-05-28","profit":0.631744},{"day":"2024-06-09","profit":1.07047},{"day":"2024-06-20","profit":1.123516},{"day":"2024-07-01","profit":0.323295},{"day":"2024-07-13","profit":0.99241},{"day":"2024-07-24","profit":0.677111},{"day":"2024-08-05","profit":2.580193},{"day":"2024-08-16","profit":0.787817},{"day":"2024-08-27","profit":0.841769},{"day":"2024-09-08","profit":2.172616},{"day":"2024-09-19","profit":0.615231},{"day":"2024-09-30","profit":0.58774},{"day":"2024-10-12","profit":0.41689},{"day":"2024-10-23","profit":0.946391},{"day":"2024-11-04","profit":0.52215},{"day":"2024-11-15","profit":0.990255},{"day":"2024-11-26","profit":2.150899},{"day":"2024-12-08","profit":1.610173},{"day":"2024-12-19","profit":1.775828},{"day":"2024-12-31","profit":1.02507},{"day":"2025-01-11","profit":0.663535},{"day":"2025-01-22","profit":1.307},{"day":"2025-02-03","profit":2.884105},{"day":"2025-02-14","profit":0.921596},{"day":"2025-02-26","profit":1.090868},{"day":"2025-03-09","profit":1.402666},{"day":"2025-03-20","profit":1.67264},{"day":"2025-04-01","profit":0.672729},{"day":"2025-04-12","profit":0.499214},{"day":"2025-04-23","profit":0.739952},{"day":"2025-05-05","profit":0.474127},{"day":"2025-05-16","profit":0.577143},{"day":"2025-05-28","profit":0.468872},{"day":"2025-06-08","profit":0.399144},{"day":"2025-06-19","profit":0.342398},{"day":"2025-07-01","profit":0.336574},{"day":"2025-07-12","profit":2.273981},{"day":"2025-07-24","profit":2.263812},{"day":"2025-08-04","profit":1.443175},{"day":"2025-08-15","profit":0.84177},{"day":"2025-08-27","profit":0.251937},{"day":"2025-09-07","profit":0.143156},{"day":"2025-09-19","profit":0.312138},{"day":"2025-09-30","profit":0.332948},{"day":"2025-10-11","profit":1.429815},{"day":"2025-10-23","profit":0.442584},{"day":"2025-11-03","profit":0.819111},{"day":"2025-11-14","profit":0.721927},{"day":"2025-11-26","profit":0.21536},{"day":"2025-12-07","profit":0.419767},{"day":"2025-12-19","profit":0.540229},{"day":"2025-12-30","profit":0.404959},{"day":"2026-01-10","profit":0.343651},{"day":"2026-01-22","profit":0.45534},{"day":"2026-02-02","profit":0.971291},{"day":"2026-02-14","profit":0.355216},{"day":"2026-02-25","profit":0.653309}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 920 trades @ 2025-07-07 |
| Quietest Day | 11 trades @ 2025-12-13 |
| Mean | 170 trades |
| Std Dev | 129 trades |
| Last | 46 trades |
| Points | 673 |
| Sum | 114456 trades |
| Across 673 points the series ranged from 11 trades (2025-12-13) to 920 trades (2025-07-07), averaging 170 trades. The most recent value is 46 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":210},{"day":"2024-05-05","count":200},{"day":"2024-05-17","count":151},{"day":"2024-05-28","count":119},{"day":"2024-06-09","count":194},{"day":"2024-06-20","count":200},{"day":"2024-07-01","count":61},{"day":"2024-07-13","count":180},{"day":"2024-07-24","count":117},{"day":"2024-08-05","count":435},{"day":"2024-08-16","count":143},{"day":"2024-08-27","count":153},{"day":"2024-09-08","count":394},{"day":"2024-09-19","count":114},{"day":"2024-09-30","count":103},{"day":"2024-10-12","count":69},{"day":"2024-10-23","count":165},{"day":"2024-11-04","count":92},{"day":"2024-11-15","count":171},{"day":"2024-11-26","count":394},{"day":"2024-12-08","count":302},{"day":"2024-12-19","count":309},{"day":"2024-12-31","count":189},{"day":"2025-01-11","count":110},{"day":"2025-01-22","count":232},{"day":"2025-02-03","count":487},{"day":"2025-02-14","count":166},{"day":"2025-02-26","count":205},{"day":"2025-03-09","count":230},{"day":"2025-03-20","count":282},{"day":"2025-04-01","count":109},{"day":"2025-04-12","count":82},{"day":"2025-04-23","count":126},{"day":"2025-05-05","count":70},{"day":"2025-05-16","count":86},{"day":"2025-05-28","count":72},{"day":"2025-06-08","count":58},{"day":"2025-06-19","count":64},{"day":"2025-07-01","count":62},{"day":"2025-07-12","count":389},{"day":"2025-07-24","count":349},{"day":"2025-08-04","count":228},{"day":"2025-08-15","count":137},{"day":"2025-08-27","count":46},{"day":"2025-09-07","count":25},{"day":"2025-09-19","count":57},{"day":"2025-09-30","count":60},{"day":"2025-10-11","count":227},{"day":"2025-10-23","count":72},{"day":"2025-11-03","count":114},{"day":"2025-11-14","count":99},{"day":"2025-11-26","count":37},{"day":"2025-12-07","count":60},{"day":"2025-12-19","count":56},{"day":"2025-12-30","count":42},{"day":"2026-01-10","count":43},{"day":"2026-01-22","count":47},{"day":"2026-02-02","count":116},{"day":"2026-02-14","count":32},{"day":"2026-02-25","count":46}]
Cumulative Fees
GET /backtests/{id}/trades * Fields used: sell_time, buy_fee_in_quote, sell_fee_in_quote * Transform: cumulativeFees(trades)cumFees).| Stat | Value |
|---|---|
| Final Fees | 859.85 USDT @ 2026-02-25 |
| Start | 1.58 USDT @ 2024-04-24 |
| Mean | 493.43 USDT |
| Std Dev | 268.11 USDT |
| Last | 859.85 USDT |
| Points | 673 |
| Sum | 332,076.74 USDT |
| Across 673 points the series ranged from 1.58 USDT (2024-04-24) to 859.85 USDT (2026-02-25), averaging 493.43 USDT. 100% of points were positive, 0% negative. The most recent value is 859.85 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":1.578271},{"index":11,"timestamp":"2024-05-05","cumFees":19.433256999999998},{"index":23,"timestamp":"2024-05-17","cumFees":39.530835999999994},{"index":34,"timestamp":"2024-05-28","cumFees":56.833584999999985},{"index":46,"timestamp":"2024-06-09","cumFees":72.19048999999998},{"index":57,"timestamp":"2024-06-20","cumFees":86.09697799999996},{"index":68,"timestamp":"2024-07-01","cumFees":99.77028199999997},{"index":80,"timestamp":"2024-07-13","cumFees":116.10856499999997},{"index":91,"timestamp":"2024-07-24","cumFees":135.49155999999996},{"index":103,"timestamp":"2024-08-05","cumFees":153.469287},{"index":114,"timestamp":"2024-08-16","cumFees":166.848645},{"index":125,"timestamp":"2024-08-27","cumFees":182.21986000000004},{"index":137,"timestamp":"2024-09-08","cumFees":215.366688},{"index":148,"timestamp":"2024-09-19","cumFees":233.150094},{"index":159,"timestamp":"2024-09-30","cumFees":246.20053199999998},{"index":171,"timestamp":"2024-10-12","cumFees":260.45241200000004},{"index":182,"timestamp":"2024-10-23","cumFees":269.54295399999995},{"index":194,"timestamp":"2024-11-04","cumFees":277.07794300000006},{"index":205,"timestamp":"2024-11-15","cumFees":290.59317300000004},{"index":216,"timestamp":"2024-11-26","cumFees":319.01431199999996},{"index":228,"timestamp":"2024-12-08","cumFees":343.3268289999999},{"index":239,"timestamp":"2024-12-19","cumFees":366.8729619999999},{"index":251,"timestamp":"2024-12-31","cumFees":387.4959339999998},{"index":262,"timestamp":"2025-01-11","cumFees":403.1003599999999},{"index":273,"timestamp":"2025-01-22","cumFees":421.51403100000005},{"index":285,"timestamp":"2025-02-03","cumFees":447.65006},{"index":296,"timestamp":"2025-02-14","cumFees":471.244629},{"index":308,"timestamp":"2025-02-26","cumFees":486.388195},{"index":319,"timestamp":"2025-03-09","cumFees":502.40366},{"index":330,"timestamp":"2025-03-20","cumFees":541.8643240000001},{"index":342,"timestamp":"2025-04-01","cumFees":555.010528},{"index":353,"timestamp":"2025-04-12","cumFees":567.885658},{"index":364,"timestamp":"2025-04-23","cumFees":578.34935},{"index":376,"timestamp":"2025-05-05","cumFees":587.9718469999998},{"index":387,"timestamp":"2025-05-16","cumFees":600.3064269999999},{"index":399,"timestamp":"2025-05-28","cumFees":611.4316629999998},{"index":410,"timestamp":"2025-06-08","cumFees":621.1892539999998},{"index":421,"timestamp":"2025-06-19","cumFees":630.5259679999997},{"index":433,"timestamp":"2025-07-01","cumFees":638.7134279999997},{"index":444,"timestamp":"2025-07-12","cumFees":673.9382949999995},{"index":456,"timestamp":"2025-07-24","cumFees":699.2454019999994},{"index":467,"timestamp":"2025-08-04","cumFees":729.3450929999995},{"index":478,"timestamp":"2025-08-15","cumFees":742.9340659999996},{"index":490,"timestamp":"2025-08-27","cumFees":752.4066129999995},{"index":501,"timestamp":"2025-09-07","cumFees":755.8846409999994},{"index":513,"timestamp":"2025-09-19","cumFees":762.6377359999993},{"index":524,"timestamp":"2025-09-30","cumFees":766.3335899999993},{"index":535,"timestamp":"2025-10-11","cumFees":773.2294459999994},{"index":547,"timestamp":"2025-10-23","cumFees":788.1323089999996},{"index":558,"timestamp":"2025-11-03","cumFees":794.3444029999996},{"index":569,"timestamp":"2025-11-14","cumFees":803.8843059999994},{"index":581,"timestamp":"2025-11-26","cumFees":810.2087249999995},{"index":592,"timestamp":"2025-12-07","cumFees":815.4142319999995},{"index":604,"timestamp":"2025-12-19","cumFees":819.3282359999995},{"index":615,"timestamp":"2025-12-30","cumFees":823.2803569999996},{"index":626,"timestamp":"2026-01-10","cumFees":830.7179429999995},{"index":638,"timestamp":"2026-01-22","cumFees":836.0520419999997},{"index":649,"timestamp":"2026-02-02","cumFees":847.2520629999998},{"index":661,"timestamp":"2026-02-14","cumFees":854.1646239999999},{"index":672,"timestamp":"2026-02-25","cumFees":859.8460309999999}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 13857 trades @ 0.11% |
| Least Populated Bin | 2 trades @ 0.30% |
| Mean | 1908 trades |
| Std Dev | 3975 trades |
| Last | 2 trades |
| Points | 60 |
| Sum | 114456 trades |
| Across 60 points the series ranged from 2 trades (0.30%) to 13857 trades (0.11%), averaging 1908 trades. The most recent value is 2 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":13607,"from":0.099812},{"bin":"0.10%","count":13285,"from":0.103271},{"bin":"0.11%","count":13857,"from":0.10673},{"bin":"0.11%","count":12702,"from":0.110188},{"bin":"0.11%","count":12183,"from":0.113647},{"bin":"0.12%","count":11528,"from":0.117105},{"bin":"0.12%","count":9100,"from":0.120564},{"bin":"0.12%","count":6401,"from":0.124022},{"bin":"0.13%","count":4059,"from":0.127481},{"bin":"0.13%","count":3550,"from":0.130939},{"bin":"0.13%","count":2896,"from":0.134398},{"bin":"0.14%","count":1990,"from":0.137856},{"bin":"0.14%","count":964,"from":0.141315},{"bin":"0.14%","count":799,"from":0.144773},{"bin":"0.15%","count":693,"from":0.148232},{"bin":"0.15%","count":622,"from":0.15169},{"bin":"0.16%","count":842,"from":0.155149},{"bin":"0.16%","count":858,"from":0.158607},{"bin":"0.16%","count":358,"from":0.162066},{"bin":"0.17%","count":267,"from":0.165524},{"bin":"0.17%","count":215,"from":0.168983},{"bin":"0.17%","count":226,"from":0.172441},{"bin":"0.18%","count":336,"from":0.1759},{"bin":"0.18%","count":328,"from":0.179358},{"bin":"0.18%","count":163,"from":0.182817},{"bin":"0.19%","count":216,"from":0.186275},{"bin":"0.19%","count":265,"from":0.189734},{"bin":"0.19%","count":282,"from":0.193192},{"bin":"0.20%","count":215,"from":0.196651},{"bin":"0.20%","count":174,"from":0.200109},{"bin":"0.20%","count":141,"from":0.203568},{"bin":"0.21%","count":103,"from":0.207026},{"bin":"0.21%","count":135,"from":0.210485},{"bin":"0.21%","count":117,"from":0.213943},{"bin":"0.22%","count":87,"from":0.217402},{"bin":"0.22%","count":122,"from":0.22086},{"bin":"0.22%","count":68,"from":0.224319},{"bin":"0.23%","count":80,"from":0.227777},{"bin":"0.23%","count":36,"from":0.231236},{"bin":"0.23%","count":37,"from":0.234694},{"bin":"0.24%","count":50,"from":0.238153},{"bin":"0.24%","count":58,"from":0.241611},{"bin":"0.25%","count":73,"from":0.24507},{"bin":"0.25%","count":69,"from":0.248528},{"bin":"0.25%","count":64,"from":0.251987},{"bin":"0.26%","count":33,"from":0.255445},{"bin":"0.26%","count":47,"from":0.258904},{"bin":"0.26%","count":22,"from":0.262362},{"bin":"0.27%","count":18,"from":0.265821},{"bin":"0.27%","count":16,"from":0.269279},{"bin":"0.27%","count":4,"from":0.272738},{"bin":"0.28%","count":10,"from":0.276196},{"bin":"0.28%","count":3,"from":0.279655},{"bin":"0.28%","count":6,"from":0.283113},{"bin":"0.29%","count":16,"from":0.286572},{"bin":"0.29%","count":29,"from":0.29003},{"bin":"0.29%","count":13,"from":0.293489},{"bin":"0.30%","count":12,"from":0.296947},{"bin":"0.30%","count":4,"from":0.300406},{"bin":"0.30%","count":2,"from":0.303864}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 1144 |
| Coldest Window | 100.00% @ 1144 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1144) to 100.00% (1144), averaging 100.00%. 100% of points were positive, 0% negative. The most recent value is 100.00%. | |
| Showing 60 of 1000 points (down-sampled for readability). |
[{"index":1144,"winRate":100},{"index":3072,"winRate":100},{"index":5000,"winRate":100},{"index":6929,"winRate":100},{"index":8857,"winRate":100},{"index":10785,"winRate":100},{"index":12713,"winRate":100},{"index":14642,"winRate":100},{"index":16456,"winRate":100},{"index":18385,"winRate":100},{"index":20313,"winRate":100},{"index":22241,"winRate":100},{"index":24169,"winRate":100},{"index":26098,"winRate":100},{"index":28026,"winRate":100},{"index":29954,"winRate":100},{"index":31882,"winRate":100},{"index":33811,"winRate":100},{"index":35739,"winRate":100},{"index":37667,"winRate":100},{"index":39595,"winRate":100},{"index":41523,"winRate":100},{"index":43452,"winRate":100},{"index":45266,"winRate":100},{"index":47195,"winRate":100},{"index":49123,"winRate":100},{"index":51051,"winRate":100},{"index":52979,"winRate":100},{"index":54908,"winRate":100},{"index":56836,"winRate":100},{"index":58764,"winRate":100},{"index":60692,"winRate":100},{"index":62621,"winRate":100},{"index":64549,"winRate":100},{"index":66477,"winRate":100},{"index":68405,"winRate":100},{"index":70334,"winRate":100},{"index":72148,"winRate":100},{"index":74077,"winRate":100},{"index":76005,"winRate":100},{"index":77933,"winRate":100},{"index":79861,"winRate":100},{"index":81789,"winRate":100},{"index":83718,"winRate":100},{"index":85646,"winRate":100},{"index":87574,"winRate":100},{"index":89502,"winRate":100},{"index":91431,"winRate":100},{"index":93359,"winRate":100},{"index":95287,"winRate":100},{"index":97215,"winRate":100},{"index":99144,"winRate":100},{"index":100958,"winRate":100},{"index":102887,"winRate":100},{"index":104815,"winRate":100},{"index":106743,"winRate":100},{"index":108671,"winRate":100},{"index":110600,"winRate":100},{"index":112528,"winRate":100},{"index":114456,"winRate":100}]
Gross vs. Net PnL (Fee Impact)
GET /backtests/{id}/trades * Fields used: sell_time, profit, buy_fee_in_quote, sell_fee_in_quote * Transform: grossVsNetPnL(trades)net).| Stat | Value |
|---|---|
| Peak Net | 0.9839 USDT @ 2026-02-25 22:58:00 UTC |
| Trough Net | 0.0054 USDT @ 2024-04-24 00:02:00 UTC |
| Mean | 0.3871 USDT |
| Std Dev | 0.2958 USDT |
| Last | 0.9839 USDT |
| Points | 100 |
| Sum | 38.71 USDT |
| Across 100 points the series ranged from 0.0054 USDT (2024-04-24 00:02:00 UTC) to 0.9839 USDT (2026-02-25 22:58:00 UTC), averaging 0.3871 USDT. 100% of points were positive, 0% negative. The most recent value is 0.9839 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:02:00Z","net":0.0054461048,"gross":0.012957},{"timestamp":"2024-04-24T00:04:00Z","net":0.0162865074,"gross":0.0388290002},{"timestamp":"2024-04-24T00:10:00Z","net":0.0217025334,"gross":0.051765000199999994},{"timestamp":"2024-04-24T00:17:00Z","net":0.032669197,"gross":0.0777630003},{"timestamp":"2024-04-24T00:32:00Z","net":0.0436967343,"gross":0.1038240004},{"timestamp":"2024-04-24T00:32:00Z","net":0.0492401538,"gross":0.11688600040000001},{"timestamp":"2024-04-24T00:33:00Z","net":0.060316297000000005,"gross":0.1429890004},{"timestamp":"2024-04-24T00:46:00Z","net":0.07139143830000001,"gross":0.1690920005},{"timestamp":"2024-04-24T00:51:00Z","net":0.07689750330000002,"gross":0.1821120005},{"timestamp":"2024-04-24T01:00:00Z","net":0.08792689910000001,"gross":0.2081730005},{"timestamp":"2024-04-24T01:03:00Z","net":0.09896094790000001,"gross":0.23423400060000002},{"timestamp":"2024-04-24T01:14:00Z","net":0.10442885740000002,"gross":0.2472120006},{"timestamp":"2024-04-24T01:55:00Z","net":0.11545825470000001,"gross":0.2732730007},{"timestamp":"2024-04-24T02:00:00Z","net":0.1263812457,"gross":0.29922900069999997},{"timestamp":"2024-04-24T02:00:00Z","net":0.13184081220000002,"gross":0.31220700069999996},{"timestamp":"2024-06-17T18:26:00Z","net":0.14219166240000003,"gross":0.3375800007},{"timestamp":"2024-11-21T12:55:00Z","net":0.15217291240000003,"gross":0.3625800007},{"timestamp":"2025-01-01T04:00:00Z","net":0.16215416240000002,"gross":0.38758000070000004},{"timestamp":"2025-01-01T08:03:00Z","net":0.16714478740000002,"gross":0.40008000070000005},{"timestamp":"2025-04-13T08:56:00Z","net":0.17712603740000002,"gross":0.42508000070000007},{"timestamp":"2025-04-13T17:42:00Z","net":0.18710728740000002,"gross":0.4500800007000001},{"timestamp":"2025-04-15T10:42:00Z","net":0.19209791240000001,"gross":0.4625800007000001},{"timestamp":"2025-04-16T19:55:00Z","net":0.2020791624,"gross":0.4875800007000001},{"timestamp":"2025-06-29T00:08:00Z","net":0.2120604124,"gross":0.5125800007000001},{"timestamp":"2025-07-05T15:01:00Z","net":0.2170510374,"gross":0.5250800007},{"timestamp":"2025-10-12T22:37:00Z","net":0.2270322874,"gross":0.5500800007},{"timestamp":"2025-10-14T14:04:00Z","net":0.2370135374,"gross":0.5750800006999999},{"timestamp":"2025-10-19T15:14:00Z","net":0.2420041624,"gross":0.5875800006999998},{"timestamp":"2026-01-26T00:27:00Z","net":0.2519854124,"gross":0.6125800006999997},{"timestamp":"2026-01-29T10:15:00Z","net":0.26196666240000005,"gross":0.6375800006999996},{"timestamp":"2026-02-23T01:20:00Z","net":0.27682167040000005,"gross":0.6599520006999996},{"timestamp":"2026-02-23T01:45:00Z","net":0.3064318034000001,"gross":0.7045960006999995},{"timestamp":"2026-02-23T21:01:00Z","net":0.3361936184000001,"gross":0.7493920006999994},{"timestamp":"2026-02-23T22:07:00Z","net":0.3511487344000001,"gross":0.7718640006999995},{"timestamp":"2026-02-23T22:53:00Z","net":0.38070900090000015,"gross":0.8164580006999994},{"timestamp":"2026-02-24T03:26:00Z","net":0.41036922540000015,"gross":0.8611520006999994},{"timestamp":"2026-02-24T05:13:00Z","net":0.42517429190000017,"gross":0.8834740006999994},{"timestamp":"2026-02-24T08:22:00Z","net":0.45533981290000014,"gross":0.9286740006999994},{"timestamp":"2026-02-24T12:29:00Z","net":0.4855568359000001,"gross":0.9739260006999995},{"timestamp":"2026-02-24T13:53:00Z","net":0.5008194359000001,"gross":0.9967060006999995},{"timestamp":"2026-02-24T15:16:00Z","net":0.5311926569000001,"gross":1.0421140006999994},{"timestamp":"2026-02-24T16:02:00Z","net":0.5609026729,"gross":1.0868580006999995},{"timestamp":"2026-02-24T16:53:00Z","net":0.5760615789,"gross":1.1095340006999994},{"timestamp":"2026-02-24T19:40:00Z","net":0.6059232018999999,"gross":1.1544300006999995},{"timestamp":"2026-02-25T01:06:00Z","net":0.6357848248999999,"gross":1.1993260006999995},{"timestamp":"2026-02-25T12:41:00Z","net":0.6647574393999999,"gross":1.2433320006999995},{"timestamp":"2026-02-25T12:52:00Z","net":0.6791709318999999,"gross":1.2652620006999995},{"timestamp":"2026-02-25T14:40:00Z","net":0.7079979168999999,"gross":1.3091220006999995},{"timestamp":"2026-02-25T15:51:00Z","net":0.7365880138999998,"gross":1.3527460006999994},{"timestamp":"2026-02-25T16:21:00Z","net":0.7507637358999998,"gross":1.3744380006999994},{"timestamp":"2026-02-25T16:30:00Z","net":0.7788826758999997,"gross":1.4175900006999995},{"timestamp":"2026-02-25T17:14:00Z","net":0.8068620508999996,"gross":1.4606020006999996},{"timestamp":"2026-02-25T17:57:00Z","net":0.8207138568999996,"gross":1.4819700006999996},{"timestamp":"2026-02-25T20:24:00Z","net":0.8480557478999997,"gross":1.5243440007999995},{"timestamp":"2026-02-25T21:34:00Z","net":0.8753077858999998,"gross":1.5666280009999995},{"timestamp":"2026-02-25T21:36:00Z","net":0.8888014583999998,"gross":1.5876380009999995},{"timestamp":"2026-02-25T22:00:00Z","net":0.9158328528999998,"gross":1.6297020009999994},{"timestamp":"2026-02-25T22:41:00Z","net":0.9428204618999998,"gross":1.6717220009999996},{"timestamp":"2026-02-25T22:53:00Z","net":0.9565820083999999,"gross":1.6930000009999995},{"timestamp":"2026-02-25T22:58:00Z","net":0.9839238993999999,"gross":1.7353740010999994}]
Rolling Sharpe Ratio (30d / 90d)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: rollingSharpe(equity, 30) + rollingSharpe(equity, 90)sharpe30).| Stat | Value |
|---|---|
| Peak Sharpe (30d) | 9.75 @ 2024-12-04 23:59:00 UTC |
| Worst Sharpe (30d) | -8.18 @ 2026-02-05 23:59:00 UTC |
| Mean | -0.99 |
| Std Dev | 2.97 |
| Last | -6.50 |
| Points | 643 |
| Across 643 points the series ranged from -8.18 (2026-02-05 23:59:00 UTC) to 9.75 (2024-12-04 23:59:00 UTC), averaging -0.99. The most recent value is -6.50. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":-3.754111802285233,"sharpe90":-1.598409255625212},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":-2.0693383378413404,"sharpe90":-1.6619281969615005},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":0.6136088431674459,"sharpe90":-0.1591196966606285},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-3.6322180865863745,"sharpe90":0.19798020252103826},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-4.695862797944444,"sharpe90":0.5083393230121018},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":1.0677361938972194,"sharpe90":0.8850532695047307},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":1.534617913803878,"sharpe90":1.744797684087101},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":2.375748046081898,"sharpe90":1.320995751843779},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":-0.9244767382059426,"sharpe90":0.08911301609263877},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":0.37054554002390105,"sharpe90":0.16695009660287277},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":3.6782962595475257,"sharpe90":0.6131791072710676},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":1.8536878478042198,"sharpe90":0.743688864020716},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":-2.177258103301266,"sharpe90":1.0426709298471202},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":-2.427992115118804,"sharpe90":0.7514621011481496},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-3.8952831651219384,"sharpe90":-0.8766219306601625},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":-3.131946385405981,"sharpe90":0.8202053611840743},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":-1.3146375604275595,"sharpe90":-0.29116299781189603},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":4.126000830309181,"sharpe90":0.44018705182666557},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":8.40286393361264,"sharpe90":-0.21303301428456106},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":1.3751264414128614,"sharpe90":-0.3475027205462439},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":-0.7312713263018814,"sharpe90":-1.1648958324363514},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-1.744704559288585,"sharpe90":-2.1043999608265294},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":0.01022331734203067,"sharpe90":-0.27328621752268983},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-0.7880555270174411,"sharpe90":-0.9597683390514293},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-0.8227265396756593,"sharpe90":-1.1698408484404303},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":0.11721531411194992,"sharpe90":-0.7489987387629465},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-0.7465872549035975,"sharpe90":-0.3595734080581875},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":0.4080276852354247,"sharpe90":0.09444955153814098},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-0.49419328480298064,"sharpe90":-0.4926459108559532},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":-0.9318826941514556,"sharpe90":-0.560873015766421},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":-4.770958055895762,"sharpe90":-2.2120210278616192},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":0.3914558067427753,"sharpe90":-1.4396179397881952},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":2.3249973966461073,"sharpe90":0.16276252718003065},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":3.33046057190938,"sharpe90":1.227159269036182},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":-0.31506723732317954,"sharpe90":0.6254986469846365},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-4.715676680379646,"sharpe90":0.6233159936597507},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-6.291962209861074,"sharpe90":0.3237580531238896},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-3.1306714302324976,"sharpe90":0.7068625250912466},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":4.191457539740306,"sharpe90":0.9237655122105609},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":3.68552092647577,"sharpe90":1.5239692364850017},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":2.6625279098484382,"sharpe90":0.8261958564288889},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":-0.3335774943496597,"sharpe90":-1.7185628318900616},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":-0.17168679723463812,"sharpe90":-1.52258889495063},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":-3.0257498370891693,"sharpe90":-2.927324247337028},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-0.8764360334638919,"sharpe90":-2.4125589468036357},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-1.9754867536793304,"sharpe90":-2.434077701663026},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-1.2792675158207092,"sharpe90":-2.611660626945577},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-3.7471489739634833,"sharpe90":-3.3146481095443163},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-2.9695604908083215,"sharpe90":-2.831593209290542},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":-2.7832894102687527,"sharpe90":-2.7077471171822936},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":-4.456493944357393,"sharpe90":-2.8827768604196415},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":-2.794599358244524,"sharpe90":-3.2868667634854236},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":-4.242457928264299,"sharpe90":-4.035715153671937},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":-3.998623479443182,"sharpe90":-3.676823252702373},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":-1.4522874107404082,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":-1.549926351867909,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":0.24587579733521753,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-6.363518852256929,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-6.6713103883790055,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-6.501344941282506,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.11% @ 1 |
| Deepest Episode | -20.47% @ 229 |
| Mean | -7.31% |
| Std Dev | 7.57% |
| Last | -20.47% |
| Points | 5 |
| Across 5 points the series ranged from -20.47% (229) to -0.11% (1), averaging -7.31%. 0% of points were positive, 100% negative. The most recent value is -20.47%. | |
| Full series - 5 points. |
[{"start":"2024-04-26T23:59:00+00:00","end":"2024-04-27T23:59:00+00:00","depth":-0.11207466928046161,"durationDays":1},{"start":"2024-04-30T23:59:00+00:00","end":"2024-11-26T23:59:00+00:00","depth":-5.322250895942615,"durationDays":210},{"start":"2024-12-04T23:59:00+00:00","end":"2024-12-06T23:59:00+00:00","depth":-0.34722122630503827,"durationDays":2},{"start":"2024-12-09T23:59:00+00:00","end":"2025-07-10T23:59:00+00:00","depth":-10.300670723220064,"durationDays":213},{"start":"2025-07-11T23:59:00+00:00","end":"ongoing","depth":-20.472600323812635,"durationDays":229}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 100 trades @ win |
| Shortest Streak | 100 trades @ win |
| Mean | 100 trades |
| Std Dev | 0 trades |
| Last | 100 trades |
| Points | 1 |
| Sum | 100 trades |
| Across 1 points the series ranged from 100 trades (win) to 100 trades (win), averaging 100 trades. The most recent value is 100 trades. | |
| Full series - 1 points. |
[{"type":"win","length":100,"index":0}]
Capital Utilization (% Invested)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Utilization | 14.57% @ 2026-01-28 23:59:00 UTC |
| Min Utilization | 1.98% @ 2024-04-25 23:59:00 UTC |
| Mean | 10.25% |
| Std Dev | 2.33% |
| Last | 11.32% |
| Points | 673 |
| Across 673 points the series ranged from 1.98% (2024-04-25 23:59:00 UTC) to 14.57% (2026-01-28 23:59:00 UTC), averaging 10.25%. 100% of points were positive, 0% negative. The most recent value is 11.32%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":2.1694229214614653},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":5.540115160431239},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":6.232872563827439},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":7.262375764224702},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":6.383903993681876},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":8.687587423079568},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":7.356555684683228},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":9.17041084286536},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":7.578324210947648},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":8.860893211112682},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":8.967343338896946},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":8.203249079779575},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":7.270468881522732},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":7.722513794722992},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":8.74655508541263},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":9.352744223987953},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":9.280137587168712},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":12.239642829669885},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":10.515053604531092},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":7.367726333887539},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":8.268639322885031},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":12.766384745016138},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":12.858820863476247},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":12.564366655277512},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":9.311638848022547},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":7.160497134292974},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":6.9181670440965615},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":8.735671667272381},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":11.2026979671988},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":10.24730833153195},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":10.598685156315756},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":11.4176178325977},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":11.483104441172012},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":12.275143270571965},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":11.08153610182614},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":9.92333909215025},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":12.081376807422144},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":13.223896867658555},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":13.656785730152768},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":10.49571818089663},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":10.803269520295986},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":10.551938137839059},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":13.03866490072644},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":11.945829447608977},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":11.834191876339625},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":10.902809853561822},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":11.24509892239449},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":9.960776992501406},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":11.98149033845474},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":11.271586391131752},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":12.342002187524141},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":12.166923172747284},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":11.55570758191688},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":13.861806124229053},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":14.061573119389811},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":12.071573348112299},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":12.82292706624634},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":13.166442213957433},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":12.562315184621346},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":11.31792741223088}]
Price Chart with Buy/Sell Markers
GET /backtests/{id}/trades * Fields used: buy_time, buy_price, sell_time, sell_price * Transform: priceWithMarkers(trades)price).| Stat | Value |
|---|---|
| Highest Price | 0.8181 @ 2024-04-24 04:58:00 UTC |
| Lowest Price | 0.0437 @ 2026-02-24 14:20:00 UTC |
| Mean | 0.2367 |
| Std Dev | 0.2885 |
| Last | 0.0475 |
| Points | 174 |
| Across 174 points the series ranged from 0.0437 (2026-02-24 14:20:00 UTC) to 0.8181 (2024-04-24 04:58:00 UTC), averaging 0.2367. The most recent value is 0.0475. | |
| Showing 60 of 174 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:02:00Z","price":0.8105},{"timestamp":"2024-04-24T00:06:00Z","price":0.8128},{"timestamp":"2024-04-24T00:14:00Z","price":0.8091},{"timestamp":"2024-04-24T00:18:00Z","price":0.8073},{"timestamp":"2024-04-24T00:32:00Z","price":0.8094},{"timestamp":"2024-04-24T00:36:00Z","price":0.8063},{"timestamp":"2024-04-24T00:51:00Z","price":0.809},{"timestamp":"2024-04-24T01:00:00Z","price":0.8091},{"timestamp":"2024-04-24T01:03:00Z","price":0.8088},{"timestamp":"2024-04-24T01:35:00Z","price":0.8071},{"timestamp":"2024-04-24T01:56:00Z","price":0.8094},{"timestamp":"2024-06-17T18:18:00Z","price":0.4},{"timestamp":"2024-07-21T04:13:00Z","price":0.401},{"timestamp":"2024-12-23T23:14:00Z","price":0.4},{"timestamp":"2025-01-01T04:00:00Z","price":0.401},{"timestamp":"2025-03-12T18:16:00Z","price":0.4},{"timestamp":"2025-04-13T11:17:00Z","price":0.2},{"timestamp":"2025-04-13T17:42:00Z","price":0.2005},{"timestamp":"2025-04-15T14:00:00Z","price":0.2},{"timestamp":"2025-04-16T19:55:00Z","price":0.2005},{"timestamp":"2025-06-28T23:10:00Z","price":0.16},{"timestamp":"2025-07-05T15:01:00Z","price":0.1604},{"timestamp":"2025-10-12T22:26:00Z","price":0.16},{"timestamp":"2025-10-13T01:33:00Z","price":0.16},{"timestamp":"2025-10-14T14:04:00Z","price":0.1604},{"timestamp":"2025-10-21T17:17:00Z","price":0.16},{"timestamp":"2026-01-26T00:27:00Z","price":0.0802},{"timestamp":"2026-01-29T10:14:00Z","price":0.08},{"timestamp":"2026-02-22T13:41:00Z","price":0.0476},{"timestamp":"2026-02-22T14:52:00Z","price":0.047},{"timestamp":"2026-02-23T01:00:00Z","price":0.0464},{"timestamp":"2026-02-23T01:20:00Z","price":0.0449},{"timestamp":"2026-02-23T01:45:00Z","price":0.045},{"timestamp":"2026-02-23T12:01:00Z","price":0.0458},{"timestamp":"2026-02-23T17:26:00Z","price":0.0445},{"timestamp":"2026-02-23T21:01:00Z","price":0.0446},{"timestamp":"2026-02-23T22:53:00Z","price":0.045},{"timestamp":"2026-02-24T01:18:00Z","price":0.0448},{"timestamp":"2026-02-24T03:26:00Z","price":0.0451},{"timestamp":"2026-02-24T06:57:00Z","price":0.0444},{"timestamp":"2026-02-24T08:22:00Z","price":0.0443},{"timestamp":"2026-02-24T12:29:00Z","price":0.0444},{"timestamp":"2026-02-24T14:20:00Z","price":0.0437},{"timestamp":"2026-02-24T15:16:00Z","price":0.0446},{"timestamp":"2026-02-24T16:02:00Z","price":0.0449},{"timestamp":"2026-02-24T16:59:00Z","price":0.0446},{"timestamp":"2026-02-24T20:09:00Z","price":0.0447},{"timestamp":"2026-02-25T01:06:00Z","price":0.0449},{"timestamp":"2026-02-25T12:36:00Z","price":0.0458},{"timestamp":"2026-02-25T12:52:00Z","price":0.0458},{"timestamp":"2026-02-25T14:33:00Z","price":0.0456},{"timestamp":"2026-02-25T15:51:00Z","price":0.046},{"timestamp":"2026-02-25T16:25:00Z","price":0.0463},{"timestamp":"2026-02-25T17:14:00Z","price":0.0468},{"timestamp":"2026-02-25T19:53:00Z","price":0.0473},{"timestamp":"2026-02-25T21:01:00Z","price":0.0475},{"timestamp":"2026-02-25T21:36:00Z","price":0.0478},{"timestamp":"2026-02-25T22:11:00Z","price":0.048},{"timestamp":"2026-02-25T22:50:00Z","price":0.0473},{"timestamp":"2026-02-25T22:58:00Z","price":0.0475}]
Trade Size Distribution (Notional)
GET /backtests/{id}/trades * Fields used: buy_price, buy_quantity * Transform: tradeSizeDistribution(trades, 25)buy_price x buy_quantity) in quote currency.How to read it. A tight peak => uniform sizing. A long right-tail => a few oversized positions that dominate PnL and risk.Why it matters. Position-size variance is a hidden risk factor - strategies that ape into one mega-trade are not as repeatable as their headline numbers suggest.Insights (auto-derived from count).| Stat | Value |
|---|---|
| Most Populated Bin | 76 trades @ $5.00 |
| Least Populated Bin | 1 trades @ $5.00 |
| Mean | 13 trades |
| Std Dev | 24 trades |
| Last | 1 trades |
| Points | 8 |
| Sum | 100 trades |
| Across 8 points the series ranged from 1 trades (5.00)to∗∗76trades∗∗(5.00), averaging 13 trades. The most recent value is 1 trades. | |
| Full series - 8 points. |
[
{
"bin": "$5.00",
"count": 76,
"from": 5
},
{
"bin": "$5.00",
"count": 1,
"from": 5.001
},
{
"bin": "$5.00",
"count": 4,
"from": 5.002
},
{
"bin": "$5.00",
"count": 7,
"from": 5.003
},
{
"bin": "$5.00",
"count": 4,
"from": 5.004
},
{
"bin": "$5.00",
"count": 5,
"from": 5.005
},
{
"bin": "$5.01",
"count": 2,
"from": 5.006
},
{
"bin": "$5.01",
"count": 1,
"from": 5.007
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 41 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.12 |
| Mean | 5 trades |
| Std Dev | 10 trades |
| Last | 18 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.12) to 41 trades (0.1), averaging 5 trades. The most recent value is 18 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 41,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 9,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.18,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.19,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.2,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.21,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.22,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.23,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.25,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.26,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.27,
"TP": 12,
"SL": 0,
"TSL": 0
},
{
"bin": 0.28,
"TP": 8,
"SL": 0,
"TSL": 0
},
{
"bin": 0.29,
"TP": 12,
"SL": 0,
"TSL": 0
},
{
"bin": 0.3,
"TP": 18,
"SL": 0,
"TSL": 0
}
]
Monthly Equity Comparison (YoY)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyEquityYoY(equity)2025).| Stat | Value |
|---|---|
| Best Indexed Value | 99.70 @ Jul |
| Worst Indexed Value | 88.92 @ Dec |
| Mean | 95.68 |
| Std Dev | 3.22 |
| Last | 88.92 |
| Points | 12 |
| Across 12 points the series ranged from 88.92 (Dec) to 99.70 (Jul), averaging 95.68. The most recent value is 88.92. | |
| Full series - 12 points. |
[
{
"2025": 99.00201792477232,
"2026": 95.63214358790523,
"month": "Jan"
},
{
"2025": 98.19461567847071,
"2026": 92.92100683836169,
"month": "Feb"
},
{
"2025": 96.03074707006779,
"month": "Mar"
},
{
"2024": 99.86100361562956,
"2025": 96.89278510220959,
"month": "Apr"
},
{
"2024": 97.97583181331994,
"2025": 95.49543036281173,
"month": "May"
},
{
"2024": 96.59753053836984,
"2025": 93.98729951188272,
"month": "Jun"
},
{
"2024": 97.34660179699326,
"2025": 99.70108951819299,
"month": "Jul"
},
{
"2024": 97.41912272716262,
"2025": 98.60046083096441,
"month": "Aug"
},
{
"2024": 99.28758129953127,
"2025": 97.36761130957673,
"month": "Sep"
},
{
"2024": 97.10858109628742,
"2025": 93.02445656313725,
"month": "Oct"
},
{
"2024": 100.51625962075614,
"2025": 90.94224502127042,
"month": "Nov"
},
{
"2024": 98.77030521974025,
"2025": 88.92492956275375,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 110.46 USDT @ Tue |
| Worst Weekday | 72.87 USDT @ Fri |
| Mean | 97.73 USDT |
| Std Dev | 13.59 USDT |
| Last | 109.43 USDT |
| Points | 7 |
| Sum | 684.11 USDT |
| Across 7 points the series ranged from 72.87 USDT (Fri) to 110.46 USDT (Tue), averaging 97.73 USDT. 100% of points were positive, 0% negative. The most recent value is 109.43 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 106.482929
},
{
"day": "Tue",
"profit": 110.460833
},
{
"day": "Wed",
"profit": 102.408292
},
{
"day": "Thu",
"profit": 101.029499
},
{
"day": "Fri",
"profit": 72.867504
},
{
"day": "Sat",
"profit": 81.42694
},
{
"day": "Sun",
"profit": 109.432002
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 37.45 USDT @ 14:00 |
| Worst Hour (UTC) | 21.67 USDT @ 23:00 |
| Mean | 28.50 USDT |
| Std Dev | 4.11 USDT |
| Last | 21.67 USDT |
| Points | 24 |
| Sum | 684.11 USDT |
| Across 24 points the series ranged from 21.67 USDT (23:00) to 37.45 USDT (14:00), averaging 28.50 USDT. 100% of points were positive, 0% negative. The most recent value is 21.67 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":28.257954},{"hour":"1:00","profit":25.110926},{"hour":"2:00","profit":23.14971},{"hour":"3:00","profit":23.847967},{"hour":"4:00","profit":24.043175},{"hour":"5:00","profit":24.43275},{"hour":"6:00","profit":26.945183},{"hour":"7:00","profit":27.837925},{"hour":"8:00","profit":30.40853},{"hour":"9:00","profit":30.578544},{"hour":"10:00","profit":28.487162},{"hour":"11:00","profit":28.011399},{"hour":"12:00","profit":32.016732},{"hour":"13:00","profit":34.546487},{"hour":"14:00","profit":37.449674},{"hour":"15:00","profit":35.823533},{"hour":"16:00","profit":34.594257},{"hour":"17:00","profit":30.421784},{"hour":"18:00","profit":29.57101},{"hour":"19:00","profit":27.264563},{"hour":"20:00","profit":28.666559},{"hour":"21:00","profit":27.028638},{"hour":"22:00","profit":23.945168},{"hour":"23:00","profit":21.66837}]
Profit vs. Hold Time
GET /backtests/{id}/trades * Fields used: buy_time, sell_time, profit_percentage * Transform: holdTimes(trades)profitPct).| Stat | Value |
|---|---|
| Best Trade Return | 0.31% @ 0.3 |
| Worst Trade Return | 0.10% @ 0.13333333333333333 |
| Mean | 0.20% |
| Std Dev | 0.09% |
| Last | 0.27% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0.13333333333333333) to 0.31% (0.3), averaging 0.20%. 100% of points were positive, 0% negative. The most recent value is 0.27%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0,"profitPct":0.1089049969,"profit":0.0054461048},{"hours":0.016666666666666666,"profitPct":0.1086815828,"profit":0.0054396263},{"hours":0.06666666666666667,"profitPct":0.1081723671,"profit":0.005416026},{"hours":0.016666666666666666,"profitPct":0.1087772845,"profit":0.0054424028},{"hours":1,"profitPct":0.1093529848,"profit":0.0054679095},{"hours":0.016666666666666666,"profitPct":0.1103828018,"profit":0.0055242608},{"hours":0.13333333333333333,"profitPct":0.1104151154,"profit":0.0055251923},{"hours":0.1,"profitPct":0.1107386928,"profit":0.0055434195},{"hours":0,"profitPct":0.1101245816,"profit":0.005507925},{"hours":0.18333333333333332,"profitPct":0.110447437,"profit":0.0055261238},{"hours":0.05,"profitPct":0.1103828018,"profit":0.0055242608},{"hours":0.1,"profitPct":0.110027881,"profit":0.005505135},{"hours":0.016666666666666666,"profitPct":0.1101245816,"profit":0.005507925},{"hours":0.3333333333333333,"profitPct":0.1099956635,"profit":0.005504205},{"hours":0.23333333333333334,"profitPct":0.1104151154,"profit":0.0055251923},{"hours":0.13333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.75,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.7166666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":1.9333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":7.216666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.26666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":27.116666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.9666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.23333333333333334,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.18333333333333332,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.18333333333333332,"profitPct":0.0998125,"profit":0.004990625},{"hours":5.833333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":81.81666666666666,"profitPct":0.2680962343,"profit":0.0134057715},{"hours":79.81666666666666,"profitPct":0.2707368421,"profit":0.013537722},{"hours":80.01666666666667,"profitPct":0.275212766,"profit":0.0137615465},{"hours":75.91666666666667,"profitPct":0.2743099788,"profit":0.013715872},{"hours":63.5,"profitPct":0.2807112069,"profit":0.01403574},{"hours":0.016666666666666666,"profitPct":0.2970917226,"profit":0.014855008},{"hours":0.016666666666666666,"profitPct":0.29609375,"profit":0.0148050665},{"hours":0.016666666666666666,"profitPct":0.2951002227,"profit":0.0147552},{"hours":49.88333333333333,"profitPct":0.2854030501,"profit":0.01427114},{"hours":5.633333333333334,"profitPct":0.2951002227,"profit":0.0147552},{"hours":4.283333333333333,"profitPct":0.29609375,"profit":0.0148050665},{"hours":0.016666666666666666,"profitPct":0.2980941704,"profit":0.0149050245},{"hours":2.1666666666666665,"profitPct":0.29609375,"profit":0.0148050665},{"hours":9.1,"profitPct":0.2970917226,"profit":0.014855008},{"hours":0.6833333333333333,"profitPct":0.3031746032,"profit":0.015158906},{"hours":3.15,"profitPct":0.3021493213,"profit":0.0151085115},{"hours":7.133333333333334,"profitPct":0.3031746032,"profit":0.015158906},{"hours":0.3,"profitPct":0.3073226545,"profit":0.015366606},{"hours":0.35,"profitPct":0.2970917226,"profit":0.014855008},{"hours":0.16666666666666666,"profitPct":0.3001126126,"profit":0.015006615},{"hours":4.95,"profitPct":0.2970917226,"profit":0.014855008},{"hours":2.05,"profitPct":0.2882675439,"profit":0.0144134925},{"hours":1.2,"profitPct":0.2911699779,"profit":0.014559122},{"hours":0.016666666666666666,"profitPct":0.2882675439,"profit":0.0144134925},{"hours":0.08333333333333333,"profitPct":0.2816414687,"profit":0.0140832},{"hours":0.05,"profitPct":0.2807112069,"profit":0.01403574},{"hours":0.08333333333333333,"profitPct":0.2725158562,"profit":0.013626019},{"hours":0.36666666666666664,"profitPct":0.2698529412,"profit":0.0134936725},{"hours":0.016666666666666666,"profitPct":0.2716244726,"profit":0.0135818375},{"hours":0.016666666666666666,"profitPct":0.2743099788,"profit":0.013715872}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 100 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 33 trades |
| Std Dev | 47 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 100 trades |
| Across 3 points the series ranged from 0 trades (SL) to 100 trades (TP), averaging 33 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 100
},
{
"type": "SL",
"count": 0
},
{
"type": "TSL",
"count": 0
}
]
Machine-Readable Facts
facts_sha256 in the frontmatter - re-hash it to verify.- JSON
- Flat Table
{
"backtest_id": "05d3c0a5-ac17-4599-9adc-4f1c918cb8f9",
"symbol": "VICUSDT",
"strategy": "3LongTimeLong.json",
"strategy_label": "LongTimeLong",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 672,
"start_balance_usdt": 10000,
"final_value_usdt": 8268.50627739,
"return_pct": -17.3149,
"total_profit_usdt": 684.10799894,
"avg_profit_per_trade_usdt": 0.00597704,
"fulfilled_trades": 114456,
"active_orders": 667,
"win_rate_pct": 100,
"best_trade_usdt": 0.01536661,
"worst_trade_usdt": 0.00499063,
"trades_per_month": 5176.135137474812,
"max_drawdown_pct": 20.472600323812635,
"max_drawdown_abs_usdt": 2115.5889726206005,
"drawdown_duration_days": 229,
"recovery_days": null,
"cagr_pct": -9.818096975293889,
"volatility_annualized_pct": 11.957238322843432,
"sharpe_annualized": -0.800801193728622,
"sortino_annualized": -0.8696816634431277,
"time_in_market_pct": 100,
"final_cash_usdt": 7332.6827388357,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -2397.760130466,
"median_hold_hours": 0.32499999999999996,
"avg_hold_hours": 10.411805555555553,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 05d3c0a5-ac17-4599-9adc-4f1c918cb8f9 |
symbol | VICUSDT |
strategy | 3LongTimeLong.json |
strategy_label | LongTimeLong |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 672 |
start_balance_usdt | 10000 |
final_value_usdt | 8268.50627739 |
return_pct | -17.3149 |
total_profit_usdt | 684.10799894 |
avg_profit_per_trade_usdt | 0.00597704 |
fulfilled_trades | 114456 |
active_orders | 667 |
win_rate_pct | 100 |
best_trade_usdt | 0.01536661 |
worst_trade_usdt | 0.00499063 |
trades_per_month | 5176.135137474812 |
max_drawdown_pct | 20.472600323812635 |
max_drawdown_abs_usdt | 2115.5889726206005 |
drawdown_duration_days | 229 |
recovery_days | null |
cagr_pct | -9.818096975293889 |
volatility_annualized_pct | 11.957238322843432 |
sharpe_annualized | -0.800801193728622 |
sortino_annualized | -0.8696816634431277 |
time_in_market_pct | 100 |
final_cash_usdt | 7332.6827388357 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -2397.760130466 |
median_hold_hours | 0.32499999999999996 |
avg_hold_hours | 10.411805555555553 |
buyhold_return_pct | null |
outperformance_vs_buyhold_pp | null |
Metric Provenance Index
| Metric | Source | JSON path | Transform | Value in this report |
|---|---|---|---|---|
| Symbol | GET /backtests/{id} | $.symbol | direct API value | VICUSDT |
| Mode | GET /backtests/{id} | $.mode_name | direct API value | 3LongTimeLong.json |
| Status | GET /backtests/{id} | $.status | direct API value | completed |
| Period start | GET /backtests/{id} | $.config.from | direct API value | 2024-04-24 00:00:01 |
| Period end | GET /backtests/{id} | $.config.to | direct API value | 2026-02-25 23:59:59 |
| Start balance | GET /backtests/{id} | $.start_balance | direct API value | 10,000.00 USDT |
| Final value | GET /backtests/{id} | $.final_value | direct API value | 8,268.51 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -17.31% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +684.11 USDT |
| Win rate % | GET /backtests/{id} | $.win_rate | direct API value (cross-check: 100 * count(trades[].profit > 0) / count(trades)) | 100.0% |
| Trades count | GET /backtests/{id} | $.fulfilled_trades | direct API value (cross-check: count(trades)) | 114,456 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0154 USDT |
| Worst trade | GET /backtests/{id} | $.min_profit | direct API value (cross-check: min(trades[].profit)) | +0.0050 USDT |
| Avg profit / trade | GET /backtests/{id} | $.avg_profit | direct API value | +0.0060 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 5176.1 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -20.47% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -2,115.59 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -9.82% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 11.96% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -0.80 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.87 |
| Time in market % | GET /backtests/{id}/equity | $[*].base_asset_bal | count(samples where base_asset_bal>0) / count(samples) * 100 | 100.0% |
| Total fees | GET /backtests/{id}/trades | $[*].buy_fee_in_quote, $[*].sell_fee_in_quote | Sum (buy_fee_in_quote + sell_fee_in_quote) | 0.75 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +0.98 USDT |
| Gross loss (losers) | GET /backtests/{id}/trades | $[?(@.profit<0)].profit | Sum abs(profit) where profit < 0 | 0.00 USDT |
| Profit factor | GET /backtests/{id}/trades | $[*].profit | Sum winners.profit / Sum abs(losers.profit) | inf |
| Payoff ratio | GET /backtests/{id}/trades | $[*].profit | avg(winners.profit) / avg(abs(losers.profit)) | inf |
| Expectancy / trade | GET /backtests/{id}/trades | $[*].profit | mean(trades[].profit) | +0.0098 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 100 |
| Max consecutive losses | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit < 0 | 0 |
| Avg holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | mean(sell_time - buy_time) / 3600 | 10.4h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 0.3h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,002 USDT |
Raw API Attachments
/trades. Full trade population: 114,456 closed trades - fetch the complete list via GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9 - backtest summary (verbatim)
GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9 - backtest summary (verbatim)
{
"id": "05d3c0a5-ac17-4599-9adc-4f1c918cb8f9",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:12.580036Z",
"started_at": "2026-05-08T15:09:42.347498Z",
"completed_at": "2026-05-08T15:28:46.901666Z",
"mode_name": "3LongTimeLong.json",
"symbol": "VICUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 8268.50627739,
"return_pct": -17.3149,
"total_profit": 684.10799894,
"fulfilled_trades": 114456,
"active_orders": 667,
"win_rate": 100,
"avg_profit": 0.00597704,
"max_profit": 0.01536661,
"min_profit": 0.00499063,
"elapsed_sec": 930.93,
"max_drawdown": -20.4726,
"profit_factor": null,
"sharpe_ratio": -0.8008,
"total_fees": 859.84603904,
"avg_hold_time_hours": 13.5713,
"tp_count": 114456,
"sl_count": 0,
"tsl_count": 0,
"start_price": 0.7571,
"end_price": 0.0469,
"gross_profit_quote": 1543.954038,
"gross_loss_quote": 0,
"wins": 114456,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 114456,
"consecutive_losses_max": 0,
"holding_minutes_p50": 10,
"holding_minutes_p95": 1142.25,
"holding_minutes_max": 306025,
"description": "VICUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -17.31% | 114456 trades | 100% WR",
"summary_text": "Backtest VICUSDT (Mode: 3LongTimeLong.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 8,268.51 USDT\nP&L: -1,731.49 USDT (-17.31%)\nResult: LOSS\nCompleted trades: 114456\nOpen orders at end: 667\nWin rate: 100.0%\nAvg. profit/trade: 0.005977 USDT\nBest trade: 0.015367 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 684.107999 USDT\nMax drawdown: -20.47%\nProfit factor: inf (no losing trades)\nSharpe ratio: -0.80\nTotal fees: 859.85 USDT\nAvg hold time: 13.6h\nTP / SL / TSL: 114456 / 0 / 0\n\nStrategy parameters:\n Buy trigger: -0.1% from last buy\n Buy splits: 9\n Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]\n Investment per buy: 25.0 USDT\n Fees: maker 7.5 bps / taker 7.5 bps\n\nElapsed: 930.9s",
"share_token": null,
"config_hash": "cfd88e25546c2c4ec8eaab048a0037557a301a661a5151cd4c61295ee030c7b2",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "VICUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.01,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9/equity - equity series (verbatim, 673 points)
GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 286.13,
"quote_asset_bal": 9775.7868284707,
"total_value_mid": 9992.7305944707,
"total_value_exit_net": 9992.5678866462,
"total_value": 9992.7305944707,
"base_cost_quote": 225.341699615,
"unrealized_pnl_exit_net": -8.5606414395
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 260.02,
"quote_asset_bal": 9797.05432252,
"total_value_mid": 9994.74752852,
"total_value_exit_net": 9994.5992586155,
"total_value": 9994.74752852,
"base_cost_quote": 205.3273611108,
"unrealized_pnl_exit_net": -7.7824250153
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 409.04,
"quote_asset_bal": 9687.6793598805,
"total_value_mid": 9983.6197998805,
"total_value_exit_net": 9983.3978445505,
"total_value": 9983.6197998805,
"base_cost_quote": 315.4798745815,
"unrealized_pnl_exit_net": -19.7613899115
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 306.52,
"quote_asset_bal": 9763.9906296345,
"total_value_mid": 9993.9419336345,
"total_value_exit_net": 9993.7694701565,
"total_value": 9993.9419336345,
"base_cost_quote": 240.3794714915,
"unrealized_pnl_exit_net": -10.6006309695
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 300.01,
"quote_asset_bal": 9769.9890327008,
"total_value_mid": 9995.5065497008,
"total_value_exit_net": 9995.337411563,
"total_value": 9995.5065497008,
"base_cost_quote": 235.36699295,
"unrealized_pnl_exit_net": -10.0186140877
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 333.71,
"quote_asset_bal": 9746.1952165113,
"total_value_mid": 9995.2096185113,
"total_value_exit_net": 9995.0228577098,
"total_value": 9995.2096185113,
"base_cost_quote": 260.397876043,
"unrealized_pnl_exit_net": -11.5702348445
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 507.5,
"quote_asset_bal": 9622.3257937655,
"total_value_mid": 9978.9460437655,
"total_value_exit_net": 9978.678578578,
"total_value": 9978.9460437655,
"base_cost_quote": 385.6068824205,
"unrealized_pnl_exit_net": -29.254097608
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 493.6,
"quote_asset_bal": 9634.0871139936,
"total_value_mid": 9984.0988739936,
"total_value_exit_net": 9983.8363651736,
"total_value": 9984.0988739936,
"base_cost_quote": 375.5748610433,
"unrealized_pnl_exit_net": -25.8256098633
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 728.76,
"quote_asset_bal": 9475.0632341113,
"total_value_mid": 9956.2634621113,
"total_value_exit_net": 9955.9025619403,
"total_value": 9956.2634621113,
"base_cost_quote": 535.8119477925,
"unrealized_pnl_exit_net": -54.9726199635
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 729.18,
"quote_asset_bal": 9476.3997416076,
"total_value_mid": 9955.1793296076,
"total_value_exit_net": 9954.8202449166,
"total_value": 9955.1793296076,
"base_cost_quote": 535.805200736,
"unrealized_pnl_exit_net": -57.384697427
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 822.74,
"quote_asset_bal": 9416.9749113228,
"total_value_mid": 9943.1994153228,
"total_value_exit_net": 9942.8047469448,
"total_value": 9943.1994153228,
"base_cost_quote": 595.891431636,
"unrealized_pnl_exit_net": -70.061596014
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 878.34,
"quote_asset_bal": 9382.8112166813,
"total_value_mid": 9933.5303966813,
"total_value_exit_net": 9933.1173572963,
"total_value": 9933.5303966813,
"base_cost_quote": 630.9413303592,
"unrealized_pnl_exit_net": -80.6351897442
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 1041.67,
"quote_asset_bal": 9283.1966222075,
"total_value_mid": 9908.7194572075,
"total_value_exit_net": 9908.2503150812,
"total_value": 9908.7194572075,
"base_cost_quote": 731.0755567457,
"unrealized_pnl_exit_net": -106.021863872
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 1192.61,
"quote_asset_bal": 9198.6083572285,
"total_value_mid": 9859.6720802285,
"total_value_exit_net": 9859.1762824362,
"total_value": 9859.6720802285,
"base_cost_quote": 816.1985911757,
"unrealized_pnl_exit_net": -155.630665968
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 1357.92,
"quote_asset_bal": 9109.1580399552,
"total_value_mid": 9835.3736559552,
"total_value_exit_net": 9834.8289942432,
"total_value": 9835.3736559552,
"base_cost_quote": 906.2925129772,
"unrealized_pnl_exit_net": -180.6215586893
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 1405.25,
"quote_asset_bal": 9084.8440680745,
"total_value_mid": 9829.0644680745,
"total_value_exit_net": 9828.5063027745,
"total_value": 9829.0644680745,
"base_cost_quote": 931.3272889877,
"unrealized_pnl_exit_net": -187.6650542878
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 1660.84,
"quote_asset_bal": 8955.5765064377,
"total_value_mid": 9776.5297184377,
"total_value_exit_net": 9775.9140035287,
"total_value": 9776.5297184377,
"base_cost_quote": 1061.4894904775,
"unrealized_pnl_exit_net": -241.1519933865
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 1826.07,
"quote_asset_bal": 8876.1247248967,
"total_value_mid": 9748.8035778967,
"total_value_exit_net": 9748.1490687569,
"total_value": 9748.8035778967,
"base_cost_quote": 1141.5803025692,
"unrealized_pnl_exit_net": -269.555958709
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 2084.48,
"quote_asset_bal": 8756.703546965,
"total_value_mid": 9702.640570965,
"total_value_exit_net": 9701.931118197,
"total_value": 9702.640570965,
"base_cost_quote": 1261.7186097725,
"unrealized_pnl_exit_net": -316.4910385405
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 2509.2,
"quote_asset_bal": 8572.5958632995,
"total_value_mid": 9623.4488232995,
"total_value_exit_net": 9622.6606835795,
"total_value": 9623.4488232995,
"base_cost_quote": 1446.9320827727,
"unrealized_pnl_exit_net": -396.8672624928
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 1326.77,
"quote_asset_bal": 9151.4177849265,
"total_value_mid": 9755.7615199265,
"total_value_exit_net": 9755.3082621252,
"total_value": 9755.7615199265,
"base_cost_quote": 871.259110617,
"unrealized_pnl_exit_net": -267.3686334183
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 1410.74,
"quote_asset_bal": 9119.0920064481,
"total_value_mid": 9722.3244304481,
"total_value_exit_net": 9721.8720061301,
"total_value": 9722.3244304481,
"base_cost_quote": 906.3019360392,
"unrealized_pnl_exit_net": -303.5219363573
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 1591.48,
"quote_asset_bal": 9045.5207578194,
"total_value_mid": 9698.9824458194,
"total_value_exit_net": 9698.4923495534,
"total_value": 9698.9824458194,
"base_cost_quote": 981.3986713805,
"unrealized_pnl_exit_net": -328.4270796465
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 1447.84,
"quote_asset_bal": 9106.4428782031,
"total_value_mid": 9712.2191342031,
"total_value_exit_net": 9711.7648020111,
"total_value": 9712.2191342031,
"base_cost_quote": 921.3172610932,
"unrealized_pnl_exit_net": -315.9953372853
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 1353.25,
"quote_asset_bal": 9147.5987776972,
"total_value_mid": 9734.7739526972,
"total_value_exit_net": 9734.3335713159,
"total_value": 9734.7739526972,
"base_cost_quote": 881.269352672,
"unrealized_pnl_exit_net": -294.5345590533
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 1240.62,
"quote_asset_bal": 9199.5038726817,
"total_value_mid": 9762.0009806817,
"total_value_exit_net": 9761.5791078507,
"total_value": 9762.0009806817,
"base_cost_quote": 831.2123720725,
"unrealized_pnl_exit_net": -269.1371369035
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 1332.58,
"quote_asset_bal": 9156.9813649712,
"total_value_mid": 9797.5525709712,
"total_value_exit_net": 9797.0721425667,
"total_value": 9797.5525709712,
"base_cost_quote": 876.2566409557,
"unrealized_pnl_exit_net": -236.1658633603
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 1445.11,
"quote_asset_bal": 9103.3823097605,
"total_value_mid": 9795.3009777605,
"total_value_exit_net": 9794.7820387595,
"total_value": 9795.3009777605,
"base_cost_quote": 931.3282376987,
"unrealized_pnl_exit_net": -239.9285086998
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 1520.49,
"quote_asset_bal": 9069.2661791277,
"total_value_mid": 9773.2530491277,
"total_value_exit_net": 9772.7250589752,
"total_value": 9773.2530491277,
"base_cost_quote": 966.3719337735,
"unrealized_pnl_exit_net": -262.913053926
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 1607.51,
"quote_asset_bal": 9030.238490741,
"total_value_mid": 9760.691034741,
"total_value_exit_net": 9760.143195333,
"total_value": 9760.691034741,
"base_cost_quote": 1006.4129470272,
"unrealized_pnl_exit_net": -276.5082424353
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 1519.89,
"quote_asset_bal": 9071.2781577292,
"total_value_mid": 9781.3707657292,
"total_value_exit_net": 9780.8381962732,
"total_value": 9781.3707657292,
"base_cost_quote": 966.3643360795,
"unrealized_pnl_exit_net": -256.8042975355
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 1509.03,
"quote_asset_bal": 9076.929495764,
"total_value_mid": 9782.250117764,
"total_value_exit_net": 9781.7211272975,
"total_value": 9782.250117764,
"base_cost_quote": 961.3618550305,
"unrealized_pnl_exit_net": -256.570223497
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 1530.14,
"quote_asset_bal": 9067.3638083835,
"total_value_mid": 9784.8464543835,
"total_value_exit_net": 9784.308342399,
"total_value": 9784.8464543835,
"base_cost_quote": 971.3749432185,
"unrealized_pnl_exit_net": -254.430409203
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 1465.64,
"quote_asset_bal": 9098.1737877132,
"total_value_mid": 9798.7497077132,
"total_value_exit_net": 9798.2242757732,
"total_value": 9798.7497077132,
"base_cost_quote": 941.3308190125,
"unrealized_pnl_exit_net": -241.2803309525
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 1518.49,
"quote_asset_bal": 9073.7644440008,
"total_value_mid": 9784.8733110008,
"total_value_exit_net": 9784.3399793505,
"total_value": 9784.8733110008,
"base_cost_quote": 966.3719067532,
"unrealized_pnl_exit_net": -255.7963714035
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 1637.83,
"quote_asset_bal": 9019.3658941783,
"total_value_mid": 9769.4920341783,
"total_value_exit_net": 9768.9294395733,
"total_value": 9769.4920341783,
"base_cost_quote": 1021.4227939757,
"unrealized_pnl_exit_net": -271.8592485808
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 1540.69,
"quote_asset_bal": 9065.2262299588,
"total_value_mid": 9780.8767349588,
"total_value_exit_net": 9780.33999708,
"total_value": 9780.8767349588,
"base_cost_quote": 976.3767827867,
"unrealized_pnl_exit_net": -261.2630156655
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 1389.17,
"quote_asset_bal": 9142.0456732448,
"total_value_mid": 9790.7880632448,
"total_value_exit_net": 9790.3015064523,
"total_value": 9790.7880632448,
"base_cost_quote": 901.2856586507,
"unrealized_pnl_exit_net": -253.0298254433
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 1464.75,
"quote_asset_bal": 9107.5234094723,
"total_value_mid": 9784.0914344723,
"total_value_exit_net": 9783.5840084536,
"total_value": 9784.0914344723,
"base_cost_quote": 936.3240897797,
"unrealized_pnl_exit_net": -260.2634907985
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 1378.11,
"quote_asset_bal": 9148.4818052938,
"total_value_mid": 9800.1900242938,
"total_value_exit_net": 9799.7012431296,
"total_value": 9800.1900242938,
"base_cost_quote": 896.279637949,
"unrealized_pnl_exit_net": -245.0602001133
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 1367.24,
"quote_asset_bal": 9154.4902841261,
"total_value_mid": 9804.2027321261,
"total_value_exit_net": 9803.7154477901,
"total_value": 9804.2027321261,
"base_cost_quote": 891.2787711097,
"unrealized_pnl_exit_net": -242.0536074458
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 1325.45,
"quote_asset_bal": 9175.5075202836,
"total_value_mid": 9815.6998702836,
"total_value_exit_net": 9815.2197260211,
"total_value": 9815.6998702836,
"base_cost_quote": 871.2569099677,
"unrealized_pnl_exit_net": -231.5447042303
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 1393.27,
"quote_asset_bal": 9141.4573809938,
"total_value_mid": 9831.9619929938,
"total_value_exit_net": 9831.4441145348,
"total_value": 9831.9619929938,
"base_cost_quote": 906.300556005,
"unrealized_pnl_exit_net": -216.313822464
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 1465.3,
"quote_asset_bal": 9107.1366576686,
"total_value_mid": 9818.9793976686,
"total_value_exit_net": 9818.4455156136,
"total_value": 9818.9793976686,
"base_cost_quote": 941.351488503,
"unrealized_pnl_exit_net": -230.042630558
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 1542.03,
"quote_asset_bal": 9073.1532017871,
"total_value_mid": 9769.5339497871,
"total_value_exit_net": 9769.0116642261,
"total_value": 9769.5339497871,
"base_cost_quote": 976.3921352925,
"unrealized_pnl_exit_net": -280.5336728535
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 1887.42,
"quote_asset_bal": 8923.5339135471,
"total_value_mid": 9716.8165395471,
"total_value_exit_net": 9716.2215775776,
"total_value": 9716.8165395471,
"base_cost_quote": 1126.5711251225,
"unrealized_pnl_exit_net": -333.883461092
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 1389.93,
"quote_asset_bal": 9144.8714662518,
"total_value_mid": 9768.9500362518,
"total_value_exit_net": 9768.4819773243,
"total_value": 9768.9500362518,
"base_cost_quote": 906.304042618,
"unrealized_pnl_exit_net": -282.6935315455
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 1537.42,
"quote_asset_bal": 9081.0241898216,
"total_value_mid": 9752.8767298216,
"total_value_exit_net": 9752.3728404166,
"total_value": 9752.8767298216,
"base_cost_quote": 971.3882601988,
"unrealized_pnl_exit_net": -300.0396096038
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 1789.9,
"quote_asset_bal": 8976.9062209106,
"total_value_mid": 9705.9324909106,
"total_value_exit_net": 9705.3857212081,
"total_value": 9705.9324909106,
"base_cost_quote": 1076.5148670645,
"unrealized_pnl_exit_net": -348.035366767
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 1498.76,
"quote_asset_bal": 9103.6880593569,
"total_value_mid": 9761.9434513569,
"total_value_exit_net": 9761.4497598129,
"total_value": 9761.9434513569,
"base_cost_quote": 951.3549304618,
"unrealized_pnl_exit_net": -293.5932300058
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 1698.33,
"quote_asset_bal": 9019.2549109927,
"total_value_mid": 9730.1758489927,
"total_value_exit_net": 9729.6426582892,
"total_value": 9730.1758489927,
"base_cost_quote": 1036.447541091,
"unrealized_pnl_exit_net": -326.0597937945
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 1761.6,
"quote_asset_bal": 8995.0449628054,
"total_value_mid": 9706.5552028054,
"total_value_exit_net": 9706.0215701254,
"total_value": 9706.5552028054,
"base_cost_quote": 1061.4767609375,
"unrealized_pnl_exit_net": -350.5001536175
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 1662.99,
"quote_asset_bal": 9035.4971419562,
"total_value_mid": 9724.4738989562,
"total_value_exit_net": 9723.9571663885,
"total_value": 9724.4738989562,
"base_cost_quote": 1021.4339433315,
"unrealized_pnl_exit_net": -332.9739188993
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 1519.25,
"quote_asset_bal": 9096.0380852712,
"total_value_mid": 9738.2250602712,
"total_value_exit_net": 9737.74342004,
"total_value": 9738.2250602712,
"base_cost_quote": 961.3674662357,
"unrealized_pnl_exit_net": -319.662131467
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 2026.3,
"quote_asset_bal": 8891.5553438842,
"total_value_mid": 9684.2439038842,
"total_value_exit_net": 9683.6493874642,
"total_value": 9684.2439038842,
"base_cost_quote": 1166.6098556655,
"unrealized_pnl_exit_net": -374.5158120855
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 2227.21,
"quote_asset_bal": 8817.9358377598,
"total_value_mid": 9646.9033997598,
"total_value_exit_net": 9646.2816740883,
"total_value": 9646.9033997598,
"base_cost_quote": 1241.702182703,
"unrealized_pnl_exit_net": -413.3563463745
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 2385.62,
"quote_asset_bal": 8758.7199569608,
"total_value_mid": 9642.3536049608,
"total_value_exit_net": 9641.6908797248,
"total_value": 9642.3536049608,
"base_cost_quote": 1301.7654503935,
"unrealized_pnl_exit_net": -418.7945276295
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 2210.59,
"quote_asset_bal": 8824.9216273338,
"total_value_mid": 9665.1668863338,
"total_value_exit_net": 9664.5367023895,
"total_value": 9665.1668863338,
"base_cost_quote": 1236.687296357,
"unrealized_pnl_exit_net": -397.0722213013
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 2250.27,
"quote_asset_bal": 8811.3691978982,
"total_value_mid": 9660.6210958982,
"total_value_exit_net": 9659.9841569747,
"total_value": 9660.6210958982,
"base_cost_quote": 1251.6973034255,
"unrealized_pnl_exit_net": -403.082344349
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 2397.03,
"quote_asset_bal": 8757.0803810098,
"total_value_mid": 9646.1388080098,
"total_value_exit_net": 9645.4720141895,
"total_value": 9646.1388080098,
"base_cost_quote": 1306.75997548,
"unrealized_pnl_exit_net": -418.3683423003
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 2603.25,
"quote_asset_bal": 8682.7342028385,
"total_value_mid": 9619.1232278385,
"total_value_exit_net": 9618.4209360698,
"total_value": 9619.1232278385,
"base_cost_quote": 1381.8435279415,
"unrealized_pnl_exit_net": -446.1567947103
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 2343.34,
"quote_asset_bal": 8779.1464196103,
"total_value_mid": 9655.3212456103,
"total_value_exit_net": 9654.6641144908,
"total_value": 9655.3212456103,
"base_cost_quote": 1286.7334558468,
"unrealized_pnl_exit_net": -411.2157609663
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 2118.26,
"quote_asset_bal": 8865.0617085945,
"total_value_mid": 9676.3552885945,
"total_value_exit_net": 9675.7468184095,
"total_value": 9676.3552885945,
"base_cost_quote": 1201.64651947,
"unrealized_pnl_exit_net": -390.961409655
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 1798.59,
"quote_asset_bal": 9007.2457340441,
"total_value_mid": 9631.1766050441,
"total_value_exit_net": 9630.7086568908,
"total_value": 9631.1766050441,
"base_cost_quote": 1061.4967969532,
"unrealized_pnl_exit_net": -438.0338741065
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 1824.95,
"quote_asset_bal": 8998.2138089816,
"total_value_mid": 9644.4286039816,
"total_value_exit_net": 9643.9439428853,
"total_value": 9644.4286039816,
"base_cost_quote": 1071.508064777,
"unrealized_pnl_exit_net": -425.7779308733
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 1880.48,
"quote_asset_bal": 8978.8330648776,
"total_value_mid": 9641.5142168776,
"total_value_exit_net": 9641.0172060136,
"total_value": 9641.5142168776,
"base_cost_quote": 1091.53275604,
"unrealized_pnl_exit_net": -429.348614904
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 2135.64,
"quote_asset_bal": 8889.4187345839,
"total_value_mid": 9625.7874065839,
"total_value_exit_net": 9625.2351300799,
"total_value": 9625.7874065839,
"base_cost_quote": 1181.6290556235,
"unrealized_pnl_exit_net": -445.8126601275
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 1893.73,
"quote_asset_bal": 8974.9377114051,
"total_value_mid": 9653.0824244051,
"total_value_exit_net": 9652.5738158704,
"total_value": 9653.0824244051,
"base_cost_quote": 1096.5328573055,
"unrealized_pnl_exit_net": -418.8967528403
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 2035.17,
"quote_asset_bal": 8925.1967339226,
"total_value_mid": 9634.4534789226,
"total_value_exit_net": 9633.9215363639,
"total_value": 9634.4534789226,
"base_cost_quote": 1146.5971293695,
"unrealized_pnl_exit_net": -437.8723269283
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 1935.49,
"quote_asset_bal": 8960.9775722611,
"total_value_mid": 9642.4636012611,
"total_value_exit_net": 9641.9524867394,
"total_value": 9642.4636012611,
"base_cost_quote": 1111.551923163,
"unrealized_pnl_exit_net": -430.5770086848
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 2284.69,
"quote_asset_bal": 8841.2841215279,
"total_value_mid": 9611.9100585279,
"total_value_exit_net": 9611.3320890751,
"total_value": 9611.9100585279,
"base_cost_quote": 1231.6841928415,
"unrealized_pnl_exit_net": -461.6362252943
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 3062.67,
"quote_asset_bal": 8596.7421357074,
"total_value_mid": 9499.3109847074,
"total_value_exit_net": 9498.6340580706,
"total_value": 9499.3109847074,
"base_cost_quote": 1476.9353683727,
"unrealized_pnl_exit_net": -575.0434460095
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 3346.46,
"quote_asset_bal": 8518.0257678052,
"total_value_mid": 9464.0700098051,
"total_value_exit_net": 9463.3604766236,
"total_value": 9464.0700098051,
"base_cost_quote": 1557.0163080658,
"unrealized_pnl_exit_net": -611.6815992473
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 2990.11,
"quote_asset_bal": 8624.0436889711,
"total_value_mid": 9542.6054809711,
"total_value_exit_net": 9541.9165596271,
"total_value": 9542.6054809711,
"base_cost_quote": 1451.9131397657,
"unrealized_pnl_exit_net": -534.0402691098
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 3364.32,
"quote_asset_bal": 8514.8107481046,
"total_value_mid": 9478.6884281046,
"total_value_exit_net": 9477.9655198446,
"total_value": 9478.6884281046,
"base_cost_quote": 1562.030953231,
"unrealized_pnl_exit_net": -598.876181491
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 3038.18,
"quote_asset_bal": 8611.2968128994,
"total_value_mid": 9529.1309908994,
"total_value_exit_net": 9528.4426152659,
"total_value": 9529.1309908994,
"base_cost_quote": 1466.9277773045,
"unrealized_pnl_exit_net": -549.781974938
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 3053.67,
"quote_asset_bal": 8607.1469776344,
"total_value_mid": 9536.9894926344,
"total_value_exit_net": 9536.2921107481,
"total_value": 9536.9894926344,
"base_cost_quote": 1471.9314122182,
"unrealized_pnl_exit_net": -542.7862791045
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 2842.62,
"quote_asset_bal": 8673.2038833924,
"total_value_mid": 9564.3652533924,
"total_value_exit_net": 9563.6968823649,
"total_value": 9564.3652533924,
"base_cost_quote": 1406.862856375,
"unrealized_pnl_exit_net": -516.3698574025
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 2939.84,
"quote_asset_bal": 8644.4257759926,
"total_value_mid": 9537.5491679926,
"total_value_exit_net": 9536.8793254486,
"total_value": 9537.5491679926,
"base_cost_quote": 1436.8955820385,
"unrealized_pnl_exit_net": -544.4420325825
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 2956.05,
"quote_asset_bal": 8640.3916475301,
"total_value_mid": 9548.7858125301,
"total_value_exit_net": 9548.1045169064,
"total_value": 9548.7858125301,
"base_cost_quote": 1441.9056858002,
"unrealized_pnl_exit_net": -534.192816424
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 2794.93,
"quote_asset_bal": 8691.4018434699,
"total_value_mid": 9569.5688494699,
"total_value_exit_net": 9568.9102242154,
"total_value": 9569.5688494699,
"base_cost_quote": 1391.8447862637,
"unrealized_pnl_exit_net": -514.3364055183
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 2470.92,
"quote_asset_bal": 8797.3424455649,
"total_value_mid": 9616.9466095649,
"total_value_exit_net": 9616.3319064419,
"total_value": 9616.9466095649,
"base_cost_quote": 1286.7371265978,
"unrealized_pnl_exit_net": -467.7476657208
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 1843.83,
"quote_asset_bal": 9025.3469295135,
"total_value_mid": 9689.4944955134,
"total_value_exit_net": 9688.9963848389,
"total_value": 9689.4944955134,
"base_cost_quote": 1061.4656816343,
"unrealized_pnl_exit_net": -397.8162263088
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 1883.97,
"quote_asset_bal": 9011.8984960625,
"total_value_mid": 9693.7072390625,
"total_value_exit_net": 9693.1958825052,
"total_value": 9693.7072390625,
"base_cost_quote": 1076.4801640568,
"unrealized_pnl_exit_net": -395.182777614
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 1749.46,
"quote_asset_bal": 9059.3774128005,
"total_value_mid": 9751.8136808005,
"total_value_exit_net": 9751.2943535995,
"total_value": 9751.8136808005,
"base_cost_quote": 1031.4472686973,
"unrealized_pnl_exit_net": -339.5303278983
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 1814.27,
"quote_asset_bal": 9035.8733096365,
"total_value_mid": 9730.5572926365,
"total_value_exit_net": 9730.0362796493,
"total_value": 9730.5572926365,
"base_cost_quote": 1056.4702638788,
"unrealized_pnl_exit_net": -362.307293866
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 1709.29,
"quote_asset_bal": 9077.6680752105,
"total_value_mid": 9768.2212352105,
"total_value_exit_net": 9767.7033203405,
"total_value": 9768.2212352105,
"base_cost_quote": 1016.4149619165,
"unrealized_pnl_exit_net": -326.3797167865
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 1711.09,
"quote_asset_bal": 9078.321276702,
"total_value_mid": 9761.217295702,
"total_value_exit_net": 9760.7051236878,
"total_value": 9761.217295702,
"base_cost_quote": 1016.4185456023,
"unrealized_pnl_exit_net": -334.0346986165
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 1773.5,
"quote_asset_bal": 9053.9137885395,
"total_value_mid": 9764.5552385395,
"total_value_exit_net": 9764.022257452,
"total_value": 9764.5552385395,
"base_cost_quote": 1041.4437684533,
"unrealized_pnl_exit_net": -331.3352995408
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 2016.66,
"quote_asset_bal": 8959.3600176593,
"total_value_mid": 9734.1607896593,
"total_value_exit_net": 9733.5796890803,
"total_value": 9734.1607896593,
"base_cost_quote": 1136.5627532275,
"unrealized_pnl_exit_net": -362.3430818065
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 1911.31,
"quote_asset_bal": 9005.6482297488,
"total_value_mid": 9727.9322787488,
"total_value_exit_net": 9727.390565712,
"total_value": 9727.9322787488,
"base_cost_quote": 1091.5008311143,
"unrealized_pnl_exit_net": -369.758495151
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 1992.92,
"quote_asset_bal": 8976.2852015203,
"total_value_mid": 9712.8684335202,
"total_value_exit_net": 9712.3159960962,
"total_value": 9712.8684335202,
"base_cost_quote": 1121.5409703337,
"unrealized_pnl_exit_net": -385.5101757578
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 1869.49,
"quote_asset_bal": 9028.1402118693,
"total_value_mid": 9704.7086428693,
"total_value_exit_net": 9704.201216546,
"total_value": 9704.7086428693,
"base_cost_quote": 1071.4819902358,
"unrealized_pnl_exit_net": -395.420985559
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 1628.26,
"quote_asset_bal": 9119.2134713168,
"total_value_mid": 9753.9092193167,
"total_value_exit_net": 9753.4331975057,
"total_value": 9753.9092193167,
"base_cost_quote": 981.3726528813,
"unrealized_pnl_exit_net": -347.1529266923
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 1729.17,
"quote_asset_bal": 9079.7674699955,
"total_value_mid": 9756.5646079955,
"total_value_exit_net": 9756.057010142,
"total_value": 9756.5646079955,
"base_cost_quote": 1021.419958851,
"unrealized_pnl_exit_net": -345.1304187045
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 1823.56,
"quote_asset_bal": 9045.4828380492,
"total_value_mid": 9737.7062140492,
"total_value_exit_net": 9737.1870465172,
"total_value": 9737.7062140492,
"base_cost_quote": 1056.4618035383,
"unrealized_pnl_exit_net": -364.7575950703
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 1742.8,
"quote_asset_bal": 9076.3472116255,
"total_value_mid": 9752.9021716255,
"total_value_exit_net": 9752.3947554055,
"total_value": 9752.9021716255,
"base_cost_quote": 1026.4346070185,
"unrealized_pnl_exit_net": -350.3870632385
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 1872.94,
"quote_asset_bal": 9026.8966352178,
"total_value_mid": 9740.1121872177,
"total_value_exit_net": 9739.5772755537,
"total_value": 9740.1121872177,
"base_cost_quote": 1076.4894830408,
"unrealized_pnl_exit_net": -363.8088427048
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 1927.3,
"quote_asset_bal": 9007.7334339153,
"total_value_mid": 9727.9654439152,
"total_value_exit_net": 9727.4252699077,
"total_value": 9727.9654439152,
"base_cost_quote": 1096.5117164618,
"unrealized_pnl_exit_net": -376.8198804693
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 1954.57,
"quote_asset_bal": 8998.869414669,
"total_value_mid": 9725.773997669,
"total_value_exit_net": 9725.2288192318,
"total_value": 9725.773997669,
"base_cost_quote": 1106.5202342245,
"unrealized_pnl_exit_net": -380.1608296618
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 2195.19,
"quote_asset_bal": 8915.1719066545,
"total_value_mid": 9677.1223556545,
"total_value_exit_net": 9676.5508928178,
"total_value": 9677.1223556545,
"base_cost_quote": 1191.6204235335,
"unrealized_pnl_exit_net": -430.2414373703
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 2402.05,
"quote_asset_bal": 8845.7954769088,
"total_value_mid": 9651.9234569088,
"total_value_exit_net": 9651.3188609238,
"total_value": 9651.9234569088,
"base_cost_quote": 1261.7143705955,
"unrealized_pnl_exit_net": -456.1909865805
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 2660.12,
"quote_asset_bal": 8772.0215847326,
"total_value_mid": 9570.5896087326,
"total_value_exit_net": 9569.9906827146,
"total_value": 9570.5896087326,
"base_cost_quote": 1336.7790329,
"unrealized_pnl_exit_net": -538.809934918
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 2899.3599999999,
"quote_asset_bal": 8704.3254818651,
"total_value_mid": 9551.2285378651,
"total_value_exit_net": 9550.5933605731,
"total_value": 9551.2285378651,
"base_cost_quote": 1406.857676493,
"unrealized_pnl_exit_net": -560.589797785
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 2662.9899999999,
"quote_asset_bal": 8775.5508508136,
"total_value_mid": 9603.7407408136,
"total_value_exit_net": 9603.1195983961,
"total_value": 9603.7407408136,
"base_cost_quote": 1336.782359393,
"unrealized_pnl_exit_net": -509.2136118105
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 2457.1099999999,
"quote_asset_bal": 8841.6618813341,
"total_value_mid": 9599.1888943341,
"total_value_exit_net": 9598.6207490744,
"total_value": 9599.1888943341,
"base_cost_quote": 1271.7116829605,
"unrealized_pnl_exit_net": -514.7528152203
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 2257.8399999999,
"quote_asset_bal": 8907.8505201712,
"total_value_mid": 9666.4847601711,
"total_value_exit_net": 9665.9157844911,
"total_value": 9666.4847601711,
"base_cost_quote": 1206.6388759312,
"unrealized_pnl_exit_net": -448.5736116113
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 2257.8799999999,
"quote_asset_bal": 8908.8381738962,
"total_value_mid": 9670.1953098961,
"total_value_exit_net": 9669.6242920441,
"total_value": 9670.1953098961,
"base_cost_quote": 1206.646674776,
"unrealized_pnl_exit_net": -445.860556628
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 2198.3399999999,
"quote_asset_bal": 8929.6172139894,
"total_value_mid": 9684.0875019894,
"total_value_exit_net": 9683.5216492734,
"total_value": 9684.0875019894,
"base_cost_quote": 1186.6196197415,
"unrealized_pnl_exit_net": -432.7151844575
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 2450.0499999999,
"quote_asset_bal": 8845.2071344289,
"total_value_mid": 9654.7036544289,
"total_value_exit_net": 9654.0965320389,
"total_value": 9654.7036544289,
"base_cost_quote": 1271.7145661213,
"unrealized_pnl_exit_net": -462.8251685113
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 2227.3399999999,
"quote_asset_bal": 8921.4077344887,
"total_value_mid": 9694.7401824886,
"total_value_exit_net": 9694.1601831526,
"total_value": 9694.7401824886,
"base_cost_quote": 1196.6317442073,
"unrealized_pnl_exit_net": -423.8792955433
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 2285.3799999999,
"quote_asset_bal": 8902.1680061029,
"total_value_mid": 9687.8816501029,
"total_value_exit_net": 9687.2923648699,
"total_value": 9687.8816501029,
"base_cost_quote": 1216.6559140795,
"unrealized_pnl_exit_net": -431.5315553125
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 2403.7999999999,
"quote_asset_bal": 8862.8555241672,
"total_value_mid": 9674.1380241672,
"total_value_exit_net": 9673.5295622922,
"total_value": 9674.1380241672,
"base_cost_quote": 1256.6944454732,
"unrealized_pnl_exit_net": -446.0204073483
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 2751.9999999999,
"quote_asset_bal": 8748.4935818449,
"total_value_mid": 9621.7031818449,
"total_value_exit_net": 9621.0482746449,
"total_value": 9621.7031818449,
"base_cost_quote": 1371.81825262,
"unrealized_pnl_exit_net": -499.26355982
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 2688.9099999999,
"quote_asset_bal": 8769.2978151532,
"total_value_mid": 9633.7823801532,
"total_value_exit_net": 9633.1340167294,
"total_value": 9633.7823801532,
"base_cost_quote": 1351.7955978832,
"unrealized_pnl_exit_net": -487.959396307
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 2564.9099999999,
"quote_asset_bal": 8809.7941009042,
"total_value_mid": 9651.0845809042,
"total_value_exit_net": 9650.4536130442,
"total_value": 9651.0845809042,
"base_cost_quote": 1311.7506146542,
"unrealized_pnl_exit_net": -471.0911025143
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 2309.8599999999,
"quote_asset_bal": 8895.7537593924,
"total_value_mid": 9674.1765793924,
"total_value_exit_net": 9673.5927622774,
"total_value": 9674.1765793924,
"base_cost_quote": 1226.6682927358,
"unrealized_pnl_exit_net": -448.8292898508
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 1744.0099999999,
"quote_asset_bal": 9108.204996495,
"total_value_mid": 9715.120476495,
"total_value_exit_net": 9714.665289885,
"total_value": 9715.120476495,
"base_cost_quote": 1016.4249744203,
"unrealized_pnl_exit_net": -409.9646810303
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 1752.8499999999,
"quote_asset_bal": 9104.364971478,
"total_value_mid": 9742.051801478,
"total_value_exit_net": 9741.5735363555,
"total_value": 9742.051801478,
"base_cost_quote": 1021.4292358035,
"unrealized_pnl_exit_net": -384.220670926
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 1654.5599999999,
"quote_asset_bal": 9140.3708718365,
"total_value_mid": 9777.5419278365,
"total_value_exit_net": 9777.0640495445,
"total_value": 9777.5419278365,
"base_cost_quote": 986.38827678,
"unrealized_pnl_exit_net": -349.695099072
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 1654.0399999999,
"quote_asset_bal": 9141.070471565,
"total_value_mid": 9785.484455565,
"total_value_exit_net": 9785.001145077,
"total_value": 9785.484455565,
"base_cost_quote": 986.389441653,
"unrealized_pnl_exit_net": -342.458768141
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 1794.4599999999,
"quote_asset_bal": 9082.3028885028,
"total_value_mid": 9812.6481085028,
"total_value_exit_net": 9812.1003495878,
"total_value": 9812.6481085028,
"base_cost_quote": 1046.468471156,
"unrealized_pnl_exit_net": -316.671010071
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 1758.6699999999,
"quote_asset_bal": 9098.2165127171,
"total_value_mid": 9815.7538727171,
"total_value_exit_net": 9815.2157196971,
"total_value": 9815.7538727171,
"base_cost_quote": 1031.4524385718,
"unrealized_pnl_exit_net": -314.4532315918
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 1732.8499999999,
"quote_asset_bal": 9109.1254005361,
"total_value_mid": 9830.5108555361,
"total_value_exit_net": 9829.9698164449,
"total_value": 9830.5108555361,
"base_cost_quote": 1021.4384226885,
"unrealized_pnl_exit_net": -300.5940067798
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 2071.1599999999,
"quote_asset_bal": 8975.2794079772,
"total_value_mid": 9773.9187039771,
"total_value_exit_net": 9773.3197245051,
"total_value": 9773.9187039771,
"base_cost_quote": 1156.5812628577,
"unrealized_pnl_exit_net": -358.5409463298
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 2110.0399999999,
"quote_asset_bal": 8961.0977981817,
"total_value_mid": 9762.4909901816,
"total_value_exit_net": 9761.8899452876,
"total_value": 9762.4909901816,
"base_cost_quote": 1171.6046419477,
"unrealized_pnl_exit_net": -370.8124948418
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 1871.0799999999,
"quote_asset_bal": 9068.9057047029,
"total_value_mid": 9762.3279527029,
"total_value_exit_net": 9761.8078860169,
"total_value": 9762.3279527029,
"base_cost_quote": 1066.4855997512,
"unrealized_pnl_exit_net": -373.5834184373
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 1792.3799999999,
"quote_asset_bal": 9100.7076607951,
"total_value_mid": 9780.3781567951,
"total_value_exit_net": 9779.8684039231,
"total_value": 9780.3781567951,
"base_cost_quote": 1036.4465863755,
"unrealized_pnl_exit_net": -357.2858432475
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 2063.3999999999,
"quote_asset_bal": 9001.2738432627,
"total_value_mid": 9747.3992832626,
"total_value_exit_net": 9746.8396891826,
"total_value": 9747.3992832626,
"base_cost_quote": 1136.5572170785,
"unrealized_pnl_exit_net": -390.9913711585
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 2039.4599999999,
"quote_asset_bal": 9012.0218514739,
"total_value_mid": 9735.2143674739,
"total_value_exit_net": 9734.6719730869,
"total_value": 9735.2143674739,
"base_cost_quote": 1126.5392612425,
"unrealized_pnl_exit_net": -403.8891396295
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 2226.3699999999,
"quote_asset_bal": 8947.5577383522,
"total_value_mid": 9706.7499083522,
"total_value_exit_net": 9706.1805142247,
"total_value": 9706.7499083522,
"base_cost_quote": 1191.6131650938,
"unrealized_pnl_exit_net": -432.9903892213
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 1724.6199999999,
"quote_asset_bal": 9121.1358072962,
"total_value_mid": 9875.4845952962,
"total_value_exit_net": 9874.9188337052,
"total_value": 9875.4845952962,
"base_cost_quote": 1021.4340223907,
"unrealized_pnl_exit_net": -267.6509959818
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 1817.0399999999,
"quote_asset_bal": 9089.7177456893,
"total_value_mid": 9820.8946416893,
"total_value_exit_net": 9820.3462590173,
"total_value": 9820.8946416893,
"base_cost_quote": 1056.4756649265,
"unrealized_pnl_exit_net": -325.8471515985
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 2016.4499999999,
"quote_asset_bal": 9011.8408316418,
"total_value_mid": 9794.0217866418,
"total_value_exit_net": 9793.4351509255,
"total_value": 9794.0217866418,
"base_cost_quote": 1136.5597159512,
"unrealized_pnl_exit_net": -354.9653966675
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 1741.3099999999,
"quote_asset_bal": 9129.3604533123,
"total_value_mid": 9865.0639283123,
"total_value_exit_net": 9864.512150706,
"total_value": 9865.0639283123,
"base_cost_quote": 1021.431463473,
"unrealized_pnl_exit_net": -286.2797660793
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 1739.3899999999,
"quote_asset_bal": 9132.2834975233,
"total_value_mid": 9813.4286215233,
"total_value_exit_net": 9812.9177626803,
"total_value": 9813.4286215233,
"base_cost_quote": 1021.426171507,
"unrealized_pnl_exit_net": -340.79190635
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 1840.4699999999,
"quote_asset_bal": 9093.7402613416,
"total_value_mid": 9809.3149973416,
"total_value_exit_net": 9808.7783162896,
"total_value": 9809.3149973416,
"base_cost_quote": 1061.4739658427,
"unrealized_pnl_exit_net": -346.4359108948
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 1733.5999999999,
"quote_asset_bal": 9135.9604954646,
"total_value_mid": 9852.8040954646,
"total_value_exit_net": 9852.2664627646,
"total_value": 9852.8040954646,
"base_cost_quote": 1021.426347639,
"unrealized_pnl_exit_net": -305.120380339
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 1660.1999999999,
"quote_asset_bal": 9167.8896357081,
"total_value_mid": 9879.6173757081,
"total_value_exit_net": 9879.0835799031,
"total_value": 9879.6173757081,
"base_cost_quote": 991.393860154,
"unrealized_pnl_exit_net": -280.199915959
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 1623.5499999999,
"quote_asset_bal": 9185.3259512426,
"total_value_mid": 9906.6692162426,
"total_value_exit_net": 9906.1282087939,
"total_value": 9906.6692162426,
"base_cost_quote": 976.3799751792,
"unrealized_pnl_exit_net": -255.577717628
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 2027.3599999999,
"quote_asset_bal": 9011.2657485249,
"total_value_mid": 9858.2967565249,
"total_value_exit_net": 9857.6614832689,
"total_value": 9858.2967565249,
"base_cost_quote": 1151.5874082737,
"unrealized_pnl_exit_net": -305.1916735298
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 1724.1299999999,
"quote_asset_bal": 9142.7921271132,
"total_value_mid": 9899.6851971132,
"total_value_exit_net": 9899.1175273107,
"total_value": 9899.6851971132,
"base_cost_quote": 1021.4337221657,
"unrealized_pnl_exit_net": -265.1083219683
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 1748.1999999999,
"quote_asset_bal": 9133.5750212134,
"total_value_mid": 9890.0211612134,
"total_value_exit_net": 9889.4538266084,
"total_value": 9890.0211612134,
"base_cost_quote": 1031.4445216385,
"unrealized_pnl_exit_net": -275.5657162435
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 1794.5399999999,
"quote_asset_bal": 9114.4142223177,
"total_value_mid": 9884.4513363177,
"total_value_exit_net": 9883.8738084822,
"total_value": 9884.4513363177,
"base_cost_quote": 1051.4703227332,
"unrealized_pnl_exit_net": -282.0107365688
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 1986.3799999999,
"quote_asset_bal": 9034.713660182,
"total_value_mid": 9847.738994182,
"total_value_exit_net": 9847.1292251815,
"total_value": 9847.738994182,
"base_cost_quote": 1131.556407282,
"unrealized_pnl_exit_net": -319.1408422825
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 1999.2899999999,
"quote_asset_bal": 9036.4717199431,
"total_value_mid": 9834.988145943,
"total_value_exit_net": 9834.3892586235,
"total_value": 9834.988145943,
"base_cost_quote": 1131.5616081797,
"unrealized_pnl_exit_net": -333.6440694993
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 1838.0599999999,
"quote_asset_bal": 9102.6632282351,
"total_value_mid": 9858.1058882351,
"total_value_exit_net": 9857.5393062401,
"total_value": 9858.1058882351,
"base_cost_quote": 1066.4886040028,
"unrealized_pnl_exit_net": -311.6125259978
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 1876.4599999999,
"quote_asset_bal": 9088.4787957273,
"total_value_mid": 9866.8344037273,
"total_value_exit_net": 9866.2506370213,
"total_value": 9866.8344037273,
"base_cost_quote": 1081.5082703103,
"unrealized_pnl_exit_net": -303.7364290163
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 1781.3899999999,
"quote_asset_bal": 9129.1415837866,
"total_value_mid": 9893.7141717866,
"total_value_exit_net": 9893.1407423456,
"total_value": 9893.7141717866,
"base_cost_quote": 1041.4607131523,
"unrealized_pnl_exit_net": -277.4615545933
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 1802.6999999999,
"quote_asset_bal": 9120.1470939914,
"total_value_mid": 9900.8964639914,
"total_value_exit_net": 9900.3109019639,
"total_value": 9900.8964639914,
"base_cost_quote": 1051.466476851,
"unrealized_pnl_exit_net": -271.3026688785
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 1778.5299999999,
"quote_asset_bal": 9131.4316260674,
"total_value_mid": 9912.0284430674,
"total_value_exit_net": 9911.4429954546,
"total_value": 9912.0284430674,
"base_cost_quote": 1041.449962095,
"unrealized_pnl_exit_net": -261.4385927078
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 1644.9799999999,
"quote_asset_bal": 9198.1916638859,
"total_value_mid": 9943.3676038859,
"total_value_exit_net": 9942.8087219309,
"total_value": 9943.3676038859,
"base_cost_quote": 976.3643254507,
"unrealized_pnl_exit_net": -231.7472674058
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 1568.8999999999,
"quote_asset_bal": 9234.3326553497,
"total_value_mid": 9960.8902453496,
"total_value_exit_net": 9960.3453271571,
"total_value": 9960.8902453496,
"base_cost_quote": 941.320249091,
"unrealized_pnl_exit_net": -215.3075772835
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 1568.0699999999,
"quote_asset_bal": 9235.1425453672,
"total_value_mid": 9956.4547453672,
"total_value_exit_net": 9955.9137612172,
"total_value": 9956.4547453672,
"base_cost_quote": 941.3144707605,
"unrealized_pnl_exit_net": -220.5432549105
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 1556.7799999999,
"quote_asset_bal": 9241.0346047272,
"total_value_mid": 9969.1406107272,
"total_value_exit_net": 9968.5945312227,
"total_value": 9969.1406107272,
"base_cost_quote": 936.316587157,
"unrealized_pnl_exit_net": -208.7566606615
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 1674.0499999999,
"quote_asset_bal": 9186.765798667,
"total_value_mid": 9958.6702536669,
"total_value_exit_net": 9958.0913253257,
"total_value": 9958.6702536669,
"base_cost_quote": 991.37873682,
"unrealized_pnl_exit_net": -220.0532101613
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 1544.9999999999,
"quote_asset_bal": 9247.432671653,
"total_value_mid": 9990.5776716529,
"total_value_exit_net": 9990.0203129029,
"total_value": 9990.5776716529,
"base_cost_quote": 931.3097658552,
"unrealized_pnl_exit_net": -188.7221246053
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 1703.5699999999,
"quote_asset_bal": 9172.8235340935,
"total_value_mid": 9973.3310770935,
"total_value_exit_net": 9972.7306964362,
"total_value": 9973.3310770935,
"base_cost_quote": 1006.4085677452,
"unrealized_pnl_exit_net": -206.5014054025
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 1703.8199999999,
"quote_asset_bal": 9173.1565659255,
"total_value_mid": 9971.0554719255,
"total_value_exit_net": 9970.457047746,
"total_value": 9971.0554719255,
"base_cost_quote": 1006.4074849337,
"unrealized_pnl_exit_net": -209.1070031133
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 1970.5699999999,
"quote_asset_bal": 9053.600088014,
"total_value_mid": 9922.030287014,
"total_value_exit_net": 9921.3789643647,
"total_value": 9922.030287014,
"base_cost_quote": 1126.5517025665,
"unrealized_pnl_exit_net": -258.7728262158
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 2459.5399999999,
"quote_asset_bal": 8859.2129973235,
"total_value_mid": 9795.5598753235,
"total_value_exit_net": 9794.857615165,
"total_value": 9795.5598753235,
"base_cost_quote": 1321.7823558215,
"unrealized_pnl_exit_net": -386.13773798
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 2731.4199999999,
"quote_asset_bal": 8760.2235707188,
"total_value_mid": 9742.4422027188,
"total_value_exit_net": 9741.7055387448,
"total_value": 9742.4422027188,
"base_cost_quote": 1421.907875683,
"unrealized_pnl_exit_net": -440.425907657
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 2789.9899999999,
"quote_asset_bal": 8741.2918473781,
"total_value_mid": 9726.716315378,
"total_value_exit_net": 9725.977247027,
"total_value": 9726.716315378,
"base_cost_quote": 1441.916879189,
"unrealized_pnl_exit_net": -457.23147954
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 2579.9799999999,
"quote_asset_bal": 8817.2664863093,
"total_value_mid": 9769.0211083093,
"total_value_exit_net": 9768.3072923428,
"total_value": 9769.0211083093,
"base_cost_quote": 1366.8385426365,
"unrealized_pnl_exit_net": -415.797736603
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 2718.7999999999,
"quote_asset_bal": 8767.7193742781,
"total_value_mid": 9723.9213342781,
"total_value_exit_net": 9723.2041828081,
"total_value": 9723.9213342781,
"base_cost_quote": 1416.8966740985,
"unrealized_pnl_exit_net": -461.4118655685
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 2622.7199999999,
"quote_asset_bal": 8803.3526852606,
"total_value_mid": 9771.1363652606,
"total_value_exit_net": 9770.4105275006,
"total_value": 9771.1363652606,
"base_cost_quote": 1381.850623259,
"unrealized_pnl_exit_net": -414.792781019
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 2582.3499999999,
"quote_asset_bal": 8819.2129839739,
"total_value_mid": 9777.2648339738,
"total_value_exit_net": 9776.5462950863,
"total_value": 9777.2648339738,
"base_cost_quote": 1366.8421963747,
"unrealized_pnl_exit_net": -409.5088852623
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 2506.5499999999,
"quote_asset_bal": 8850.4880705414,
"total_value_mid": 9739.5613555414,
"total_value_exit_net": 9738.8945505776,
"total_value": 9739.5613555414,
"base_cost_quote": 1336.808362881,
"unrealized_pnl_exit_net": -448.4018828448
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 2520.6799999999,
"quote_asset_bal": 8846.5091666797,
"total_value_mid": 9748.4084706796,
"total_value_exit_net": 9747.7320462016,
"total_value": 9748.4084706796,
"base_cost_quote": 1341.8119417527,
"unrealized_pnl_exit_net": -440.5890622308
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 2464.8299999999,
"quote_asset_bal": 8867.7683634467,
"total_value_mid": 9742.0435644467,
"total_value_exit_net": 9741.3878580459,
"total_value": 9742.0435644467,
"base_cost_quote": 1321.7976472815,
"unrealized_pnl_exit_net": -448.1781526823
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 2420.4399999999,
"quote_asset_bal": 8883.6045518562,
"total_value_mid": 9775.2946478562,
"total_value_exit_net": 9774.6258802842,
"total_value": 9775.2946478562,
"base_cost_quote": 1306.77338553,
"unrealized_pnl_exit_net": -415.752057102
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 2500.5899999999,
"quote_asset_bal": 8853.9779783542,
"total_value_mid": 9768.1936823542,
"total_value_exit_net": 9767.5080205762,
"total_value": 9768.1936823542,
"base_cost_quote": 1336.816849241,
"unrealized_pnl_exit_net": -423.286807019
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 2419.5999999999,
"quote_asset_bal": 8884.736547357,
"total_value_mid": 9792.0865473569,
"total_value_exit_net": 9791.4060348569,
"total_value": 9792.0865473569,
"base_cost_quote": 1306.7790147488,
"unrealized_pnl_exit_net": -400.1095272488
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 2379.2399999999,
"quote_asset_bal": 8900.4656862892,
"total_value_mid": 9817.1868582892,
"total_value_exit_net": 9816.4993174102,
"total_value": 9817.1868582892,
"base_cost_quote": 1291.75585082,
"unrealized_pnl_exit_net": -375.722219699
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 2510.3599999999,
"quote_asset_bal": 8851.2644762937,
"total_value_mid": 9798.6743402937,
"total_value_exit_net": 9797.9637828957,
"total_value": 9798.6743402937,
"base_cost_quote": 1341.813581982,
"unrealized_pnl_exit_net": -395.11427538
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 2510.3399999999,
"quote_asset_bal": 8851.9266149565,
"total_value_mid": 9796.5675569565,
"total_value_exit_net": 9795.85907625,
"total_value": 9796.5675569565,
"base_cost_quote": 1341.8139992948,
"unrealized_pnl_exit_net": -397.8815380013
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 2836.3599999999,
"quote_asset_bal": 8732.34745942,
"total_value_mid": 9748.89888342,
"total_value_exit_net": 9748.136469852,
"total_value": 9748.89888342,
"base_cost_quote": 1461.9492992442,
"unrealized_pnl_exit_net": -446.1602888123
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 2685.3199999999,
"quote_asset_bal": 8787.9595159595,
"total_value_mid": 9777.2314039595,
"total_value_exit_net": 9776.4894500435,
"total_value": 9777.2314039595,
"base_cost_quote": 1406.8873277147,
"unrealized_pnl_exit_net": -418.3573936308
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 2780.8499999999,
"quote_asset_bal": 8753.2203444208,
"total_value_mid": 9765.1716594207,
"total_value_exit_net": 9764.4126959345,
"total_value": 9765.1716594207,
"base_cost_quote": 1441.9240455597,
"unrealized_pnl_exit_net": -430.731694046
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 2365.2099999999,
"quote_asset_bal": 8909.174062475,
"total_value_mid": 9822.381643475,
"total_value_exit_net": 9821.6967377893,
"total_value": 9822.381643475,
"base_cost_quote": 1286.746608704,
"unrealized_pnl_exit_net": -374.2239333898
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 2806.6099999999,
"quote_asset_bal": 8744.3572156643,
"total_value_mid": 9762.5953236643,
"total_value_exit_net": 9761.8316450833,
"total_value": 9762.5953236643,
"base_cost_quote": 1451.9309951472,
"unrealized_pnl_exit_net": -434.4565657283
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 2697.8699999999,
"quote_asset_bal": 8785.0025837178,
"total_value_mid": 9779.7072527178,
"total_value_exit_net": 9778.961224216,
"total_value": 9779.7072527178,
"base_cost_quote": 1411.8907894987,
"unrealized_pnl_exit_net": -417.9321490005
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 2625.8099999999,
"quote_asset_bal": 8820.9954583826,
"total_value_mid": 9724.0115173826,
"total_value_exit_net": 9723.3342553383,
"total_value": 9724.0115173826,
"base_cost_quote": 1376.8443053345,
"unrealized_pnl_exit_net": -474.5055083788
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 2525.3199999999,
"quote_asset_bal": 8856.6339276266,
"total_value_mid": 9750.8497396266,
"total_value_exit_net": 9750.1790777676,
"total_value": 9750.8497396266,
"base_cost_quote": 1341.807057092,
"unrealized_pnl_exit_net": -448.261906951
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 2829.8699999999,
"quote_asset_bal": 8751.9211546269,
"total_value_mid": 9697.9466956268,
"total_value_exit_net": 9697.2371764711,
"total_value": 9697.9466956268,
"base_cost_quote": 1446.9338981333,
"unrealized_pnl_exit_net": -501.617876289
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 2800.1699999999,
"quote_asset_bal": 8762.2976567261,
"total_value_mid": 9709.3151507261,
"total_value_exit_net": 9708.6048876056,
"total_value": 9709.3151507261,
"base_cost_quote": 1436.9220148482,
"unrealized_pnl_exit_net": -490.6147839688
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 2600.7899999999,
"quote_asset_bal": 8832.8576672841,
"total_value_mid": 9710.6242922841,
"total_value_exit_net": 9709.9659673153,
"total_value": 9710.6242922841,
"base_cost_quote": 1366.8384235473,
"unrealized_pnl_exit_net": -489.730123516
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 2526.0499999999,
"quote_asset_bal": 8858.3935504961,
"total_value_mid": 9728.6177754961,
"total_value_exit_net": 9727.9651073273,
"total_value": 9728.6177754961,
"base_cost_quote": 1341.8078286703,
"unrealized_pnl_exit_net": -472.236271839
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 2524.4899999999,
"quote_asset_bal": 8858.9076212964,
"total_value_mid": 9758.8883062963,
"total_value_exit_net": 9758.2133207826,
"total_value": 9758.8883062963,
"base_cost_quote": 1341.8107008228,
"unrealized_pnl_exit_net": -442.5050013365
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 2580.1699999999,
"quote_asset_bal": 8839.4057948149,
"total_value_mid": 9756.9142468149,
"total_value_exit_net": 9756.2261154759,
"total_value": 9756.9142468149,
"base_cost_quote": 1361.8289192347,
"unrealized_pnl_exit_net": -445.0085985738
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 2984.7899999999,
"quote_asset_bal": 8699.7140860409,
"total_value_mid": 9704.3944000409,
"total_value_exit_net": 9703.6408898054,
"total_value": 9704.3944000409,
"base_cost_quote": 1501.998590702,
"unrealized_pnl_exit_net": -498.0717869375
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 3014.7599999999,
"quote_asset_bal": 8690.2643516391,
"total_value_mid": 9701.1133796391,
"total_value_exit_net": 9700.3552428681,
"total_value": 9701.1133796391,
"base_cost_quote": 1512.0009738673,
"unrealized_pnl_exit_net": -501.9100826383
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 3335.04,
"quote_asset_bal": 8585.3064618277,
"total_value_mid": 9659.1893418276,
"total_value_exit_net": 9658.3839296676,
"total_value": 9659.1893418276,
"base_cost_quote": 1617.1193595717,
"unrealized_pnl_exit_net": -544.0418917318
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 3687.5299999999,
"quote_asset_bal": 8475.6344132976,
"total_value_mid": 9604.7560992976,
"total_value_exit_net": 9603.9092580331,
"total_value": 9604.7560992976,
"base_cost_quote": 1727.2334242275,
"unrealized_pnl_exit_net": -598.958579492
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 3953.5899999999,
"quote_asset_bal": 8396.0230700191,
"total_value_mid": 9567.8671460191,
"total_value_exit_net": 9566.9882629621,
"total_value": 9567.8671460191,
"base_cost_quote": 1807.3122673492,
"unrealized_pnl_exit_net": -636.3470744063
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 3510.5399999999,
"quote_asset_bal": 8531.8006664954,
"total_value_mid": 9628.8444164954,
"total_value_exit_net": 9628.0216336829,
"total_value": 9628.8444164954,
"base_cost_quote": 1672.1717829455,
"unrealized_pnl_exit_net": -575.950815758
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 2890.9799999999,
"quote_asset_bal": 8738.0638613184,
"total_value_mid": 9744.7030973184,
"total_value_exit_net": 9743.9481178914,
"total_value": 9744.7030973184,
"base_cost_quote": 1466.94566471,
"unrealized_pnl_exit_net": -461.061408137
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 2877.0699999999,
"quote_asset_bal": 8743.6615995291,
"total_value_mid": 9745.7450805291,
"total_value_exit_net": 9744.9935179184,
"total_value": 9745.7450805291,
"base_cost_quote": 1461.9440613188,
"unrealized_pnl_exit_net": -460.6121429295
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 2891.2599999999,
"quote_asset_bal": 8739.1705758161,
"total_value_mid": 9747.3529378161,
"total_value_exit_net": 9746.5968010446,
"total_value": 9747.3529378161,
"base_cost_quote": 1466.94382333,
"unrealized_pnl_exit_net": -459.5175981015
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 2692.3399999999,
"quote_asset_bal": 8809.7299386532,
"total_value_mid": 9771.1645526531,
"total_value_exit_net": 9770.4434766926,
"total_value": 9771.1645526531,
"base_cost_quote": 1396.8638257222,
"unrealized_pnl_exit_net": -436.1502876828
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 2632.0699999999,
"quote_asset_bal": 8830.7911404104,
"total_value_mid": 9799.9193144104,
"total_value_exit_net": 9799.1924682799,
"total_value": 9799.9193144104,
"base_cost_quote": 1376.8414151685,
"unrealized_pnl_exit_net": -408.440087299
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 2523.8599999999,
"quote_asset_bal": 8872.0612779275,
"total_value_mid": 9820.7802519275,
"total_value_exit_net": 9820.068712697,
"total_value": 9820.7802519275,
"base_cost_quote": 1336.801910045,
"unrealized_pnl_exit_net": -388.7944752755
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 2812.5099999999,
"quote_asset_bal": 8768.2834439485,
"total_value_mid": 9764.1932349485,
"total_value_exit_net": 9763.4463026052,
"total_value": 9764.1932349485,
"base_cost_quote": 1441.9152369583,
"unrealized_pnl_exit_net": -446.7523783015
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 3100.9199999999,
"quote_asset_bal": 8669.4732089953,
"total_value_mid": 9713.2428809952,
"total_value_exit_net": 9712.4600537412,
"total_value": 9713.2428809952,
"base_cost_quote": 1542.0242084178,
"unrealized_pnl_exit_net": -499.0373636718
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 3101.4299999999,
"quote_asset_bal": 8670.5672708153,
"total_value_mid": 9712.9578938152,
"total_value_exit_net": 9712.176100848,
"total_value": 9712.9578938152,
"base_cost_quote": 1542.027329757,
"unrealized_pnl_exit_net": -500.4184997243
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 2954.8099999999,
"quote_asset_bal": 8721.6132005058,
"total_value_mid": 9747.2277515058,
"total_value_exit_net": 9746.4585405925,
"total_value": 9747.2277515058,
"base_cost_quote": 1491.9716551363,
"unrealized_pnl_exit_net": -467.1263150495
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 2657.5899999999,
"quote_asset_bal": 8827.6155578318,
"total_value_mid": 9791.7892098318,
"total_value_exit_net": 9791.0660795928,
"total_value": 9791.7892098318,
"base_cost_quote": 1386.8582071322,
"unrealized_pnl_exit_net": -423.4076853713
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 1879.7999999999,
"quote_asset_bal": 9175.7303808309,
"total_value_mid": 9856.0300008308,
"total_value_exit_net": 9855.5197761158,
"total_value": 9856.0300008308,
"base_cost_quote": 1041.4222423208,
"unrealized_pnl_exit_net": -361.6328470358
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 1635.0299999999,
"quote_asset_bal": 9267.7315565459,
"total_value_mid": 9901.3056815459,
"total_value_exit_net": 9900.8305009521,
"total_value": 9901.3056815459,
"base_cost_quote": 951.323497905,
"unrealized_pnl_exit_net": -318.2245534988
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 2065.5099999999,
"quote_asset_bal": 9099.9489097889,
"total_value_mid": 9863.7745077889,
"total_value_exit_net": 9863.2016385904,
"total_value": 9863.7745077889,
"base_cost_quote": 1121.5277214045,
"unrealized_pnl_exit_net": -358.274992603
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 1537.0499999999,
"quote_asset_bal": 9308.1813489457,
"total_value_mid": 9932.8384689457,
"total_value_exit_net": 9932.3699761057,
"total_value": 9932.8384689457,
"base_cost_quote": 916.290110556,
"unrealized_pnl_exit_net": -292.101483396
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 1566.2599999999,
"quote_asset_bal": 9300.6770047144,
"total_value_mid": 9923.4219807144,
"total_value_exit_net": 9922.9549219824,
"total_value": 9923.4219807144,
"base_cost_quote": 926.3045207347,
"unrealized_pnl_exit_net": -304.0266034668
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 1614.3799999999,
"quote_asset_bal": 9282.0962479329,
"total_value_mid": 9931.3998839329,
"total_value_exit_net": 9930.9129062059,
"total_value": 9931.3998839329,
"base_cost_quote": 946.3317108705,
"unrealized_pnl_exit_net": -297.5150525975
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 1704.0999999999,
"quote_asset_bal": 9243.4671899873,
"total_value_mid": 9951.5207399872,
"total_value_exit_net": 9950.9896998247,
"total_value": 9951.5207399872,
"base_cost_quote": 986.381371605,
"unrealized_pnl_exit_net": -278.8588617675
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 1655.2699999999,
"quote_asset_bal": 9264.9011779813,
"total_value_mid": 9973.1912109813,
"total_value_exit_net": 9972.6599934565,
"total_value": 9973.1912109813,
"base_cost_quote": 966.3483110698,
"unrealized_pnl_exit_net": -258.5894955945
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 1689.0699999999,
"quote_asset_bal": 9251.1916098606,
"total_value_mid": 9971.5799648606,
"total_value_exit_net": 9971.0396735943,
"total_value": 9971.5799648606,
"base_cost_quote": 981.3667864847,
"unrealized_pnl_exit_net": -261.518722751
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 1659.1699999999,
"quote_asset_bal": 9263.3469739311,
"total_value_mid": 10000.6821219311,
"total_value_exit_net": 10000.1291205701,
"total_value": 10000.6821219311,
"base_cost_quote": 971.3623217595,
"unrealized_pnl_exit_net": -234.5801751205
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 1635.4499999999,
"quote_asset_bal": 9274.5588676244,
"total_value_mid": 10020.3240676243,
"total_value_exit_net": 10019.7647437243,
"total_value": 10020.3240676243,
"base_cost_quote": 961.3495227882,
"unrealized_pnl_exit_net": -216.1436466883
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 1624.5699999999,
"quote_asset_bal": 9280.7124320719,
"total_value_mid": 10024.2781210718,
"total_value_exit_net": 10023.7204468051,
"total_value": 10024.2781210718,
"base_cost_quote": 956.3435991592,
"unrealized_pnl_exit_net": -213.335584426
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 1580.1199999999,
"quote_asset_bal": 9302.0775097799,
"total_value_mid": 10036.2012617798,
"total_value_exit_net": 10035.6506689658,
"total_value": 10036.2012617798,
"base_cost_quote": 936.3227547792,
"unrealized_pnl_exit_net": -202.7495955933
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 1579.2899999999,
"quote_asset_bal": 9303.0771216596,
"total_value_mid": 10044.7117056596,
"total_value_exit_net": 10044.1554797216,
"total_value": 10044.7117056596,
"base_cost_quote": 936.323992707,
"unrealized_pnl_exit_net": -195.245634645
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 1630.0199999999,
"quote_asset_bal": 9279.1655852551,
"total_value_mid": 10059.7821632551,
"total_value_exit_net": 10059.1967008216,
"total_value": 10059.7821632551,
"base_cost_quote": 961.3529573622,
"unrealized_pnl_exit_net": -181.3218417958
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 1619.3199999999,
"quote_asset_bal": 9285.9234515409,
"total_value_mid": 10067.5692155409,
"total_value_exit_net": 10066.9829812179,
"total_value": 10067.5692155409,
"base_cost_quote": 956.346678467,
"unrealized_pnl_exit_net": -175.28714879
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 1525.4599999999,
"quote_asset_bal": 9332.6726035639,
"total_value_mid": 10141.4714955638,
"total_value_exit_net": 10140.8648963948,
"total_value": 10141.4714955638,
"base_cost_quote": 911.2907668582,
"unrealized_pnl_exit_net": -103.0984740273
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 1714.9199999999,
"quote_asset_bal": 9233.9758281539,
"total_value_mid": 10119.2175321538,
"total_value_exit_net": 10118.5536008758,
"total_value": 10119.2175321538,
"base_cost_quote": 1011.4118814183,
"unrealized_pnl_exit_net": -126.8341086963
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 1782.9499999999,
"quote_asset_bal": 9200.4162036149,
"total_value_mid": 10106.3330986149,
"total_value_exit_net": 10105.6536609436,
"total_value": 10106.3330986149,
"base_cost_quote": 1046.4688054065,
"unrealized_pnl_exit_net": -141.2313480778
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 1664.8799999999,
"quote_asset_bal": 9262.2061940662,
"total_value_mid": 10152.9169940661,
"total_value_exit_net": 10152.2489609661,
"total_value": 10152.9169940661,
"base_cost_quote": 986.3991939617,
"unrealized_pnl_exit_net": -96.3564270618
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 1693.6099999999,
"quote_asset_bal": 9248.0684945204,
"total_value_mid": 10146.8673215204,
"total_value_exit_net": 10146.1932224001,
"total_value": 10146.8673215204,
"base_cost_quote": 1001.4067541965,
"unrealized_pnl_exit_net": -103.2820263168
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 1499.1099999999,
"quote_asset_bal": 9354.5455466652,
"total_value_mid": 10198.3945656651,
"total_value_exit_net": 10197.7616789009,
"total_value": 10198.3945656651,
"base_cost_quote": 896.276099297,
"unrealized_pnl_exit_net": -53.0599670613
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 2264.4899999999,
"quote_asset_bal": 8965.4456146049,
"total_value_mid": 10005.7523206049,
"total_value_exit_net": 10004.9720905754,
"total_value": 10005.7523206049,
"base_cost_quote": 1286.7671300835,
"unrealized_pnl_exit_net": -247.240654113
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 2272.9099999999,
"quote_asset_bal": 8962.8771895597,
"total_value_mid": 10013.8707735597,
"total_value_exit_net": 10013.0825283717,
"total_value": 10013.8707735597,
"base_cost_quote": 1291.7759628927,
"unrealized_pnl_exit_net": -241.5706240808
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 2043.2799999999,
"quote_asset_bal": 9074.4778204417,
"total_value_mid": 10047.8964124417,
"total_value_exit_net": 10047.1663484977,
"total_value": 10047.8964124417,
"base_cost_quote": 1181.6340913975,
"unrealized_pnl_exit_net": -208.9455633415
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 1953.1999999999,
"quote_asset_bal": 9121.0852700427,
"total_value_mid": 10099.0525100426,
"total_value_exit_net": 10098.3190346126,
"total_value": 10099.0525100426,
"base_cost_quote": 1136.585136002,
"unrealized_pnl_exit_net": -159.351371432
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 1856.9799999999,
"quote_asset_bal": 9173.0245764974,
"total_value_mid": 10128.8121824974,
"total_value_exit_net": 10128.0953417929,
"total_value": 10128.8121824974,
"base_cost_quote": 1086.5058076543,
"unrealized_pnl_exit_net": -131.4350423588
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 2148.1599999999,
"quote_asset_bal": 9028.8077868234,
"total_value_mid": 10070.2357548234,
"total_value_exit_net": 10069.4546838474,
"total_value": 10070.2357548234,
"base_cost_quote": 1231.6749098845,
"unrealized_pnl_exit_net": -191.0280128605
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 2181.5399999999,
"quote_asset_bal": 9015.1369269792,
"total_value_mid": 10053.9862749791,
"total_value_exit_net": 10053.2071379681,
"total_value": 10053.9862749791,
"base_cost_quote": 1246.7124866148,
"unrealized_pnl_exit_net": -208.6422756258
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 2170.1199999999,
"quote_asset_bal": 9021.5114937119,
"total_value_mid": 10055.1396497119,
"total_value_exit_net": 10054.3644285949,
"total_value": 10055.1396497119,
"base_cost_quote": 1241.719403609,
"unrealized_pnl_exit_net": -208.866468726
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 2599.0999999999,
"quote_asset_bal": 8827.2842970799,
"total_value_mid": 9964.6504570799,
"total_value_exit_net": 9963.7974324599,
"total_value": 9964.6504570799,
"base_cost_quote": 1436.9617766473,
"unrealized_pnl_exit_net": -300.4486412673
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 2887.5899999999,
"quote_asset_bal": 8708.433697677,
"total_value_mid": 9868.6673596769,
"total_value_exit_net": 9867.7971844304,
"total_value": 9868.6673596769,
"base_cost_quote": 1557.111582468,
"unrealized_pnl_exit_net": -397.7480957145
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 3336.9199999999,
"quote_asset_bal": 8535.002793323,
"total_value_mid": 9785.013025323,
"total_value_exit_net": 9784.075517649,
"total_value": 9785.013025323,
"base_cost_quote": 1732.3183150375,
"unrealized_pnl_exit_net": -483.2455907115
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 3278.3599999999,
"quote_asset_bal": 8561.7941544945,
"total_value_mid": 9835.7648504945,
"total_value_exit_net": 9834.8093724725,
"total_value": 9835.7648504945,
"base_cost_quote": 1707.2911897608,
"unrealized_pnl_exit_net": -434.2759717828
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 3444.8599999999,
"quote_asset_bal": 8498.2813225547,
"total_value_mid": 9789.4148505547,
"total_value_exit_net": 9788.4465004087,
"total_value": 9789.4148505547,
"base_cost_quote": 1772.361651032,
"unrealized_pnl_exit_net": -482.196473178
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 3544.4699999999,
"quote_asset_bal": 8464.9925771359,
"total_value_mid": 9771.8386661359,
"total_value_exit_net": 9770.8585315692,
"total_value": 9771.8386661359,
"base_cost_quote": 1807.3952245205,
"unrealized_pnl_exit_net": -501.5292700873
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 3144.7599999999,
"quote_asset_bal": 8616.5975080812,
"total_value_mid": 9872.3001760812,
"total_value_exit_net": 9871.3583990802,
"total_value": 9872.3001760812,
"base_cost_quote": 1657.2266194733,
"unrealized_pnl_exit_net": -402.4657284743
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 2909.1799999999,
"quote_asset_bal": 8713.0242124852,
"total_value_mid": 9921.2066664852,
"total_value_exit_net": 9920.3005296447,
"total_value": 9921.2066664852,
"base_cost_quote": 1562.1165263627,
"unrealized_pnl_exit_net": -354.8402092033
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 2921.2799999999,
"quote_asset_bal": 8708.7983580645,
"total_value_mid": 9916.1633820645,
"total_value_exit_net": 9915.2578582965,
"total_value": 9916.1633820645,
"base_cost_quote": 1567.1236288753,
"unrealized_pnl_exit_net": -360.6641286433
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 3412.4399999999,
"quote_asset_bal": 8514.4470614975,
"total_value_mid": 9820.0466054975,
"total_value_exit_net": 9819.0674058395,
"total_value": 9820.0466054975,
"base_cost_quote": 1762.3464912915,
"unrealized_pnl_exit_net": -457.7261469495
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 2875.6399999999,
"quote_asset_bal": 8731.306325918,
"total_value_mid": 9895.077833918,
"total_value_exit_net": 9894.205005287,
"total_value": 9895.077833918,
"base_cost_quote": 1547.0937036897,
"unrealized_pnl_exit_net": -384.1950243208
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 2660.6999999999,
"quote_asset_bal": 8823.0810968868,
"total_value_mid": 9952.8143168867,
"total_value_exit_net": 9951.9670169717,
"total_value": 9952.8143168867,
"base_cost_quote": 1456.9869382628,
"unrealized_pnl_exit_net": -328.1010181778
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 3009.5899999999,
"quote_asset_bal": 8678.4948199968,
"total_value_mid": 9896.4758929968,
"total_value_exit_net": 9895.562407192,
"total_value": 9896.4758929968,
"base_cost_quote": 1602.1466474535,
"unrealized_pnl_exit_net": -385.0790602583
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 3146.9899999999,
"quote_asset_bal": 8624.5662798956,
"total_value_mid": 9878.3270958955,
"total_value_exit_net": 9877.3867752835,
"total_value": 9878.3270958955,
"base_cost_quote": 1657.2167881053,
"unrealized_pnl_exit_net": -404.3962927173
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 3209.6999999999,
"quote_asset_bal": 8600.5640696478,
"total_value_mid": 9870.6423596477,
"total_value_exit_net": 9869.6898009302,
"total_value": 9870.6423596477,
"base_cost_quote": 1682.2440684983,
"unrealized_pnl_exit_net": -413.1183372158
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 2887.6099999999,
"quote_asset_bal": 8731.9694476713,
"total_value_mid": 9926.8624656712,
"total_value_exit_net": 9925.9662959077,
"total_value": 9926.8624656712,
"base_cost_quote": 1552.1026946175,
"unrealized_pnl_exit_net": -358.105846381
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 2755.4999999999,
"quote_asset_bal": 8787.8335102663,
"total_value_mid": 9952.5833602663,
"total_value_exit_net": 9951.7097978788,
"total_value": 9952.5833602663,
"base_cost_quote": 1497.0362577415,
"unrealized_pnl_exit_net": -333.159970129
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 2603.2899999999,
"quote_asset_bal": 8853.7303460153,
"total_value_mid": 10003.8638680153,
"total_value_exit_net": 10003.0012678738,
"total_value": 10003.8638680153,
"base_cost_quote": 1431.9564004285,
"unrealized_pnl_exit_net": -282.68547857
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 2614.6499999999,
"quote_asset_bal": 8849.5191632713,
"total_value_mid": 9999.1807682713,
"total_value_exit_net": 9998.3185220675,
"total_value": 9999.1807682713,
"base_cost_quote": 1436.965164186,
"unrealized_pnl_exit_net": -288.1658053898
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 2502.3099999999,
"quote_asset_bal": 8900.4700684768,
"total_value_mid": 10026.2593374768,
"total_value_exit_net": 10025.414995525,
"total_value": 10026.2593374768,
"base_cost_quote": 1386.8996121628,
"unrealized_pnl_exit_net": -261.9546851145
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 2591.5799999999,
"quote_asset_bal": 8861.4847767546,
"total_value_mid": 10010.0730327545,
"total_value_exit_net": 10009.2115915625,
"total_value": 10010.0730327545,
"base_cost_quote": 1426.9477277393,
"unrealized_pnl_exit_net": -279.2209129313
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 3043.5399999999,
"quote_asset_bal": 8672.3531042018,
"total_value_mid": 9880.6384842018,
"total_value_exit_net": 9879.7322701668,
"total_value": 9880.6384842018,
"base_cost_quote": 1617.1693340245,
"unrealized_pnl_exit_net": -409.7901680595
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 3093.9299999999,
"quote_asset_bal": 8654.0063267638,
"total_value_mid": 9850.4290577638,
"total_value_exit_net": 9849.5317407156,
"total_value": 9850.4290577638,
"base_cost_quote": 1637.1859682492,
"unrealized_pnl_exit_net": -441.6605542975
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 3413.1599999999,
"quote_asset_bal": 8535.2162035651,
"total_value_mid": 9781.7022355651,
"total_value_exit_net": 9780.7673710411,
"total_value": 9781.7022355651,
"base_cost_quote": 1757.32524618,
"unrealized_pnl_exit_net": -511.774078704
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 3239.1199999999,
"quote_asset_bal": 8601.5672409533,
"total_value_mid": 9813.9698569533,
"total_value_exit_net": 9813.0605549913,
"total_value": 9813.9698569533,
"base_cost_quote": 1692.2474574172,
"unrealized_pnl_exit_net": -480.7541433793
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 3361.3099999999,
"quote_asset_bal": 8557.1729964871,
"total_value_mid": 9787.7485874871,
"total_value_exit_net": 9786.8256557938,
"total_value": 9787.7485874871,
"base_cost_quote": 1737.3052364255,
"unrealized_pnl_exit_net": -507.6525771188
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 3498.1399999999,
"quote_asset_bal": 8507.7416438024,
"total_value_mid": 9766.7222298024,
"total_value_exit_net": 9765.7779943629,
"total_value": 9766.7222298024,
"base_cost_quote": 1787.3637531762,
"unrealized_pnl_exit_net": -529.3274026158
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 3639.1599999999,
"quote_asset_bal": 8458.9507119126,
"total_value_mid": 9730.4732159126,
"total_value_exit_net": 9729.5195740346,
"total_value": 9730.4732159126,
"base_cost_quote": 1837.4123885215,
"unrealized_pnl_exit_net": -566.8435263995
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 3277.4599999999,
"quote_asset_bal": 8590.2136103111,
"total_value_mid": 9790.0917163111,
"total_value_exit_net": 9789.1918077316,
"total_value": 9790.0917163111,
"base_cost_quote": 1707.2685808168,
"unrealized_pnl_exit_net": -508.2903833963
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 3155.9599999999,
"quote_asset_bal": 8636.0619983059,
"total_value_mid": 9837.8515663059,
"total_value_exit_net": 9836.9502241299,
"total_value": 9837.8515663059,
"base_cost_quote": 1662.2114052608,
"unrealized_pnl_exit_net": -461.3231794368
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 3355.2699999999,
"quote_asset_bal": 8561.9149067489,
"total_value_mid": 9811.4174547489,
"total_value_exit_net": 9810.4803278379,
"total_value": 9811.4174547489,
"base_cost_quote": 1737.2972134128,
"unrealized_pnl_exit_net": -488.7317923238
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 3115.4199999999,
"quote_asset_bal": 8653.0816192069,
"total_value_mid": 9851.5836932069,
"total_value_exit_net": 9850.6848166514,
"total_value": 9851.5836932069,
"base_cost_quote": 1647.2007837317,
"unrealized_pnl_exit_net": -449.5975862873
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 3530.8599999999,
"quote_asset_bal": 8498.8978850789,
"total_value_mid": 9785.8963550789,
"total_value_exit_net": 9784.9311062264,
"total_value": 9785.8963550789,
"base_cost_quote": 1802.3803141565,
"unrealized_pnl_exit_net": -516.347093009
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 3917.4499999999,
"quote_asset_bal": 8365.2596153667,
"total_value_mid": 9665.0695253667,
"total_value_exit_net": 9664.0946679342,
"total_value": 9665.0695253667,
"base_cost_quote": 1937.531327451,
"unrealized_pnl_exit_net": -638.6962748835
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 4033.8299999999,
"quote_asset_bal": 8327.2305480809,
"total_value_mid": 9647.5031070809,
"total_value_exit_net": 9646.5129026617,
"total_value": 9647.5031070809,
"base_cost_quote": 1977.5848630895,
"unrealized_pnl_exit_net": -658.3025085088
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 2632.8099999999,
"quote_asset_bal": 8865.3500230715,
"total_value_mid": 9777.0921260714,
"total_value_exit_net": 9776.4083194942,
"total_value": 9777.0921260714,
"base_cost_quote": 1441.9677953475,
"unrealized_pnl_exit_net": -530.9094989248
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 2663.3299999999,
"quote_asset_bal": 8856.651316947,
"total_value_mid": 9766.711177947,
"total_value_exit_net": 9766.0286330512,
"total_value": 9766.711177947,
"base_cost_quote": 1451.9735010028,
"unrealized_pnl_exit_net": -542.5961848985
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 2096.1499999999,
"quote_asset_bal": 9099.8548225938,
"total_value_mid": 9951.5205675937,
"total_value_exit_net": 9950.881818285,
"total_value": 9951.5205675937,
"base_cost_quote": 1211.6872984105,
"unrealized_pnl_exit_net": -360.6603027193
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 2694.4499999999,
"quote_asset_bal": 8882.018319926,
"total_value_mid": 9829.117494926,
"total_value_exit_net": 9828.4071705448,
"total_value": 9829.117494926,
"base_cost_quote": 1431.9529618515,
"unrealized_pnl_exit_net": -485.5641112328
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 2264.4499999999,
"quote_asset_bal": 9038.9563988368,
"total_value_mid": 9877.9351238368,
"total_value_exit_net": 9877.305889793,
"total_value": 9877.9351238368,
"base_cost_quote": 1276.7610311335,
"unrealized_pnl_exit_net": -438.4115401773
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 2667.4299999999,
"quote_asset_bal": 8894.4654774981,
"total_value_mid": 9826.1987764981,
"total_value_exit_net": 9825.4999765238,
"total_value": 9826.1987764981,
"base_cost_quote": 1421.9336570045,
"unrealized_pnl_exit_net": -490.8991579788
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 2842.9499999999,
"quote_asset_bal": 8836.0981927309,
"total_value_mid": 9807.5342077309,
"total_value_exit_net": 9806.8056307196,
"total_value": 9807.5342077309,
"base_cost_quote": 1481.9970617978,
"unrealized_pnl_exit_net": -511.289623809
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 3007.1299999999,
"quote_asset_bal": 8782.0067239749,
"total_value_mid": 9771.0517809749,
"total_value_exit_net": 9770.3099971821,
"total_value": 9771.0517809749,
"base_cost_quote": 1537.0596097593,
"unrealized_pnl_exit_net": -548.756336552
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 2904.2399999999,
"quote_asset_bal": 8818.3996204534,
"total_value_mid": 9795.3859564534,
"total_value_exit_net": 9794.6532167014,
"total_value": 9795.3859564534,
"base_cost_quote": 1502.023241176,
"unrealized_pnl_exit_net": -525.769644928
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 2671.4999999999,
"quote_asset_bal": 8899.5380908229,
"total_value_mid": 9828.9529408229,
"total_value_exit_net": 9828.2558796854,
"total_value": 9828.9529408229,
"base_cost_quote": 1421.9224596128,
"unrealized_pnl_exit_net": -493.2046707503
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 2714.7199999999,
"quote_asset_bal": 8885.3343289654,
"total_value_mid": 9827.6136409654,
"total_value_exit_net": 9826.9069314814,
"total_value": 9827.6136409654,
"base_cost_quote": 1436.9447498868,
"unrealized_pnl_exit_net": -495.3721473708
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 3051.6099999999,
"quote_asset_bal": 8776.1714162662,
"total_value_mid": 9742.9214642662,
"total_value_exit_net": 9742.1964017302,
"total_value": 9742.9214642662,
"base_cost_quote": 1547.064416741,
"unrealized_pnl_exit_net": -581.039431277
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 2290.9999999999,
"quote_asset_bal": 9053.8414180095,
"total_value_mid": 9697.8415180095,
"total_value_exit_net": 9697.3585179345,
"total_value": 9697.8415180095,
"base_cost_quote": 1271.752835802,
"unrealized_pnl_exit_net": -628.235735877
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 2474.7999999999,
"quote_asset_bal": 9006.4913128198,
"total_value_mid": 9701.6626328198,
"total_value_exit_net": 9701.1412543298,
"total_value": 9701.6626328198,
"base_cost_quote": 1321.80493074,
"unrealized_pnl_exit_net": -627.15498923
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 2494.7099999999,
"quote_asset_bal": 9003.0843947511,
"total_value_mid": 9687.3833477511,
"total_value_exit_net": 9686.8701235363,
"total_value": 9687.3833477511,
"base_cost_quote": 1326.810874384,
"unrealized_pnl_exit_net": -643.0251455988
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 2014.3999999999,
"quote_asset_bal": 9145.9003186574,
"total_value_mid": 9749.2131186574,
"total_value_exit_net": 9748.7606340574,
"total_value": 9749.2131186574,
"base_cost_quote": 1186.664903679,
"unrealized_pnl_exit_net": -583.804588279
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 2514.2699999999,
"quote_asset_bal": 9008.1371897234,
"total_value_mid": 9683.2186847234,
"total_value_exit_net": 9682.7123736021,
"total_value": 9683.2186847234,
"base_cost_quote": 1326.8095403843,
"unrealized_pnl_exit_net": -652.2343565055
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 2478.0199999999,
"quote_asset_bal": 9019.4916781732,
"total_value_mid": 9698.7169601732,
"total_value_exit_net": 9698.2075412117,
"total_value": 9698.7169601732,
"base_cost_quote": 1316.805852241,
"unrealized_pnl_exit_net": -638.0899892025
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 2179.4599999999,
"quote_asset_bal": 9106.4687833672,
"total_value_mid": 9735.4609393672,
"total_value_exit_net": 9734.9891952502,
"total_value": 9735.4609393672,
"base_cost_quote": 1231.7094637805,
"unrealized_pnl_exit_net": -603.1890518975
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 2336.1299999999,
"quote_asset_bal": 9062.3202204232,
"total_value_mid": 9730.6870134232,
"total_value_exit_net": 9730.1857383284,
"total_value": 9730.6870134232,
"base_cost_quote": 1276.753027135,
"unrealized_pnl_exit_net": -608.8875092298
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 2225.5099999999,
"quote_asset_bal": 9093.8789614334,
"total_value_mid": 9751.5171664334,
"total_value_exit_net": 9751.0239377796,
"total_value": 9751.5171664334,
"base_cost_quote": 1246.7243014693,
"unrealized_pnl_exit_net": -589.579325123
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 1991.7499999999,
"quote_asset_bal": 9165.2973073934,
"total_value_mid": 9779.7521823934,
"total_value_exit_net": 9779.2913412371,
"total_value": 9779.7521823934,
"base_cost_quote": 1176.6504614763,
"unrealized_pnl_exit_net": -562.6564276325
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 2221.3399999999,
"quote_asset_bal": 9096.6617323207,
"total_value_mid": 9782.3893903206,
"total_value_exit_net": 9781.8750945771,
"total_value": 9782.3893903206,
"base_cost_quote": 1246.7182189108,
"unrealized_pnl_exit_net": -561.5048566543
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 2285.2699999999,
"quote_asset_bal": 9077.4198382641,
"total_value_mid": 9767.5713782641,
"total_value_exit_net": 9767.0537646091,
"total_value": 9767.5713782641,
"base_cost_quote": 1266.7456131995,
"unrealized_pnl_exit_net": -577.1116868545
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 2206.9599999999,
"quote_asset_bal": 9103.2790707471,
"total_value_mid": 9780.3743987471,
"total_value_exit_net": 9779.8665772511,
"total_value": 9780.3743987471,
"base_cost_quote": 1241.7165184468,
"unrealized_pnl_exit_net": -565.1290119428
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 2321.4499999999,
"quote_asset_bal": 9068.6535433254,
"total_value_mid": 9763.4635283253,
"total_value_exit_net": 9762.9424208366,
"total_value": 9763.4635283253,
"base_cost_quote": 1276.7576516008,
"unrealized_pnl_exit_net": -582.4687740895
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 2388.7199999999,
"quote_asset_bal": 9049.2080142884,
"total_value_mid": 9764.1519102883,
"total_value_exit_net": 9763.6157023663,
"total_value": 9764.1519102883,
"base_cost_quote": 1296.7745820475,
"unrealized_pnl_exit_net": -582.3668939695
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 2373.0799999999,
"quote_asset_bal": 9054.9563248981,
"total_value_mid": 9764.2699368981,
"total_value_exit_net": 9763.7379516891,
"total_value": 9764.2699368981,
"base_cost_quote": 1291.767383463,
"unrealized_pnl_exit_net": -582.985756672
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 2559.1299999999,
"quote_asset_bal": 9000.8056883524,
"total_value_mid": 9750.1189523523,
"total_value_exit_net": 9749.5569674043,
"total_value": 9750.1189523523,
"base_cost_quote": 1346.817936435,
"unrealized_pnl_exit_net": -598.066657383
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 2457.3199999999,
"quote_asset_bal": 9031.7307780086,
"total_value_mid": 9753.6913940086,
"total_value_exit_net": 9753.1499235466,
"total_value": 9753.6913940086,
"base_cost_quote": 1316.798054397,
"unrealized_pnl_exit_net": -595.378908859
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 2124.2899999999,
"quote_asset_bal": 9132.7692644581,
"total_value_mid": 9786.4132974581,
"total_value_exit_net": 9785.9230644333,
"total_value": 9786.4132974581,
"base_cost_quote": 1216.6921402288,
"unrealized_pnl_exit_net": -563.5383402535
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 2501.2099999999,
"quote_asset_bal": 9018.6282200229,
"total_value_mid": 9759.4866220228,
"total_value_exit_net": 9758.9309782213,
"total_value": 9759.4866220228,
"base_cost_quote": 1331.8131012425,
"unrealized_pnl_exit_net": -591.510343044
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 2218.4199999999,
"quote_asset_bal": 9104.4391441466,
"total_value_mid": 9783.4975061466,
"total_value_exit_net": 9782.9882123751,
"total_value": 9783.4975061466,
"base_cost_quote": 1246.7246086995,
"unrealized_pnl_exit_net": -568.175540471
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 2288.6299999999,
"quote_asset_bal": 9085.1365694911,
"total_value_mid": 9768.7503504911,
"total_value_exit_net": 9768.2376401553,
"total_value": 9768.7503504911,
"base_cost_quote": 1266.7475496508,
"unrealized_pnl_exit_net": -583.6464789865
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 3390.0799999999,
"quote_asset_bal": 8775.8624715761,
"total_value_mid": 9669.1485515761,
"total_value_exit_net": 9668.4785870161,
"total_value": 9669.1485515761,
"base_cost_quote": 1577.072814172,
"unrealized_pnl_exit_net": -684.456698732
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 3092.8799999999,
"quote_asset_bal": 8857.4981053989,
"total_value_mid": 9708.0401053989,
"total_value_exit_net": 9707.4021988989,
"total_value": 9708.0401053989,
"base_cost_quote": 1496.9854426587,
"unrealized_pnl_exit_net": -647.0813491588
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 3075.0999999999,
"quote_asset_bal": 8863.4860637964,
"total_value_mid": 9712.5211737964,
"total_value_exit_net": 9711.8843974639,
"total_value": 9712.5211737964,
"base_cost_quote": 1491.9816936595,
"unrealized_pnl_exit_net": -643.583359992
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 2562.8199999998,
"quote_asset_bal": 9009.9440723724,
"total_value_mid": 9745.4734123724,
"total_value_exit_net": 9744.9217653674,
"total_value": 9745.4734123724,
"base_cost_quote": 1346.8315996748,
"unrealized_pnl_exit_net": -611.8539066798
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 2562.7999999998,
"quote_asset_bal": 9011.2803237612,
"total_value_mid": 9747.3164837611,
"total_value_exit_net": 9746.7644566411,
"total_value": 9747.3164837611,
"base_cost_quote": 1346.8325203647,
"unrealized_pnl_exit_net": -611.3483874848
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 2774.9499999998,
"quote_asset_bal": 8951.8526393172,
"total_value_mid": 9728.0061543171,
"total_value_exit_net": 9727.4240391809,
"total_value": 9728.0061543171,
"base_cost_quote": 1406.9023399655,
"unrealized_pnl_exit_net": -631.3309401018
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 2259.1099999998,
"quote_asset_bal": 9103.1510511464,
"total_value_mid": 9781.3358731464,
"total_value_exit_net": 9780.8272345299,
"total_value": 9781.3358731464,
"base_cost_quote": 1256.734820732,
"unrealized_pnl_exit_net": -579.0586373486
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 2984.8799999998,
"quote_asset_bal": 8899.0556433259,
"total_value_mid": 9700.4959233259,
"total_value_exit_net": 9699.8948431159,
"total_value": 9700.4959233259,
"base_cost_quote": 1461.9515849572,
"unrealized_pnl_exit_net": -661.1123851673
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 3507.9799999998,
"quote_asset_bal": 8765.394955187,
"total_value_mid": 9644.4947431869,
"total_value_exit_net": 9643.8354183459,
"total_value": 9644.4947431869,
"base_cost_quote": 1597.0857506255,
"unrealized_pnl_exit_net": -718.6452874665
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 3507.2299999998,
"quote_asset_bal": 8766.545901983,
"total_value_mid": 9654.2258149829,
"total_value_exit_net": 9653.5600550482,
"total_value": 9654.2258149829,
"base_cost_quote": 1597.0927688853,
"unrealized_pnl_exit_net": -710.07861582
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 3889.6999999998,
"quote_asset_bal": 8672.4245730172,
"total_value_mid": 9613.3430030172,
"total_value_exit_net": 9612.6373141947,
"total_value": 9613.3430030172,
"base_cost_quote": 1692.18690904,
"unrealized_pnl_exit_net": -751.9741678625
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 3952.0999999998,
"quote_asset_bal": 8658.5104346762,
"total_value_mid": 9617.6851046762,
"total_value_exit_net": 9616.9657236737,
"total_value": 9617.6851046762,
"base_cost_quote": 1707.2017877595,
"unrealized_pnl_exit_net": -748.746498762
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 4159.8699999998,
"quote_asset_bal": 8609.147717885,
"total_value_mid": 9602.940660885,
"total_value_exit_net": 9602.1953161777,
"total_value": 9602.940660885,
"base_cost_quote": 1757.247780124,
"unrealized_pnl_exit_net": -764.2001818313
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 5147.8999999998,
"quote_asset_bal": 8395.3295560548,
"total_value_mid": 9455.2821660547,
"total_value_exit_net": 9454.4872015972,
"total_value": 9455.2821660547,
"base_cost_quote": 1972.4686077738,
"unrealized_pnl_exit_net": -913.3109622313
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 5691.8999999998,
"quote_asset_bal": 8292.4358888686,
"total_value_mid": 9358.5287588685,
"total_value_exit_net": 9357.729189216,
"total_value": 9358.5287588685,
"base_cost_quote": 2077.5618526368,
"unrealized_pnl_exit_net": -1012.2685522893
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 2908.8099999998,
"quote_asset_bal": 8991.6546703548,
"total_value_mid": 9738.9279593547,
"total_value_exit_net": 9738.367504388,
"total_value": 9738.9279593547,
"base_cost_quote": 1381.8568018895,
"unrealized_pnl_exit_net": -635.1439678563
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 2424.2599999998,
"quote_asset_bal": 9111.5612250848,
"total_value_mid": 10018.4768910847,
"total_value_exit_net": 10017.7967043352,
"total_value": 10018.4768910847,
"base_cost_quote": 1266.7380755505,
"unrealized_pnl_exit_net": -360.5025963001
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 2821.0499999998,
"quote_asset_bal": 8980.4131181123,
"total_value_mid": 9809.8018181123,
"total_value_exit_net": 9809.1797765873,
"total_value": 9809.8018181123,
"base_cost_quote": 1401.888312263,
"unrealized_pnl_exit_net": -573.1216537881
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 2767.4599999998,
"quote_asset_bal": 8998.7281775636,
"total_value_mid": 9849.7221275636,
"total_value_exit_net": 9849.0838821011,
"total_value": 9849.7221275636,
"base_cost_quote": 1386.869188362,
"unrealized_pnl_exit_net": -536.5134838246
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 3288.8199999998,
"quote_asset_bal": 8841.2123957821,
"total_value_mid": 9805.8233017821,
"total_value_exit_net": 9805.0998436026,
"total_value": 9805.8233017821,
"base_cost_quote": 1547.0367069742,
"unrealized_pnl_exit_net": -583.1492591538
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 3309.0399999998,
"quote_asset_bal": 8838.6545691594,
"total_value_mid": 9796.9525531593,
"total_value_exit_net": 9796.2338296713,
"total_value": 9796.9525531593,
"base_cost_quote": 1552.0411484925,
"unrealized_pnl_exit_net": -594.4618879806
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 3464.5099999998,
"quote_asset_bal": 8795.2943987522,
"total_value_mid": 9790.9945727521,
"total_value_exit_net": 9790.2477976216,
"total_value": 9790.9945727521,
"base_cost_quote": 1597.088971039,
"unrealized_pnl_exit_net": -602.1355721696
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 4260.1399999998,
"quote_asset_bal": 8576.8270265314,
"total_value_mid": 9690.0016085314,
"total_value_exit_net": 9689.1667275949,
"total_value": 9690.0016085314,
"base_cost_quote": 1817.3110277995,
"unrealized_pnl_exit_net": -704.9713267361
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 4300.9399999998,
"quote_asset_bal": 8568.4558480227,
"total_value_mid": 9685.4099660227,
"total_value_exit_net": 9684.5722504342,
"total_value": 9685.4099660227,
"base_cost_quote": 1827.3184887702,
"unrealized_pnl_exit_net": -711.2020863588
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 3794.1699999998,
"quote_asset_bal": 8710.175613595,
"total_value_mid": 9705.386404595,
"total_value_exit_net": 9704.6399965017,
"total_value": 9705.386404595,
"base_cost_quote": 1687.1737990252,
"unrealized_pnl_exit_net": -692.7094161186
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 4452.6899999998,
"quote_asset_bal": 8546.5419743505,
"total_value_mid": 9620.0855333505,
"total_value_exit_net": 9619.2803756812,
"total_value": 9620.0855333505,
"base_cost_quote": 1852.3529765647,
"unrealized_pnl_exit_net": -779.614575234
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 4011.0799999998,
"quote_asset_bal": 8658.0236238913,
"total_value_mid": 9644.7493038913,
"total_value_exit_net": 9644.0092596313,
"total_value": 9644.7493038913,
"base_cost_quote": 1742.2306507177,
"unrealized_pnl_exit_net": -756.2450149778
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 4320.1299999998,
"quote_asset_bal": 8583.7440974396,
"total_value_mid": 9619.7112714395,
"total_value_exit_net": 9618.934296059,
"total_value": 9619.7112714395,
"base_cost_quote": 1817.307683293,
"unrealized_pnl_exit_net": -782.1174846735
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 4053.6599999998,
"quote_asset_bal": 8649.5790691423,
"total_value_mid": 9665.8316311423,
"total_value_exit_net": 9665.0694417208,
"total_value": 9665.8316311423,
"base_cost_quote": 1752.2399900962,
"unrealized_pnl_exit_net": -736.7496175178
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 3973.8099999998,
"quote_asset_bal": 8670.2383061706,
"total_value_mid": 9685.1493801705,
"total_value_exit_net": 9684.388196865,
"total_value": 9685.1493801705,
"base_cost_quote": 1732.2223551215,
"unrealized_pnl_exit_net": -718.0724644271
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 4414.2699999998,
"quote_asset_bal": 8560.6621352791,
"total_value_mid": 9640.834004279,
"total_value_exit_net": 9640.0238753773,
"total_value": 9640.834004279,
"base_cost_quote": 1842.341556627,
"unrealized_pnl_exit_net": -762.9798165288
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 4413.5099999998,
"quote_asset_bal": 8561.0699380591,
"total_value_mid": 9629.139358059,
"total_value_exit_net": 9628.338305994,
"total_value": 9629.139358059,
"base_cost_quote": 1842.3430667587,
"unrealized_pnl_exit_net": -775.0746988238
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 4577.0699999998,
"quote_asset_bal": 8521.7314275488,
"total_value_mid": 9574.4575275488,
"total_value_exit_net": 9573.6679829738,
"total_value": 9574.4575275488,
"base_cost_quote": 1882.3821895957,
"unrealized_pnl_exit_net": -830.4456341708
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 4529.6299999998,
"quote_asset_bal": 8538.5365978871,
"total_value_mid": 9554.079643887,
"total_value_exit_net": 9553.3179866025,
"total_value": 9554.079643887,
"base_cost_quote": 1867.3625332958,
"unrealized_pnl_exit_net": -852.5811445803
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 4754.2299999998,
"quote_asset_bal": 8488.9990726688,
"total_value_mid": 9536.3559416688,
"total_value_exit_net": 9535.570424017,
"total_value": 9536.3559416688,
"base_cost_quote": 1917.4158781705,
"unrealized_pnl_exit_net": -870.8445268223
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 4799.2199999998,
"quote_asset_bal": 8479.8204315343,
"total_value_mid": 9532.7692995343,
"total_value_exit_net": 9531.9795878833,
"total_value": 9532.7692995343,
"base_cost_quote": 1927.425137489,
"unrealized_pnl_exit_net": -875.26598114
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 4731.9899999998,
"quote_asset_bal": 8495.5107431048,
"total_value_mid": 9503.4246131048,
"total_value_exit_net": 9502.6686777023,
"total_value": 9503.4246131048,
"base_cost_quote": 1912.407554743,
"unrealized_pnl_exit_net": -905.2496201455
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 5290.2199999998,
"quote_asset_bal": 8381.3253599426,
"total_value_mid": 9431.9630519425,
"total_value_exit_net": 9431.1750736735,
"total_value": 9431.9630519425,
"base_cost_quote": 2027.519728171,
"unrealized_pnl_exit_net": -977.67001444
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 5144.0399999998,
"quote_asset_bal": 8412.6675376911,
"total_value_mid": 9462.0516976911,
"total_value_exit_net": 9461.2646595711,
"total_value": 9462.0516976911,
"base_cost_quote": 1997.4867533208,
"unrealized_pnl_exit_net": -948.8896314408
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 5071.1499999998,
"quote_asset_bal": 8428.3182572194,
"total_value_mid": 9474.4965022193,
"total_value_exit_net": 9473.7118685356,
"total_value": 9474.4965022193,
"base_cost_quote": 1982.4729824315,
"unrealized_pnl_exit_net": -937.0793711153
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 5093.7799999998,
"quote_asset_bal": 8423.6030138266,
"total_value_mid": 9458.6591098266,
"total_value_exit_net": 9457.8828177546,
"total_value": 9458.6591098266,
"base_cost_quote": 1987.4779483428,
"unrealized_pnl_exit_net": -953.1981444148
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 6327.9699999998,
"quote_asset_bal": 8189.1164310089,
"total_value_mid": 9333.2134070088,
"total_value_exit_net": 9332.3553342768,
"total_value": 9333.2134070088,
"base_cost_quote": 2222.7057369678,
"unrealized_pnl_exit_net": -1079.4668336998
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 5930.6799999998,
"quote_asset_bal": 8266.4685140257,
"total_value_mid": 9377.8779460256,
"total_value_exit_net": 9377.0443889516,
"total_value": 9377.8779460256,
"base_cost_quote": 2147.6338752678,
"unrealized_pnl_exit_net": -1037.0580003418
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 6911.5799999998,
"quote_asset_bal": 8087.2707290789,
"total_value_mid": 9305.0911250789,
"total_value_exit_net": 9304.1777597819,
"total_value": 9305.0911250789,
"base_cost_quote": 2327.8038414727,
"unrealized_pnl_exit_net": -1110.8968107698
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 5720.6199999998,
"quote_asset_bal": 8309.0806931164,
"total_value_mid": 9432.0383991164,
"total_value_exit_net": 9431.1961808369,
"total_value": 9432.0383991164,
"base_cost_quote": 2107.597009122,
"unrealized_pnl_exit_net": -985.4815214015
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 6082.7299999998,
"quote_asset_bal": 8239.7986384334,
"total_value_mid": 9390.6511544334,
"total_value_exit_net": 9389.7880150464,
"total_value": 9390.6511544334,
"base_cost_quote": 2177.6649476923,
"unrealized_pnl_exit_net": -1027.6755710793
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 5666.2199999998,
"quote_asset_bal": 8320.5629623134,
"total_value_mid": 9435.1084363134,
"total_value_exit_net": 9434.2725272079,
"total_value": 9435.1084363134,
"base_cost_quote": 2097.5869642147,
"unrealized_pnl_exit_net": -983.8773993203
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 5362.4799999998,
"quote_asset_bal": 8381.1231676317,
"total_value_mid": 9462.1991356316,
"total_value_exit_net": 9461.3883286556,
"total_value": 9462.1991356316,
"base_cost_quote": 2037.5259732305,
"unrealized_pnl_exit_net": -957.2608122065
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 5950.7499999998,
"quote_asset_bal": 8266.6380670474,
"total_value_mid": 9402.6362420474,
"total_value_exit_net": 9401.7842434161,
"total_value": 9402.6362420474,
"base_cost_quote": 2152.6331349025,
"unrealized_pnl_exit_net": -1017.4869585338
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 5899.6499999998,
"quote_asset_bal": 8277.5909603464,
"total_value_mid": 9412.6836203464,
"total_value_exit_net": 9411.8323008514,
"total_value": 9412.6836203464,
"base_cost_quote": 2142.6274332502,
"unrealized_pnl_exit_net": -1008.3860927453
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 5872.1999999998,
"quote_asset_bal": 8284.0543119504,
"total_value_mid": 9416.8016919503,
"total_value_exit_net": 9415.9521314153,
"total_value": 9416.8016919503,
"base_cost_quote": 2137.6207670647,
"unrealized_pnl_exit_net": -1005.7229475998
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 5792.1599999998,
"quote_asset_bal": 8300.2245192089,
"total_value_mid": 9432.5917992088,
"total_value_exit_net": 9431.7425237488,
"total_value": 9432.5917992088,
"base_cost_quote": 2122.6032573735,
"unrealized_pnl_exit_net": -991.0852528335
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 5947.0799999998,
"quote_asset_bal": 8270.6896718489,
"total_value_mid": 9417.2866958488,
"total_value_exit_net": 9416.4267480808,
"total_value": 9417.2866958488,
"base_cost_quote": 2152.6320951233,
"unrealized_pnl_exit_net": -1006.8950188913
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 5793.1499999998,
"quote_asset_bal": 8301.1069921921,
"total_value_mid": 9445.8334321921,
"total_value_exit_net": 9444.9748873621,
"total_value": 9445.8334321921,
"base_cost_quote": 2122.6114525153,
"unrealized_pnl_exit_net": -978.7435573453
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 5518.7199999998,
"quote_asset_bal": 8356.4685667691,
"total_value_mid": 9477.8724707691,
"total_value_exit_net": 9477.0314178411,
"total_value": 9477.8724707691,
"base_cost_quote": 2067.55886702,
"unrealized_pnl_exit_net": -946.996015948
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 5274.7599999998,
"quote_asset_bal": 8407.0819455281,
"total_value_mid": 9517.4189255281,
"total_value_exit_net": 9516.5861727931,
"total_value": 9517.4189255281,
"base_cost_quote": 2017.5094440845,
"unrealized_pnl_exit_net": -908.0052168195
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 5319.8199999998,
"quote_asset_bal": 8397.6876150994,
"total_value_mid": 9515.3817970994,
"total_value_exit_net": 9514.5435264629,
"total_value": 9515.3817970994,
"base_cost_quote": 2027.5215065038,
"unrealized_pnl_exit_net": -910.6655951403
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 5016.8599999998,
"quote_asset_bal": 8463.6790847079,
"total_value_mid": 9569.3950287079,
"total_value_exit_net": 9568.5657417499,
"total_value": 9569.3950287079,
"base_cost_quote": 1962.4560159578,
"unrealized_pnl_exit_net": -857.5693589158
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 4926.1799999998,
"quote_asset_bal": 8484.4382274239,
"total_value_mid": 9585.9320754239,
"total_value_exit_net": 9585.1059550379,
"total_value": 9585.9320754239,
"base_cost_quote": 1942.4368248168,
"unrealized_pnl_exit_net": -841.7690972028
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 4793.0799999998,
"quote_asset_bal": 8515.1063428064,
"total_value_mid": 9612.2423548064,
"total_value_exit_net": 9611.4195027974,
"total_value": 9612.2423548064,
"base_cost_quote": 1912.4049397833,
"unrealized_pnl_exit_net": -816.0917797923
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 4597.9999999998,
"quote_asset_bal": 8561.0361229189,
"total_value_mid": 9638.3475229189,
"total_value_exit_net": 9637.5395393689,
"total_value": 9638.3475229189,
"base_cost_quote": 1867.3588905658,
"unrealized_pnl_exit_net": -790.8554741158
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 4491.1099999998,
"quote_asset_bal": 8586.6422294122,
"total_value_mid": 9658.2210754121,
"total_value_exit_net": 9657.4173912776,
"total_value": 9658.2210754121,
"base_cost_quote": 1842.338982698,
"unrealized_pnl_exit_net": -771.5638208325
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 4857.4099999998,
"quote_asset_bal": 8502.1776680284,
"total_value_mid": 9608.2099250284,
"total_value_exit_net": 9607.3804008356,
"total_value": 9608.2099250284,
"base_cost_quote": 1927.4199926333,
"unrealized_pnl_exit_net": -822.217259826
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 4726.3999999998,
"quote_asset_bal": 8532.7976475462,
"total_value_mid": 9630.2677275461,
"total_value_exit_net": 9629.4446249861,
"total_value": 9630.2677275461,
"base_cost_quote": 1897.3926439995,
"unrealized_pnl_exit_net": -800.7456665595
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 5032.7399999998,
"quote_asset_bal": 8463.1301128644,
"total_value_mid": 9596.5031608644,
"total_value_exit_net": 9595.6531310784,
"total_value": 9596.5031608644,
"base_cost_quote": 1967.4613951788,
"unrealized_pnl_exit_net": -834.9383769648
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 4853.6199999998,
"quote_asset_bal": 8503.9898337757,
"total_value_mid": 9618.3809857756,
"total_value_exit_net": 9617.5451924116,
"total_value": 9618.3809857756,
"base_cost_quote": 1927.420574069,
"unrealized_pnl_exit_net": -813.865215433
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 4531.9799999998,
"quote_asset_bal": 8579.6203858325,
"total_value_mid": 9652.7932498324,
"total_value_exit_net": 9651.9883701844,
"total_value": 9652.7932498324,
"base_cost_quote": 1852.3476986093,
"unrealized_pnl_exit_net": -779.9797142573
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 4831.0799999998,
"quote_asset_bal": 8510.147538474,
"total_value_mid": 9624.1945864739,
"total_value_exit_net": 9623.3590511879,
"total_value": 9624.1945864739,
"base_cost_quote": 1922.4142171153,
"unrealized_pnl_exit_net": -809.2027044013
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 5396.1799999998,
"quote_asset_bal": 8385.4243130457,
"total_value_mid": 9541.2860690457,
"total_value_exit_net": 9540.4191727287,
"total_value": 9541.2860690457,
"base_cost_quote": 2047.539892041,
"unrealized_pnl_exit_net": -892.545032358
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 5538.4599999998,
"quote_asset_bal": 8356.1159056753,
"total_value_mid": 9511.4386616752,
"total_value_exit_net": 9510.5721696082,
"total_value": 9511.4386616752,
"base_cost_quote": 2077.5687628155,
"unrealized_pnl_exit_net": -923.1124988825
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 5561.0799999998,
"quote_asset_bal": 8351.5804740363,
"total_value_mid": 9521.0755980362,
"total_value_exit_net": 9520.1984766932,
"total_value": 9521.0755980362,
"base_cost_quote": 2082.5783211685,
"unrealized_pnl_exit_net": -913.9603185115
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 5781.2999999998,
"quote_asset_bal": 8307.0322773363,
"total_value_mid": 9497.4019473362,
"total_value_exit_net": 9496.5091700837,
"total_value": 9497.4019473362,
"base_cost_quote": 2127.6188202265,
"unrealized_pnl_exit_net": -938.141927479
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 5613.0699999998,
"quote_asset_bal": 8342.6969542345,
"total_value_mid": 9532.6677942345,
"total_value_exit_net": 9531.7753161045,
"total_value": 9532.6677942345,
"base_cost_quote": 2092.5840728583,
"unrealized_pnl_exit_net": -903.5057109883
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 4930.6799999998,
"quote_asset_bal": 8493.654532258,
"total_value_mid": 9637.079224258,
"total_value_exit_net": 9636.221655739,
"total_value": 9637.079224258,
"base_cost_quote": 1942.4354557908,
"unrealized_pnl_exit_net": -799.8683323098
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 4337.0699999998,
"quote_asset_bal": 8635.3172335241,
"total_value_mid": 9698.333090524,
"total_value_exit_net": 9697.5358286313,
"total_value": 9698.333090524,
"base_cost_quote": 1802.2993134515,
"unrealized_pnl_exit_net": -740.0807183443
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 4178.2799999998,
"quote_asset_bal": 8676.3962960508,
"total_value_mid": 9750.6320840508,
"total_value_exit_net": 9749.8264072098,
"total_value": 9750.6320840508,
"base_cost_quote": 1762.2481746092,
"unrealized_pnl_exit_net": -688.8180634503
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 4159.3599999998,
"quote_asset_bal": 8682.1548110898,
"total_value_mid": 9750.6943950898,
"total_value_exit_net": 9749.8929904018,
"total_value": 9750.6943950898,
"base_cost_quote": 1757.247928235,
"unrealized_pnl_exit_net": -689.509748923
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 3792.0499999998,
"quote_asset_bal": 8783.7968922599,
"total_value_mid": 9817.5097222598,
"total_value_exit_net": 9816.7344376373,
"total_value": 9817.5097222598,
"base_cost_quote": 1657.143077864,
"unrealized_pnl_exit_net": -624.2055324866
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 3902.8999999998,
"quote_asset_bal": 8754.4998452251,
"total_value_mid": 9814.5274852251,
"total_value_exit_net": 9813.7324644951,
"total_value": 9814.5274852251,
"base_cost_quote": 1687.170917866,
"unrealized_pnl_exit_net": -627.9382985961
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 4166.3299999998,
"quote_asset_bal": 8685.0577428566,
"total_value_mid": 9779.1360008566,
"total_value_exit_net": 9778.3154421631,
"total_value": 9779.1360008566,
"base_cost_quote": 1757.2404256122,
"unrealized_pnl_exit_net": -663.9827263058
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 4470.7299999998,
"quote_asset_bal": 8610.8489352597,
"total_value_mid": 9696.7892522596,
"total_value_exit_net": 9695.9747970219,
"total_value": 9696.7892522596,
"base_cost_quote": 1832.3208957638,
"unrealized_pnl_exit_net": -747.1950340015
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 4491.1499999998,
"quote_asset_bal": 8606.4015275671,
"total_value_mid": 9679.7863775671,
"total_value_exit_net": 9678.9813389296,
"total_value": 9679.7863775671,
"base_cost_quote": 1837.328199427,
"unrealized_pnl_exit_net": -764.7483880645
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 4880.3999999998,
"quote_asset_bal": 8516.8327914979,
"total_value_mid": 9625.6596714979,
"total_value_exit_net": 9624.8280513379,
"total_value": 9625.6596714979,
"base_cost_quote": 1927.4167742213,
"unrealized_pnl_exit_net": -819.4215143813
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 4597.9399999998,
"quote_asset_bal": 8582.6189625114,
"total_value_mid": 9675.0895065114,
"total_value_exit_net": 9674.2701536034,
"total_value": 9675.0895065114,
"base_cost_quote": 1862.3506351893,
"unrealized_pnl_exit_net": -770.6994440973
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 4985.7099999998,
"quote_asset_bal": 8493.0135709414,
"total_value_mid": 9635.7383029414,
"total_value_exit_net": 9634.8812593924,
"total_value": 9635.7383029414,
"base_cost_quote": 1952.4390928958,
"unrealized_pnl_exit_net": -810.5714044448
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 4855.8299999998,
"quote_asset_bal": 8523.6670484572,
"total_value_mid": 9645.3637784571,
"total_value_exit_net": 9644.5225059096,
"total_value": 9645.3637784571,
"base_cost_quote": 1922.4134515415,
"unrealized_pnl_exit_net": -801.557994089
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 4559.2499999998,
"quote_asset_bal": 8594.5764478234,
"total_value_mid": 9652.7783728234,
"total_value_exit_net": 9651.9847213796,
"total_value": 9652.7783728234,
"base_cost_quote": 1852.3447033645,
"unrealized_pnl_exit_net": -794.9364298083
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 4160.0099999998,
"quote_asset_bal": 8695.7979771562,
"total_value_mid": 9712.9204221561,
"total_value_exit_net": 9712.1575803224,
"total_value": 9712.9204221561,
"base_cost_quote": 1752.2345940522,
"unrealized_pnl_exit_net": -735.874990886
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 4766.9899999998,
"quote_asset_bal": 8557.3465077669,
"total_value_mid": 9614.6648897669,
"total_value_exit_net": 9613.8719009804,
"total_value": 9614.6648897669,
"base_cost_quote": 1892.3779457945,
"unrealized_pnl_exit_net": -835.852552581
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 4903.4499999998,
"quote_asset_bal": 8527.9815809857,
"total_value_mid": 9598.4047159856,
"total_value_exit_net": 9597.6018986344,
"total_value": 9598.4047159856,
"base_cost_quote": 1922.4064512953,
"unrealized_pnl_exit_net": -852.7861336465
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 4948.6499999998,
"quote_asset_bal": 8518.5083014072,
"total_value_mid": 9592.3653514072,
"total_value_exit_net": 9591.5599586197,
"total_value": 9592.3653514072,
"base_cost_quote": 1932.4138572248,
"unrealized_pnl_exit_net": -859.3622000123
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 5018.3999999998,
"quote_asset_bal": 8503.7690945347,
"total_value_mid": 9580.2158945347,
"total_value_exit_net": 9579.4085594347,
"total_value": 9580.2158945347,
"base_cost_quote": 1947.4305893333,
"unrealized_pnl_exit_net": -871.7911244333
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 4292.6599999998,
"quote_asset_bal": 8669.809036646,
"total_value_mid": 9597.4528626459,
"total_value_exit_net": 9596.7571297764,
"total_value": 9597.4528626459,
"base_cost_quote": 1782.2617965765,
"unrealized_pnl_exit_net": -855.313703446
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 4386.7299999998,
"quote_asset_bal": 8650.257748969,
"total_value_mid": 9603.9328509689,
"total_value_exit_net": 9603.2175946424,
"total_value": 9603.9328509689,
"base_cost_quote": 1802.2819564435,
"unrealized_pnl_exit_net": -849.32211077
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 4550.0099999998,
"quote_asset_bal": 8615.6688984345,
"total_value_mid": 9573.4460034345,
"total_value_exit_net": 9572.7276706057,
"total_value": 9573.4460034345,
"base_cost_quote": 1837.3156240025,
"unrealized_pnl_exit_net": -880.2568518313
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 5538.1999999998,
"quote_asset_bal": 8421.6065788633,
"total_value_mid": 9447.2812188632,
"total_value_exit_net": 9446.5119628832,
"total_value": 9447.2812188632,
"base_cost_quote": 2032.4933225713,
"unrealized_pnl_exit_net": -1007.5879385513
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 5429.9599999998,
"quote_asset_bal": 8442.4997137148,
"total_value_mid": 9479.6220737147,
"total_value_exit_net": 9478.8442319447,
"total_value": 9479.6220737147,
"base_cost_quote": 2012.478479689,
"unrealized_pnl_exit_net": -976.133961459
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 5152.6099999998,
"quote_asset_bal": 8498.4760702625,
"total_value_mid": 9488.2924512625,
"total_value_exit_net": 9487.5500889767,
"total_value": 9488.2924512625,
"base_cost_quote": 1957.4309870105,
"unrealized_pnl_exit_net": -968.3569682963
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 4969.3299999998,
"quote_asset_bal": 8534.1905071838,
"total_value_mid": 9500.7251921837,
"total_value_exit_net": 9500.00029117,
"total_value": 9500.7251921837,
"base_cost_quote": 1922.397393507,
"unrealized_pnl_exit_net": -956.5876095208
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 5380.6999999998,
"quote_asset_bal": 8454.8130421305,
"total_value_mid": 9484.1409521305,
"total_value_exit_net": 9483.368956198,
"total_value": 9484.1409521305,
"base_cost_quote": 2002.4689871958,
"unrealized_pnl_exit_net": -973.9130731283
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 6134.3499999998,
"quote_asset_bal": 8315.2642877552,
"total_value_mid": 9420.0607227552,
"total_value_exit_net": 9419.232125429,
"total_value": 9420.0607227552,
"base_cost_quote": 2142.5909799308,
"unrealized_pnl_exit_net": -1038.623142257
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 6827.1999999998,
"quote_asset_bal": 8196.2387206568,
"total_value_mid": 9336.3811206567,
"total_value_exit_net": 9335.5260138567,
"total_value": 9336.3811206567,
"base_cost_quote": 2262.7072005815,
"unrealized_pnl_exit_net": -1123.4199073815
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 6647.7999999998,
"quote_asset_bal": 8226.984449667,
"total_value_mid": 9361.099129667,
"total_value_exit_net": 9360.248543657,
"total_value": 9361.099129667,
"base_cost_quote": 2232.6807926528,
"unrealized_pnl_exit_net": -1099.4166986628
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 6329.3099999998,
"quote_asset_bal": 8282.491289345,
"total_value_mid": 9390.120539345,
"total_value_exit_net": 9389.2898174075,
"total_value": 9390.120539345,
"base_cost_quote": 2177.6313214915,
"unrealized_pnl_exit_net": -1070.832793429
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 6559.8699999998,
"quote_asset_bal": 8242.8534112011,
"total_value_mid": 9376.398947201,
"total_value_exit_net": 9375.548788049,
"total_value": 9376.398947201,
"base_cost_quote": 2217.6683437543,
"unrealized_pnl_exit_net": -1084.9729669063
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 6045.6999999998,
"quote_asset_bal": 8333.8056317853,
"total_value_mid": 9412.3585117853,
"total_value_exit_net": 9411.5495971253,
"total_value": 9412.3585117853,
"base_cost_quote": 2127.5832655805,
"unrealized_pnl_exit_net": -1049.8393002405
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 5771.5599999998,
"quote_asset_bal": 8384.4825687651,
"total_value_mid": 9451.066856765,
"total_value_exit_net": 9450.266918549,
"total_value": 9451.066856765,
"base_cost_quote": 2077.5370270315,
"unrealized_pnl_exit_net": -1011.7526772475
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 5992.7499999998,
"quote_asset_bal": 8345.3061821741,
"total_value_mid": 9411.4164071741,
"total_value_exit_net": 9410.6168245053,
"total_value": 9411.4164071741,
"base_cost_quote": 2117.5791190937,
"unrealized_pnl_exit_net": -1052.2684767625
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 7109.5899999998,
"quote_asset_bal": 8156.1613607416,
"total_value_mid": 9316.4464487416,
"total_value_exit_net": 9315.5762349256,
"total_value": 9316.4464487416,
"base_cost_quote": 2307.7518307355,
"unrealized_pnl_exit_net": -1148.3369565515
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 7298.6799999998,
"quote_asset_bal": 8127.0376472743,
"total_value_mid": 9307.2342032743,
"total_value_exit_net": 9306.3490558573,
"total_value": 9307.2342032743,
"base_cost_quote": 2337.779224403,
"unrealized_pnl_exit_net": -1158.46781582
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 7517.1199999998,
"quote_asset_bal": 8092.6840356031,
"total_value_mid": 9305.1954916031,
"total_value_exit_net": 9304.2861080111,
"total_value": 9305.1954916031,
"base_cost_quote": 2372.811002546,
"unrealized_pnl_exit_net": -1161.208930138
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 7453.5099999998,
"quote_asset_bal": 8103.0459533806,
"total_value_mid": 9291.8807983806,
"total_value_exit_net": 9290.9891722468,
"total_value": 9291.8807983806,
"base_cost_quote": 2362.801537073,
"unrealized_pnl_exit_net": -1174.8583182068
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 7485.6199999998,
"quote_asset_bal": 8098.7424606048,
"total_value_mid": 9310.6643386048,
"total_value_exit_net": 9309.7553971963,
"total_value": 9310.6643386048,
"base_cost_quote": 2367.8070103645,
"unrealized_pnl_exit_net": -1156.794073773
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 7771.0399999998,
"quote_asset_bal": 8054.2197341263,
"total_value_mid": 9260.2851421263,
"total_value_exit_net": 9259.3805930703,
"total_value": 9260.2851421263,
"base_cost_quote": 2412.8477496025,
"unrealized_pnl_exit_net": -1207.6868906585
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 7520.8699999998,
"quote_asset_bal": 8095.0706680951,
"total_value_mid": 9284.8723020951,
"total_value_exit_net": 9283.9799508696,
"total_value": 9284.8723020951,
"base_cost_quote": 2372.8120263132,
"unrealized_pnl_exit_net": -1183.9027435388
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 7936.9399999998,
"quote_asset_bal": 8030.3388265821,
"total_value_mid": 9255.008668582,
"total_value_exit_net": 9254.0901662006,
"total_value": 9255.008668582,
"base_cost_quote": 2437.8709349265,
"unrealized_pnl_exit_net": -1214.119595308
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 8239.1399999998,
"quote_asset_bal": 7985.9921565738,
"total_value_mid": 9216.9196725738,
"total_value_exit_net": 9215.9964769368,
"total_value": 9216.9196725738,
"base_cost_quote": 2482.9079753925,
"unrealized_pnl_exit_net": -1252.9036550295
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 8437.6899999998,
"quote_asset_bal": 7956.3754940156,
"total_value_mid": 9200.0910000156,
"total_value_exit_net": 9199.1582133861,
"total_value": 9200.0910000156,
"base_cost_quote": 2512.9405319293,
"unrealized_pnl_exit_net": -1270.1578125588
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 9103.5999999998,
"quote_asset_bal": 7861.9499012286,
"total_value_mid": 9148.2885812286,
"total_value_exit_net": 9147.3238272186,
"total_value": 9148.2885812286,
"base_cost_quote": 2608.0259645582,
"unrealized_pnl_exit_net": -1322.6520385683
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 7929.2099999998,
"quote_asset_bal": 8037.9695614888,
"total_value_mid": 9300.2997934888,
"total_value_exit_net": 9299.3530458148,
"total_value": 9300.2997934888,
"base_cost_quote": 2432.8646870545,
"unrealized_pnl_exit_net": -1171.4812027285
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 7711.3499999998,
"quote_asset_bal": 8074.1111475643,
"total_value_mid": 9333.3746025643,
"total_value_exit_net": 9332.4301549731,
"total_value": 9333.3746025643,
"base_cost_quote": 2397.833359249,
"unrealized_pnl_exit_net": -1139.5143518403
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 8144.9599999998,
"quote_asset_bal": 8004.6552152216,
"total_value_mid": 9299.7038552216,
"total_value_exit_net": 9298.7325687416,
"total_value": 9299.7038552216,
"base_cost_quote": 2467.8948970223,
"unrealized_pnl_exit_net": -1173.8175435023
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 7917.6699999998,
"quote_asset_bal": 8040.2042532894,
"total_value_mid": 9265.0678022893,
"total_value_exit_net": 9264.1491546276,
"total_value": 9265.0678022893,
"base_cost_quote": 2432.8662912567,
"unrealized_pnl_exit_net": -1208.9213899185
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 8110.9999999998,
"quote_asset_bal": 8010.3891090541,
"total_value_mid": 9270.0274090541,
"total_value_exit_net": 9269.0826803291,
"total_value": 9270.0274090541,
"base_cost_quote": 2462.8939761425,
"unrealized_pnl_exit_net": -1204.2004048675
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 7950.9299999998,
"quote_asset_bal": 8035.5730041388,
"total_value_mid": 9309.3119901388,
"total_value_exit_net": 9308.3566858993,
"total_value": 9309.3119901388,
"base_cost_quote": 2437.869063524,
"unrealized_pnl_exit_net": -1165.0853817635
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 7519.4999999998,
"quote_asset_bal": 8106.2294357723,
"total_value_mid": 9346.9469357723,
"total_value_exit_net": 9346.0163976473,
"total_value": 9346.9469357723,
"base_cost_quote": 2367.8060866722,
"unrealized_pnl_exit_net": -1128.0191247973
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 7641.0699999998,
"quote_asset_bal": 8086.8779845501,
"total_value_mid": 9330.0800735501,
"total_value_exit_net": 9329.1476719833,
"total_value": 9330.0800735501,
"base_cost_quote": 2387.8232603012,
"unrealized_pnl_exit_net": -1145.553572868
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 8273.9399999998,
"quote_asset_bal": 7987.1086965878,
"total_value_mid": 9251.3667285878,
"total_value_exit_net": 9250.4185350638,
"total_value": 9251.3667285878,
"base_cost_quote": 2487.912107679,
"unrealized_pnl_exit_net": -1224.602269203
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 7675.2699999998,
"quote_asset_bal": 8082.7430241266,
"total_value_mid": 9341.4873041266,
"total_value_exit_net": 9340.5432459166,
"total_value": 9341.4873041266,
"base_cost_quote": 2392.828176175,
"unrealized_pnl_exit_net": -1135.027954385
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 7583.7099999998,
"quote_asset_bal": 8098.3270560141,
"total_value_mid": 9354.1894320141,
"total_value_exit_net": 9353.2475352321,
"total_value": 9354.1894320141,
"base_cost_quote": 2377.8157242742,
"unrealized_pnl_exit_net": -1122.8952450563
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 8026.1799999998,
"quote_asset_bal": 8028.6955737231,
"total_value_mid": 9277.5691817231,
"total_value_exit_net": 9276.6325265171,
"total_value": 9277.5691817231,
"base_cost_quote": 2447.8722232712,
"unrealized_pnl_exit_net": -1199.9352704773
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 8020.0099999998,
"quote_asset_bal": 8029.4832812971,
"total_value_mid": 9271.7828302971,
"total_value_exit_net": 9270.8511056353,
"total_value": 9271.7828302971,
"base_cost_quote": 2447.873853493,
"unrealized_pnl_exit_net": -1206.5060291548
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 6135.7899999998,
"quote_asset_bal": 8351.5067138144,
"total_value_mid": 9416.6798578143,
"total_value_exit_net": 9415.8809779563,
"total_value": 9416.6798578143,
"base_cost_quote": 2127.5814131923,
"unrealized_pnl_exit_net": -1063.2071490503
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 2949.0199999998,
"quote_asset_bal": 9102.5452392919,
"total_value_mid": 10019.1006552918,
"total_value_exit_net": 10018.4132387298,
"total_value": 10019.1006552918,
"base_cost_quote": 1381.8539747707,
"unrealized_pnl_exit_net": -465.9859753328
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 2947.7299999998,
"quote_asset_bal": 9106.8323489079,
"total_value_mid": 10050.9902679078,
"total_value_exit_net": 10050.2821494686,
"total_value": 10050.9902679078,
"base_cost_quote": 1381.8506883077,
"unrealized_pnl_exit_net": -438.4008877471
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 2767.5799999998,
"quote_asset_bal": 9170.5128344789,
"total_value_mid": 10044.2378404789,
"total_value_exit_net": 10043.5825467244,
"total_value": 10044.2378404789,
"base_cost_quote": 1321.7886235188,
"unrealized_pnl_exit_net": -448.7189112733
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 2704.4499999998,
"quote_asset_bal": 9198.7408961356,
"total_value_mid": 10334.6098961356,
"total_value_exit_net": 10333.7579943856,
"total_value": 10334.6098961356,
"base_cost_quote": 1296.7567006465,
"unrealized_pnl_exit_net": -161.7396023966
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 2527.9299999998,
"quote_asset_bal": 9317.9909860232,
"total_value_mid": 10274.8124910231,
"total_value_exit_net": 10274.0948748943,
"total_value": 10274.8124910231,
"base_cost_quote": 1181.5920038555,
"unrealized_pnl_exit_net": -225.4881149843
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 3308.5399999998,
"quote_asset_bal": 9049.9718862712,
"total_value_mid": 10112.0132262711,
"total_value_exit_net": 10111.2166952661,
"total_value": 10112.0132262711,
"base_cost_quote": 1451.8850847403,
"unrealized_pnl_exit_net": -390.6402757453
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 3502.1699999998,
"quote_asset_bal": 8991.9440379075,
"total_value_mid": 10075.1652189074,
"total_value_exit_net": 10074.3528030217,
"total_value": 10075.1652189074,
"base_cost_quote": 1511.9464119765,
"unrealized_pnl_exit_net": -429.5376468623
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 3926.4499999998,
"quote_asset_bal": 8868.2640561115,
"total_value_mid": 10002.6154611114,
"total_value_exit_net": 10001.7646975577,
"total_value": 10002.6154611114,
"base_cost_quote": 1637.091590519,
"unrealized_pnl_exit_net": -503.5909490728
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 3773.2899999998,
"quote_asset_bal": 8915.3590277212,
"total_value_mid": 10013.7637467212,
"total_value_exit_net": 10012.9399431819,
"total_value": 10013.7637467212,
"base_cost_quote": 1592.044342403,
"unrealized_pnl_exit_net": -494.4634269423
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 4244.7199999998,
"quote_asset_bal": 8781.618289113,
"total_value_mid": 9970.9888331129,
"total_value_exit_net": 9970.0968052049,
"total_value": 9970.9888331129,
"base_cost_quote": 1727.1825260825,
"unrealized_pnl_exit_net": -538.7040099906
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 4425.9599999998,
"quote_asset_bal": 8732.965280556,
"total_value_mid": 9950.104280556,
"total_value_exit_net": 9949.191426306,
"total_value": 9950.104280556,
"base_cost_quote": 1777.238958271,
"unrealized_pnl_exit_net": -561.0128125211
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 4465.5799999998,
"quote_asset_bal": 8724.280281378,
"total_value_mid": 9937.131809378,
"total_value_exit_net": 9936.222170732,
"total_value": 9937.131809378,
"base_cost_quote": 1787.2514800345,
"unrealized_pnl_exit_net": -575.3095906805
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 4745.7299999998,
"quote_asset_bal": 8649.9818384978,
"total_value_mid": 9894.3122444978,
"total_value_exit_net": 9893.3789966933,
"total_value": 9894.3122444978,
"base_cost_quote": 1862.3300467595,
"unrealized_pnl_exit_net": -618.932888564
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 4614.4899999998,
"quote_asset_bal": 8686.1089473346,
"total_value_mid": 9934.7899413346,
"total_value_exit_net": 9933.8534305891,
"total_value": 9934.7899413346,
"base_cost_quote": 1827.294263615,
"unrealized_pnl_exit_net": -579.5497803605
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 4670.5599999999,
"quote_asset_bal": 8671.9548831991,
"total_value_mid": 9932.0719711991,
"total_value_exit_net": 9931.1268833831,
"total_value": 9932.0719711991,
"base_cost_quote": 1842.3057277755,
"unrealized_pnl_exit_net": -583.1337275915
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 4577.8499999999,
"quote_asset_bal": 8698.4577411707,
"total_value_mid": 9926.2371111706,
"total_value_exit_net": 9925.3162766431,
"total_value": 9926.2371111706,
"base_cost_quote": 1817.2831198843,
"unrealized_pnl_exit_net": -590.4245844118
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 4518.3999999999,
"quote_asset_bal": 8730.5906792372,
"total_value_mid": 9833.0802792372,
"total_value_exit_net": 9832.2534120372,
"total_value": 9833.0802792372,
"base_cost_quote": 1787.2346234015,
"unrealized_pnl_exit_net": -685.5718906015
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 4376.9499999999,
"quote_asset_bal": 8767.7498246805,
"total_value_mid": 9830.4732846805,
"total_value_exit_net": 9829.6762420855,
"total_value": 9830.4732846805,
"base_cost_quote": 1752.1994997513,
"unrealized_pnl_exit_net": -690.2730823463
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 4498.7299999999,
"quote_asset_bal": 8739.5344494238,
"total_value_mid": 9871.4149174237,
"total_value_exit_net": 9870.5660070727,
"total_value": 9871.4149174237,
"base_cost_quote": 1782.2279001733,
"unrealized_pnl_exit_net": -651.1963425243
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 4577.0099999999,
"quote_asset_bal": 8720.0680352623,
"total_value_mid": 9851.5049072622,
"total_value_exit_net": 9850.6563296082,
"total_value": 9851.5049072622,
"base_cost_quote": 1802.2469191853,
"unrealized_pnl_exit_net": -671.6586248393
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 4321.8299999999,
"quote_asset_bal": 8786.8047814033,
"total_value_mid": 9897.5150914033,
"total_value_exit_net": 9896.6820586708,
"total_value": 9897.5150914033,
"base_cost_quote": 1737.187221981,
"unrealized_pnl_exit_net": -627.3099447135
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 5012.1699999999,
"quote_asset_bal": 8608.1984807948,
"total_value_mid": 9855.2263767948,
"total_value_exit_net": 9854.2911058728,
"total_value": 9855.2263767948,
"base_cost_quote": 1917.3756670348,
"unrealized_pnl_exit_net": -671.2830419568
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 4775.4099999999,
"quote_asset_bal": 8670.3226109488,
"total_value_mid": 9867.0403569488,
"total_value_exit_net": 9866.1428186393,
"total_value": 9867.0403569488,
"base_cost_quote": 1857.3136642923,
"unrealized_pnl_exit_net": -661.4934566018
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 3483.5299999999,
"quote_asset_bal": 9029.8524482584,
"total_value_mid": 10100.3412172583,
"total_value_exit_net": 10099.5383506816,
"total_value": 10100.3412172583,
"base_cost_quote": 1501.941992285,
"unrealized_pnl_exit_net": -432.2560898618
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 4265.6399999999,
"quote_asset_bal": 8817.0465392646,
"total_value_mid": 9897.1065872646,
"total_value_exit_net": 9896.2965422286,
"total_value": 9897.1065872646,
"base_cost_quote": 1717.1622354968,
"unrealized_pnl_exit_net": -637.9122325328
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 3813.1599999999,
"quote_asset_bal": 8940.1628834775,
"total_value_mid": 9989.1631994774,
"total_value_exit_net": 9988.3764492404,
"total_value": 9989.1631994774,
"base_cost_quote": 1597.0428434693,
"unrealized_pnl_exit_net": -548.8292777063
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 4036.2999999999,
"quote_asset_bal": 8881.8767950112,
"total_value_mid": 9957.9543750112,
"total_value_exit_net": 9957.1473168262,
"total_value": 9957.9543750112,
"base_cost_quote": 1657.1097138598,
"unrealized_pnl_exit_net": -581.8391920448
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 3794.1299999999,
"quote_asset_bal": 8948.4739178067,
"total_value_mid": 10004.0008838067,
"total_value_exit_net": 10003.2092385822,
"total_value": 10004.0008838067,
"base_cost_quote": 1592.033001904,
"unrealized_pnl_exit_net": -537.2976811285
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 3581.3699999999,
"quote_asset_bal": 9009.869403062,
"total_value_mid": 10073.536293062,
"total_value_exit_net": 10072.7385428945,
"total_value": 10073.536293062,
"base_cost_quote": 1531.9717126963,
"unrealized_pnl_exit_net": -469.1025728638
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 4000.6399999999,
"quote_asset_bal": 8890.884828659,
"total_value_mid": 10001.462492659,
"total_value_exit_net": 10000.629559411,
"total_value": 10001.462492659,
"base_cost_quote": 1652.098341147,
"unrealized_pnl_exit_net": -542.353610395
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 3875.9499999999,
"quote_asset_bal": 8927.4061241615,
"total_value_mid": 10034.3774441615,
"total_value_exit_net": 10033.5472156715,
"total_value": 10034.3774441615,
"base_cost_quote": 1617.0629502965,
"unrealized_pnl_exit_net": -510.9218587865
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 3822.1599999999,
"quote_asset_bal": 8943.8724914252,
"total_value_mid": 10046.9478674252,
"total_value_exit_net": 10046.1205608932,
"total_value": 10046.9478674252,
"base_cost_quote": 1602.047691292,
"unrealized_pnl_exit_net": -499.799621824
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 3859.0299999999,
"quote_asset_bal": 8934.740588126,
"total_value_mid": 10024.530660126,
"total_value_exit_net": 10023.713317572,
"total_value": 10024.530660126,
"base_cost_quote": 1612.0541034768,
"unrealized_pnl_exit_net": -523.0813740308
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 3874.7099999999,
"quote_asset_bal": 8930.4315783448,
"total_value_mid": 10043.2482903447,
"total_value_exit_net": 10042.4136778107,
"total_value": 10043.2482903447,
"base_cost_quote": 1617.063372613,
"unrealized_pnl_exit_net": -505.081273147
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 4017.0899999999,
"quote_asset_bal": 8891.1556169483,
"total_value_mid": 10014.3339809482,
"total_value_exit_net": 10013.4915971752,
"total_value": 10014.3339809482,
"base_cost_quote": 1657.0997553965,
"unrealized_pnl_exit_net": -534.7637751695
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 4986.1099999999,
"quote_asset_bal": 8631.5409965058,
"total_value_mid": 9896.5171035058,
"total_value_exit_net": 9895.5683714255,
"total_value": 9896.5171035058,
"base_cost_quote": 1917.3588874595,
"unrealized_pnl_exit_net": -653.3315125398
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 4679.8499999999,
"quote_asset_bal": 8712.3562460303,
"total_value_mid": 9952.5164960303,
"total_value_exit_net": 9951.5863758428,
"total_value": 9952.5164960303,
"base_cost_quote": 1837.2802925238,
"unrealized_pnl_exit_net": -598.0501627113
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 4567.0999999999,
"quote_asset_bal": 8742.9277926381,
"total_value_mid": 9964.6270426381,
"total_value_exit_net": 9963.7107682006,
"total_value": 9964.6270426381,
"base_cost_quote": 1807.2512486195,
"unrealized_pnl_exit_net": -586.468273057
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 5325.0499999999,
"quote_asset_bal": 8553.6039716549,
"total_value_mid": 9826.8234266548,
"total_value_exit_net": 9825.8685120636,
"total_value": 9826.8234266548,
"base_cost_quote": 1997.4471236208,
"unrealized_pnl_exit_net": -725.182583212
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 5326.0699999999,
"quote_asset_bal": 8554.4313298119,
"total_value_mid": 9838.0141998119,
"total_value_exit_net": 9837.0515126594,
"total_value": 9838.0141998119,
"base_cost_quote": 1997.446714314,
"unrealized_pnl_exit_net": -714.8265314665
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 5099.9299999999,
"quote_asset_bal": 8610.0014289629,
"total_value_mid": 9864.5842089629,
"total_value_exit_net": 9863.6432718779,
"total_value": 9864.5842089629,
"base_cost_quote": 1942.3919631958,
"unrealized_pnl_exit_net": -688.7501202808
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 5201.9999999999,
"quote_asset_bal": 8585.3366931519,
"total_value_mid": 9849.9428931519,
"total_value_exit_net": 9848.9944385019,
"total_value": 9849.9428931519,
"base_cost_quote": 1967.4153136435,
"unrealized_pnl_exit_net": -703.7575682935
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 5498.4099999999,
"quote_asset_bal": 8515.9674907067,
"total_value_mid": 9776.7529037066,
"total_value_exit_net": 9775.8073146469,
"total_value": 9776.7529037066,
"base_cost_quote": 2037.4884611175,
"unrealized_pnl_exit_net": -777.6486371773
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 5363.2299999999,
"quote_asset_bal": 8552.0841338879,
"total_value_mid": 9797.4261398879,
"total_value_exit_net": 9796.4921333834,
"total_value": 9797.4261398879,
"base_cost_quote": 2002.4516271855,
"unrealized_pnl_exit_net": -758.04362769
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 5046.1099999999,
"quote_asset_bal": 8628.8153005349,
"total_value_mid": 9874.1952485349,
"total_value_exit_net": 9873.2612135739,
"total_value": 9874.1952485349,
"base_cost_quote": 1927.3742013155,
"unrealized_pnl_exit_net": -682.9282882765
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 5400.6499999999,
"quote_asset_bal": 8544.1058772009,
"total_value_mid": 9814.3387572009,
"total_value_exit_net": 9813.3860825409,
"total_value": 9814.3387572009,
"base_cost_quote": 2012.4575429983,
"unrealized_pnl_exit_net": -743.1773376583
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 4940.1199999999,
"quote_asset_bal": 8654.919218461,
"total_value_mid": 9885.0090984609,
"total_value_exit_net": 9884.0865310509,
"total_value": 9885.0090984609,
"base_cost_quote": 1902.3483900235,
"unrealized_pnl_exit_net": -673.1810774335
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 4481.8399999999,
"quote_asset_bal": 8775.6902363447,
"total_value_mid": 9931.5567723447,
"total_value_exit_net": 9930.6898724427,
"total_value": 9931.5567723447,
"base_cost_quote": 1782.2174723583,
"unrealized_pnl_exit_net": -627.2178362603
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 5030.8799999999,
"quote_asset_bal": 8641.03560632,
"total_value_mid": 9849.95607032,
"total_value_exit_net": 9849.049379972,
"total_value": 9849.95607032,
"base_cost_quote": 1917.3550996208,
"unrealized_pnl_exit_net": -709.3413259688
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 5291.4899999999,
"quote_asset_bal": 8581.4231555657,
"total_value_mid": 9754.5464885657,
"total_value_exit_net": 9753.666646066,
"total_value": 9754.5464885657,
"base_cost_quote": 1977.4139520023,
"unrealized_pnl_exit_net": -805.170461502
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 5136.1199999999,
"quote_asset_bal": 8616.7381985067,
"total_value_mid": 9809.3452625067,
"total_value_exit_net": 9808.4508072087,
"total_value": 9809.3452625067,
"base_cost_quote": 1942.3794318043,
"unrealized_pnl_exit_net": -750.6668231023
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 5092.4199999999,
"quote_asset_bal": 8627.000607005,
"total_value_mid": 9798.257207005,
"total_value_exit_net": 9797.378764555,
"total_value": 9798.257207005,
"base_cost_quote": 1932.3689605775,
"unrealized_pnl_exit_net": -761.9908030275
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 5049.4699999999,
"quote_asset_bal": 8637.229561298,
"total_value_mid": 9829.409428298,
"total_value_exit_net": 9828.5152933977,
"total_value": 9829.409428298,
"base_cost_quote": 1922.3588346095,
"unrealized_pnl_exit_net": -731.0731025098
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 5377.1999999999,
"quote_asset_bal": 8562.3888308557,
"total_value_mid": 9767.4193508557,
"total_value_exit_net": 9766.5155779657,
"total_value": 9767.4193508557,
"base_cost_quote": 1997.4369760158,
"unrealized_pnl_exit_net": -793.3102289058
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 5246.0599999999,
"quote_asset_bal": 8592.8022763715,
"total_value_mid": 9805.6913483715,
"total_value_exit_net": 9804.7816815675,
"total_value": 9805.6913483715,
"base_cost_quote": 1967.4031044935,
"unrealized_pnl_exit_net": -755.4236992975
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 5245.6599999999,
"quote_asset_bal": 8592.9833827022,
"total_value_mid": 9787.9447307022,
"total_value_exit_net": 9787.0485096912,
"total_value": 9787.9447307022,
"base_cost_quote": 1967.4087197018,
"unrealized_pnl_exit_net": -773.3435927128
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 5491.8199999999,
"quote_asset_bal": 8538.485025674,
"total_value_mid": 9734.0542396739,
"total_value_exit_net": 9733.1575627634,
"total_value": 9734.0542396739,
"base_cost_quote": 2022.4602864335,
"unrealized_pnl_exit_net": -827.787749344
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 5333.1499999999,
"quote_asset_bal": 8573.7594246255,
"total_value_mid": 9769.9849696254,
"total_value_exit_net": 9769.0878004667,
"total_value": 9769.9849696254,
"base_cost_quote": 1987.427225329,
"unrealized_pnl_exit_net": -792.0988494878
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 5309.9199999999,
"quote_asset_bal": 8578.93646318,
"total_value_mid": 9782.1643351799,
"total_value_exit_net": 9781.2619142759,
"total_value": 9782.1643351799,
"base_cost_quote": 1982.421025493,
"unrealized_pnl_exit_net": -780.095574397
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 5445.5699999999,
"quote_asset_bal": 8549.0493951,
"total_value_mid": 9738.3618830999,
"total_value_exit_net": 9737.4698987339,
"total_value": 9738.3618830999,
"base_cost_quote": 2012.4555244855,
"unrealized_pnl_exit_net": -824.0350208515
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 5285.5899999999,
"quote_asset_bal": 8584.3680385857,
"total_value_mid": 9772.5686705857,
"total_value_exit_net": 9771.6775201117,
"total_value": 9772.5686705857,
"base_cost_quote": 1977.4173105193,
"unrealized_pnl_exit_net": -790.1078289933
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 5262.7699999999,
"quote_asset_bal": 8589.4997040392,
"total_value_mid": 9774.6755080392,
"total_value_exit_net": 9773.7866261862,
"total_value": 9774.6755080392,
"base_cost_quote": 1972.4108644988,
"unrealized_pnl_exit_net": -788.1239423518
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 5086.4499999999,
"quote_asset_bal": 8629.6831017607,
"total_value_mid": 9788.8850567607,
"total_value_exit_net": 9788.0156552944,
"total_value": 9788.8850567607,
"base_cost_quote": 1932.3706228233,
"unrealized_pnl_exit_net": -774.0380692895
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 4955.8699999999,
"quote_asset_bal": 8660.0207458545,
"total_value_mid": 9827.6237178544,
"total_value_exit_net": 9826.7480156254,
"total_value": 9827.6237178544,
"base_cost_quote": 1902.33684337,
"unrealized_pnl_exit_net": -735.609573599
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 4933.6199999999,
"quote_asset_bal": 8665.3907405205,
"total_value_mid": 9823.8047165204,
"total_value_exit_net": 9822.9359060384,
"total_value": 9823.8047165204,
"base_cost_quote": 1897.3290113108,
"unrealized_pnl_exit_net": -739.7838457928
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 4727.5499999999,
"quote_asset_bal": 8716.674798274,
"total_value_mid": 9863.578428274,
"total_value_exit_net": 9862.7182505515,
"total_value": 9863.578428274,
"base_cost_quote": 1847.277255627,
"unrealized_pnl_exit_net": -701.2338033495
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 4602.5999999999,
"quote_asset_bal": 8746.9932144135,
"total_value_mid": 9869.1070944135,
"total_value_exit_net": 9868.2655090035,
"total_value": 9869.1070944135,
"base_cost_quote": 1817.2508016638,
"unrealized_pnl_exit_net": -695.9785070738
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 4459.4699999999,
"quote_asset_bal": 8782.4934527908,
"total_value_mid": 9875.0636027907,
"total_value_exit_net": 9874.2441751782,
"total_value": 9875.0636027907,
"base_cost_quote": 1782.2143300033,
"unrealized_pnl_exit_net": -690.4636076158
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 4418.5499999999,
"quote_asset_bal": 8792.8176519823,
"total_value_mid": 9892.1528919822,
"total_value_exit_net": 9891.3283905522,
"total_value": 9892.1528919822,
"base_cost_quote": 1772.2039058118,
"unrealized_pnl_exit_net": -673.6931672418
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 4810.7399999999,
"quote_asset_bal": 8698.0257674255,
"total_value_mid": 9835.7657774255,
"total_value_exit_net": 9834.912472418,
"total_value": 9835.7657774255,
"base_cost_quote": 1867.2991978298,
"unrealized_pnl_exit_net": -730.4124928373
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 4964.7699999999,
"quote_asset_bal": 8663.2717014968,
"total_value_mid": 9801.1969854967,
"total_value_exit_net": 9800.3435415337,
"total_value": 9801.1969854967,
"base_cost_quote": 1902.3320257595,
"unrealized_pnl_exit_net": -765.2601857225
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 4496.4199999999,
"quote_asset_bal": 8779.1493124912,
"total_value_mid": 9808.8294924912,
"total_value_exit_net": 9808.0572323562,
"total_value": 9808.8294924912,
"base_cost_quote": 1787.2264562808,
"unrealized_pnl_exit_net": -758.3185364158
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 4474.4599999999,
"quote_asset_bal": 8784.5184011785,
"total_value_mid": 9840.4909611785,
"total_value_exit_net": 9839.6989817585,
"total_value": 9840.4909611785,
"base_cost_quote": 1782.219663,
"unrealized_pnl_exit_net": -727.03908242
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 4431.6599999999,
"quote_asset_bal": 8794.752543747,
"total_value_mid": 9849.930789747,
"total_value_exit_net": 9849.1394060625,
"total_value": 9849.930789747,
"base_cost_quote": 1772.2098712825,
"unrealized_pnl_exit_net": -717.823008967
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 4687.5699999999,
"quote_asset_bal": 8735.004500863,
"total_value_mid": 9804.707974863,
"total_value_exit_net": 9803.9056972575,
"total_value": 9804.707974863,
"base_cost_quote": 1832.27005266,
"unrealized_pnl_exit_net": -763.3688562655
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 4600.3699999999,
"quote_asset_bal": 8755.3126083015,
"total_value_mid": 9823.5185223015,
"total_value_exit_net": 9822.717367866,
"total_value": 9823.5185223015,
"base_cost_quote": 1812.2501349745,
"unrealized_pnl_exit_net": -744.84537541
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 4708.5199999999,
"quote_asset_bal": 8730.485967374,
"total_value_mid": 9810.620455374,
"total_value_exit_net": 9809.810354508,
"total_value": 9810.620455374,
"base_cost_quote": 1837.2722595035,
"unrealized_pnl_exit_net": -757.9478723695
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 5124.7599999999,
"quote_asset_bal": 8640.7853901895,
"total_value_mid": 9715.4475621895,
"total_value_exit_net": 9714.6415655605,
"total_value": 9715.4475621895,
"base_cost_quote": 1927.3636373985,
"unrealized_pnl_exit_net": -853.5074620275
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 5076.4999999999,
"quote_asset_bal": 8651.1470893563,
"total_value_mid": 9711.6279393562,
"total_value_exit_net": 9710.8325787187,
"total_value": 9711.6279393562,
"base_cost_quote": 1917.3546312698,
"unrealized_pnl_exit_net": -857.6691419073
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 5051.6599999999,
"quote_asset_bal": 8656.3528774913,
"total_value_mid": 9715.6859794912,
"total_value_exit_net": 9714.8914796647,
"total_value": 9715.6859794912,
"base_cost_quote": 1912.3480471458,
"unrealized_pnl_exit_net": -853.8094449723
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 5549.0999999999,
"quote_asset_bal": 8556.5646485655,
"total_value_mid": 9647.5177085655,
"total_value_exit_net": 9646.6994937705,
"total_value": 9647.5177085655,
"base_cost_quote": 2012.4447574163,
"unrealized_pnl_exit_net": -922.3099122113
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 5271.6299999999,
"quote_asset_bal": 8612.0418849428,
"total_value_mid": 9684.2914269427,
"total_value_exit_net": 9683.4872397862,
"total_value": 9684.2914269427,
"base_cost_quote": 1957.3913643158,
"unrealized_pnl_exit_net": -885.9460094723
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 5222.5399999999,
"quote_asset_bal": 8622.1460725123,
"total_value_mid": 9685.4552165123,
"total_value_exit_net": 9684.6577346543,
"total_value": 9685.4552165123,
"base_cost_quote": 1947.3818247873,
"unrealized_pnl_exit_net": -884.8701626453
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 5197.3899999999,
"quote_asset_bal": 8627.3570658785,
"total_value_mid": 9701.1378398785,
"total_value_exit_net": 9700.332504298,
"total_value": 9701.1378398785,
"base_cost_quote": 1942.3772541723,
"unrealized_pnl_exit_net": -869.4018157528
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 5295.5399999999,
"quote_asset_bal": 8607.5694491828,
"total_value_mid": 9683.0936231828,
"total_value_exit_net": 9682.2869800523,
"total_value": 9683.0936231828,
"base_cost_quote": 1962.3971458383,
"unrealized_pnl_exit_net": -887.6796149688
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 5446.2599999999,
"quote_asset_bal": 8577.8738733105,
"total_value_mid": 9665.4919953105,
"total_value_exit_net": 9664.676281719,
"total_value": 9665.4919953105,
"base_cost_quote": 1992.4256693525,
"unrealized_pnl_exit_net": -905.623260944
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 5224.6599999999,
"quote_asset_bal": 8623.1589717045,
"total_value_mid": 9715.1129117045,
"total_value_exit_net": 9714.2939462495,
"total_value": 9715.1129117045,
"base_cost_quote": 1947.380020435,
"unrealized_pnl_exit_net": -856.24504589
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 4968.8699999999,
"quote_asset_bal": 8679.178097599,
"total_value_mid": 9793.198751599,
"total_value_exit_net": 9792.3632361085,
"total_value": 9793.198751599,
"base_cost_quote": 1892.328190506,
"unrealized_pnl_exit_net": -779.1430519965
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 4969.9699999999,
"quote_asset_bal": 8679.653410373,
"total_value_mid": 9805.848612373,
"total_value_exit_net": 9805.0039659715,
"total_value": 9805.848612373,
"base_cost_quote": 1892.3270276345,
"unrealized_pnl_exit_net": -766.976472036
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 5260.7699999999,
"quote_asset_bal": 8614.8330109128,
"total_value_mid": 9761.6808709127,
"total_value_exit_net": 9760.8207350177,
"total_value": 9761.6808709127,
"base_cost_quote": 1957.3947328402,
"unrealized_pnl_exit_net": -811.4070087353
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 5421.4499999999,
"quote_asset_bal": 8580.0581932948,
"total_value_mid": 9748.9228132947,
"total_value_exit_net": 9748.0461648297,
"total_value": 9748.9228132947,
"base_cost_quote": 1992.4294491852,
"unrealized_pnl_exit_net": -824.4414776503
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 5215.5699999999,
"quote_asset_bal": 8625.3452346633,
"total_value_mid": 9774.8568626632,
"total_value_exit_net": 9773.9947289422,
"total_value": 9774.8568626632,
"base_cost_quote": 1947.3852733718,
"unrealized_pnl_exit_net": -798.7357790928
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 5426.3499999999,
"quote_asset_bal": 8580.646317136,
"total_value_mid": 9713.125562136,
"total_value_exit_net": 9712.2762027022,
"total_value": 9713.125562136,
"base_cost_quote": 1992.42459855,
"unrealized_pnl_exit_net": -860.7947129838
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 5378.5799999999,
"quote_asset_bal": 8590.9369612815,
"total_value_mid": 9744.6423712815,
"total_value_exit_net": 9743.777092224,
"total_value": 9744.6423712815,
"base_cost_quote": 1982.4148428595,
"unrealized_pnl_exit_net": -829.574711917
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 5496.9499999999,
"quote_asset_bal": 8566.1378563465,
"total_value_mid": 9711.1525413465,
"total_value_exit_net": 9710.2937803327,
"total_value": 9711.1525413465,
"base_cost_quote": 2007.437974143,
"unrealized_pnl_exit_net": -863.2820501568
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 5783.8299999999,
"quote_asset_bal": 8512.1306555985,
"total_value_mid": 9323.6020045985,
"total_value_exit_net": 9322.9934010868,
"total_value": 9323.6020045985,
"base_cost_quote": 2062.4936119258,
"unrealized_pnl_exit_net": -1251.6308664375
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 6347.7099999999,
"quote_asset_bal": 8428.4378893133,
"total_value_mid": 9361.5512593133,
"total_value_exit_net": 9360.8514242858,
"total_value": 9361.5512593133,
"base_cost_quote": 2147.5702655963,
"unrealized_pnl_exit_net": -1215.1567306238
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 6291.2199999999,
"quote_asset_bal": 8434.284343552,
"total_value_mid": 9440.879543552,
"total_value_exit_net": 9440.124597152,
"total_value": 9440.879543552,
"base_cost_quote": 2142.564607166,
"unrealized_pnl_exit_net": -1136.724353566
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 6303.4099999999,
"quote_asset_bal": 8431.0949466318,
"total_value_mid": 9512.7601026318,
"total_value_exit_net": 9511.9488537648,
"total_value": 9512.7601026318,
"base_cost_quote": 2147.5688185118,
"unrealized_pnl_exit_net": -1066.7149113788
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 6652.4599999999,
"quote_asset_bal": 8372.1715133581,
"total_value_mid": 9473.8188893581,
"total_value_exit_net": 9472.9926538261,
"total_value": 9473.8188893581,
"base_cost_quote": 2207.6216984173,
"unrealized_pnl_exit_net": -1106.8005579493
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 7144.8799999999,
"quote_asset_bal": 8292.8815658311,
"total_value_mid": 9435.347877831,
"total_value_exit_net": 9434.491028097,
"total_value": 9435.347877831,
"base_cost_quote": 2287.6960751918,
"unrealized_pnl_exit_net": -1146.0866129258
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 7589.4899999999,
"quote_asset_bal": 8223.8935429276,
"total_value_mid": 9387.3623599276,
"total_value_exit_net": 9386.4897583148,
"total_value": 9387.3623599276,
"base_cost_quote": 2357.757656998,
"unrealized_pnl_exit_net": -1195.1614416108
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 7692.9599999999,
"quote_asset_bal": 8209.5377291818,
"total_value_mid": 9363.4817291818,
"total_value_exit_net": 9362.6162711818,
"total_value": 9363.4817291818,
"base_cost_quote": 2372.7739777983,
"unrealized_pnl_exit_net": -1219.6954357983
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 7691.7499999999,
"quote_asset_bal": 8209.7115466171,
"total_value_mid": 9381.934246617,
"total_value_exit_net": 9381.055079592,
"total_value": 9381.934246617,
"base_cost_quote": 2372.7726508038,
"unrealized_pnl_exit_net": -1201.4291178288
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 6553.0499999999,
"quote_asset_bal": 8401.0564001748,
"total_value_mid": 9414.1579301748,
"total_value_exit_net": 9413.3981040273,
"total_value": 9414.1579301748,
"base_cost_quote": 2182.5989434158,
"unrealized_pnl_exit_net": -1170.2572395633
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 6186.9599999999,
"quote_asset_bal": 8458.0137035156,
"total_value_mid": 9522.7895195156,
"total_value_exit_net": 9521.9909376536,
"total_value": 9522.7895195156,
"base_cost_quote": 2127.5544589918,
"unrealized_pnl_exit_net": -1063.5772248538
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 7510.7199999999,
"quote_asset_bal": 8244.2166967373,
"total_value_mid": 9388.8504247373,
"total_value_exit_net": 9387.9919494413,
"total_value": 9388.8504247373,
"base_cost_quote": 2342.7444965663,
"unrealized_pnl_exit_net": -1198.9692438623
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 7596.3099999999,
"quote_asset_bal": 8235.44934581,
"total_value_mid": 9346.02986781,
"total_value_exit_net": 9345.1969324185,
"total_value": 9346.02986781,
"base_cost_quote": 2352.7467916655,
"unrealized_pnl_exit_net": -1242.999205057
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 7596.1199999999,
"quote_asset_bal": 8235.8729432006,
"total_value_mid": 9357.8198672005,
"total_value_exit_net": 9356.9784070075,
"total_value": 9357.8198672005,
"base_cost_quote": 2352.7512099768,
"unrealized_pnl_exit_net": -1231.6457461698
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 7260.1699999999,
"quote_asset_bal": 8286.3724671136,
"total_value_mid": 9377.5760181135,
"total_value_exit_net": 9376.7576154503,
"total_value": 9377.5760181135,
"base_cost_quote": 2302.706115285,
"unrealized_pnl_exit_net": -1212.3209669483
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 7325.8199999999,
"quote_asset_bal": 8276.4664282476,
"total_value_mid": 9379.7349202475,
"total_value_exit_net": 9378.9074688785,
"total_value": 9379.7349202475,
"base_cost_quote": 2312.7167206123,
"unrealized_pnl_exit_net": -1210.2756799813
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 7094.1099999999,
"quote_asset_bal": 8311.6877452435,
"total_value_mid": 9392.1206982435,
"total_value_exit_net": 9391.3103735288,
"total_value": 9392.1206982435,
"base_cost_quote": 2277.6842619593,
"unrealized_pnl_exit_net": -1198.061633674
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 7463.0299999999,
"quote_asset_bal": 8256.8913966225,
"total_value_mid": 9347.2400796225,
"total_value_exit_net": 9346.4223181103,
"total_value": 9347.2400796225,
"base_cost_quote": 2332.7384416493,
"unrealized_pnl_exit_net": -1243.2075201615
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 7544.4799999999,
"quote_asset_bal": 8247.8295709473,
"total_value_mid": 9302.5478749473,
"total_value_exit_net": 9301.7568362193,
"total_value": 9302.5478749473,
"base_cost_quote": 2342.7463129275,
"unrealized_pnl_exit_net": -1288.8190476555
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 7794.5699999999,
"quote_asset_bal": 8213.4304264363,
"total_value_mid": 9289.0810864363,
"total_value_exit_net": 9288.2743484413,
"total_value": 9289.0810864363,
"base_cost_quote": 2377.775162876,
"unrealized_pnl_exit_net": -1302.931240871
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 8633.2399999999,
"quote_asset_bal": 8104.2128143836,
"total_value_mid": 9228.2606623836,
"total_value_exit_net": 9227.4176264976,
"total_value": 9228.2606623836,
"base_cost_quote": 2487.872437949,
"unrealized_pnl_exit_net": -1364.667625835
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 8402.5899999999,
"quote_asset_bal": 8134.5020986816,
"total_value_mid": 9234.4011296816,
"total_value_exit_net": 9233.5762054083,
"total_value": 9234.4011296816,
"base_cost_quote": 2457.845114334,
"unrealized_pnl_exit_net": -1358.7710076073
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 8212.9299999999,
"quote_asset_bal": 8159.9888562314,
"total_value_mid": 9270.3769922313,
"total_value_exit_net": 9269.5442011293,
"total_value": 9270.3769922313,
"base_cost_quote": 2432.8238324365,
"unrealized_pnl_exit_net": -1323.2684875385
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 7885.5899999999,
"quote_asset_bal": 8205.4666710451,
"total_value_mid": 9264.5014080451,
"total_value_exit_net": 9263.7071319924,
"total_value": 9264.5014080451,
"base_cost_quote": 2387.782754945,
"unrealized_pnl_exit_net": -1329.5422939978
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 8782.1399999999,
"quote_asset_bal": 8096.1733316974,
"total_value_mid": 9125.4401396973,
"total_value_exit_net": 9124.6681895913,
"total_value": 9125.4401396973,
"base_cost_quote": 2497.8863457513,
"unrealized_pnl_exit_net": -1469.3914878573
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 8998.1399999999,
"quote_asset_bal": 8072.2937877466,
"total_value_mid": 9130.4750517466,
"total_value_exit_net": 9129.6814157986,
"total_value": 9130.4750517466,
"base_cost_quote": 2522.907330426,
"unrealized_pnl_exit_net": -1465.519702374
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 9002.1899999999,
"quote_asset_bal": 8073.1387160183,
"total_value_mid": 9163.3039250183,
"total_value_exit_net": 9162.4863011116,
"total_value": 9163.3039250183,
"base_cost_quote": 2522.9057382328,
"unrealized_pnl_exit_net": -1433.5581531395
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 8769.6099999999,
"quote_asset_bal": 8104.1661184951,
"total_value_mid": 9161.7810844951,
"total_value_exit_net": 9160.9878732706,
"total_value": 9161.7810844951,
"base_cost_quote": 2492.8777561243,
"unrealized_pnl_exit_net": -1436.0560013488
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 7845.5599999999,
"quote_asset_bal": 8230.6996918251,
"total_value_mid": 9320.4479758251,
"total_value_exit_net": 9319.6306646121,
"total_value": 9320.4479758251,
"base_cost_quote": 2367.7645175188,
"unrealized_pnl_exit_net": -1278.8335447318
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 8176.4499999999,
"quote_asset_bal": 8186.2949400541,
"total_value_mid": 9310.5568150541,
"total_value_exit_net": 9309.7136186478,
"total_value": 9310.5568150541,
"base_cost_quote": 2412.8059262585,
"unrealized_pnl_exit_net": -1289.3872476648
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 8175.9899999999,
"quote_asset_bal": 8187.0542086419,
"total_value_mid": 9303.0768436419,
"total_value_exit_net": 9302.2398266656,
"total_value": 9303.0768436419,
"base_cost_quote": 2412.806973043,
"unrealized_pnl_exit_net": -1297.6213550193
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 8250.6799999999,
"quote_asset_bal": 8177.3985389836,
"total_value_mid": 9306.9166309836,
"total_value_exit_net": 9306.0694924146,
"total_value": 9306.9166309836,
"base_cost_quote": 2422.8161292843,
"unrealized_pnl_exit_net": -1294.1451758533
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 8707.36,
"quote_asset_bal": 8118.1303331169,
"total_value_mid": 9228.3187331169,
"total_value_exit_net": 9227.4860918169,
"total_value": 9228.3187331169,
"base_cost_quote": 2482.867695205,
"unrealized_pnl_exit_net": -1373.511936505
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 8789.92,
"quote_asset_bal": 8108.4385032704,
"total_value_mid": 9219.4843912704,
"total_value_exit_net": 9218.6511068544,
"total_value": 9219.4843912704,
"base_cost_quote": 2492.8777361093,
"unrealized_pnl_exit_net": -1382.6651325253
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 9183.36,
"quote_asset_bal": 8059.0800055054,
"total_value_mid": 9190.4699575054,
"total_value_exit_net": 9189.6214150414,
"total_value": 9190.4699575054,
"base_cost_quote": 2542.9259601463,
"unrealized_pnl_exit_net": -1412.3845506103
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 9554.17,
"quote_asset_bal": 8014.7600677714,
"total_value_mid": 9144.0629617714,
"total_value_exit_net": 9143.2159846009,
"total_value": 9144.0629617714,
"base_cost_quote": 2587.9653653845,
"unrealized_pnl_exit_net": -1459.509448555
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 9303.16,
"quote_asset_bal": 8045.0515938866,
"total_value_mid": 9182.8280618866,
"total_value_exit_net": 9181.9747295356,
"total_value": 9182.8280618866,
"base_cost_quote": 2557.9382058925,
"unrealized_pnl_exit_net": -1421.0150702435
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 9471.88,
"quote_asset_bal": 8025.3847708339,
"total_value_mid": 9153.4856788339,
"total_value_exit_net": 9152.6396031529,
"total_value": 9153.4856788339,
"base_cost_quote": 2577.9560890533,
"unrealized_pnl_exit_net": -1450.7012567343
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 9715.74,
"quote_asset_bal": 7996.0583536281,
"total_value_mid": 9138.6293776281,
"total_value_exit_net": 9137.7724493601,
"total_value": 9138.6293776281,
"base_cost_quote": 2607.9837889503,
"unrealized_pnl_exit_net": -1466.2696932183
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 9251.15,
"quote_asset_bal": 8051.5709036858,
"total_value_mid": 9158.9335586858,
"total_value_exit_net": 9158.1030366946,
"total_value": 9158.9335586858,
"base_cost_quote": 2552.9358169125,
"unrealized_pnl_exit_net": -1446.4036839038
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 9591.9,
"quote_asset_bal": 8011.8194098838,
"total_value_mid": 9154.2146998838,
"total_value_exit_net": 9153.3579034163,
"total_value": 9154.2146998838,
"base_cost_quote": 2592.9708737023,
"unrealized_pnl_exit_net": -1451.4323801698
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 9304.63,
"quote_asset_bal": 8047.6696375428,
"total_value_mid": 9125.1457915428,
"total_value_exit_net": 9124.3376844273,
"total_value": 9125.1457915428,
"base_cost_quote": 2557.9380968108,
"unrealized_pnl_exit_net": -1481.2700499263
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 9749.52,
"quote_asset_bal": 7998.4680679621,
"total_value_mid": 9064.0906039621,
"total_value_exit_net": 9063.2913870601,
"total_value": 9064.0906039621,
"base_cost_quote": 2607.9818855238,
"unrealized_pnl_exit_net": -1543.1585664258
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 9794.69,
"quote_asset_bal": 7993.8335023336,
"total_value_mid": 9061.4547123336,
"total_value_exit_net": 9060.6539964261,
"total_value": 9061.4547123336,
"base_cost_quote": 2612.9859817833,
"unrealized_pnl_exit_net": -1546.1654876908
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 9932.45,
"quote_asset_bal": 7979.0372046568,
"total_value_mid": 9052.7350496568,
"total_value_exit_net": 9051.9297762731,
"total_value": 9052.7350496568,
"base_cost_quote": 2627.9995174963,
"unrealized_pnl_exit_net": -1555.10694588
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 9790.6,
"quote_asset_bal": 7994.5333631161,
"total_value_mid": 9094.0177431161,
"total_value_exit_net": 9093.1931298311,
"total_value": 9094.0177431161,
"base_cost_quote": 2612.9870325708,
"unrealized_pnl_exit_net": -1514.3272658558
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 9701.02,
"quote_asset_bal": 8004.7617618631,
"total_value_mid": 9103.8873278631,
"total_value_exit_net": 9103.0629836886,
"total_value": 9103.8873278631,
"base_cost_quote": 2602.9780324465,
"unrealized_pnl_exit_net": -1504.676810621
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 9745.29,
"quote_asset_bal": 7999.9729244741,
"total_value_mid": 9108.9869264741,
"total_value_exit_net": 9108.1551659726,
"total_value": 9108.9869264741,
"base_cost_quote": 2607.9822297818,
"unrealized_pnl_exit_net": -1499.7999882833
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 9614.57,
"quote_asset_bal": 8015.1334720716,
"total_value_mid": 9101.5798820716,
"total_value_exit_net": 9100.7650472641,
"total_value": 9101.5798820716,
"base_cost_quote": 2592.9688111565,
"unrealized_pnl_exit_net": -1507.337235964
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 9838.85,
"quote_asset_bal": 7990.2726339461,
"total_value_mid": 9066.6428239461,
"total_value_exit_net": 9065.8355463036,
"total_value": 9066.6428239461,
"base_cost_quote": 2617.9902631815,
"unrealized_pnl_exit_net": -1542.427350824
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 9931.16,
"quote_asset_bal": 7980.3679981798,
"total_value_mid": 9053.9263941798,
"total_value_exit_net": 9053.1212253828,
"total_value": 9053.9263941798,
"base_cost_quote": 2627.9995084895,
"unrealized_pnl_exit_net": -1555.2462812865
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 10209.86,
"quote_asset_bal": 7950.5642147256,
"total_value_mid": 9027.7044447256,
"total_value_exit_net": 9026.8965895531,
"total_value": 9027.7044447256,
"base_cost_quote": 2658.023359502,
"unrealized_pnl_exit_net": -1581.6909846745
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 11055.1,
"quote_asset_bal": 7865.9855663648,
"total_value_mid": 8961.5459763648,
"total_value_exit_net": 8960.7243060573,
"total_value": 8961.5459763648,
"base_cost_quote": 2743.0969398693,
"unrealized_pnl_exit_net": -1648.3582001768
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 11156.34,
"quote_asset_bal": 7856.3099679286,
"total_value_mid": 9005.4129879286,
"total_value_exit_net": 9004.5511606636,
"total_value": 9005.4129879286,
"base_cost_quote": 2753.1071499003,
"unrealized_pnl_exit_net": -1604.8659571653
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 10820.66,
"quote_asset_bal": 7891.6163211113,
"total_value_mid": 9045.0986771113,
"total_value_exit_net": 9044.2335653443,
"total_value": 9045.0986771113,
"base_cost_quote": 2718.077013988,
"unrealized_pnl_exit_net": -1565.459769755
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 11060.88,
"quote_asset_bal": 7866.6983473843,
"total_value_mid": 8998.2263713843,
"total_value_exit_net": 8997.3777253663,
"total_value": 8998.2263713843,
"base_cost_quote": 2743.0978355405,
"unrealized_pnl_exit_net": -1612.4184575585
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 10607.99,
"quote_asset_bal": 7912.4215216151,
"total_value_mid": 8989.1325066151,
"total_value_exit_net": 8988.3249733763,
"total_value": 8989.1325066151,
"base_cost_quote": 2698.058403282,
"unrealized_pnl_exit_net": -1622.1549515208
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 9786.21,
"quote_asset_bal": 8004.2762513298,
"total_value_mid": 9043.5717533298,
"total_value_exit_net": 9042.7922817033,
"total_value": 9043.5717533298,
"base_cost_quote": 2607.9812930798,
"unrealized_pnl_exit_net": -1569.4652627063
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 10213.46,
"quote_asset_bal": 7959.6597171568,
"total_value_mid": 9000.4112911568,
"total_value_exit_net": 8999.6307274763,
"total_value": 9000.4112911568,
"base_cost_quote": 2653.0175939915,
"unrealized_pnl_exit_net": -1613.046583672
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 9879.34,
"quote_asset_bal": 7994.9952925301,
"total_value_mid": 9035.2897945301,
"total_value_exit_net": 9034.5095736536,
"total_value": 9035.2897945301,
"base_cost_quote": 2617.9888461195,
"unrealized_pnl_exit_net": -1578.474564996
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 10013.63,
"quote_asset_bal": 7980.2119955378,
"total_value_mid": 9058.6799465378,
"total_value_exit_net": 9057.8710955746,
"total_value": 9058.6799465378,
"base_cost_quote": 2633.00187145,
"unrealized_pnl_exit_net": -1555.3427714133
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 10059.94,
"quote_asset_bal": 7975.5236941751,
"total_value_mid": 9021.7574541751,
"total_value_exit_net": 9020.9727788551,
"total_value": 9021.7574541751,
"base_cost_quote": 2638.006990476,
"unrealized_pnl_exit_net": -1592.557905796
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 10400.88,
"quote_asset_bal": 7940.6652017798,
"total_value_mid": 9012.9959297798,
"total_value_exit_net": 9012.1916817338,
"total_value": 9012.9959297798,
"base_cost_quote": 2673.038004046,
"unrealized_pnl_exit_net": -1601.511524092
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 10595.68,
"quote_asset_bal": 7920.8129575306,
"total_value_mid": 8998.3936135306,
"total_value_exit_net": 8997.5854280386,
"total_value": 8998.3936135306,
"base_cost_quote": 2693.056058335,
"unrealized_pnl_exit_net": -1616.283587827
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 10546.55,
"quote_asset_bal": 7925.8969119203,
"total_value_mid": 9007.9729419203,
"total_value_exit_net": 9007.1613848978,
"total_value": 9007.9729419203,
"base_cost_quote": 2688.0506560968,
"unrealized_pnl_exit_net": -1606.7861831193
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 11360.5299999999,
"quote_asset_bal": 7846.1742199716,
"total_value_mid": 8935.6490469716,
"total_value_exit_net": 8934.8319408513,
"total_value": 8935.6490469716,
"base_cost_quote": 2768.1197369023,
"unrealized_pnl_exit_net": -1679.4620160225
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 12688.77,
"quote_asset_bal": 7721.6147880903,
"total_value_mid": 8880.0994890903,
"total_value_exit_net": 8879.2306255646,
"total_value": 8880.0994890903,
"base_cost_quote": 2893.225260726,
"unrealized_pnl_exit_net": -1735.6094232518
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 12686.91,
"quote_asset_bal": 7722.0951399268,
"total_value_mid": 8893.0969329268,
"total_value_exit_net": 8892.2186815821,
"total_value": 8893.0969329268,
"base_cost_quote": 2893.225040561,
"unrealized_pnl_exit_net": -1723.1014989058
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 13138.8599999999,
"quote_asset_bal": 7682.6190943356,
"total_value_mid": 8836.2110023356,
"total_value_exit_net": 8835.3458084046,
"total_value": 8836.2110023356,
"base_cost_quote": 2933.2587083098,
"unrealized_pnl_exit_net": -1780.5319942408
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 14186.0699999999,
"quote_asset_bal": 7593.0848296378,
"total_value_mid": 8796.0635656378,
"total_value_exit_net": 8795.1613315858,
"total_value": 8796.0635656378,
"base_cost_quote": 3023.334197297,
"unrealized_pnl_exit_net": -1821.257695349
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 13720.6499999999,
"quote_asset_bal": 7633.6596638881,
"total_value_mid": 8863.0299038881,
"total_value_exit_net": 8862.1078762081,
"total_value": 8863.0299038881,
"base_cost_quote": 2983.2995918455,
"unrealized_pnl_exit_net": -1754.8513795255
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 13496.1699999999,
"quote_asset_bal": 7653.9340950713,
"total_value_mid": 8861.8413100713,
"total_value_exit_net": 8860.9353796601,
"total_value": 8861.8413100713,
"base_cost_quote": 2963.2841345028,
"unrealized_pnl_exit_net": -1756.282849914
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 13946.55,
"quote_asset_bal": 7614.4299175478,
"total_value_mid": 8812.4385625478,
"total_value_exit_net": 8811.5400560641,
"total_value": 8812.4385625478,
"base_cost_quote": 3003.317015662,
"unrealized_pnl_exit_net": -1806.2068771458
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 13546.7699999999,
"quote_asset_bal": 7650.1754002426,
"total_value_mid": 8828.7443902426,
"total_value_exit_net": 8827.8604635001,
"total_value": 8828.7443902426,
"base_cost_quote": 2968.2870058443,
"unrealized_pnl_exit_net": -1790.6019425868
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 13834.11,
"quote_asset_bal": 7625.4863053001,
"total_value_mid": 8816.6031763001,
"total_value_exit_net": 8815.7098386468,
"total_value": 8816.6031763001,
"base_cost_quote": 2993.3085579443,
"unrealized_pnl_exit_net": -1803.0850245975
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 13371.27,
"quote_asset_bal": 7666.5993131288,
"total_value_mid": 8827.2255491288,
"total_value_exit_net": 8826.3550794518,
"total_value": 8827.2255491288,
"base_cost_quote": 2953.2749452368,
"unrealized_pnl_exit_net": -1793.5191789138
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 13717.73,
"quote_asset_bal": 7636.8358504673,
"total_value_mid": 8805.5864464673,
"total_value_exit_net": 8804.7098835203,
"total_value": 8805.5864464673,
"base_cost_quote": 2983.3001532663,
"unrealized_pnl_exit_net": -1815.4261202133
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 13600.24,
"quote_asset_bal": 7647.1995525688,
"total_value_mid": 8826.3403605688,
"total_value_exit_net": 8825.4560049628,
"total_value": 8826.3403605688,
"base_cost_quote": 2973.291841658,
"unrealized_pnl_exit_net": -1795.035389264
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 12807.2799999999,
"quote_asset_bal": 7717.6822094233,
"total_value_mid": 8889.5483294233,
"total_value_exit_net": 8888.6694298333,
"total_value": 8889.5483294233,
"base_cost_quote": 2903.2334192195,
"unrealized_pnl_exit_net": -1732.2461988095
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 13862.8599999999,
"quote_asset_bal": 7622.8604983216,
"total_value_mid": 8856.6550383216,
"total_value_exit_net": 8855.7296924166,
"total_value": 8856.6550383216,
"base_cost_quote": 2998.312757281,
"unrealized_pnl_exit_net": -1765.443563186
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 13694.7599999999,
"quote_asset_bal": 7638.3386983103,
"total_value_mid": 8846.2165303103,
"total_value_exit_net": 8845.3106219363,
"total_value": 8846.2165303103,
"base_cost_quote": 2983.299862048,
"unrealized_pnl_exit_net": -1776.327938422
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 14266.64,
"quote_asset_bal": 7588.7020986131,
"total_value_mid": 8831.3264426131,
"total_value_exit_net": 8830.3944743551,
"total_value": 8831.3264426131,
"base_cost_quote": 3033.34142109,
"unrealized_pnl_exit_net": -1791.649045348
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 14040.57,
"quote_asset_bal": 7610.2541061228,
"total_value_mid": 8827.5715251228,
"total_value_exit_net": 8826.6585370586,
"total_value": 8827.5715251228,
"base_cost_quote": 3013.326032799,
"unrealized_pnl_exit_net": -1796.9216018633
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 11514.78,
"quote_asset_bal": 7852.5167060598,
"total_value_mid": 8899.2102080598,
"total_value_exit_net": 8898.4251879333,
"total_value": 8899.2102080598,
"base_cost_quote": 2773.1201834265,
"unrealized_pnl_exit_net": -1727.211701553
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 10702.17,
"quote_asset_bal": 7928.4647807156,
"total_value_mid": 8955.8731007156,
"total_value_exit_net": 8955.1025444756,
"total_value": 8955.8731007156,
"base_cost_quote": 2698.0588025813,
"unrealized_pnl_exit_net": -1671.4210388213
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 10701.01,
"quote_asset_bal": 7928.9814401636,
"total_value_mid": 8977.6804201636,
"total_value_exit_net": 8976.8938959286,
"total_value": 8977.6804201636,
"base_cost_quote": 2698.0592739345,
"unrealized_pnl_exit_net": -1650.1468181695
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 11003.12,
"quote_asset_bal": 7899.3379996708,
"total_value_mid": 8974.3428236708,
"total_value_exit_net": 8973.5365700528,
"total_value": 8974.3428236708,
"base_cost_quote": 2728.0851054313,
"unrealized_pnl_exit_net": -1653.8865350493
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 10892.68,
"quote_asset_bal": 7909.9698017043,
"total_value_mid": 8977.4524417043,
"total_value_exit_net": 8976.6518297243,
"total_value": 8977.4524417043,
"base_cost_quote": 2718.0773132123,
"unrealized_pnl_exit_net": -1651.3952851923
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 11197.42,
"quote_asset_bal": 7880.5298884936,
"total_value_mid": 8986.8349844935,
"total_value_exit_net": 8986.0052556715,
"total_value": 8986.8349844935,
"base_cost_quote": 2748.1052993238,
"unrealized_pnl_exit_net": -1642.6299321458
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 11718.56,
"quote_asset_bal": 7830.8570589463,
"total_value_mid": 8940.6046909463,
"total_value_exit_net": 8939.7723802223,
"total_value": 8940.6046909463,
"base_cost_quote": 2798.1467793065,
"unrealized_pnl_exit_net": -1689.2314580305
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 11823.86,
"quote_asset_bal": 7821.2987310416,
"total_value_mid": 8950.4773610416,
"total_value_exit_net": 8949.6304770691,
"total_value": 8950.4773610416,
"base_cost_quote": 2808.1553451053,
"unrealized_pnl_exit_net": -1679.8235990778
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 11558.39,
"quote_asset_bal": 7846.9956184508,
"total_value_mid": 8956.6010584508,
"total_value_exit_net": 8955.7688543708,
"total_value": 8956.6010584508,
"base_cost_quote": 2783.1333246543,
"unrealized_pnl_exit_net": -1674.3600887343
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 11301.9499999999,
"quote_asset_bal": 7872.3591840116,
"total_value_mid": 8953.9557990116,
"total_value_exit_net": 8953.1446015503,
"total_value": 8953.9557990116,
"base_cost_quote": 2758.1134097813,
"unrealized_pnl_exit_net": -1677.3279922425
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 12094.93,
"quote_asset_bal": 7797.4529826411,
"total_value_mid": 8924.7004586411,
"total_value_exit_net": 8923.8550230341,
"total_value": 8924.7004586411,
"base_cost_quote": 2833.1773535473,
"unrealized_pnl_exit_net": -1706.7753131543
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 12149.5399999999,
"quote_asset_bal": 7792.8197291036,
"total_value_mid": 8920.2970411035,
"total_value_exit_net": 8919.4514331195,
"total_value": 8920.2970411035,
"base_cost_quote": 2838.1799136555,
"unrealized_pnl_exit_net": -1711.5482096395
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 11463.95,
"quote_asset_bal": 7858.2987480693,
"total_value_mid": 8985.2050330693,
"total_value_exit_net": 8984.3598533555,
"total_value": 8985.2050330693,
"base_cost_quote": 2773.1246868015,
"unrealized_pnl_exit_net": -1647.0635815153
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 11563.88,
"quote_asset_bal": 7848.6716990538,
"total_value_mid": 8978.4627750538,
"total_value_exit_net": 8977.6154317468,
"total_value": 8978.4627750538,
"base_cost_quote": 2783.13426636,
"unrealized_pnl_exit_net": -1654.190533667
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 12242.91,
"quote_asset_bal": 7783.936758451,
"total_value_mid": 8939.667462451,
"total_value_exit_net": 8938.800664423,
"total_value": 8939.667462451,
"base_cost_quote": 2848.188556512,
"unrealized_pnl_exit_net": -1693.32465054
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 11670.51,
"quote_asset_bal": 7839.4511004488,
"total_value_mid": 8987.8292844488,
"total_value_exit_net": 8986.9680008108,
"total_value": 8987.8292844488,
"base_cost_quote": 2793.1430963568,
"unrealized_pnl_exit_net": -1645.6261959948
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 11262.28,
"quote_asset_bal": 7880.0383343858,
"total_value_mid": 8992.7515983858,
"total_value_exit_net": 8991.9170634378,
"total_value": 8992.7515983858,
"base_cost_quote": 2753.107795384,
"unrealized_pnl_exit_net": -1641.229066332
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 11620.28,
"quote_asset_bal": 7845.5580983625,
"total_value_mid": 8949.4846983625,
"total_value_exit_net": 8948.6567534125,
"total_value": 8949.4846983625,
"base_cost_quote": 2788.1390181108,
"unrealized_pnl_exit_net": -1685.0403630608
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 11340.33,
"quote_asset_bal": 7871.604763137,
"total_value_mid": 8910.378991137,
"total_value_exit_net": 8909.599910466,
"total_value": 8910.378991137,
"base_cost_quote": 2763.1162490988,
"unrealized_pnl_exit_net": -1725.1211017698
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 13081.46,
"quote_asset_bal": 7717.1464037013,
"total_value_mid": 8850.0008397013,
"total_value_exit_net": 8849.1511988743,
"total_value": 8850.0008397013,
"base_cost_quote": 2918.24656464,
"unrealized_pnl_exit_net": -1786.241769467
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 12571.35,
"quote_asset_bal": 7762.9412859325,
"total_value_mid": 8878.0200309325,
"total_value_exit_net": 8877.1837218738,
"total_value": 8878.0200309325,
"base_cost_quote": 2873.2080200468,
"unrealized_pnl_exit_net": -1758.9655841055
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 13141.36,
"quote_asset_bal": 7713.3550567518,
"total_value_mid": 8848.7685607518,
"total_value_exit_net": 8847.9170006238,
"total_value": 8848.7685607518,
"base_cost_quote": 2923.2495890963,
"unrealized_pnl_exit_net": -1788.6876452243
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 13029.53,
"quote_asset_bal": 7723.8046327693,
"total_value_mid": 8840.4353537693,
"total_value_exit_net": 8839.5978807285,
"total_value": 8840.4353537693,
"base_cost_quote": 2913.2421071098,
"unrealized_pnl_exit_net": -1797.4488591505
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 13438,
"quote_asset_bal": 7689.0019193378,
"total_value_mid": 8832.5757193378,
"total_value_exit_net": 8831.7180389878,
"total_value": 8832.5757193378,
"base_cost_quote": 2948.2701704688,
"unrealized_pnl_exit_net": -1805.5540508188
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 15338.85,
"quote_asset_bal": 7534.291707606,
"total_value_mid": 8756.798052606,
"total_value_exit_net": 8755.8811728473,
"total_value": 8756.798052606,
"base_cost_quote": 3103.4019080758,
"unrealized_pnl_exit_net": -1881.8124428345
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 14476.3,
"quote_asset_bal": 7605.01413976,
"total_value_mid": 8806.54703976,
"total_value_exit_net": 8805.645890085,
"total_value": 8806.54703976,
"base_cost_quote": 3033.343818887,
"unrealized_pnl_exit_net": -1832.712068562
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 16178.67,
"quote_asset_bal": 7470.7659389158,
"total_value_mid": 8724.6128639158,
"total_value_exit_net": 8723.672478722,
"total_value": 8724.6128639158,
"base_cost_quote": 3168.4566625758,
"unrealized_pnl_exit_net": -1915.5501227695
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 16906.4799999999,
"quote_asset_bal": 7416.6763898965,
"total_value_mid": 8682.9717418965,
"total_value_exit_net": 8682.0220203825,
"total_value": 8682.9717418965,
"base_cost_quote": 3223.5019846275,
"unrealized_pnl_exit_net": -1958.1563541415
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 16182.3599999999,
"quote_asset_bal": 7493.742765556,
"total_value_mid": 8565.014997556,
"total_value_exit_net": 8564.211543382,
"total_value": 8565.014997556,
"base_cost_quote": 3148.4358512205,
"unrealized_pnl_exit_net": -2077.9670733945
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 15599.51,
"quote_asset_bal": 7540.4611733128,
"total_value_mid": 8613.7074613128,
"total_value_exit_net": 8612.9025265968,
"total_value": 8613.7074613128,
"base_cost_quote": 3103.3988027485,
"unrealized_pnl_exit_net": -2030.9574494645
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 17889.6,
"quote_asset_bal": 7392.4933277867,
"total_value_mid": 8510.5933277867,
"total_value_exit_net": 8509.7547527867,
"total_value": 8510.5933277867,
"base_cost_quote": 3253.5215894578,
"unrealized_pnl_exit_net": -2136.2601644578
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 18683.34,
"quote_asset_bal": 7343.2001224357,
"total_value_mid": 8492.2255324357,
"total_value_exit_net": 8491.3637633782,
"total_value": 8492.2255324357,
"base_cost_quote": 3303.561670392,
"unrealized_pnl_exit_net": -2155.3980294495
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 17412.1800000001,
"quote_asset_bal": 7424.2184790805,
"total_value_mid": 8550.7865250805,
"total_value_exit_net": 8549.941599046,
"total_value": 8550.7865250805,
"base_cost_quote": 3223.4975693185,
"unrealized_pnl_exit_net": -2097.774449353
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 17726.4400000001,
"quote_asset_bal": 7405.0265584705,
"total_value_mid": 8521.7922784705,
"total_value_exit_net": 8520.9547041805,
"total_value": 8521.7922784705,
"base_cost_quote": 3243.5133408968,
"unrealized_pnl_exit_net": -2127.5851951867
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 18211.7900000001,
"quote_asset_bal": 7375.5666767895,
"total_value_mid": 8481.0223297895,
"total_value_exit_net": 8480.1932380497,
"total_value": 8481.0223297895,
"base_cost_quote": 3273.5373520293,
"unrealized_pnl_exit_net": -2168.910790769
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 20164.5900000001,
"quote_asset_bal": 7267.0453639987,
"total_value_mid": 8329.7192569987,
"total_value_exit_net": 8328.922251579,
"total_value": 8329.7192569987,
"base_cost_quote": 3383.6255392915,
"unrealized_pnl_exit_net": -2321.7486517112
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 19376.6500000001,
"quote_asset_bal": 7313.5624193642,
"total_value_mid": 8447.0964443642,
"total_value_exit_net": 8446.2462938455,
"total_value": 8447.0964443642,
"base_cost_quote": 3338.5902121095,
"unrealized_pnl_exit_net": -2205.9063376282
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 19374.8500000001,
"quote_asset_bal": 7314.0128644044,
"total_value_mid": 8435.8166794045,
"total_value_exit_net": 8434.9753265432,
"total_value": 8435.8166794045,
"base_cost_quote": 3338.5892003513,
"unrealized_pnl_exit_net": -2217.6267382125
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 19992.4300000001,
"quote_asset_bal": 7279.2391347822,
"total_value_mid": 8386.8197567822,
"total_value_exit_net": 8385.9890713157,
"total_value": 8386.8197567822,
"base_cost_quote": 3373.617504891,
"unrealized_pnl_exit_net": -2266.8675683575
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 19899.2100000001,
"quote_asset_bal": 7285.5195466347,
"total_value_mid": 8399.8753066347,
"total_value_exit_net": 8399.0395398147,
"total_value": 8399.8753066347,
"base_cost_quote": 3368.612345835,
"unrealized_pnl_exit_net": -2255.092352655
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 19990.6800000001,
"quote_asset_bal": 7280.8368265592,
"total_value_mid": 8390.3195665592,
"total_value_exit_net": 8389.4874545042,
"total_value": 8390.3195665592,
"base_cost_quote": 3373.616740318,
"unrealized_pnl_exit_net": -2264.966112373
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 20174.3400000001,
"quote_asset_bal": 7271.2744956084,
"total_value_mid": 8388.9329316084,
"total_value_exit_net": 8388.0946877814,
"total_value": 8388.9329316084,
"base_cost_quote": 3383.6246696398,
"unrealized_pnl_exit_net": -2266.8044774667
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 19657.8100000001,
"quote_asset_bal": 7302.4048999129,
"total_value_mid": 8363.9266399129,
"total_value_exit_net": 8363.1304986079,
"total_value": 8363.9266399129,
"base_cost_quote": 3353.6014250818,
"unrealized_pnl_exit_net": -2292.8758263867
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 19753.3000000001,
"quote_asset_bal": 7298.1107892892,
"total_value_mid": 8354.9123392892,
"total_value_exit_net": 8354.1197381267,
"total_value": 8354.9123392892,
"base_cost_quote": 3358.605510333,
"unrealized_pnl_exit_net": -2302.5965614955
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 19472.7400000001,
"quote_asset_bal": 7313.4777796177,
"total_value_mid": 8365.0057396177,
"total_value_exit_net": 8364.2170936477,
"total_value": 8365.0057396177,
"base_cost_quote": 3343.59373594,
"unrealized_pnl_exit_net": -2292.85442191
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 17146.1000000001,
"quote_asset_bal": 7465.8619414509,
"total_value_mid": 8374.605241451,
"total_value_exit_net": 8373.923683976,
"total_value": 8374.605241451,
"base_cost_quote": 3193.473490135,
"unrealized_pnl_exit_net": -2285.41174761
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 18026.9800000001,
"quote_asset_bal": 7422.90675971,
"total_value_mid": 8329.66385371,
"total_value_exit_net": 8328.9837858895,
"total_value": 8329.66385371,
"base_cost_quote": 3238.50814081,
"unrealized_pnl_exit_net": -2332.4311146305
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 17828.2500000001,
"quote_asset_bal": 7433.926380833,
"total_value_mid": 8355.646905833,
"total_value_exit_net": 8354.9556154392,
"total_value": 8355.646905833,
"base_cost_quote": 3228.500672834,
"unrealized_pnl_exit_net": -2307.4714382277
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 19222.4200000001,
"quote_asset_bal": 7364.5715910175,
"total_value_mid": 8304.5479290175,
"total_value_exit_net": 8303.842946764,
"total_value": 8304.5479290175,
"base_cost_quote": 3298.5563011785,
"unrealized_pnl_exit_net": -2359.284945432
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 19115.9300000001,
"quote_asset_bal": 7370.1285122445,
"total_value_mid": 8304.8974892445,
"total_value_exit_net": 8304.1964125117,
"total_value": 8304.8974892445,
"base_cost_quote": 3293.5520908335,
"unrealized_pnl_exit_net": -2359.4841905662
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 18810.0000000001,
"quote_asset_bal": 7385.6739449285,
"total_value_mid": 8313.0069449285,
"total_value_exit_net": 8312.3114451785,
"total_value": 8313.0069449285,
"base_cost_quote": 3278.5403364555,
"unrealized_pnl_exit_net": -2351.9028362055
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 19119.4800000001,
"quote_asset_bal": 7370.941944181,
"total_value_mid": 8296.324776181,
"total_value_exit_net": 8295.630739057,
"total_value": 8296.324776181,
"base_cost_quote": 3293.551916703,
"unrealized_pnl_exit_net": -2368.863121827
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 20067.4200000001,
"quote_asset_bal": 7326.216813896,
"total_value_mid": 8267.378811896,
"total_value_exit_net": 8266.6729403975,
"total_value": 8267.378811896,
"base_cost_quote": 3338.587820317,
"unrealized_pnl_exit_net": -2398.1316938155
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 20944.7200000001,
"quote_asset_bal": 7286.6803316867,
"total_value_mid": 8227.0982596867,
"total_value_exit_net": 8226.3929462407,
"total_value": 8227.0982596867,
"base_cost_quote": 3378.6191142868,
"unrealized_pnl_exit_net": -2438.9064997327
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 21278.5900000001,
"quote_asset_bal": 7271.9819397062,
"total_value_mid": 8218.8791947062,
"total_value_exit_net": 8218.169021765,
"total_value": 8218.8791947062,
"base_cost_quote": 3393.6311588823,
"unrealized_pnl_exit_net": -2447.4440768235
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 19968.5700000001,
"quote_asset_bal": 7332.6827388357,
"total_value_mid": 8269.2086718357,
"total_value_exit_net": 8268.506277386,
"total_value": 8269.2086718357,
"base_cost_quote": 3333.5836690163,
"unrealized_pnl_exit_net": -2397.760130466
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 100-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (114,456 closed trades) via GET /backtests/05d3c0a5-ac17-4599-9adc-4f1c918cb8f9/trades (paginate through all pages).100-row audit sample from 114,456 closed trades (RFC 4180 CSV)
100-row audit sample from 114,456 closed trades (RFC 4180 CSV)
id,symbol,buy_time,sell_time,buy_price,sell_price,buy_quantity,sell_quantity,quantity,profit,profit_percentage,buy_fee_in_quote,sell_fee_in_quote,fee_buy,fee_sell,fill_type
,,2024-04-24T00:02:00Z,2024-04-24T00:02:00Z,0.8105,0.8126,6.17,,,0.0054461048,0.1089049969,0.0037505887,0.0037603065,,,TP
,,2024-04-24T00:03:00Z,2024-04-24T00:03:00Z,0.8135,0.8156,6.15,,,0.0054007763,0.1079502151,0.0037522688,0.003761955,,,TP
,,2024-04-24T00:03:00Z,2024-04-24T00:04:00Z,0.8112,0.8133,6.17,,,0.0054396263,0.1086815828,0.003753828,0.0037635458,,,TP
,,2024-04-24T00:06:00Z,2024-04-24T00:10:00Z,0.8128,0.8149,6.16,,,0.005416026,0.1081723671,0.003755136,0.003764838,,,TP
,,2024-04-24T00:06:00Z,2024-04-24T04:58:00Z,0.816,0.8181,6.13,,,0.0053602252,0.1071599265,0.00375156,0.0037612148,,,TP
,,2024-04-24T00:09:00Z,2024-04-24T00:10:00Z,0.8109,0.813,6.17,,,0.0054424028,0.1087772845,0.0037524398,0.0037621575,,,TP
,,2024-04-24T00:10:00Z,2024-04-24T02:00:00Z,0.8123,0.8144,6.16,,,0.005420646,0.1083312815,0.003752826,0.003762528,,,TP
,,2024-04-24T00:14:00Z,2024-04-24T01:14:00Z,0.8091,0.8112,6.18,,,0.0054679095,0.1093529848,0.0037501785,0.003759912,,,TP
,,2024-04-24T00:16:00Z,2024-04-24T00:17:00Z,0.8059,0.808,6.21,,,0.0055242608,0.1103828018,0.0037534792,0.00376326,,,TP
,,2024-04-24T00:18:00Z,2024-04-24T00:32:00Z,0.8073,0.8094,6.2,,,0.005502345,0.1099312523,0.003753945,0.00376371,,,TP
,,2024-04-24T00:24:00Z,2024-04-24T00:32:00Z,0.8058,0.8079,6.21,,,0.0055251923,0.1104151154,0.0037530135,0.0037627943,,,TP
,,2024-04-24T00:26:00Z,2024-04-24T00:33:00Z,0.8031,0.8052,6.23,,,0.0055682182,0.1112906238,0.0037524848,0.003762297,,,TP
,,2024-04-24T00:26:00Z,2024-04-24T00:32:00Z,0.8048,0.8069,6.22,,,0.0055434195,0.1107386928,0.003754392,0.0037641885,,,TP
,,2024-04-24T00:33:00Z,2024-04-24T00:33:00Z,0.8067,0.8088,6.2,,,0.005507925,0.1101245816,0.003751155,0.00376092,,,TP
,,2024-04-24T00:33:00Z,2024-04-24T00:36:00Z,0.8042,0.8063,6.22,,,0.0055490175,0.1109332256,0.003751593,0.0037613895,,,TP
,,2024-04-24T00:35:00Z,2024-04-24T00:46:00Z,0.8057,0.8078,6.21,,,0.0055261238,0.110447437,0.0037525478,0.0037623285,,,TP
,,2024-04-24T00:48:00Z,2024-04-24T00:51:00Z,0.8069,0.809,6.2,,,0.005506065,0.1100601066,0.003752085,0.00376185,,,TP
,,2024-04-24T00:51:00Z,2024-04-24T00:54:00Z,0.8059,0.808,6.21,,,0.0055242608,0.1103828018,0.0037534792,0.00376326,,,TP
,,2024-04-24T00:54:00Z,2024-04-24T01:00:00Z,0.807,0.8091,6.2,,,0.005505135,0.110027881,0.00375255,0.003762315,,,TP
,,2024-04-24T00:59:00Z,2024-04-24T01:00:00Z,0.8057,0.8078,6.21,,,0.0055261238,0.110447437,0.0037525478,0.0037623285,,,TP
,,2024-04-24T01:02:00Z,2024-04-24T01:03:00Z,0.8067,0.8088,6.2,,,0.005507925,0.1101245816,0.003751155,0.00376092,,,TP
,,2024-04-24T01:05:00Z,2024-04-24T02:00:00Z,0.81,0.8121,6.18,,,0.0054595665,0.1090648148,0.00375435,0.0037640835,,,TP
,,2024-04-24T01:35:00Z,2024-04-24T01:55:00Z,0.8071,0.8092,6.2,,,0.005504205,0.1099956635,0.003753015,0.00376278,,,TP
,,2024-04-24T01:41:00Z,2024-04-24T01:55:00Z,0.8058,0.8079,6.21,,,0.0055251923,0.1104151154,0.0037530135,0.0037627943,,,TP
,,2024-04-24T01:55:00Z,2024-04-24T01:56:00Z,0.8073,0.8094,6.2,,,0.005502345,0.1099312523,0.003753945,0.00376371,,,TP
,,2024-06-17T18:18:00Z,2024-06-17T18:26:00Z,0.4,0.401,12.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-21T04:02:00Z,2024-07-21T04:13:00Z,0.4,0.401,12.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-11-21T12:10:00Z,2024-11-21T12:55:00Z,0.4,0.401,12.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-12-23T23:14:00Z,2024-12-23T23:20:00Z,0.4,0.401,12.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-01T03:17:00Z,2025-01-01T04:00:00Z,0.4,0.401,12.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-01T06:07:00Z,2025-01-01T08:03:00Z,0.4,0.401,12.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-03-12T18:16:00Z,2025-03-12T18:16:00Z,0.4,0.401,12.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-13T01:43:00Z,2025-04-13T08:56:00Z,0.2,0.2005,25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-13T11:17:00Z,2025-04-13T12:18:00Z,0.2,0.2005,25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-13T17:26:00Z,2025-04-13T17:42:00Z,0.2,0.2005,25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-15T10:41:00Z,2025-04-15T10:42:00Z,0.2,0.2005,25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-15T14:00:00Z,2025-04-15T14:06:00Z,0.2,0.2005,25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-15T16:48:00Z,2025-04-16T19:55:00Z,0.2,0.2005,25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-05-30T16:08:00Z,2025-06-01T17:08:00Z,0.2,0.2005,25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-06-28T23:10:00Z,2025-06-29T00:08:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-07-05T14:47:00Z,2025-07-05T15:01:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-07-05T15:28:00Z,2025-07-06T18:00:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-12T22:26:00Z,2025-10-12T22:37:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-13T01:33:00Z,2025-10-13T01:57:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-14T14:02:00Z,2025-10-14T14:04:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-19T15:03:00Z,2025-10-19T15:14:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-21T17:17:00Z,2025-10-21T17:40:00Z,0.16,0.1604,31.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-25T18:37:00Z,2026-01-26T00:27:00Z,0.08,0.0802,62.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-27T11:45:00Z,2026-01-29T09:22:00Z,0.08,0.0802,62.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-29T10:14:00Z,2026-01-29T10:15:00Z,0.08,0.0802,62.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-22T12:22:00Z,2026-02-25T22:11:00Z,0.0478,0.048,104.61,,,0.0134057715,0.2680962343,0.0037502685,0.00376596,,,TP
,,2026-02-22T13:41:00Z,2026-02-25T21:36:00Z,0.0476,0.0478,105.05,,,0.0134936725,0.2698529412,0.003750285,0.0037660425,,,TP
,,2026-02-22T13:47:00Z,2026-02-25T21:36:00Z,0.0475,0.0477,105.27,,,0.013537722,0.2707368421,0.0037502438,0.0037660342,,,TP
,,2026-02-22T14:17:00Z,2026-02-25T20:24:00Z,0.0473,0.0475,105.71,,,0.013626019,0.2725158562,0.0037500623,0.0037659188,,,TP
,,2026-02-22T14:52:00Z,2026-02-25T22:53:00Z,0.047,0.0472,106.39,,,0.0137615465,0.275212766,0.0037502475,0.003766206,,,TP
,,2026-02-22T15:58:00Z,2026-02-25T19:53:00Z,0.0471,0.0473,106.16,,,0.013715872,0.2743099788,0.003750102,0.003766026,,,TP
,,2026-02-23T00:58:00Z,2026-02-25T17:14:00Z,0.0466,0.0468,107.3,,,0.013943635,0.2788626609,0.003750135,0.00376623,,,TP
,,2026-02-23T01:00:00Z,2026-02-25T16:30:00Z,0.0464,0.0466,107.76,,,0.01403574,0.2807112069,0.003750048,0.003766212,,,TP
,,2026-02-23T01:02:00Z,2026-02-25T16:21:00Z,0.0461,0.0463,108.46,,,0.014175722,0.2835140998,0.0037500045,0.0037662735,,,TP
,,2026-02-23T01:19:00Z,2026-02-23T01:20:00Z,0.0447,0.0449,111.86,,,0.014855008,0.2970917226,0.0037501065,0.0037668855,,,TP
,,2026-02-23T01:20:00Z,2026-02-23T01:21:00Z,0.0448,0.045,111.61,,,0.0148050665,0.29609375,0.003750096,0.0037668375,,,TP
,,2026-02-23T01:22:00Z,2026-02-23T01:45:00Z,0.0448,0.045,111.61,,,0.0148050665,0.29609375,0.003750096,0.0037668375,,,TP
,,2026-02-23T01:59:00Z,2026-02-23T02:00:00Z,0.0449,0.0451,111.36,,,0.0147552,0.2951002227,0.003750048,0.003766752,,,TP
,,2026-02-23T12:01:00Z,2026-02-25T15:51:00Z,0.0458,0.046,109.18,,,0.014318957,0.2863537118,0.003750333,0.00376671,,,TP
,,2026-02-23T13:55:00Z,2026-02-25T15:48:00Z,0.0459,0.0461,108.94,,,0.01427114,0.2854030501,0.0037502595,0.0037666005,,,TP
,,2026-02-23T17:10:00Z,2026-02-23T22:48:00Z,0.0449,0.0451,111.36,,,0.0147552,0.2951002227,0.003750048,0.003766752,,,TP
,,2026-02-23T17:26:00Z,2026-02-23T22:07:00Z,0.0445,0.0447,112.36,,,0.014955116,0.2991011236,0.003750015,0.003766869,,,TP
,,2026-02-23T18:36:00Z,2026-02-23T22:53:00Z,0.0448,0.045,111.61,,,0.0148050665,0.29609375,0.003750096,0.0037668375,,,TP
,,2026-02-23T19:52:00Z,2026-02-23T21:01:00Z,0.0444,0.0446,112.62,,,0.015006615,0.3001126126,0.003750246,0.003767139,,,TP
,,2026-02-24T01:17:00Z,2026-02-24T01:18:00Z,0.0446,0.0448,112.11,,,0.0149050245,0.2980941704,0.0037500795,0.003766896,,,TP
,,2026-02-24T03:03:00Z,2026-02-24T05:13:00Z,0.0448,0.045,111.61,,,0.0148050665,0.29609375,0.003750096,0.0037668375,,,TP
,,2026-02-24T03:11:00Z,2026-02-24T03:26:00Z,0.0449,0.0451,111.36,,,0.0147552,0.2951002227,0.003750048,0.003766752,,,TP
,,2026-02-24T06:18:00Z,2026-02-24T15:24:00Z,0.0447,0.0449,111.86,,,0.014855008,0.2970917226,0.0037501065,0.0037668855,,,TP
,,2026-02-24T06:57:00Z,2026-02-24T07:13:00Z,0.0444,0.0446,112.62,,,0.015006615,0.3001126126,0.003750246,0.003767139,,,TP
,,2026-02-24T07:41:00Z,2026-02-24T08:22:00Z,0.0441,0.0443,113.38,,,0.015158906,0.3031746032,0.0037500435,0.0037670505,,,TP
,,2026-02-24T07:41:00Z,2026-02-24T08:22:00Z,0.0442,0.0444,113.13,,,0.0151085115,0.3021493213,0.0037502595,0.003767229,,,TP
,,2026-02-24T09:20:00Z,2026-02-24T12:29:00Z,0.0442,0.0444,113.13,,,0.0151085115,0.3021493213,0.0037502595,0.003767229,,,TP
,,2026-02-24T09:45:00Z,2026-02-24T16:53:00Z,0.0441,0.0443,113.38,,,0.015158906,0.3031746032,0.0037500435,0.0037670505,,,TP
,,2026-02-24T13:34:00Z,2026-02-24T13:53:00Z,0.0439,0.0441,113.9,,,0.0152626,0.30523918,0.0037501575,0.0037672425,,,TP
,,2026-02-24T14:20:00Z,2026-02-24T14:38:00Z,0.0437,0.0439,114.42,,,0.015366606,0.3073226545,0.0037501155,0.0037672785,,,TP
,,2026-02-24T14:55:00Z,2026-02-24T15:16:00Z,0.0444,0.0446,112.62,,,0.015006615,0.3001126126,0.003750246,0.003767139,,,TP
,,2026-02-24T15:41:00Z,2026-02-24T16:02:00Z,0.0447,0.0449,111.86,,,0.014855008,0.2970917226,0.0037501065,0.0037668855,,,TP
,,2026-02-24T16:49:00Z,2026-02-24T16:59:00Z,0.0444,0.0446,112.62,,,0.015006615,0.3001126126,0.003750246,0.003767139,,,TP
,,2026-02-24T19:34:00Z,2026-02-24T19:40:00Z,0.0447,0.0449,111.86,,,0.014855008,0.2970917226,0.0037501065,0.0037668855,,,TP
,,2026-02-24T20:09:00Z,2026-02-25T01:06:00Z,0.0447,0.0449,111.86,,,0.014855008,0.2970917226,0.0037501065,0.0037668855,,,TP
,,2026-02-24T23:05:00Z,2026-02-24T23:12:00Z,0.0444,0.0446,112.62,,,0.015006615,0.3001126126,0.003750246,0.003767139,,,TP
,,2026-02-25T10:33:00Z,2026-02-25T12:36:00Z,0.0456,0.0458,109.65,,,0.0144134925,0.2882675439,0.00375003,0.0037664775,,,TP
,,2026-02-25T11:29:00Z,2026-02-25T12:41:00Z,0.0453,0.0455,110.38,,,0.014559122,0.2911699779,0.0037501605,0.0037667175,,,TP
,,2026-02-25T12:38:00Z,2026-02-25T12:52:00Z,0.0456,0.0458,109.65,,,0.0144134925,0.2882675439,0.00375003,0.0037664775,,,TP
,,2026-02-25T13:03:00Z,2026-02-25T13:04:00Z,0.0456,0.0458,109.65,,,0.0144134925,0.2882675439,0.00375003,0.0037664775,,,TP
,,2026-02-25T14:33:00Z,2026-02-25T14:40:00Z,0.0456,0.0458,109.65,,,0.0144134925,0.2882675439,0.00375003,0.0037664775,,,TP
,,2026-02-25T16:25:00Z,2026-02-25T16:30:00Z,0.0463,0.0465,108,,,0.0140832,0.2816414687,0.0037503,0.0037665,,,TP
,,2026-02-25T16:30:00Z,2026-02-25T16:33:00Z,0.0464,0.0466,107.76,,,0.01403574,0.2807112069,0.003750048,0.003766212,,,TP
,,2026-02-25T17:18:00Z,2026-02-25T17:57:00Z,0.0468,0.047,106.84,,,0.013851806,0.2770299145,0.003750084,0.00376611,,,TP
,,2026-02-25T20:56:00Z,2026-02-25T21:01:00Z,0.0473,0.0475,105.71,,,0.013626019,0.2725158562,0.0037500623,0.0037659188,,,TP
,,2026-02-25T21:02:00Z,2026-02-25T21:34:00Z,0.0473,0.0475,105.71,,,0.013626019,0.2725158562,0.0037500623,0.0037659188,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T22:00:00Z,0.0476,0.0478,105.05,,,0.0134936725,0.2698529412,0.003750285,0.0037660425,,,TP
,,2026-02-25T22:40:00Z,2026-02-25T22:41:00Z,0.0474,0.0476,105.49,,,0.0135818375,0.2716244726,0.0037501695,0.003765993,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T22:58:00Z,0.0473,0.0475,105.71,,,0.013626019,0.2725158562,0.0037500623,0.0037659188,,,TP
,,2026-02-25T22:53:00Z,2026-02-25T22:54:00Z,0.0471,0.0473,106.16,,,0.013715872,0.2743099788,0.003750102,0.003766026,,,TP
Frequently Asked Questions
_null_; metrics that can’t be derived locally render as “not available”.What strategy was tested and on which trading pair?
What strategy was tested and on which trading pair?
bt.mode_name, bt.symbol, bt.config.from, bt.config.toWhat is the current status of this backtest?
What is the current status of this backtest?
bt.status, bt.error_messageWhat was the total return?
What was the total return?
bt.return_pct, bt.start_balance, bt.final_value, bt.total_profitWhat was the annualized growth rate (CAGR)?
What was the annualized growth rate (CAGR)?
derived from equity series (eqStats.cagrPct, eqStats.durationDays)Did it beat Buy & Hold of VICUSDT?
Did it beat Buy & Hold of VICUSDT?
bt.return_pct, opts.tokenReturnPct, outperformDeltaWhat was the worst drawdown?
What was the worst drawdown?
derived from equity series (eqStats.maxDrawdownPct, .maxDrawdownAbs, .underwaterDays, .recoveryDays)How many trades did it take and what was the win rate?
How many trades did it take and what was the win rate?
bt.fulfilled_trades, bt.win_rate, bt.active_orders, derived tradesPerMonthWhat was the average, best, and worst trade?
What was the average, best, and worst trade?
bt.avg_profit, bt.max_profit, bt.min_profitWhat was the profit factor and expectancy?
What was the profit factor and expectancy?
derived from trades (stats.profitFactor, .expectancy, .payoffRatio)What were the longest winning and losing streaks?
What were the longest winning and losing streaks?
derived from trades (stats.consecWinsMax, .consecLossesMax)How much was paid in fees?
How much was paid in fees?
Sum(buy_fee_in_quote + sell_fee_in_quote) over every row of GET /backtests/{id}/trades - the API summary field bt.total_fees is used only for cross-checking, not as the source of truth.Source: derived from trades[].buy_fee_in_quote + trades[].sell_fee_in_quote (analyzeTrades -> stats.totalFees / .buyFees / .sellFees)Is the risk-adjusted return any good?
Is the risk-adjusted return any good?
derived from equity series (eqStats.sharpeAnnualized, .sortinoAnnualized)How volatile was the equity curve?
How volatile was the equity curve?
derived from equity series (eqStats.volatilityAnnualizedPct)How long does the strategy hold positions?
How long does the strategy hold positions?
derived from trades (stats.medianHoldingHours, .avgHoldingHours, .minHoldingHours, .maxHoldingHours)How much of the time was capital deployed?
How much of the time was capital deployed?
derived from equity series (eqStats.timeInMarketPct)What were the best and worst months?
What were the best and worst months?
derived from trades (stats.bestMonth, .worstMonth)When did the backtest run and how long did it take?
When did the backtest run and how long did it take?
bt.created_at, bt.started_at, bt.completed_at, bt.elapsed_secWhat configuration parameters were used?
What configuration parameters were used?
bt.start_balance, bt.data_file, bt.config.timeframe, bt.config.fee_pct, bt.is_duplicateWhere can I find a one-line summary written by the engine?
Where can I find a one-line summary written by the engine?
Engine summary: Backtest VICUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 8,268.51 USDT
P&L: -1,731.49 USDT (-17.31%)
Result: LOSS
Completed trades: 114456
Open orders at end: 667
Win rate: 100.0%
Avg. profit/trade: 0.005977 USDT
Best trade: 0.015367 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 684.107999 USDT
Max drawdown: -20.47%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.80
Total fees: 859.85 USDT
Avg hold time: 13.6h
TP / SL / TSL: 114456 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 9
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]
Investment per buy: 25.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 930.9s
bt.summary_textAre these results guaranteed for live trading?
Are these results guaranteed for live trading?
static disclaimerGlossary
| Term | Definition |
|---|---|
| Return % | Total percentage change of portfolio value over the backtest window: (final_value - start_balance) / start_balance x 100. |
| CAGR | Compound Annual Growth Rate. Annualized return assuming compounding: (final/start)^(365.25/days) - 1. |
| Win Rate | Share of closed trades with positive net P&L (after fees): wins / (wins + losses) x 100. |
| Max Drawdown | Largest peak-to-trough decline of equity, measured in % of the previous peak. The single most important risk metric. |
| Drawdown Duration | Number of days spent below the previous equity peak before recovering (or end of window if not recovered). |
| Sharpe Ratio (annualized) | Mean daily return divided by standard deviation of daily returns, scaled by 365. Risk-adjusted return - higher is better, > 1 is decent. |
| Sortino Ratio (annualized) | Like Sharpe but only penalizes downside volatility. Often more representative for asymmetric strategies. |
| Volatility (ann.) | Standard deviation of daily returns x 365, expressed as a percentage. |
| Time in Market | Fraction of the period where the strategy held base-asset exposure (not 100% cash). |
| Buy & Hold | Reference benchmark: simply buying the underlying token at the start and holding to the end of the window. |
| Outperformance (pp) | Strategy return minus Buy & Hold return, in percentage points (not percent change). |
| Fulfilled Trades | Round-trip trades that have both an entry fill and an exit fill within the window. |
| Active Orders | Open positions still pending exit at the end of the backtest - their unrealized P&L is included in final_value. |
| Lookahead Bias | Using information that wouldn’t have been available at trade time. The validator flags trades whose buy_time precedes the configured from date. |
How to Read This Report
GET /backtests/{id} * Fields used: return_pct, fulfilled_trades, win_rateCheck the headline return
Reproduce This Run
GET /backtests/{id} * Fields used: symbol, mode_name, config (replayed verbatim)X-API-Key. Payload fields are validated against ENGINE.md Section 20; non-engine keys are stripped so the replay produces the exact same run.curl -X POST https://uncoded-backtest-api-production.up.railway.app/backtests \
-H "X-API-Key: $UNCODED_API_KEY" \
-H "Content-Type: application/json" \
-d '{"symbol":"VICUSDT","mode_name":"3LongTimeLong.json","interval":"1m","from":"2024-04-24 00:00:01","to":"2026-02-25 23:59:59","canBuy":true,"canSell":true,"canBuyUp":true,"startBal":10000,"stepSize":0.01,"stopLoss":false,"tickSize":0.0001,"buySplits":9,"buyVolumes":[20,15,10,10,10,10,5,5,5],"canBuyDown":false,"minNotional":5,"buyPercentage":0.1,"fees_in_quote":true,"intrabar_mode":"OLHC","maker_fee_bps":7.5,"taker_fee_bps":7.5,"sellPercentages":[0.25,0.35,0.5,0.75,1,2.5,5,10,15],"triggerCoolDown":1,"investmentPerBuy":25,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":25,"order_latency_seconds":2,"trailingStopLossPercentages":[0,0,0,0,0,0,0,0,0],"sellCancelDistancePercentage":1,"dontBuyBelowQuoteAssetBalance":1,"investmentPerFreeQuotePercent":0.01,"sellActivateDistancePercentage":0.1}'
Structured Data (JSON-LD)
Dataset markup with 34 PropertyValue KPIs. Every numeric value is finite + range-validated; invalid / null fields are omitted so the JSON stays schema.org-compliant.{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "VICUSDT LongTimeLong Backtest",
"alternateName": "VICUSDT-3LongTimeLong.json-05d3c0a5-ac17-4599-9adc-4f1c918cb8f9",
"description": "Backtest of the LongTimeLong strategy on VICUSDT: -17.31% return over 2024-04-24 to 2026-02-25.",
"identifier": "05d3c0a5-ac17-4599-9adc-4f1c918cb8f9",
"license": "https://creativecommons.org/licenses/by/4.0/",
"isAccessibleForFree": true,
"inLanguage": "en",
"creativeWorkStatus": "completed",
"creator": {
"@type": "Organization",
"name": "uncoded.ch",
"url": "https://uncoded.ch/backtesting"
},
"publisher": {
"@type": "Organization",
"name": "uncoded.ch",
"url": "https://uncoded.ch"
},
"keywords": [
"VICUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "VICUSDT",
"description": "Trading pair: VICUSDT"
},
{
"@type": "Thing",
"name": "LongTimeLong",
"description": "Trading strategy: LongTimeLong"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": -17.3149,
"unitText": "%",
"unitCode": "P1",
"description": "Total percentage return over the backtest window"
},
{
"@type": "PropertyValue",
"name": "Win Rate",
"value": 100,
"unitText": "%",
"unitCode": "P1",
"description": "Share of closed trades with positive net P&L",
"minValue": 0,
"maxValue": 100
},
{
"@type": "PropertyValue",
"name": "Net Profit",
"value": 684.10799894,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 8268.50627739,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 114456,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 667,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.01536661,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00499063,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00597704,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 930.93,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -9.818096975293889,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -20.472600323812635,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -2115.5889726206005,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 229,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -0.800801193728622,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.8696816634431277,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 11.957238322843432,
"unitText": "%",
"unitCode": "P1",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Time in Market",
"value": 100,
"unitText": "%",
"unitCode": "P1",
"minValue": 0,
"maxValue": 100
},
{
"@type": "PropertyValue",
"name": "Backtest Duration",
"value": 672,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Equity Samples",
"value": 673,
"unitText": "points",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Expectancy per Trade",
"value": 0.009839238994,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.009839238994,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.00948699485,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.9839238994000001,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7514501016999997,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1001.9334679999995,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 100,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 0.32499999999999996,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 10.411805555555553,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 5176.135137474812,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:12.580Z",
"dateModified": "2026-05-15T13:01:10.252Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:01:10 UTC