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.
TONUSDT * LongTimeLong
TONUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -15.12% | 70,626 closed trades | 100.0% closed WR | 730 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 | 944.53 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 532.33 USDT | Buy + sell fees across all trades. |
| Fee Drag | 56.4% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 13.2 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 70,626 | 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 TONUSDT, 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 56.4% 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="90cfc930-db11-46ab-a8bb-f5d042b59cc8" */}
...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 TONUSDT, 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 TONUSDT 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: TONUSDT 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 -15.12% return on TONUSDT a good backtest result?
Is a -15.12% return on TONUSDT 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 TONUSDT backtest?
What is the annualised return for this TONUSDT 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 TONUSDT?
How is this backtest different from others on TONUSDT?
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 | TONUSDT |
| 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 | 566.0 days (1.55 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 566.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,487.99 USDT |
| Avg Profit / Trade | +0.0058 USDT |
| Trades / Month | 3194.0 |
| Status | completed |
| Created | 2026-05-08 13:39:13 UTC |
| Started | 2026-05-09 20:13:19 UTC |
| Completed | 2026-05-09 20:26:51 UTC |
| Compute Time | 11m 57s |
| Backtest ID | 90cfc930-db11-46ab-a8bb-f5d042b59cc8 |
| Engine summary: |
Backtest TONUSDT (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,487.99 USDT
P&L: -1,512.01 USDT (-15.12%)
Result: LOSS
Completed trades: 70626
Open orders at end: 730
Win rate: 100.0%
Avg. profit/trade: 0.005836 USDT
Best trade: 0.009883 USDT
Worst trade: 0.004983 USDT
Total profit (trades only): 412.205553 USDT
Max drawdown: -16.34%
Profit factor: inf (no losing trades)
Sharpe ratio: -1.12
Total fees: 532.33 USDT
Avg hold time: 13.2h
TP / SL / TSL: 70626 / 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: 717.3s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -15.12% over the tested window | return_pct = -15.1201 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 8,487.99 USDT | final_value - start_balance = -1,512.01 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 70626 of 70626 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 16.34% | max_drawdown_pct = 16.3365 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -1.12 | sharpe_annualized = -1.1194 | 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.001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "TONUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.01,
"stopLoss": false,
"tickSize": 0.001,
"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.001 | 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: TONUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.01
stopLoss: false
tickSize: 0.001
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 | TONUSDT | 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,089 | #####
|###########:::::###
|:::::::::::::::::::## # #######
|:::::::::::::::::::::# #:# #########:::::::##
|::::::::::::::::::::::#:::#::::::::::::::::::#
|::::::::::::::::::::::::::::::::::::::::::::::##
|::::::::::::::::::::::::::::::::::::::::::::::::# #
|:::::::::::::::::::::::::::::::::::::::::::::::::# :#
|::::::::::::::::::::::::::::::::::::::::::::::::::####::#
8,584 |:::::::::::::::::::::::::::::::::::::::::::::::::::::::::###
+------------------------------------------------------------
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,094.72 USDT @ 2024-12-04 23:59:00 UTC |
| Trough | 8,445.60 USDT @ 2026-02-05 23:59:00 UTC |
| Drawdown Duration | 428.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,094.72 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) | 6,730.40 | 6,730.40 | 79.3% |
| TON | 1,370.93000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 1,757.58 | 20.7% |
| Total | - | 8,487.99 | 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.68 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.68 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 | 531.58 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 730 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 532.33 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 | 78257.56% | 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/90cfc930-db11-46ab-a8bb-f5d042b59cc8/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375903 + 0.376924
= 0.752828 USDT
(B) bt.total_fees = 532.328640 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 532.328640 - 0.752828
= 531.575812 USDT
Identity check: (A) + (C) ?= (B)
0.752828 + 531.575812 = 532.328640 USDT
vs bt.total_fees = 532.328640 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 730 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.1h | 1.4h | 73.5h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-08-08 10:03:00 UTC | 2026-02-25 23:54:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.68 USDT | +0.14% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-08 | 25 | 25 | 100.0% | +0.14 |
| 2025-03 | 6 | 6 | 100.0% | +0.03 |
| 2025-10 | 1 | 1 | 100.0% | +0.01 |
| 2025-11 | 19 | 19 | 100.0% | +0.09 |
| 2026-02 | 49 | 49 | 100.0% | +0.41 |
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 | 2025-10-10 -> 2025-10-10 | 0.575000 | 0.577000 | +0.0099 | +0.20% |
| 2 | TP | 2026-02-06 -> 2026-02-06 | 1.202000 | 1.206000 | +0.0091 | +0.18% |
| 3 | TP | 2026-02-06 -> 2026-02-06 | 1.203000 | 1.207000 | +0.0091 | +0.18% |
| 4 | TP | 2026-02-06 -> 2026-02-06 | 1.215000 | 1.219000 | +0.0090 | +0.18% |
| 5 | TP | 2026-02-06 -> 2026-02-06 | 1.215000 | 1.219000 | +0.0090 | +0.18% |
| 6 | TP | 2026-02-06 -> 2026-02-06 | 1.223000 | 1.227000 | +0.0088 | +0.18% |
| 7 | TP | 2026-02-06 -> 2026-02-06 | 1.224000 | 1.228000 | +0.0088 | +0.18% |
| 8 | TP | 2026-02-06 -> 2026-02-06 | 1.225000 | 1.229000 | +0.0088 | +0.18% |
| 9 | TP | 2026-02-06 -> 2026-02-06 | 1.226000 | 1.230000 | +0.0088 | +0.18% |
| 10 | TP | 2026-02-06 -> 2026-02-06 | 1.226000 | 1.230000 | +0.0088 | +0.18% |
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-08-08 23:59:00 UTC |
| Deepest DD | -16.34% @ 2026-02-05 23:59:00 UTC |
| Mean | -5.12% |
| Std Dev | 4.50% |
| Last | -15.92% |
| Points | 567 |
| Across 567 points the series ranged from -16.34% (2026-02-05 23:59:00 UTC) to 0.00% (2024-08-08 23:59:00 UTC), averaging -5.12%. 0% of points were positive, 97% negative. The most recent value is -15.92%. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"timestamp":"2024-08-08T23:59:00+00:00","drawdown":0},{"timestamp":"2024-08-18T23:59:00+00:00","drawdown":0},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-0.4783501699633554},{"timestamp":"2024-09-06T23:59:00+00:00","drawdown":-1.0710738093465728},{"timestamp":"2024-09-15T23:59:00+00:00","drawdown":-0.21009032274393963},{"timestamp":"2024-09-25T23:59:00+00:00","drawdown":-0.05367179556929465},{"timestamp":"2024-10-05T23:59:00+00:00","drawdown":-0.5376070196709634},{"timestamp":"2024-10-14T23:59:00+00:00","drawdown":-0.40877931532618017},{"timestamp":"2024-10-24T23:59:00+00:00","drawdown":-0.6044035958697512},{"timestamp":"2024-11-02T23:59:00+00:00","drawdown":-0.9079018815568014},{"timestamp":"2024-11-12T23:59:00+00:00","drawdown":-0.1307289146320737},{"timestamp":"2024-11-22T23:59:00+00:00","drawdown":-0.12582116982400338},{"timestamp":"2024-12-01T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-11T23:59:00+00:00","drawdown":-0.19382110710193565},{"timestamp":"2024-12-20T23:59:00+00:00","drawdown":-0.9089587942080611},{"timestamp":"2024-12-30T23:59:00+00:00","drawdown":-0.7095348691725708},{"timestamp":"2025-01-08T23:59:00+00:00","drawdown":-1.0100039961590532},{"timestamp":"2025-01-18T23:59:00+00:00","drawdown":-1.00258829639016},{"timestamp":"2025-01-28T23:59:00+00:00","drawdown":-1.759473314105938},{"timestamp":"2025-02-06T23:59:00+00:00","drawdown":-3.7154408620058343},{"timestamp":"2025-02-16T23:59:00+00:00","drawdown":-3.5354140639267255},{"timestamp":"2025-02-25T23:59:00+00:00","drawdown":-4.095356644423396},{"timestamp":"2025-03-07T23:59:00+00:00","drawdown":-5.982157660915885},{"timestamp":"2025-03-17T23:59:00+00:00","drawdown":-4.117793481068064},{"timestamp":"2025-03-26T23:59:00+00:00","drawdown":-3.36471423722918},{"timestamp":"2025-04-05T23:59:00+00:00","drawdown":-4.735420570499851},{"timestamp":"2025-04-14T23:59:00+00:00","drawdown":-6.176438916561927},{"timestamp":"2025-04-24T23:59:00+00:00","drawdown":-4.800216807128941},{"timestamp":"2025-05-04T23:59:00+00:00","drawdown":-5.490688356234957},{"timestamp":"2025-05-13T23:59:00+00:00","drawdown":-3.909629997878978},{"timestamp":"2025-05-23T23:59:00+00:00","drawdown":-5.505529894310513},{"timestamp":"2025-06-01T23:59:00+00:00","drawdown":-4.42153956764331},{"timestamp":"2025-06-11T23:59:00+00:00","drawdown":-4.205816219986744},{"timestamp":"2025-06-21T23:59:00+00:00","drawdown":-5.6467665440855335},{"timestamp":"2025-06-30T23:59:00+00:00","drawdown":-5.350076313669101},{"timestamp":"2025-07-10T23:59:00+00:00","drawdown":-5.156819771626296},{"timestamp":"2025-07-19T23:59:00+00:00","drawdown":-4.134450617170878},{"timestamp":"2025-07-29T23:59:00+00:00","drawdown":-3.4407274220405024},{"timestamp":"2025-08-08T23:59:00+00:00","drawdown":-3.4505451462938055},{"timestamp":"2025-08-17T23:59:00+00:00","drawdown":-2.852852868130279},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-4.141983209375737},{"timestamp":"2025-09-05T23:59:00+00:00","drawdown":-4.303088782939857},{"timestamp":"2025-09-15T23:59:00+00:00","drawdown":-4.034565716272634},{"timestamp":"2025-09-25T23:59:00+00:00","drawdown":-6.176796306161625},{"timestamp":"2025-10-04T23:59:00+00:00","drawdown":-5.429348984912565},{"timestamp":"2025-10-14T23:59:00+00:00","drawdown":-7.882531364563327},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-8.889066498949177},{"timestamp":"2025-11-02T23:59:00+00:00","drawdown":-7.7092909366250515},{"timestamp":"2025-11-11T23:59:00+00:00","drawdown":-9.345855189110623},{"timestamp":"2025-11-21T23:59:00+00:00","drawdown":-13.795978546195228},{"timestamp":"2025-12-01T23:59:00+00:00","drawdown":-13.964800150842303},{"timestamp":"2025-12-10T23:59:00+00:00","drawdown":-12.242791059366148},{"timestamp":"2025-12-20T23:59:00+00:00","drawdown":-14.04325961223919},{"timestamp":"2025-12-29T23:59:00+00:00","drawdown":-13.017648719038746},{"timestamp":"2026-01-08T23:59:00+00:00","drawdown":-10.113436405038287},{"timestamp":"2026-01-18T23:59:00+00:00","drawdown":-11.829216278676025},{"timestamp":"2026-01-27T23:59:00+00:00","drawdown":-13.264436787102746},{"timestamp":"2026-02-06T23:59:00+00:00","drawdown":-14.569702043367766},{"timestamp":"2026-02-15T23:59:00+00:00","drawdown":-13.621188100072901},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-15.916598978500026}]
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 | 8.06 USDT @ 2024-12-04 23:59:00 UTC |
| Worst Unrealized | -1,934.21 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | -641.18 USDT |
| Std Dev | 538.38 USDT |
| Last | -1,908.13 USDT |
| Points | 567 |
| Sum | -363,549.97 USDT |
| Across 567 points the series ranged from -1,934.21 USDT (2026-02-05 23:59:00 UTC) to 8.06 USDT (2024-12-04 23:59:00 UTC), averaging -641.18 USDT. 1% of points were positive, 99% negative. The most recent value is -1,908.13 USDT. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"timestamp":"2024-08-08T23:59:00+00:00","pnl":-0.6998813975},{"timestamp":"2024-08-18T23:59:00+00:00","pnl":-0.7498243425},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-57.743789385},{"timestamp":"2024-09-06T23:59:00+00:00","pnl":-126.8903878925},{"timestamp":"2024-09-15T23:59:00+00:00","pnl":-46.42788761},{"timestamp":"2024-09-25T23:59:00+00:00","pnl":-35.33461767},{"timestamp":"2024-10-05T23:59:00+00:00","pnl":-83.806385685},{"timestamp":"2024-10-14T23:59:00+00:00","pnl":-73.9138633525},{"timestamp":"2024-10-24T23:59:00+00:00","pnl":-95.740114105},{"timestamp":"2024-11-02T23:59:00+00:00","pnl":-129.025203185},{"timestamp":"2024-11-12T23:59:00+00:00","pnl":-60.73483937},{"timestamp":"2024-11-22T23:59:00+00:00","pnl":-63.9836028175},{"timestamp":"2024-12-01T23:59:00+00:00","pnl":6.9230208325},{"timestamp":"2024-12-11T23:59:00+00:00","pnl":-18.253491965},{"timestamp":"2024-12-20T23:59:00+00:00","pnl":-98.72327608},{"timestamp":"2024-12-30T23:59:00+00:00","pnl":-85.7356636925},{"timestamp":"2025-01-08T23:59:00+00:00","pnl":-119.6930376025},{"timestamp":"2025-01-18T23:59:00+00:00","pnl":-123.725858885},{"timestamp":"2025-01-28T23:59:00+00:00","pnl":-206.7529070975},{"timestamp":"2025-02-06T23:59:00+00:00","pnl":-411.6849969925},{"timestamp":"2025-02-16T23:59:00+00:00","pnl":-400.915701335},{"timestamp":"2025-02-25T23:59:00+00:00","pnl":-463.813060295},{"timestamp":"2025-03-07T23:59:00+00:00","pnl":-664.4221339},{"timestamp":"2025-03-17T23:59:00+00:00","pnl":-488.77933588},{"timestamp":"2025-03-26T23:59:00+00:00","pnl":-420.02234038},{"timestamp":"2025-04-05T23:59:00+00:00","pnl":-568.2685193875},{"timestamp":"2025-04-14T23:59:00+00:00","pnl":-725.9875912025},{"timestamp":"2025-04-24T23:59:00+00:00","pnl":-593.67281379},{"timestamp":"2025-05-04T23:59:00+00:00","pnl":-668.4863560925},{"timestamp":"2025-05-13T23:59:00+00:00","pnl":-516.1310034825},{"timestamp":"2025-05-23T23:59:00+00:00","pnl":-684.1899571575},{"timestamp":"2025-06-01T23:59:00+00:00","pnl":-582.605268595},{"timestamp":"2025-06-11T23:59:00+00:00","pnl":-564.9952262475},{"timestamp":"2025-06-21T23:59:00+00:00","pnl":-715.5956685375},{"timestamp":"2025-06-30T23:59:00+00:00","pnl":-689.900439245},{"timestamp":"2025-07-10T23:59:00+00:00","pnl":-674.725490995},{"timestamp":"2025-07-19T23:59:00+00:00","pnl":-577.084194},{"timestamp":"2025-07-29T23:59:00+00:00","pnl":-513.9642213275},{"timestamp":"2025-08-08T23:59:00+00:00","pnl":-525.6071698275},{"timestamp":"2025-08-17T23:59:00+00:00","pnl":-470.6163262225},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-604.84818576},{"timestamp":"2025-09-05T23:59:00+00:00","pnl":-623.03712762},{"timestamp":"2025-09-15T23:59:00+00:00","pnl":-597.6280619275},{"timestamp":"2025-09-25T23:59:00+00:00","pnl":-816.6877632075},{"timestamp":"2025-10-04T23:59:00+00:00","pnl":-744.3929391975},{"timestamp":"2025-10-14T23:59:00+00:00","pnl":-998.929412135},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-1102.8777789775},{"timestamp":"2025-11-02T23:59:00+00:00","pnl":-987.0794831025},{"timestamp":"2025-11-11T23:59:00+00:00","pnl":-1159.69151848},{"timestamp":"2025-11-21T23:59:00+00:00","pnl":-1621.7684137675},{"timestamp":"2025-12-01T23:59:00+00:00","pnl":-1646.7151997775},{"timestamp":"2025-12-10T23:59:00+00:00","pnl":-1479.6150317325},{"timestamp":"2025-12-20T23:59:00+00:00","pnl":-1667.9140043175},{"timestamp":"2025-12-29T23:59:00+00:00","pnl":-1569.38613427},{"timestamp":"2026-01-08T23:59:00+00:00","pnl":-1285.098833015},{"timestamp":"2026-01-18T23:59:00+00:00","pnl":-1464.0678070325},{"timestamp":"2026-01-27T23:59:00+00:00","pnl":-1613.4894738275},{"timestamp":"2026-02-06T23:59:00+00:00","pnl":-1758.4560397075},{"timestamp":"2026-02-15T23:59:00+00:00","pnl":-1670.3364072075},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-1908.1347960775}]
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,094.72 USDT @ 2024-12-04 23:59:00 UTC |
| Trough Total Equity | 8,445.60 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | 9,562.21 USDT |
| Std Dev | 438.38 USDT |
| Last | 8,487.99 USDT |
| Points | 567 |
| Sum | 5,421,775.67 USDT |
| Across 567 points the series ranged from 8,445.60 USDT (2026-02-05 23:59:00 UTC) to 10,094.72 USDT (2024-12-04 23:59:00 UTC), averaging 9,562.21 USDT. 100% of points were positive, 0% negative. The most recent value is 8,487.99 USDT. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"timestamp":"2024-08-08T23:59:00+00:00","quote":9950.4335156125,"base":49.64455863500007,"total":10000.0780742475},{"timestamp":"2024-08-18T23:59:00+00:00","quote":9827.4904805075,"base":180.6481621874991,"total":10008.138642695},{"timestamp":"2024-08-27T23:59:00+00:00","quote":9565.0555837925,"base":395.20911069499925,"total":9960.2646944875},{"timestamp":"2024-09-06T23:59:00+00:00","quote":9232.98351733,"base":667.9605735599998,"total":9900.94409089},{"timestamp":"2024-09-15T23:59:00+00:00","quote":9600.6775356849,"base":386.43497623500116,"total":9987.1125119199},{"timestamp":"2024-09-25T23:59:00+00:00","quote":9685.6895616224,"base":317.0775333600013,"total":10002.7670949824},{"timestamp":"2024-10-05T23:59:00+00:00","quote":9399.5632985775,"base":560.6116856550016,"total":9960.1749842325},{"timestamp":"2024-10-14T23:59:00+00:00","quote":9457.98309422,"base":515.09271051,"total":9973.07580473},{"timestamp":"2024-10-24T23:59:00+00:00","quote":9349.6044188374,"base":603.8815489000008,"total":9953.4859677374},{"timestamp":"2024-11-02T23:59:00+00:00","quote":9201.6494852074,"base":721.4441307850011,"total":9923.0936159924},{"timestamp":"2024-11-12T23:59:00+00:00","quote":9522.9051525424,"base":478.0146499274997,"total":10000.9198024699},{"timestamp":"2024-11-22T23:59:00+00:00","quote":9481.8498891349,"base":525.0404241249998,"total":10006.8903132599},{"timestamp":"2024-12-01T23:59:00+00:00","quote":9881.2801350824,"base":208.47824396000033,"total":10089.7583790424},{"timestamp":"2024-12-11T23:59:00+00:00","quote":9624.8980945074,"base":450.26115067499995,"total":10075.1592451824},{"timestamp":"2024-12-20T23:59:00+00:00","quote":9396.4023283849,"base":606.5657342499999,"total":10002.9680626349},{"timestamp":"2024-12-30T23:59:00+00:00","quote":9378.4196320574,"base":644.6797273000011,"total":10023.0993593574},{"timestamp":"2025-01-08T23:59:00+00:00","quote":9276.3781629399,"base":716.3896644800006,"total":9992.7678274199},{"timestamp":"2025-01-18T23:59:00+00:00","quote":9236.0808249899,"base":757.4355969249991,"total":9993.5164219149},{"timestamp":"2025-01-28T23:59:00+00:00","quote":8996.2123934872,"base":920.8985676800003,"total":9917.1109611672},{"timestamp":"2025-02-06T23:59:00+00:00","quote":8742.5722039748,"base":977.0892130650009,"total":9719.6614170398},{"timestamp":"2025-02-16T23:59:00+00:00","quote":8820.3018732123,"base":917.5327539350001,"total":9737.8346271473},{"timestamp":"2025-02-25T23:59:00+00:00","quote":8600.6697722123,"base":1080.6401915399983,"total":9681.3099637523},{"timestamp":"2025-03-07T23:59:00+00:00","quote":8224.1827986049,"base":1266.6597921250013,"total":9490.8425907299},{"timestamp":"2025-03-17T23:59:00+00:00","quote":8608.3482221274,"base":1070.6968046775,"total":9679.0450268049},{"timestamp":"2025-03-26T23:59:00+00:00","quote":8806.4136986199,"base":948.6526065275011,"total":9755.0663051474},{"timestamp":"2025-04-05T23:59:00+00:00","quote":8384.3063578175,"base":1232.3909130749998,"total":9616.6972708925},{"timestamp":"2025-04-14T23:59:00+00:00","quote":8075.3388368125,"base":1395.8915955249995,"total":9471.2304323375},{"timestamp":"2025-04-24T23:59:00+00:00","quote":8322.895079545,"base":1287.2611894799993,"total":9610.156269025},{"timestamp":"2025-05-04T23:59:00+00:00","quote":8217.4710979776,"base":1322.9839672875005,"total":9540.4550652651},{"timestamp":"2025-05-13T23:59:00+00:00","quote":8510.9356694351,"base":1189.1228884499997,"total":9700.0585578851},{"timestamp":"2025-05-23T23:59:00+00:00","quote":8206.6180968876,"base":1332.3387559300008,"total":9538.9568528176},{"timestamp":"2025-06-01T23:59:00+00:00","quote":8495.7019342501,"base":1152.6807605599988,"total":9648.3826948101},{"timestamp":"2025-06-11T23:59:00+00:00","quote":8545.0217400051,"base":1125.1376334099987,"total":9670.1593734151},{"timestamp":"2025-06-21T23:59:00+00:00","quote":8228.9907923302,"base":1295.7086091599995,"total":9524.6994014902},{"timestamp":"2025-06-30T23:59:00+00:00","quote":8283.4090501327,"base":1271.2404140800008,"total":9554.6494642127},{"timestamp":"2025-07-10T23:59:00+00:00","quote":8368.0214421003,"base":1206.136738485,"total":9574.1581805853},{"timestamp":"2025-07-19T23:59:00+00:00","quote":8509.0940444928,"base":1168.2694902375006,"total":9677.3635347303},{"timestamp":"2025-07-29T23:59:00+00:00","quote":8651.6022331203,"base":1095.7907500924994,"total":9747.3929832128},{"timestamp":"2025-08-08T23:59:00+00:00","quote":8652.2092713778,"base":1094.1926395749997,"total":9746.4019109528},{"timestamp":"2025-08-17T23:59:00+00:00","quote":8687.6589312303,"base":1119.0783712675002,"total":9806.7373024978},{"timestamp":"2025-08-27T23:59:00+00:00","quote":8425.6774487079,"base":1250.9256915575006,"total":9676.6031402654},{"timestamp":"2025-09-05T23:59:00+00:00","quote":8422.5806919554,"base":1237.7592837749999,"total":9660.3399757304},{"timestamp":"2025-09-15T23:59:00+00:00","quote":8454.3761377454,"base":1233.0705030000008,"total":9687.4466407454},{"timestamp":"2025-09-25T23:59:00+00:00","quote":8095.9041766554,"base":1375.2901781849996,"total":9471.1943548404},{"timestamp":"2025-10-04T23:59:00+00:00","quote":8314.7858654604,"base":1231.8612406274988,"total":9546.6471060879},{"timestamp":"2025-10-14T23:59:00+00:00","quote":7970.5281378155,"base":1328.476954455,"total":9299.0050922705},{"timestamp":"2025-10-23T23:59:00+00:00","quote":7802.2585589405,"base":1395.1395799600004,"total":9197.3981389005},{"timestamp":"2025-11-02T23:59:00+00:00","quote":8021.255094703,"base":1295.2381422749995,"total":9316.493236978},{"timestamp":"2025-11-11T23:59:00+00:00","quote":7717.8062641855,"base":1433.480312827499,"total":9151.286577013},{"timestamp":"2025-11-21T23:59:00+00:00","quote":6923.5205189905,"base":1778.5383450625004,"total":8702.058864053},{"timestamp":"2025-12-01T23:59:00+00:00","quote":6971.4851107454,"base":1713.5316766574997,"total":8685.0167874029},{"timestamp":"2025-12-10T23:59:00+00:00","quote":7118.5817688104,"base":1740.2671000400005,"total":8858.8488688504},{"timestamp":"2025-12-20T23:59:00+00:00","quote":6894.6199813754,"base":1782.4765392,"total":8677.0965205754},{"timestamp":"2025-12-29T23:59:00+00:00","quote":7059.9788955904,"base":1720.650223740001,"total":8780.6291193304},{"timestamp":"2026-01-08T23:59:00+00:00","quote":7530.0880884229,"base":1543.7132760524992,"total":9073.8013644754},{"timestamp":"2026-01-18T23:59:00+00:00","quote":7260.1529627354,"base":1640.4451426999995,"total":8900.5981054354},{"timestamp":"2026-01-27T23:59:00+00:00","quote":7084.2817296404,"base":1671.4348130025,"total":8755.7165426429},{"timestamp":"2026-02-06T23:59:00+00:00","quote":6927.1038476304,"base":1696.8497574875,"total":8623.9536051179},{"timestamp":"2026-02-15T23:59:00+00:00","quote":7024.9419240179,"base":1694.7615548149997,"total":8719.7034788329},{"timestamp":"2026-02-25T23:59:00+00:00","quote":6730.4040515105,"base":1757.5840126075009,"total":8487.988064118}]
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 | 21.13% @ 2025-12-18 23:59:00 UTC |
| Min Exposure | 0.50% @ 2024-08-08 23:59:00 UTC |
| Mean | 11.53% |
| Std Dev | 5.28% |
| Last | 20.71% |
| Points | 567 |
| Across 567 points the series ranged from 0.50% (2024-08-08 23:59:00 UTC) to 21.13% (2025-12-18 23:59:00 UTC), averaging 11.53%. 100% of points were positive, 0% negative. The most recent value is 20.71%. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"timestamp":"2024-08-08T23:59:00+00:00","exposure":0.4964417104187038},{"timestamp":"2024-08-18T23:59:00+00:00","exposure":1.8050125866247397},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":3.9678575099889404},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":6.746433142417195},{"timestamp":"2024-09-15T23:59:00+00:00","exposure":3.869336364978167},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":3.16989819266165},{"timestamp":"2024-10-05T23:59:00+00:00","exposure":5.628532496090484},{"timestamp":"2024-10-14T23:59:00+00:00","exposure":5.164833002329164},{"timestamp":"2024-10-24T23:59:00+00:00","exposure":6.067035718514942},{"timestamp":"2024-11-02T23:59:00+00:00","exposure":7.270354979038965},{"timestamp":"2024-11-12T23:59:00+00:00","exposure":4.779706860657415},{"timestamp":"2024-11-22T23:59:00+00:00","exposure":5.2467890392411},{"timestamp":"2024-12-01T23:59:00+00:00","exposure":2.066236238055352},{"timestamp":"2024-12-11T23:59:00+00:00","exposure":4.469022669694274},{"timestamp":"2024-12-20T23:59:00+00:00","exposure":6.063857551597773},{"timestamp":"2024-12-30T23:59:00+00:00","exposure":6.431939903879519},{"timestamp":"2025-01-08T23:59:00+00:00","exposure":7.169081448227443},{"timestamp":"2025-01-18T23:59:00+00:00","exposure":7.579270048168528},{"timestamp":"2025-01-28T23:59:00+00:00","exposure":9.2859560741631},{"timestamp":"2025-02-06T23:59:00+00:00","exposure":10.052708331506686},{"timestamp":"2025-02-16T23:59:00+00:00","exposure":9.422348900617871},{"timestamp":"2025-02-25T23:59:00+00:00","exposure":11.162127806939484},{"timestamp":"2025-03-07T23:59:00+00:00","exposure":13.346125805122936},{"timestamp":"2025-03-17T23:59:00+00:00","exposure":11.062008717929709},{"timestamp":"2025-03-26T23:59:00+00:00","exposure":9.724717155709449},{"timestamp":"2025-04-05T23:59:00+00:00","exposure":12.815116025385967},{"timestamp":"2025-04-14T23:59:00+00:00","exposure":14.738228633515504},{"timestamp":"2025-04-24T23:59:00+00:00","exposure":13.394799766462057},{"timestamp":"2025-05-04T23:59:00+00:00","exposure":13.867094999527035},{"timestamp":"2025-05-13T23:59:00+00:00","exposure":12.258924844153348},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":13.96734230469296},{"timestamp":"2025-06-01T23:59:00+00:00","exposure":11.946880601865328},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":11.635150879758942},{"timestamp":"2025-06-21T23:59:00+00:00","exposure":13.603669308002283},{"timestamp":"2025-06-30T23:59:00+00:00","exposure":13.304940373181454},{"timestamp":"2025-07-10T23:59:00+00:00","exposure":12.597835921813283},{"timestamp":"2025-07-19T23:59:00+00:00","exposure":12.072187699106204},{"timestamp":"2025-07-29T23:59:00+00:00","exposure":11.241885414691879},{"timestamp":"2025-08-08T23:59:00+00:00","exposure":11.226631628492246},{"timestamp":"2025-08-17T23:59:00+00:00","exposure":11.411321999850736},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":12.927322464556415},{"timestamp":"2025-09-05T23:59:00+00:00","exposure":12.812792167611214},{"timestamp":"2025-09-15T23:59:00+00:00","exposure":12.728539817847423},{"timestamp":"2025-09-25T23:59:00+00:00","exposure":14.52076820155355},{"timestamp":"2025-10-04T23:59:00+00:00","exposure":12.903600886660413},{"timestamp":"2025-10-14T23:59:00+00:00","exposure":14.286226765906967},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":15.168850569371806},{"timestamp":"2025-11-02T23:59:00+00:00","exposure":13.902635995420281},{"timestamp":"2025-11-11T23:59:00+00:00","exposure":15.664248963946118},{"timestamp":"2025-11-21T23:59:00+00:00","exposure":20.438132778087674},{"timestamp":"2025-12-01T23:59:00+00:00","exposure":19.7297451300598},{"timestamp":"2025-12-10T23:59:00+00:00","exposure":19.64439314637312},{"timestamp":"2025-12-20T23:59:00+00:00","exposure":20.542315450488953},{"timestamp":"2025-12-29T23:59:00+00:00","exposure":19.595978834273044},{"timestamp":"2026-01-08T23:59:00+00:00","exposure":17.012861688776333},{"timestamp":"2026-01-18T23:59:00+00:00","exposure":18.43072929782343},{"timestamp":"2026-01-27T23:59:00+00:00","exposure":19.0896405207058},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":19.67600749243945},{"timestamp":"2026-02-15T23:59:00+00:00","exposure":19.43599984711679},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":20.706721066650488}]
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 | 245.12 USDT @ 2025-03-15 23:59:00 UTC |
| Worst Day | -355.40 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -2.67 USDT |
| Std Dev | 44.11 USDT |
| Last | -10.33 USDT |
| Points | 566 |
| Sum | -1,512.09 USDT |
| Across 566 points the series ranged from -355.40 USDT (2025-10-10 23:59:00 UTC) to 245.12 USDT (2025-03-15 23:59:00 UTC), averaging -2.67 USDT. 52% of points were positive, 48% negative. The most recent value is -10.33 USDT. | |
| Showing 60 of 566 points (down-sampled for readability). |
[{"timestamp":"2024-08-09T23:59:00+00:00","delta":1.8099165024996182},{"timestamp":"2024-08-19T23:59:00+00:00","delta":-1.0166041199991014},{"timestamp":"2024-08-28T23:59:00+00:00","delta":13.823647769901072},{"timestamp":"2024-09-07T23:59:00+00:00","delta":2.3807870274995366},{"timestamp":"2024-09-16T23:59:00+00:00","delta":-4.725952905000668},{"timestamp":"2024-09-26T23:59:00+00:00","delta":3.346085747500183},{"timestamp":"2024-10-05T23:59:00+00:00","delta":-16.427880612498484},{"timestamp":"2024-10-15T23:59:00+00:00","delta":-9.702203432500028},{"timestamp":"2024-10-25T23:59:00+00:00","delta":-47.316863297501186},{"timestamp":"2024-11-03T23:59:00+00:00","delta":-8.061455887500415},{"timestamp":"2024-11-13T23:59:00+00:00","delta":-18.34369820000029},{"timestamp":"2024-11-22T23:59:00+00:00","delta":-4.870419742499507},{"timestamp":"2024-12-02T23:59:00+00:00","delta":-9.739709787500033},{"timestamp":"2024-12-11T23:59:00+00:00","delta":32.861502525000105},{"timestamp":"2024-12-21T23:59:00+00:00","delta":-19.427444762499363},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-8.187541209999836},{"timestamp":"2025-01-09T23:59:00+00:00","delta":-15.009006740001496},{"timestamp":"2025-01-19T23:59:00+00:00","delta":-65.51605461009967},{"timestamp":"2025-01-28T23:59:00+00:00","delta":-40.36259260259976},{"timestamp":"2025-02-07T23:59:00+00:00","delta":-5.120809657501013},{"timestamp":"2025-02-17T23:59:00+00:00","delta":-3.7060851024998556},{"timestamp":"2025-02-26T23:59:00+00:00","delta":-13.934261709899147},{"timestamp":"2025-03-08T23:59:00+00:00","delta":-15.17022281500067},{"timestamp":"2025-03-17T23:59:00+00:00","delta":6.730531907500335},{"timestamp":"2025-03-27T23:59:00+00:00","delta":87.04112750000058},{"timestamp":"2025-04-05T23:59:00+00:00","delta":-56.57834745499895},{"timestamp":"2025-04-15T23:59:00+00:00","delta":-15.795672287498746},{"timestamp":"2025-04-25T23:59:00+00:00","delta":3.9262670150001213},{"timestamp":"2025-05-04T23:59:00+00:00","delta":-30.134246797500964},{"timestamp":"2025-05-14T23:59:00+00:00","delta":-54.76538574749975},{"timestamp":"2025-05-23T23:59:00+00:00","delta":-82.45962550249897},{"timestamp":"2025-06-02T23:59:00+00:00","delta":10.566225175},{"timestamp":"2025-06-11T23:59:00+00:00","delta":-36.40055328010021},{"timestamp":"2025-06-21T23:59:00+00:00","delta":-35.24858097750075},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-57.432120139999824},{"timestamp":"2025-07-10T23:59:00+00:00","delta":45.05090173499957},{"timestamp":"2025-07-20T23:59:00+00:00","delta":29.121723787498922},{"timestamp":"2025-07-29T23:59:00+00:00","delta":59.79150018749897},{"timestamp":"2025-08-08T23:59:00+00:00","delta":-3.109544659999301},{"timestamp":"2025-08-17T23:59:00+00:00","delta":18.597490337500858},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-10.787795452499267},{"timestamp":"2025-09-06T23:59:00+00:00","delta":-12.433051382498888},{"timestamp":"2025-09-15T23:59:00+00:00","delta":-9.149768769999355},{"timestamp":"2025-09-25T23:59:00+00:00","delta":-74.5813250200008},{"timestamp":"2025-10-04T23:59:00+00:00","delta":-21.516964912500043},{"timestamp":"2025-10-14T23:59:00+00:00","delta":-35.857076252401384},{"timestamp":"2025-10-24T23:59:00+00:00","delta":26.813890952500515},{"timestamp":"2025-11-02T23:59:00+00:00","delta":2.0877726175003772},{"timestamp":"2025-11-12T23:59:00+00:00","delta":-13.504854317499849},{"timestamp":"2025-11-21T23:59:00+00:00","delta":-43.60796943499918},{"timestamp":"2025-12-01T23:59:00+00:00","delta":-98.44028463500035},{"timestamp":"2025-12-10T23:59:00+00:00","delta":-7.497313542498887},{"timestamp":"2025-12-20T23:59:00+00:00","delta":-2.1820952924990706},{"timestamp":"2025-12-30T23:59:00+00:00","delta":58.52543535499899},{"timestamp":"2026-01-08T23:59:00+00:00","delta":-8.323328675000084},{"timestamp":"2026-01-18T23:59:00+00:00","delta":-68.29715030250009},{"timestamp":"2026-01-27T23:59:00+00:00","delta":-4.181931524999527},{"timestamp":"2026-02-06T23:59:00+00:00","delta":178.3507362599994},{"timestamp":"2026-02-15T23:59:00+00:00","delta":-31.254136812500292},{"timestamp":"2026-02-25T23:59:00+00:00","delta":-10.326853477499753}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 3.14% @ 2025-07 |
| Worst Month | -5.70% @ 2025-11 |
| Mean | -0.75% |
| Std Dev | 2.16% |
| Last | -0.61% |
| Points | 19 |
| Across 19 points the series ranged from -5.70% (2025-11) to 3.14% (2025-07), averaging -0.75%. 32% of points were positive, 68% negative. The most recent value is -0.61%. | |
| Full series - 19 points. |
[
{
"month": "2024-08",
"returnPct": -0.30183655853377983
},
{
"month": "2024-09",
"returnPct": 0.4599623002202857
},
{
"month": "2024-10",
"returnPct": -0.5449029070771227
},
{
"month": "2024-11",
"returnPct": 1.6401917065922538
},
{
"month": "2024-12",
"returnPct": -0.7418072671637423
},
{
"month": "2025-01",
"returnPct": -0.8916924543050356
},
{
"month": "2025-02",
"returnPct": -2.71792962870459
},
{
"month": "2025-03",
"returnPct": 2.580369769440404
},
{
"month": "2025-04",
"returnPct": -2.5110700448125365
},
{
"month": "2025-05",
"returnPct": 0.11504119069262768
},
{
"month": "2025-06",
"returnPct": -0.9714916329740843
},
{
"month": "2025-07",
"returnPct": 3.1440027025279518
},
{
"month": "2025-08",
"returnPct": -1.2280905719404906
},
{
"month": "2025-09",
"returnPct": -1.7474524231532802
},
{
"month": "2025-10",
"returnPct": -2.456152573752797
},
{
"month": "2025-11",
"returnPct": -5.70029288883929
},
{
"month": "2025-12",
"returnPct": 2.1886027329930053
},
{
"month": "2026-01",
"returnPct": -3.9586456352573904
},
{
"month": "2026-02",
"returnPct": -0.6125107722926711
}
]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 412.21 USDT @ 2026-02-25 |
| Trough Cum. | 0.7780 USDT @ 2024-08-08 |
| Mean | 208.77 USDT |
| Std Dev | 117.96 USDT |
| Last | 412.21 USDT |
| Points | 567 |
| Sum | 118,369.77 USDT |
| Across 567 points the series ranged from 0.7780 USDT (2024-08-08) to 412.21 USDT (2026-02-25), averaging 208.77 USDT. 100% of points were positive, 0% negative. The most recent value is 412.21 USDT. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"timestamp":"2024-08-08","cumProfit":0.777956},{"timestamp":"2024-08-18","cumProfit":8.88847},{"timestamp":"2024-08-27","cumProfit":18.008488},{"timestamp":"2024-09-06","cumProfit":27.834483},{"timestamp":"2024-09-15","cumProfit":33.540403999999995},{"timestamp":"2024-09-25","cumProfit":38.101716999999994},{"timestamp":"2024-10-05","cumProfit":43.98137600000001},{"timestamp":"2024-10-14","cumProfit":46.989674000000015},{"timestamp":"2024-10-24","cumProfit":49.22608700000003},{"timestamp":"2024-11-02","cumProfit":52.11882500000003},{"timestamp":"2024-11-12","cumProfit":61.654646000000035},{"timestamp":"2024-11-22","cumProfit":70.87392100000004},{"timestamp":"2024-12-01","cumProfit":82.83536400000006},{"timestamp":"2024-12-11","cumProfit":93.41274400000009},{"timestamp":"2024-12-20","cumProfit":101.69134400000009},{"timestamp":"2024-12-30","cumProfit":108.83502800000008},{"timestamp":"2025-01-08","cumProfit":112.46086900000007},{"timestamp":"2025-01-18","cumProfit":117.24228500000008},{"timestamp":"2025-01-28","cumProfit":123.86387200000007},{"timestamp":"2025-02-06","cumProfit":134.96437800000007},{"timestamp":"2025-02-16","cumProfit":142.36829300000002},{"timestamp":"2025-02-25","cumProfit":148.740988},{"timestamp":"2025-03-07","cumProfit":158.88268900000003},{"timestamp":"2025-03-17","cumProfit":171.82922600000003},{"timestamp":"2025-03-26","cumProfit":179.09350700000002},{"timestamp":"2025-04-05","cumProfit":188.970653},{"timestamp":"2025-04-14","cumProfit":201.222885},{"timestamp":"2025-04-24","cumProfit":207.833943},{"timestamp":"2025-05-04","cumProfit":212.94628099999997},{"timestamp":"2025-05-13","cumProfit":220.19441999999998},{"timestamp":"2025-05-23","cumProfit":227.15166899999997},{"timestamp":"2025-06-01","cumProfit":234.99282199999996},{"timestamp":"2025-06-11","cumProfit":239.15945799999997},{"timestamp":"2025-06-21","cumProfit":244.299927},{"timestamp":"2025-06-30","cumProfit":248.554761},{"timestamp":"2025-07-10","cumProfit":252.88852900000003},{"timestamp":"2025-07-19","cumProfit":258.45258700000005},{"timestamp":"2025-07-29","cumProfit":265.3620630000001},{"timestamp":"2025-08-08","cumProfit":276.0139400000001},{"timestamp":"2025-08-17","cumProfit":281.3584880000001},{"timestamp":"2025-08-27","cumProfit":285.45618500000006},{"timestamp":"2025-09-05","cumProfit":287.3819610000001},{"timestamp":"2025-09-15","cumProfit":289.07956000000013},{"timestamp":"2025-09-25","cumProfit":291.8869760000002},{"timestamp":"2025-10-04","cumProfit":295.04490400000014},{"timestamp":"2025-10-14","cumProfit":305.15326200000015},{"timestamp":"2025-10-23","cumProfit":311.4420630000001},{"timestamp":"2025-11-02","cumProfit":316.7382130000001},{"timestamp":"2025-11-11","cumProfit":326.87802800000014},{"timestamp":"2025-11-21","cumProfit":339.74829600000015},{"timestamp":"2025-12-01","cumProfit":347.6530060000001},{"timestamp":"2025-12-10","cumProfit":354.38492000000014},{"timestamp":"2025-12-20","cumProfit":360.93154500000014},{"timestamp":"2025-12-29","cumProfit":365.9362740000001},{"timestamp":"2026-01-08","cumProfit":374.8212190000001},{"timestamp":"2026-01-18","cumProfit":380.5869340000001},{"timestamp":"2026-01-27","cumProfit":385.12703700000014},{"timestamp":"2026-02-06","cumProfit":398.492336},{"timestamp":"2026-02-15","cumProfit":406.122577},{"timestamp":"2026-02-25","cumProfit":412.20555}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 3.71 USDT @ 2025-02-03 |
| Worst Day | 0.0501 USDT @ 2025-09-21 |
| Mean | 0.7270 USDT |
| Std Dev | 0.4909 USDT |
| Last | 1.14 USDT |
| Points | 567 |
| Sum | 412.21 USDT |
| Across 567 points the series ranged from 0.0501 USDT (2025-09-21) to 3.71 USDT (2025-02-03), averaging 0.7270 USDT. 100% of points were positive, 0% negative. The most recent value is 1.14 USDT. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"day":"2024-08-08","profit":0.777956},{"day":"2024-08-18","profit":0.665419},{"day":"2024-08-27","profit":1.995625},{"day":"2024-09-06","profit":1.232689},{"day":"2024-09-15","profit":0.45455},{"day":"2024-09-25","profit":0.728852},{"day":"2024-10-05","profit":0.140782},{"day":"2024-10-14","profit":0.302224},{"day":"2024-10-24","profit":0.118222},{"day":"2024-11-02","profit":0.22565},{"day":"2024-11-12","profit":1.867639},{"day":"2024-11-22","profit":0.708315},{"day":"2024-12-01","profit":0.747332},{"day":"2024-12-11","profit":0.93737},{"day":"2024-12-20","profit":2.002692},{"day":"2024-12-30","profit":0.475881},{"day":"2025-01-08","profit":0.990185},{"day":"2025-01-18","profit":0.618123},{"day":"2025-01-28","profit":0.309321},{"day":"2025-02-06","profit":1.119795},{"day":"2025-02-16","profit":0.463281},{"day":"2025-02-25","profit":1.778222},{"day":"2025-03-07","profit":1.037988},{"day":"2025-03-17","profit":1.282971},{"day":"2025-03-26","profit":0.548535},{"day":"2025-04-05","profit":0.52069},{"day":"2025-04-14","profit":1.196723},{"day":"2025-04-24","profit":0.614296},{"day":"2025-05-04","profit":0.321578},{"day":"2025-05-13","profit":1.005132},{"day":"2025-05-23","profit":0.616956},{"day":"2025-06-01","profit":0.341684},{"day":"2025-06-11","profit":0.528856},{"day":"2025-06-21","profit":0.474027},{"day":"2025-06-30","profit":0.286717},{"day":"2025-07-10","profit":0.427003},{"day":"2025-07-19","profit":0.353382},{"day":"2025-07-29","profit":0.904821},{"day":"2025-08-08","profit":0.609918},{"day":"2025-08-17","profit":0.206713},{"day":"2025-08-27","profit":0.29609},{"day":"2025-09-05","profit":0.135146},{"day":"2025-09-15","profit":0.233517},{"day":"2025-09-25","profit":0.594242},{"day":"2025-10-04","profit":0.366071},{"day":"2025-10-14","profit":1.238086},{"day":"2025-10-23","profit":0.337611},{"day":"2025-11-02","profit":0.324522},{"day":"2025-11-11","profit":0.711226},{"day":"2025-11-21","profit":1.871284},{"day":"2025-12-01","profit":1.3232},{"day":"2025-12-10","profit":0.8208},{"day":"2025-12-20","profit":0.227127},{"day":"2025-12-29","profit":0.952679},{"day":"2026-01-08","profit":0.772256},{"day":"2026-01-18","profit":0.308776},{"day":"2026-01-27","profit":0.324255},{"day":"2026-02-06","profit":2.760656},{"day":"2026-02-15","profit":0.646136},{"day":"2026-02-25","profit":1.139311}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 662 trades @ 2025-02-03 |
| Quietest Day | 9 trades @ 2025-09-21 |
| Mean | 125 trades |
| Std Dev | 85 trades |
| Last | 146 trades |
| Points | 567 |
| Sum | 70626 trades |
| Across 567 points the series ranged from 9 trades (2025-09-21) to 662 trades (2025-02-03), averaging 125 trades. The most recent value is 146 trades. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"day":"2024-08-08","count":143},{"day":"2024-08-18","count":123},{"day":"2024-08-27","count":365},{"day":"2024-09-06","count":225},{"day":"2024-09-15","count":81},{"day":"2024-09-25","count":129},{"day":"2024-10-05","count":25},{"day":"2024-10-14","count":53},{"day":"2024-10-24","count":23},{"day":"2024-11-02","count":39},{"day":"2024-11-12","count":337},{"day":"2024-11-22","count":134},{"day":"2024-12-01","count":139},{"day":"2024-12-11","count":174},{"day":"2024-12-20","count":356},{"day":"2024-12-30","count":88},{"day":"2025-01-08","count":175},{"day":"2025-01-18","count":109},{"day":"2025-01-28","count":56},{"day":"2025-02-06","count":197},{"day":"2025-02-16","count":81},{"day":"2025-02-25","count":317},{"day":"2025-03-07","count":179},{"day":"2025-03-17","count":233},{"day":"2025-03-26","count":95},{"day":"2025-04-05","count":84},{"day":"2025-04-14","count":186},{"day":"2025-04-24","count":117},{"day":"2025-05-04","count":58},{"day":"2025-05-13","count":164},{"day":"2025-05-23","count":111},{"day":"2025-06-01","count":65},{"day":"2025-06-11","count":84},{"day":"2025-06-21","count":75},{"day":"2025-06-30","count":46},{"day":"2025-07-10","count":67},{"day":"2025-07-19","count":67},{"day":"2025-07-29","count":148},{"day":"2025-08-08","count":102},{"day":"2025-08-17","count":38},{"day":"2025-08-27","count":58},{"day":"2025-09-05","count":25},{"day":"2025-09-15","count":44},{"day":"2025-09-25","count":110},{"day":"2025-10-04","count":57},{"day":"2025-10-14","count":212},{"day":"2025-10-23","count":51},{"day":"2025-11-02","count":59},{"day":"2025-11-11","count":103},{"day":"2025-11-21","count":334},{"day":"2025-12-01","count":223},{"day":"2025-12-10","count":109},{"day":"2025-12-20","count":38},{"day":"2025-12-29","count":128},{"day":"2026-01-08","count":130},{"day":"2026-01-18","count":44},{"day":"2026-01-27","count":57},{"day":"2026-02-06","count":356},{"day":"2026-02-15","count":106},{"day":"2026-02-25","count":146}]
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 | 532.33 USDT @ 2026-02-25 |
| Start | 1.08 USDT @ 2024-08-08 |
| Mean | 278.72 USDT |
| Std Dev | 153.73 USDT |
| Last | 532.33 USDT |
| Points | 567 |
| Sum | 158,034.83 USDT |
| Across 567 points the series ranged from 1.08 USDT (2024-08-08) to 532.33 USDT (2026-02-25), averaging 278.72 USDT. 100% of points were positive, 0% negative. The most recent value is 532.33 USDT. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-08-08","cumFees":1.080764},{"index":10,"timestamp":"2024-08-18","cumFees":12.4194},{"index":19,"timestamp":"2024-08-27","cumFees":25.048982000000002},{"index":29,"timestamp":"2024-09-06","cumFees":38.665307000000006},{"index":38,"timestamp":"2024-09-15","cumFees":46.48773600000002},{"index":48,"timestamp":"2024-09-25","cumFees":52.80865300000002},{"index":58,"timestamp":"2024-10-05","cumFees":60.85247400000002},{"index":67,"timestamp":"2024-10-14","cumFees":64.92057600000004},{"index":77,"timestamp":"2024-10-24","cumFees":67.97788300000003},{"index":86,"timestamp":"2024-11-02","cumFees":71.86428500000004},{"index":96,"timestamp":"2024-11-12","cumFees":84.84009400000002},{"index":106,"timestamp":"2024-11-22","cumFees":97.52582900000002},{"index":115,"timestamp":"2024-12-01","cumFees":114.143616},{"index":125,"timestamp":"2024-12-11","cumFees":128.880526},{"index":134,"timestamp":"2024-12-20","cumFees":140.25367599999998},{"index":144,"timestamp":"2024-12-30","cumFees":150.07183199999997},{"index":153,"timestamp":"2025-01-08","cumFees":154.98802099999997},{"index":163,"timestamp":"2025-01-18","cumFees":161.602455},{"index":173,"timestamp":"2025-01-28","cumFees":170.69008799999995},{"index":182,"timestamp":"2025-02-06","cumFees":185.52547299999992},{"index":192,"timestamp":"2025-02-16","cumFees":195.16675799999993},{"index":201,"timestamp":"2025-02-25","cumFees":203.58466299999995},{"index":211,"timestamp":"2025-03-07","cumFees":216.97227199999995},{"index":221,"timestamp":"2025-03-17","cumFees":233.972935},{"index":230,"timestamp":"2025-03-26","cumFees":243.432384},{"index":240,"timestamp":"2025-04-05","cumFees":256.60944800000004},{"index":249,"timestamp":"2025-04-14","cumFees":272.0441360000001},{"index":259,"timestamp":"2025-04-24","cumFees":280.45815800000014},{"index":269,"timestamp":"2025-05-04","cumFees":286.96779000000004},{"index":278,"timestamp":"2025-05-13","cumFees":296.3484710000001},{"index":288,"timestamp":"2025-05-23","cumFees":305.69747200000006},{"index":297,"timestamp":"2025-06-01","cumFees":315.86147900000014},{"index":307,"timestamp":"2025-06-11","cumFees":321.33057300000013},{"index":317,"timestamp":"2025-06-21","cumFees":327.74108300000006},{"index":326,"timestamp":"2025-06-30","cumFees":332.94512900000007},{"index":336,"timestamp":"2025-07-10","cumFees":338.39783100000005},{"index":345,"timestamp":"2025-07-19","cumFees":345.59963300000004},{"index":355,"timestamp":"2025-07-29","cumFees":354.528397},{"index":365,"timestamp":"2025-08-08","cumFees":368.72610000000003},{"index":374,"timestamp":"2025-08-17","cumFees":375.85495199999997},{"index":384,"timestamp":"2025-08-27","cumFees":381.0837949999999},{"index":393,"timestamp":"2025-09-05","cumFees":383.7654189999999},{"index":403,"timestamp":"2025-09-15","cumFees":386.0628699999999},{"index":413,"timestamp":"2025-09-25","cumFees":389.753214},{"index":422,"timestamp":"2025-10-04","cumFees":393.879856},{"index":432,"timestamp":"2025-10-14","cumFees":406.433676},{"index":441,"timestamp":"2025-10-23","cumFees":413.9800529999999},{"index":451,"timestamp":"2025-11-02","cumFees":420.6404009999999},{"index":460,"timestamp":"2025-11-11","cumFees":433.3557959999998},{"index":470,"timestamp":"2025-11-21","cumFees":448.82590399999975},{"index":480,"timestamp":"2025-12-01","cumFees":458.9200539999998},{"index":489,"timestamp":"2025-12-10","cumFees":466.73632999999984},{"index":499,"timestamp":"2025-12-20","cumFees":474.6720049999998},{"index":508,"timestamp":"2025-12-29","cumFees":480.56162599999976},{"index":518,"timestamp":"2026-01-08","cumFees":491.2000009999999},{"index":528,"timestamp":"2026-01-18","cumFees":497.57273599999985},{"index":537,"timestamp":"2026-01-27","cumFees":503.62756299999984},{"index":547,"timestamp":"2026-02-06","cumFees":517.6095359999998},{"index":556,"timestamp":"2026-02-15","cumFees":525.972935},{"index":566,"timestamp":"2026-02-25","cumFees":532.328642}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 4745 trades @ 0.11% |
| Least Populated Bin | 0 trades @ 0.18% |
| Mean | 1177 trades |
| Std Dev | 1585 trades |
| Last | 1 trades |
| Points | 60 |
| Sum | 70626 trades |
| Across 60 points the series ranged from 0 trades (0.18%) to 4745 trades (0.11%), averaging 1177 trades. The most recent value is 1 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":4325,"from":0.099812},{"bin":"0.10%","count":3781,"from":0.101442},{"bin":"0.10%","count":3841,"from":0.103071},{"bin":"0.10%","count":3794,"from":0.1047},{"bin":"0.11%","count":3914,"from":0.106329},{"bin":"0.11%","count":4271,"from":0.107959},{"bin":"0.11%","count":4315,"from":0.109588},{"bin":"0.11%","count":4514,"from":0.111217},{"bin":"0.11%","count":4745,"from":0.112846},{"bin":"0.11%","count":4230,"from":0.114475},{"bin":"0.12%","count":4118,"from":0.116105},{"bin":"0.12%","count":3581,"from":0.117734},{"bin":"0.12%","count":2585,"from":0.119363},{"bin":"0.12%","count":2119,"from":0.120992},{"bin":"0.12%","count":2145,"from":0.122621},{"bin":"0.12%","count":1793,"from":0.124251},{"bin":"0.13%","count":1622,"from":0.12588},{"bin":"0.13%","count":1262,"from":0.127509},{"bin":"0.13%","count":1210,"from":0.129138},{"bin":"0.13%","count":950,"from":0.130768},{"bin":"0.13%","count":917,"from":0.132397},{"bin":"0.13%","count":719,"from":0.134026},{"bin":"0.14%","count":537,"from":0.135655},{"bin":"0.14%","count":529,"from":0.137284},{"bin":"0.14%","count":456,"from":0.138914},{"bin":"0.14%","count":401,"from":0.140543},{"bin":"0.14%","count":346,"from":0.142172},{"bin":"0.14%","count":317,"from":0.143801},{"bin":"0.15%","count":364,"from":0.14543},{"bin":"0.15%","count":349,"from":0.14706},{"bin":"0.15%","count":364,"from":0.148689},{"bin":"0.15%","count":327,"from":0.150318},{"bin":"0.15%","count":277,"from":0.151947},{"bin":"0.15%","count":311,"from":0.153576},{"bin":"0.16%","count":242,"from":0.155206},{"bin":"0.16%","count":262,"from":0.156835},{"bin":"0.16%","count":272,"from":0.158464},{"bin":"0.16%","count":278,"from":0.160093},{"bin":"0.16%","count":82,"from":0.161723},{"bin":"0.16%","count":20,"from":0.163352},{"bin":"0.16%","count":20,"from":0.164981},{"bin":"0.17%","count":24,"from":0.16661},{"bin":"0.17%","count":15,"from":0.168239},{"bin":"0.17%","count":30,"from":0.169869},{"bin":"0.17%","count":24,"from":0.171498},{"bin":"0.17%","count":12,"from":0.173127},{"bin":"0.17%","count":9,"from":0.174756},{"bin":"0.18%","count":2,"from":0.176385},{"bin":"0.18%","count":2,"from":0.178015},{"bin":"0.18%","count":0,"from":0.179644},{"bin":"0.18%","count":2,"from":0.181273},{"bin":"0.18%","count":0,"from":0.182902},{"bin":"0.18%","count":0,"from":0.184532},{"bin":"0.19%","count":0,"from":0.186161},{"bin":"0.19%","count":0,"from":0.18779},{"bin":"0.19%","count":0,"from":0.189419},{"bin":"0.19%","count":0,"from":0.191048},{"bin":"0.19%","count":0,"from":0.192678},{"bin":"0.19%","count":0,"from":0.194307},{"bin":"0.20%","count":1,"from":0.195936}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 706 |
| Coldest Window | 100.00% @ 706 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (706) to 100.00% (706), 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":706,"winRate":100},{"index":1896,"winRate":100},{"index":3086,"winRate":100},{"index":4275,"winRate":100},{"index":5465,"winRate":100},{"index":6655,"winRate":100},{"index":7845,"winRate":100},{"index":9035,"winRate":100},{"index":10155,"winRate":100},{"index":11344,"winRate":100},{"index":12534,"winRate":100},{"index":13724,"winRate":100},{"index":14914,"winRate":100},{"index":16104,"winRate":100},{"index":17294,"winRate":100},{"index":18483,"winRate":100},{"index":19673,"winRate":100},{"index":20863,"winRate":100},{"index":22053,"winRate":100},{"index":23243,"winRate":100},{"index":24433,"winRate":100},{"index":25622,"winRate":100},{"index":26812,"winRate":100},{"index":27932,"winRate":100},{"index":29122,"winRate":100},{"index":30312,"winRate":100},{"index":31502,"winRate":100},{"index":32691,"winRate":100},{"index":33881,"winRate":100},{"index":35071,"winRate":100},{"index":36261,"winRate":100},{"index":37451,"winRate":100},{"index":38641,"winRate":100},{"index":39830,"winRate":100},{"index":41020,"winRate":100},{"index":42210,"winRate":100},{"index":43400,"winRate":100},{"index":44520,"winRate":100},{"index":45710,"winRate":100},{"index":46899,"winRate":100},{"index":48089,"winRate":100},{"index":49279,"winRate":100},{"index":50469,"winRate":100},{"index":51659,"winRate":100},{"index":52849,"winRate":100},{"index":54038,"winRate":100},{"index":55228,"winRate":100},{"index":56418,"winRate":100},{"index":57608,"winRate":100},{"index":58798,"winRate":100},{"index":59988,"winRate":100},{"index":61177,"winRate":100},{"index":62297,"winRate":100},{"index":63487,"winRate":100},{"index":64677,"winRate":100},{"index":65867,"winRate":100},{"index":67057,"winRate":100},{"index":68246,"winRate":100},{"index":69436,"winRate":100},{"index":70626,"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.6802 USDT @ 2026-02-25 23:54:00 UTC |
| Trough Net | 0.0053 USDT @ 2024-08-08 10:03:00 UTC |
| Mean | 0.3115 USDT |
| Std Dev | 0.1988 USDT |
| Last | 0.6802 USDT |
| Points | 100 |
| Sum | 31.15 USDT |
| Across 100 points the series ranged from 0.0053 USDT (2024-08-08 10:03:00 UTC) to 0.6802 USDT (2026-02-25 23:54:00 UTC), averaging 0.3115 USDT. 100% of points were positive, 0% negative. The most recent value is 0.6802 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-08-08T10:03:00Z","net":0.0052832,"gross":0.0128},{"timestamp":"2024-08-08T10:08:00Z","net":0.015927789999999997,"gross":0.03856},{"timestamp":"2024-08-08T10:12:00Z","net":0.021370584999999997,"gross":0.051519999999999996},{"timestamp":"2024-08-08T10:15:00Z","net":0.032642319999999996,"gross":0.07792},{"timestamp":"2024-08-08T10:19:00Z","net":0.04393506999999999,"gross":0.10432000000000001},{"timestamp":"2024-08-08T10:20:00Z","net":0.049626794999999994,"gross":0.11760000000000001},{"timestamp":"2024-08-08T10:24:00Z","net":0.06100401999999999,"gross":0.14416},{"timestamp":"2024-08-08T10:26:00Z","net":0.072371285,"gross":0.17072000000000004},{"timestamp":"2024-08-08T10:27:00Z","net":0.07805055999999999,"gross":0.18400000000000005},{"timestamp":"2024-08-08T10:31:00Z","net":0.08933708499999998,"gross":0.21040000000000006},{"timestamp":"2024-08-08T10:42:00Z","net":0.10075290499999999,"gross":0.23696000000000006},{"timestamp":"2024-08-08T10:45:00Z","net":0.10644711999999999,"gross":0.2502400000000001},{"timestamp":"2024-08-08T10:50:00Z","net":0.11762576999999999,"gross":0.2764800000000001},{"timestamp":"2024-08-08T11:01:00Z","net":0.12850623,"gross":0.3024000000000001},{"timestamp":"2024-08-08T11:01:00Z","net":0.133876125,"gross":0.3153600000000001},{"timestamp":"2025-03-11T00:55:00Z","net":0.14425174500000001,"gross":0.3408180000000001},{"timestamp":"2025-03-11T01:10:00Z","net":0.15422326500000003,"gross":0.3658139850000001},{"timestamp":"2025-03-28T06:12:00Z","net":0.16420451500000002,"gross":0.39081398500000014},{"timestamp":"2025-03-31T14:15:00Z","net":0.16919514000000002,"gross":0.40331398500000015},{"timestamp":"2025-11-03T15:33:00Z","net":0.18406896500000003,"gross":0.43321398500000013},{"timestamp":"2025-11-04T14:42:00Z","net":0.19405021500000003,"gross":0.45821398500000016},{"timestamp":"2025-11-04T15:18:00Z","net":0.19904084000000002,"gross":0.47071398500000017},{"timestamp":"2025-11-07T07:43:00Z","net":0.20902209000000002,"gross":0.4957139850000002},{"timestamp":"2025-11-07T15:18:00Z","net":0.21900334000000002,"gross":0.5207139850000001},{"timestamp":"2025-11-07T15:21:00Z","net":0.22399396500000002,"gross":0.5332139850000001},{"timestamp":"2025-11-07T15:23:00Z","net":0.23397521500000001,"gross":0.558213985},{"timestamp":"2025-11-12T18:14:00Z","net":0.243956465,"gross":0.5832139849999999},{"timestamp":"2025-11-12T18:36:00Z","net":0.24894709,"gross":0.5957139849999998},{"timestamp":"2025-11-12T19:54:00Z","net":0.25892834000000003,"gross":0.6207139849999997},{"timestamp":"2025-11-12T22:35:00Z","net":0.2689095900000001,"gross":0.6457139849999997},{"timestamp":"2025-11-13T17:40:00Z","net":0.2739002150000001,"gross":0.6582139849999996},{"timestamp":"2026-02-06T00:12:00Z","net":0.2916515550000001,"gross":0.6910139849999997},{"timestamp":"2026-02-06T00:14:00Z","net":0.3097375350000001,"gross":0.7241339849999997},{"timestamp":"2026-02-06T00:36:00Z","net":0.3188583350000001,"gross":0.7407739849999997},{"timestamp":"2026-02-06T00:43:00Z","net":0.33630223000000015,"gross":0.7732539849999996},{"timestamp":"2026-02-06T00:46:00Z","net":0.3538196000000001,"gross":0.8058139849999997},{"timestamp":"2026-02-06T00:47:00Z","net":0.3625384500000001,"gross":0.8220539849999997},{"timestamp":"2026-02-06T00:50:00Z","net":0.38013555000000016,"gross":0.8546939849999997},{"timestamp":"2026-02-06T00:53:00Z","net":0.39761913000000015,"gross":0.8872139849999997},{"timestamp":"2026-02-06T00:55:00Z","net":0.40634407000000017,"gross":0.9034539849999997},{"timestamp":"2026-02-06T00:58:00Z","net":0.42402718500000014,"gross":0.9361739849999998},{"timestamp":"2026-02-06T01:03:00Z","net":0.4416364650000001,"gross":0.9688139849999998},{"timestamp":"2026-02-06T01:04:00Z","net":0.4503216900000001,"gross":0.9850139849999998},{"timestamp":"2026-02-06T01:07:00Z","net":0.46781137500000014,"gross":1.0175339849999998},{"timestamp":"2026-02-06T04:10:00Z","net":0.4852368950000001,"gross":1.0500139849999999},{"timestamp":"2026-02-25T21:29:00Z","net":0.5008798750000001,"gross":1.080693985},{"timestamp":"2026-02-25T21:34:00Z","net":0.508647845,"gross":1.0959739849999999},{"timestamp":"2026-02-25T21:36:00Z","net":0.5240486050000001,"gross":1.126413985},{"timestamp":"2026-02-25T21:48:00Z","net":0.539469685,"gross":1.156893985},{"timestamp":"2026-02-25T21:50:00Z","net":0.547151385,"gross":1.172093985},{"timestamp":"2026-02-25T22:00:00Z","net":0.562454745,"gross":1.2024539850000002},{"timestamp":"2026-02-25T22:05:00Z","net":0.577646565,"gross":1.2326939850000003},{"timestamp":"2026-02-25T22:13:00Z","net":0.585236805,"gross":1.2478139850000003},{"timestamp":"2026-02-25T22:32:00Z","net":0.600600295,"gross":1.2782139850000003},{"timestamp":"2026-02-25T22:58:00Z","net":0.616081835,"gross":1.3087339850000004},{"timestamp":"2026-02-25T23:00:00Z","net":0.623919275,"gross":1.3240939850000004},{"timestamp":"2026-02-25T23:10:00Z","net":0.639724805,"gross":1.3549339850000004},{"timestamp":"2026-02-25T23:47:00Z","net":0.65584246,"gross":1.3860939850000005},{"timestamp":"2026-02-25T23:52:00Z","net":0.66399606,"gross":1.4017739850000004},{"timestamp":"2026-02-25T23:54:00Z","net":0.6802264699999999,"gross":1.4330539850000006}]
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) | 7.79 @ 2024-12-05 23:59:00 UTC |
| Worst Sharpe (30d) | -7.84 @ 2026-02-05 23:59:00 UTC |
| Mean | -0.90 |
| Std Dev | 2.90 |
| Last | -2.71 |
| Points | 537 |
| Across 537 points the series ranged from -7.84 (2026-02-05 23:59:00 UTC) to 7.79 (2024-12-05 23:59:00 UTC), averaging -0.90. The most recent value is -2.71. | |
| Showing 60 of 537 points (down-sampled for readability). |
[{"timestamp":"2024-09-07T23:59:00+00:00","sharpe30":-3.9718457139980496,"sharpe90":-1.3298530122752175},{"timestamp":"2024-09-16T23:59:00+00:00","sharpe30":-0.3028800074407282,"sharpe90":0.07699683848517769},{"timestamp":"2024-09-25T23:59:00+00:00","sharpe30":2.8902948969691833,"sharpe90":1.6135339260676416},{"timestamp":"2024-10-04T23:59:00+00:00","sharpe30":4.175233712824553,"sharpe90":2.840779896321357},{"timestamp":"2024-10-13T23:59:00+00:00","sharpe30":-3.068833557102927,"sharpe90":1.034289219097161},{"timestamp":"2024-10-22T23:59:00+00:00","sharpe30":-2.0907183629050823,"sharpe90":-0.13144387325302082},{"timestamp":"2024-11-01T23:59:00+00:00","sharpe30":-1.9092216310899202,"sharpe90":0.610745506996544},{"timestamp":"2024-11-10T23:59:00+00:00","sharpe30":0.7274895418147668,"sharpe90":0.18715589857495263},{"timestamp":"2024-11-19T23:59:00+00:00","sharpe30":0.9718777462409977,"sharpe90":0.18130371870660156},{"timestamp":"2024-11-28T23:59:00+00:00","sharpe30":4.7110199577875544,"sharpe90":0.16123191035470907},{"timestamp":"2024-12-07T23:59:00+00:00","sharpe30":6.284578073006999,"sharpe90":-1.7011807362462625},{"timestamp":"2024-12-16T23:59:00+00:00","sharpe30":1.208800782554238,"sharpe90":-2.1889803674425834},{"timestamp":"2024-12-25T23:59:00+00:00","sharpe30":0.2667395169611954,"sharpe90":-2.565920902002228},{"timestamp":"2025-01-03T23:59:00+00:00","sharpe30":-1.4158651381613687,"sharpe90":-3.5274434902611653},{"timestamp":"2025-01-12T23:59:00+00:00","sharpe30":-2.7564065572981056,"sharpe90":-3.8048161526506994},{"timestamp":"2025-01-21T23:59:00+00:00","sharpe30":-0.2710834096250476,"sharpe90":-1.0916465071876682},{"timestamp":"2025-01-30T23:59:00+00:00","sharpe30":-2.578165873654322,"sharpe90":-0.6725065930060976},{"timestamp":"2025-02-08T23:59:00+00:00","sharpe30":-4.850157275656186,"sharpe90":-1.5535147161139236},{"timestamp":"2025-02-18T23:59:00+00:00","sharpe30":-4.246266233597647,"sharpe90":-1.599914288007232},{"timestamp":"2025-02-27T23:59:00+00:00","sharpe30":-4.646724525277228,"sharpe90":-1.0216348923188538},{"timestamp":"2025-03-08T23:59:00+00:00","sharpe30":-3.7676405158098274,"sharpe90":-0.6928864628750544},{"timestamp":"2025-03-17T23:59:00+00:00","sharpe30":-0.5472574579341932,"sharpe90":-0.5701370286802906},{"timestamp":"2025-03-26T23:59:00+00:00","sharpe30":1.0878235076468297,"sharpe90":-0.33799921942726163},{"timestamp":"2025-04-04T23:59:00+00:00","sharpe30":1.5750921097392039,"sharpe90":0.5265481126486377},{"timestamp":"2025-04-13T23:59:00+00:00","sharpe30":-0.3293312812581876,"sharpe90":0.5852536363769019},{"timestamp":"2025-04-22T23:59:00+00:00","sharpe30":-2.155812909916243,"sharpe90":-1.062978857642096},{"timestamp":"2025-05-01T23:59:00+00:00","sharpe30":-2.701467529057852,"sharpe90":-1.3717092661475494},{"timestamp":"2025-05-10T23:59:00+00:00","sharpe30":4.303014668021841,"sharpe90":0.26744968926590185},{"timestamp":"2025-05-19T23:59:00+00:00","sharpe30":0.7729668662673728,"sharpe90":0.8918572334169667},{"timestamp":"2025-05-28T23:59:00+00:00","sharpe30":0.6768001122462416,"sharpe90":0.5650373262724806},{"timestamp":"2025-06-07T23:59:00+00:00","sharpe30":0.28520669024287965,"sharpe90":0.6124397992044152},{"timestamp":"2025-06-16T23:59:00+00:00","sharpe30":-0.13383525742176244,"sharpe90":1.1871273303614813},{"timestamp":"2025-06-25T23:59:00+00:00","sharpe30":-0.2607575736826865,"sharpe90":1.190245642830672},{"timestamp":"2025-07-04T23:59:00+00:00","sharpe30":-3.138014511777212,"sharpe90":0.322877230633734},{"timestamp":"2025-07-13T23:59:00+00:00","sharpe30":-0.11536604294294774,"sharpe90":0.7538391736616227},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":5.678535454237634,"sharpe90":1.4329467698524667},{"timestamp":"2025-07-31T23:59:00+00:00","sharpe30":6.289229677969713,"sharpe90":-0.0417177890039041},{"timestamp":"2025-08-09T23:59:00+00:00","sharpe30":4.067942493358872,"sharpe90":-0.30492965229784563},{"timestamp":"2025-08-18T23:59:00+00:00","sharpe30":1.2970213549210183,"sharpe90":-2.1035760757057442},{"timestamp":"2025-08-27T23:59:00+00:00","sharpe30":-0.21373873542247798,"sharpe90":-1.8299237029807531},{"timestamp":"2025-09-05T23:59:00+00:00","sharpe30":-1.7760489014626817,"sharpe90":-2.75828734265089},{"timestamp":"2025-09-14T23:59:00+00:00","sharpe30":-2.0783303203984005,"sharpe90":-2.585537098403787},{"timestamp":"2025-09-24T23:59:00+00:00","sharpe30":-2.983633365539421,"sharpe90":-3.751271663435595},{"timestamp":"2025-10-03T23:59:00+00:00","sharpe30":-2.7277723746853377,"sharpe90":-3.2035351856977674},{"timestamp":"2025-10-12T23:59:00+00:00","sharpe30":-3.757711202166676,"sharpe90":-2.9481227664752967},{"timestamp":"2025-10-21T23:59:00+00:00","sharpe30":-3.7709661266907477,"sharpe90":-3.210783965793847},{"timestamp":"2025-10-30T23:59:00+00:00","sharpe30":-2.4135595180459384,"sharpe90":-2.347191210631664},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":-2.4496705826821294,"sharpe90":-1.3837146705299228},{"timestamp":"2025-11-17T23:59:00+00:00","sharpe30":-3.1029819363077387,"sharpe90":-0.997757283443725},{"timestamp":"2025-11-26T23:59:00+00:00","sharpe30":-4.499602950792977,"sharpe90":-2.0011122511969854},{"timestamp":"2025-12-05T23:59:00+00:00","sharpe30":-3.3892763140069713,"sharpe90":-1.8669491788324806},{"timestamp":"2025-12-14T23:59:00+00:00","sharpe30":-2.801698508132327,"sharpe90":-1.3375905498831975},{"timestamp":"2025-12-23T23:59:00+00:00","sharpe30":0.44408868326412665,"sharpe90":-0.2798900310124965},{"timestamp":"2026-01-01T23:59:00+00:00","sharpe30":1.8796948991966698,"sharpe90":null},{"timestamp":"2026-01-11T23:59:00+00:00","sharpe30":2.104328026647464,"sharpe90":null},{"timestamp":"2026-01-20T23:59:00+00:00","sharpe30":1.3257724382686888,"sharpe90":null},{"timestamp":"2026-01-29T23:59:00+00:00","sharpe30":-2.0900774709950816,"sharpe90":null},{"timestamp":"2026-02-07T23:59:00+00:00","sharpe30":-4.083827857723185,"sharpe90":null},{"timestamp":"2026-02-16T23:59:00+00:00","sharpe30":-2.6358472775847863,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-2.7096742505522595,"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% @ 3 |
| Deepest Episode | -16.34% @ 443 |
| Mean | -2.77% |
| Std Dev | 5.56% |
| Last | -16.34% |
| Points | 7 |
| Across 7 points the series ranged from -16.34% (443) to -0.11% (3), averaging -2.77%. 0% of points were positive, 100% negative. The most recent value is -16.34%. | |
| Full series - 7 points. |
[{"start":"2024-08-11T23:59:00+00:00","end":"2024-08-14T23:59:00+00:00","depth":-0.11117214992344415,"durationDays":3},{"start":"2024-08-17T23:59:00+00:00","end":"2024-08-18T23:59:00+00:00","depth":-0.13974868053971268,"durationDays":1},{"start":"2024-08-21T23:59:00+00:00","end":"2024-09-27T23:59:00+00:00","depth":-1.1462038518643964,"durationDays":37},{"start":"2024-09-30T23:59:00+00:00","end":"2024-11-16T23:59:00+00:00","depth":-1.227225258242439,"durationDays":47},{"start":"2024-11-17T23:59:00+00:00","end":"2024-11-23T23:59:00+00:00","depth":-0.31830579431679024,"durationDays":6},{"start":"2024-11-25T23:59:00+00:00","end":"2024-11-27T23:59:00+00:00","depth":-0.11139957810015044,"durationDays":2},{"start":"2024-12-09T23:59:00+00:00","end":"ongoing","depth":-16.3364736700651,"durationDays":443}]
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 | 21.13% @ 2025-12-18 23:59:00 UTC |
| Min Utilization | 0.50% @ 2024-08-08 23:59:00 UTC |
| Mean | 11.53% |
| Std Dev | 5.28% |
| Last | 20.71% |
| Points | 567 |
| Across 567 points the series ranged from 0.50% (2024-08-08 23:59:00 UTC) to 21.13% (2025-12-18 23:59:00 UTC), averaging 11.53%. 100% of points were positive, 0% negative. The most recent value is 20.71%. | |
| Showing 60 of 567 points (down-sampled for readability). |
[{"timestamp":"2024-08-08T23:59:00+00:00","exposure":0.4964417104187038},{"timestamp":"2024-08-18T23:59:00+00:00","exposure":1.8050125866247397},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":3.9678575099889404},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":6.746433142417195},{"timestamp":"2024-09-15T23:59:00+00:00","exposure":3.869336364978167},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":3.16989819266165},{"timestamp":"2024-10-05T23:59:00+00:00","exposure":5.628532496090484},{"timestamp":"2024-10-14T23:59:00+00:00","exposure":5.164833002329164},{"timestamp":"2024-10-24T23:59:00+00:00","exposure":6.067035718514942},{"timestamp":"2024-11-02T23:59:00+00:00","exposure":7.270354979038965},{"timestamp":"2024-11-12T23:59:00+00:00","exposure":4.779706860657415},{"timestamp":"2024-11-22T23:59:00+00:00","exposure":5.2467890392411},{"timestamp":"2024-12-01T23:59:00+00:00","exposure":2.066236238055352},{"timestamp":"2024-12-11T23:59:00+00:00","exposure":4.469022669694274},{"timestamp":"2024-12-20T23:59:00+00:00","exposure":6.063857551597773},{"timestamp":"2024-12-30T23:59:00+00:00","exposure":6.431939903879519},{"timestamp":"2025-01-08T23:59:00+00:00","exposure":7.169081448227443},{"timestamp":"2025-01-18T23:59:00+00:00","exposure":7.579270048168528},{"timestamp":"2025-01-28T23:59:00+00:00","exposure":9.2859560741631},{"timestamp":"2025-02-06T23:59:00+00:00","exposure":10.052708331506686},{"timestamp":"2025-02-16T23:59:00+00:00","exposure":9.422348900617871},{"timestamp":"2025-02-25T23:59:00+00:00","exposure":11.162127806939484},{"timestamp":"2025-03-07T23:59:00+00:00","exposure":13.346125805122936},{"timestamp":"2025-03-17T23:59:00+00:00","exposure":11.062008717929709},{"timestamp":"2025-03-26T23:59:00+00:00","exposure":9.724717155709449},{"timestamp":"2025-04-05T23:59:00+00:00","exposure":12.815116025385967},{"timestamp":"2025-04-14T23:59:00+00:00","exposure":14.738228633515504},{"timestamp":"2025-04-24T23:59:00+00:00","exposure":13.394799766462057},{"timestamp":"2025-05-04T23:59:00+00:00","exposure":13.867094999527035},{"timestamp":"2025-05-13T23:59:00+00:00","exposure":12.258924844153348},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":13.96734230469296},{"timestamp":"2025-06-01T23:59:00+00:00","exposure":11.946880601865328},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":11.635150879758942},{"timestamp":"2025-06-21T23:59:00+00:00","exposure":13.603669308002283},{"timestamp":"2025-06-30T23:59:00+00:00","exposure":13.304940373181454},{"timestamp":"2025-07-10T23:59:00+00:00","exposure":12.597835921813283},{"timestamp":"2025-07-19T23:59:00+00:00","exposure":12.072187699106204},{"timestamp":"2025-07-29T23:59:00+00:00","exposure":11.241885414691879},{"timestamp":"2025-08-08T23:59:00+00:00","exposure":11.226631628492246},{"timestamp":"2025-08-17T23:59:00+00:00","exposure":11.411321999850736},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":12.927322464556415},{"timestamp":"2025-09-05T23:59:00+00:00","exposure":12.812792167611214},{"timestamp":"2025-09-15T23:59:00+00:00","exposure":12.728539817847423},{"timestamp":"2025-09-25T23:59:00+00:00","exposure":14.52076820155355},{"timestamp":"2025-10-04T23:59:00+00:00","exposure":12.903600886660413},{"timestamp":"2025-10-14T23:59:00+00:00","exposure":14.286226765906967},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":15.168850569371806},{"timestamp":"2025-11-02T23:59:00+00:00","exposure":13.902635995420281},{"timestamp":"2025-11-11T23:59:00+00:00","exposure":15.664248963946118},{"timestamp":"2025-11-21T23:59:00+00:00","exposure":20.438132778087674},{"timestamp":"2025-12-01T23:59:00+00:00","exposure":19.7297451300598},{"timestamp":"2025-12-10T23:59:00+00:00","exposure":19.64439314637312},{"timestamp":"2025-12-20T23:59:00+00:00","exposure":20.542315450488953},{"timestamp":"2025-12-29T23:59:00+00:00","exposure":19.595978834273044},{"timestamp":"2026-01-08T23:59:00+00:00","exposure":17.012861688776333},{"timestamp":"2026-01-18T23:59:00+00:00","exposure":18.43072929782343},{"timestamp":"2026-01-27T23:59:00+00:00","exposure":19.0896405207058},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":19.67600749243945},{"timestamp":"2026-02-15T23:59:00+00:00","exposure":19.43599984711679},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":20.706721066650488}]
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 | 6.27 @ 2024-08-08 10:08:00 UTC |
| Lowest Price | 0.5750 @ 2025-10-10 21:20:00 UTC |
| Mean | 2.58 |
| Std Dev | 1.90 |
| Last | 1.28 |
| Points | 156 |
| Across 156 points the series ranged from 0.5750 (2025-10-10 21:20:00 UTC) to 6.27 (2024-08-08 10:08:00 UTC), averaging 2.58. The most recent value is 1.28. | |
| Showing 60 of 156 points (down-sampled for readability). |
[{"timestamp":"2024-08-08T10:03:00Z","price":6.256},{"timestamp":"2024-08-08T10:08:00Z","price":6.272},{"timestamp":"2024-08-08T10:11:00Z","price":6.22},{"timestamp":"2024-08-08T10:15:00Z","price":6.093},{"timestamp":"2024-08-08T10:19:00Z","price":6.102},{"timestamp":"2024-08-08T10:21:00Z","price":6.087},{"timestamp":"2024-08-08T10:24:00Z","price":6.108},{"timestamp":"2024-08-08T10:26:00Z","price":6.109},{"timestamp":"2024-08-08T10:30:00Z","price":6.126},{"timestamp":"2024-08-08T10:38:00Z","price":6.068},{"timestamp":"2024-08-08T10:42:00Z","price":6.084},{"timestamp":"2024-08-08T10:46:00Z","price":6.119},{"timestamp":"2025-03-11T00:50:00Z","price":2.4},{"timestamp":"2025-03-11T00:56:00Z","price":2.4},{"timestamp":"2025-03-11T01:10:00Z","price":2.404},{"timestamp":"2025-03-27T22:23:00Z","price":4.01},{"timestamp":"2025-03-28T12:46:00Z","price":4},{"timestamp":"2025-10-10T21:21:00Z","price":0.577},{"timestamp":"2025-11-03T15:33:00Z","price":2.005},{"timestamp":"2025-11-04T11:04:00Z","price":2},{"timestamp":"2025-11-04T15:18:00Z","price":2.005},{"timestamp":"2025-11-07T07:07:00Z","price":2.005},{"timestamp":"2025-11-07T08:33:00Z","price":2},{"timestamp":"2025-11-07T15:18:00Z","price":2},{"timestamp":"2025-11-07T15:22:00Z","price":2.005},{"timestamp":"2025-11-12T17:37:00Z","price":2.005},{"timestamp":"2025-11-12T18:14:00Z","price":2.005},{"timestamp":"2025-11-12T18:49:00Z","price":2},{"timestamp":"2025-11-12T19:54:00Z","price":2.005},{"timestamp":"2025-11-12T22:24:00Z","price":2.005},{"timestamp":"2025-11-13T17:39:00Z","price":2},{"timestamp":"2026-02-06T00:10:00Z","price":1.228},{"timestamp":"2026-02-06T00:13:00Z","price":1.215},{"timestamp":"2026-02-06T00:42:00Z","price":1.236},{"timestamp":"2026-02-06T00:44:00Z","price":1.227},{"timestamp":"2026-02-06T00:48:00Z","price":1.225},{"timestamp":"2026-02-06T00:53:00Z","price":1.234},{"timestamp":"2026-02-06T00:56:00Z","price":1.224},{"timestamp":"2026-02-06T01:00:00Z","price":1.23},{"timestamp":"2026-02-06T01:02:00Z","price":1.226},{"timestamp":"2026-02-06T01:05:00Z","price":1.229},{"timestamp":"2026-02-06T01:13:00Z","price":1.238},{"timestamp":"2026-02-06T04:10:00Z","price":1.238},{"timestamp":"2026-02-25T20:49:00Z","price":1.322},{"timestamp":"2026-02-25T21:01:00Z","price":1.314},{"timestamp":"2026-02-25T21:23:00Z","price":1.309},{"timestamp":"2026-02-25T21:29:00Z","price":1.31},{"timestamp":"2026-02-25T21:35:00Z","price":1.318},{"timestamp":"2026-02-25T21:38:00Z","price":1.317},{"timestamp":"2026-02-25T21:45:00Z","price":1.312},{"timestamp":"2026-02-25T21:50:00Z","price":1.321},{"timestamp":"2026-02-25T22:00:00Z","price":1.326},{"timestamp":"2026-02-25T22:13:00Z","price":1.33},{"timestamp":"2026-02-25T22:32:00Z","price":1.318},{"timestamp":"2026-02-25T22:53:00Z","price":1.304},{"timestamp":"2026-02-25T23:00:00Z","price":1.308},{"timestamp":"2026-02-25T23:10:00Z","price":1.304},{"timestamp":"2026-02-25T23:41:00Z","price":1.278},{"timestamp":"2026-02-25T23:47:00Z","price":1.274},{"timestamp":"2026-02-25T23:54:00Z","price":1.282}]
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 | 36 trades @ $5.00 |
| Least Populated Bin | 0 trades @ $5.02 |
| Mean | 4 trades |
| Std Dev | 8 trades |
| Last | 2 trades |
| Points | 25 |
| Sum | 100 trades |
| Across 25 points the series ranged from 0 trades (5.02)to∗∗36trades∗∗(5.00), averaging 4 trades. The most recent value is 2 trades. | |
| Full series - 25 points. |
[{"bin":"$5.00","count":36,"from":5},{"bin":"$5.00","count":13,"from":5.0024204},{"bin":"$5.00","count":14,"from":5.0048408},{"bin":"$5.01","count":4,"from":5.0072612},{"bin":"$5.01","count":9,"from":5.0096816},{"bin":"$5.01","count":5,"from":5.012102},{"bin":"$5.01","count":3,"from":5.0145224},{"bin":"$5.02","count":0,"from":5.0169428},{"bin":"$5.02","count":0,"from":5.0193632},{"bin":"$5.02","count":1,"from":5.0217836},{"bin":"$5.02","count":0,"from":5.024204},{"bin":"$5.03","count":0,"from":5.0266244},{"bin":"$5.03","count":0,"from":5.0290448},{"bin":"$5.03","count":0,"from":5.0314651999999995},{"bin":"$5.03","count":0,"from":5.0338856},{"bin":"$5.04","count":2,"from":5.036306},{"bin":"$5.04","count":0,"from":5.0387264},{"bin":"$5.04","count":0,"from":5.0411468},{"bin":"$5.04","count":0,"from":5.0435672},{"bin":"$5.05","count":1,"from":5.0459876},{"bin":"$5.05","count":1,"from":5.048408},{"bin":"$5.05","count":3,"from":5.050828399999999},{"bin":"$5.05","count":2,"from":5.0532487999999995},{"bin":"$5.06","count":4,"from":5.0556692},{"bin":"$5.06","count":2,"from":5.0580896}]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 25 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.11 |
| Mean | 5 trades |
| Std Dev | 8 trades |
| Last | 0 trades |
| Points | 20 |
| Sum | 99 trades |
| Across 20 points the series ranged from 0 trades (0.11) to 25 trades (0.1), averaging 5 trades. The most recent value is 0 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 25,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 7,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 18,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"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.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 10,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 11,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 3,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 20,
"SL": 0,
"TSL": 0
},
{
"bin": 0.18,
"TP": 4,
"SL": 0,
"TSL": 0
},
{
"bin": 0.18,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.19,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.19,
"TP": 0,
"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.11 @ Jan |
| Worst Indexed Value | 87.70 @ Nov |
| Mean | 94.96 |
| Std Dev | 3.44 |
| Last | 88.61 |
| Points | 12 |
| Across 12 points the series ranged from 87.70 (Nov) to 99.11 (Jan), averaging 94.96. The most recent value is 88.61. | |
| Full series - 12 points. |
[
{
"2025": 99.10830754569496,
"2026": 96.0413543647426,
"month": "Jan"
},
{
"2025": 95.97499152460954,
"2026": 95.24836641078241,
"month": "Feb"
},
{
"2025": 98.43639211143007,
"month": "Mar"
},
{
"2025": 95.86056512770664,
"month": "Apr"
},
{
"2025": 96.18504699707913,
"month": "May"
},
{
"2025": 95.39485098902145,
"month": "Jun"
},
{
"2025": 97.80262998085263,
"month": "Jul"
},
{
"2024": 99.69816344146622,
"2025": 96.73286264179947,
"month": "Aug"
},
{
"2024": 99.98704486374625,
"2025": 94.82411600010619,
"month": "Sep"
},
{
"2024": 99.18259959636615,
"2025": 92.85423222753438,
"month": "Oct"
},
{
"2024": 100.88622485166516,
"2025": 87.69516680793944,
"month": "Nov"
},
{
"2024": 100.14833628087464,
"2025": 88.61011466982298,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 67.78 USDT @ Sun |
| Worst Weekday | 45.72 USDT @ Fri |
| Mean | 58.89 USDT |
| Std Dev | 7.41 USDT |
| Last | 67.78 USDT |
| Points | 7 |
| Sum | 412.21 USDT |
| Across 7 points the series ranged from 45.72 USDT (Fri) to 67.78 USDT (Sun), averaging 58.89 USDT. 100% of points were positive, 0% negative. The most recent value is 67.78 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 63.347831
},
{
"day": "Tue",
"profit": 61.960182
},
{
"day": "Wed",
"profit": 59.718292
},
{
"day": "Thu",
"profit": 63.675566
},
{
"day": "Fri",
"profit": 45.721063
},
{
"day": "Sat",
"profit": 49.999625
},
{
"day": "Sun",
"profit": 67.782995
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 27.64 USDT @ 14:00 |
| Worst Hour (UTC) | 12.03 USDT @ 23:00 |
| Mean | 17.18 USDT |
| Std Dev | 4.18 USDT |
| Last | 12.03 USDT |
| Points | 24 |
| Sum | 412.21 USDT |
| Across 24 points the series ranged from 12.03 USDT (23:00) to 27.64 USDT (14:00), averaging 17.18 USDT. 100% of points were positive, 0% negative. The most recent value is 12.03 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":18.014825},{"hour":"1:00","profit":17.179162},{"hour":"2:00","profit":15.239294},{"hour":"3:00","profit":13.292606},{"hour":"4:00","profit":12.888169},{"hour":"5:00","profit":12.851025},{"hour":"6:00","profit":13.810085},{"hour":"7:00","profit":14.431821},{"hour":"8:00","profit":15.721283},{"hour":"9:00","profit":14.904424},{"hour":"10:00","profit":13.688792},{"hour":"11:00","profit":14.333591},{"hour":"12:00","profit":17.46938},{"hour":"13:00","profit":22.717517},{"hour":"14:00","profit":27.642606},{"hour":"15:00","profit":25.728846},{"hour":"16:00","profit":24.460367},{"hour":"17:00","profit":21.153462},{"hour":"18:00","profit":18.980949},{"hour":"19:00","profit":16.57572},{"hour":"20:00","profit":17.102915},{"hour":"21:00","profit":16.612092},{"hour":"22:00","profit":15.372727},{"hour":"23:00","profit":12.033895}]
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.20% @ 0.016666666666666666 |
| Worst Trade Return | 0.10% @ 0.08333333333333333 |
| Mean | 0.14% |
| Std Dev | 0.03% |
| Last | 0.16% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0.08333333333333333) to 0.20% (0.016666666666666666), averaging 0.14%. 100% of points were positive, 0% negative. The most recent value is 0.16%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0,"profitPct":0.1055626598,"profit":0.0052832},{"hours":0.016666666666666666,"profitPct":0.1055626598,"profit":0.0052832},{"hours":0.8833333333333333,"profitPct":0.1056443876,"profit":0.0052856},{"hours":0.8333333333333334,"profitPct":0.1070418006,"profit":0.00539298},{"hours":0,"profitPct":0.111412688,"profit":0.00558748},{"hours":0,"profitPct":0.1123994748,"profit":0.005684255},{"hours":0.016666666666666666,"profitPct":0.1127012816,"profit":0.00569297},{"hours":0.016666666666666666,"profitPct":0.1126581239,"profit":0.005691725},{"hours":0.016666666666666666,"profitPct":0.1124425476,"profit":0.0056855},{"hours":0,"profitPct":0.1123564161,"profit":0.00568301},{"hours":0,"profitPct":0.1122273249,"profit":0.005679275},{"hours":0.3333333333333333,"profitPct":0.1109859615,"profit":0.00557518},{"hours":0.31666666666666665,"profitPct":0.1116693944,"profit":0.00559486},{"hours":0.06666666666666667,"profitPct":0.1134805537,"profit":0.00571538},{"hours":0.03333333333333333,"profitPct":0.1129605263,"profit":0.00570044},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.03333333333333333,"profitPct":0.1000208507,"profit":0.00498888},{"hours":2.1166666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":73.48333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":3.6333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.1,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.26666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.05,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.15,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.11666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.5333333333333333,"profitPct":0.1752237592,"profit":0.008764745},{"hours":0,"profitPct":0.1789711934,"profit":0.00895894},{"hours":0,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0,"profitPct":0.173381877,"profit":0.00867915},{"hours":0,"profitPct":0.1741686942,"profit":0.00871885},{"hours":0,"profitPct":0.1741686942,"profit":0.00871885},{"hours":0.03333333333333333,"profitPct":0.1752237592,"profit":0.008764745},{"hours":0.016666666666666666,"profitPct":0.1744318182,"profit":0.00872494},{"hours":0,"profitPct":0.1744318182,"profit":0.00872494},{"hours":0.06666666666666667,"profitPct":0.1760195759,"profit":0.00880464},{"hours":0.05,"profitPct":0.1736437247,"profit":0.008685225},{"hours":0.016666666666666666,"profitPct":0.1760195759,"profit":0.00880464},{"hours":0,"profitPct":0.1744318182,"profit":0.00872494},{"hours":0.08333333333333333,"profitPct":0.1739059968,"profit":0.00871276},{"hours":1.3,"profitPct":0.1518882175,"profit":0.00760158},{"hours":1.1833333333333333,"profitPct":0.1523449319,"profit":0.00763306},{"hours":0.6333333333333333,"profitPct":0.1534927866,"profit":0.0076817},{"hours":1.7833333333333334,"profitPct":0.1584104938,"profit":0.00792458},{"hours":0.18333333333333332,"profitPct":0.1553475936,"profit":0.00776797},{"hours":0.016666666666666666,"profitPct":0.1565184049,"profit":0.00783744},{"hours":0.2,"profitPct":0.1530326005,"profit":0.0076703},{"hours":0.8166666666666667,"profitPct":0.1541856925,"profit":0.00771906},{"hours":0.3333333333333333,"profitPct":0.1528030303,"profit":0.00764443},{"hours":0.03333333333333333,"profitPct":0.153262519,"profit":0.007676},{"hours":0.13333333333333333,"profitPct":0.1560490046,"profit":0.00780554},{"hours":0.11666666666666667,"profitPct":0.1574615385,"profit":0.00788095},{"hours":0.23333333333333334,"profitPct":0.162265625,"profit":0.00812107},{"hours":0.18333333333333332,"profitPct":0.1627543036,"profit":0.0081536},{"hours":0,"profitPct":0.1617784711,"profit":0.00810934}]
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": "90cfc930-db11-46ab-a8bb-f5d042b59cc8",
"symbol": "TONUSDT",
"strategy": "3LongTimeLong.json",
"strategy_label": "LongTimeLong",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 566,
"start_balance_usdt": 10000,
"final_value_usdt": 8487.98806412,
"return_pct": -15.1201,
"total_profit_usdt": 412.20555317,
"avg_profit_per_trade_usdt": 0.00583646,
"fulfilled_trades": 70626,
"active_orders": 730,
"win_rate_pct": 100,
"best_trade_usdt": 0.0098832,
"worst_trade_usdt": 0.00498264,
"trades_per_month": 3193.97602763766,
"max_drawdown_pct": 16.3364736700651,
"max_drawdown_abs_usdt": 1649.1220839869984,
"drawdown_duration_days": 428,
"recovery_days": null,
"cagr_pct": -10.038553741290146,
"volatility_annualized_pct": 9.074064491885565,
"sharpe_annualized": -1.1194017654642134,
"sortino_annualized": -0.9821202332282544,
"time_in_market_pct": 100,
"final_cash_usdt": 6730.4040515105,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -1908.1347960775,
"median_hold_hours": 0.08333333333333333,
"avg_hold_hours": 1.4144444444444442,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 90cfc930-db11-46ab-a8bb-f5d042b59cc8 |
symbol | TONUSDT |
strategy | 3LongTimeLong.json |
strategy_label | LongTimeLong |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 566 |
start_balance_usdt | 10000 |
final_value_usdt | 8487.98806412 |
return_pct | -15.1201 |
total_profit_usdt | 412.20555317 |
avg_profit_per_trade_usdt | 0.00583646 |
fulfilled_trades | 70626 |
active_orders | 730 |
win_rate_pct | 100 |
best_trade_usdt | 0.0098832 |
worst_trade_usdt | 0.00498264 |
trades_per_month | 3193.97602763766 |
max_drawdown_pct | 16.3364736700651 |
max_drawdown_abs_usdt | 1649.1220839869984 |
drawdown_duration_days | 428 |
recovery_days | null |
cagr_pct | -10.038553741290146 |
volatility_annualized_pct | 9.074064491885565 |
sharpe_annualized | -1.1194017654642134 |
sortino_annualized | -0.9821202332282544 |
time_in_market_pct | 100 |
final_cash_usdt | 6730.4040515105 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -1908.1347960775 |
median_hold_hours | 0.08333333333333333 |
avg_hold_hours | 1.4144444444444442 |
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 | TONUSDT |
| 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,487.99 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -15.12% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +412.21 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)) | 70,626 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0099 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.0058 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 3194.0 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -16.34% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -1,649.12 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -10.04% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 9.07% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -1.12 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.98 |
| 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.68 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.0068 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 | 1.4h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 0.1h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,004 USDT |
Raw API Attachments
/trades. Full trade population: 70,626 closed trades - fetch the complete list via GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8 - backtest summary (verbatim)
GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8 - backtest summary (verbatim)
{
"id": "90cfc930-db11-46ab-a8bb-f5d042b59cc8",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:13.939209Z",
"started_at": "2026-05-09T20:13:19.042241Z",
"completed_at": "2026-05-09T20:26:51.278445Z",
"mode_name": "3LongTimeLong.json",
"symbol": "TONUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 8487.98806412,
"return_pct": -15.1201,
"total_profit": 412.20555317,
"fulfilled_trades": 70626,
"active_orders": 730,
"win_rate": 100,
"avg_profit": 0.00583646,
"max_profit": 0.0098832,
"min_profit": 0.00498264,
"elapsed_sec": 717.33,
"max_drawdown": -16.3365,
"profit_factor": null,
"sharpe_ratio": -1.1194,
"total_fees": 532.3286398,
"avg_hold_time_hours": 13.151,
"tp_count": 70626,
"sl_count": 0,
"tsl_count": 0,
"start_price": 6.223,
"end_price": 1.283,
"gross_profit_quote": 944.534193,
"gross_loss_quote": 0,
"wins": 70626,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 70626,
"consecutive_losses_max": 0,
"holding_minutes_p50": 15,
"holding_minutes_p95": 1468.75,
"holding_minutes_max": 213483,
"description": "TONUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -15.12% | 70626 trades | 100% WR",
"summary_text": "Backtest TONUSDT (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,487.99 USDT\nP&L: -1,512.01 USDT (-15.12%)\nResult: LOSS\nCompleted trades: 70626\nOpen orders at end: 730\nWin rate: 100.0%\nAvg. profit/trade: 0.005836 USDT\nBest trade: 0.009883 USDT\nWorst trade: 0.004983 USDT\nTotal profit (trades only): 412.205553 USDT\nMax drawdown: -16.34%\nProfit factor: inf (no losing trades)\nSharpe ratio: -1.12\nTotal fees: 532.33 USDT\nAvg hold time: 13.2h\nTP / SL / TSL: 70626 / 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: 717.3s",
"share_token": null,
"config_hash": "0c9bfc0edc632cd1f246429dd7a590ef3b9775df92c8449a1ff72d3bd94280fe",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "TONUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.01,
"stopLoss": false,
"tickSize": 0.001,
"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/90cfc930-db11-46ab-a8bb-f5d042b59cc8/equity - equity series (verbatim, 567 points)
GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8/equity - equity series (verbatim, 567 points)
[
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 7.99,
"quote_asset_bal": 9950.4335156125,
"total_value_mid": 10000.1153356125,
"total_value_exit_net": 10000.0780742475,
"total_value": 10000.1153356125,
"base_cost_quote": 50.3444400325,
"unrealized_pnl_exit_net": -0.6998813975
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 14.41,
"quote_asset_bal": 9906.5797355925,
"total_value_mid": 10001.9595255925,
"total_value_exit_net": 10001.88799075,
"total_value": 10001.9595255925,
"base_cost_quote": 95.7639591425,
"unrealized_pnl_exit_net": -0.455703985
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 10.58,
"quote_asset_bal": 9932.3725975525,
"total_value_mid": 10002.9729375525,
"total_value_exit_net": 10002.9199872975,
"total_value": 10002.9729375525,
"base_cost_quote": 70.5820268475,
"unrealized_pnl_exit_net": -0.0346371025
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 38.72,
"quote_asset_bal": 9751.5286644925,
"total_value_mid": 9991.9798644925,
"total_value_exit_net": 9991.7995260925,
"total_value": 9991.9798644925,
"base_cost_quote": 251.853448525,
"unrealized_pnl_exit_net": -11.582586925
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 39.34,
"quote_asset_bal": 9747.5614952975,
"total_value_mid": 9994.2232952975,
"total_value_exit_net": 9994.0382989475,
"total_value": 9994.2232952975,
"base_cost_quote": 256.87947522,
"unrealized_pnl_exit_net": -10.40267157
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 26.7,
"quote_asset_bal": 9828.7504292325,
"total_value_mid": 10001.1256292325,
"total_value_exit_net": 10000.9963478325,
"total_value": 10001.1256292325,
"base_cost_quote": 176.28019106,
"unrealized_pnl_exit_net": -4.03427246
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 24.71,
"quote_asset_bal": 9834.9127066275,
"total_value_mid": 10005.1646066275,
"total_value_exit_net": 10005.0369177025,
"total_value": 10005.1646066275,
"base_cost_quote": 171.318052245,
"unrealized_pnl_exit_net": -1.19384117
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 42.56,
"quote_asset_bal": 9714.9307979125,
"total_value_mid": 9995.6991179125,
"total_value_exit_net": 9995.4885416725,
"total_value": 9995.6991179125,
"base_cost_quote": 292.1335659725,
"unrealized_pnl_exit_net": -11.5758222125
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 38.93,
"quote_asset_bal": 9740.9566261525,
"total_value_mid": 9995.4809661525,
"total_value_exit_net": 9995.2900728975,
"total_value": 9995.4809661525,
"base_cost_quote": 267.02443824,
"unrealized_pnl_exit_net": -12.690991495
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 46.68,
"quote_asset_bal": 9690.7545650025,
"total_value_mid": 9991.2804050025,
"total_value_exit_net": 9991.0550106225,
"total_value": 9991.2804050025,
"base_cost_quote": 317.46848292,
"unrealized_pnl_exit_net": -17.1680373
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 26.25,
"quote_asset_bal": 9827.4904805075,
"total_value_mid": 10008.2742305075,
"total_value_exit_net": 10008.138642695,
"total_value": 10008.2742305075,
"base_cost_quote": 181.39798653,
"unrealized_pnl_exit_net": -0.7498243425
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 29.15,
"quote_asset_bal": 9808.118603175,
"total_value_mid": 10007.271403175,
"total_value_exit_net": 10007.122038575,
"total_value": 10007.271403175,
"base_cost_quote": 201.532976455,
"unrealized_pnl_exit_net": -2.529541055
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 39.59,
"quote_asset_bal": 9737.9138525525,
"total_value_mid": 10001.7416125525,
"total_value_exit_net": 10001.5437417325,
"total_value": 10001.7416125525,
"base_cost_quote": 272.0524364125,
"unrealized_pnl_exit_net": -8.4225472325
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 42.73,
"quote_asset_bal": 9718.1382063049,
"total_value_mid": 9995.7122863049,
"total_value_exit_net": 9995.5041057449,
"total_value": 9995.7122863049,
"base_cost_quote": 292.1516595325,
"unrealized_pnl_exit_net": -14.7857600925
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 43.5,
"quote_asset_bal": 9713.3679606999,
"total_value_mid": 9996.2919606999,
"total_value_exit_net": 9996.0797676999,
"total_value": 9996.2919606999,
"base_cost_quote": 297.1890347325,
"unrealized_pnl_exit_net": -14.4772277325
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 37.29,
"quote_asset_bal": 9753.9230639974,
"total_value_mid": 10003.7660639974,
"total_value_exit_net": 10003.5786817474,
"total_value": 10003.7660639974,
"base_cost_quote": 257.0250343075,
"unrealized_pnl_exit_net": -7.3694165575
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 33.7,
"quote_asset_bal": 9780.1169027725,
"total_value_mid": 9979.8568027725,
"total_value_exit_net": 9979.7069978475,
"total_value": 9979.8568027725,
"base_cost_quote": 231.69956444,
"unrealized_pnl_exit_net": -32.109469365
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 47.45,
"quote_asset_bal": 9702.1775123675,
"total_value_mid": 9975.9640123675,
"total_value_exit_net": 9975.7586724925,
"total_value": 9975.9640123675,
"base_cost_quote": 312.1883958225,
"unrealized_pnl_exit_net": -38.6072356975
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 90.68,
"quote_asset_bal": 9467.5484788975,
"total_value_mid": 9932.9182388975,
"total_value_exit_net": 9932.5692115775,
"total_value": 9932.9182388975,
"base_cost_quote": 548.464380005,
"unrealized_pnl_exit_net": -83.443647325
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 72.73,
"quote_asset_bal": 9565.0555837925,
"total_value_mid": 9960.5613237925,
"total_value_exit_net": 9960.2646944875,
"total_value": 9960.5613237925,
"base_cost_quote": 452.95290008,
"unrealized_pnl_exit_net": -57.743789385
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 40.87,
"quote_asset_bal": 9748.6143047099,
"total_value_mid": 9974.2575747099,
"total_value_exit_net": 9974.0883422574,
"total_value": 9974.2575747099,
"base_cost_quote": 271.8983008975,
"unrealized_pnl_exit_net": -46.42426335
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 55.4,
"quote_asset_bal": 9669.0009818925,
"total_value_mid": 9971.1525818925,
"total_value_exit_net": 9970.9259681925,
"total_value": 9971.1525818925,
"base_cost_quote": 352.3891037575,
"unrealized_pnl_exit_net": -50.4641174575
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 65.62,
"quote_asset_bal": 9614.2753022725,
"total_value_mid": 9966.7203222725,
"total_value_exit_net": 9966.4559885075,
"total_value": 9966.7203222725,
"base_cost_quote": 407.7300983975,
"unrealized_pnl_exit_net": -55.5494121625
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 58.15,
"quote_asset_bal": 9654.9575624875,
"total_value_mid": 9970.1305624875,
"total_value_exit_net": 9969.8941827375,
"total_value": 9970.1305624875,
"base_cost_quote": 367.4822551375,
"unrealized_pnl_exit_net": -52.5456348875
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 84.63,
"quote_asset_bal": 9514.6096127475,
"total_value_mid": 9953.3315327475,
"total_value_exit_net": 9953.0024913075,
"total_value": 9953.3315327475,
"base_cost_quote": 508.2946052525,
"unrealized_pnl_exit_net": -69.9017266925
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 81.72,
"quote_asset_bal": 9530.332503505,
"total_value_mid": 9956.829183505,
"total_value_exit_net": 9956.509310995,
"total_value": 9956.829183505,
"base_cost_quote": 493.1705907425,
"unrealized_pnl_exit_net": -66.9937832525
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 109.7,
"quote_asset_bal": 9390.10122265,
"total_value_mid": 9926.42452265,
"total_value_exit_net": 9926.022280175,
"total_value": 9926.42452265,
"base_cost_quote": 634.0104414675,
"unrealized_pnl_exit_net": -98.0893839425
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 148.92,
"quote_asset_bal": 9205.1865383225,
"total_value_mid": 9893.9415383225,
"total_value_exit_net": 9893.4249720725,
"total_value": 9893.9415383225,
"base_cost_quote": 820.0492059725,
"unrealized_pnl_exit_net": -131.8107722225
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 118.07,
"quote_asset_bal": 9352.4252965225,
"total_value_mid": 9920.3419965225,
"total_value_exit_net": 9919.9160589975,
"total_value": 9920.3419965225,
"base_cost_quote": 674.17649343,
"unrealized_pnl_exit_net": -106.685730955
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 143.57,
"quote_asset_bal": 9232.98351733,
"total_value_mid": 9901.44543733,
"total_value_exit_net": 9900.94409089,
"total_value": 9901.44543733,
"base_cost_quote": 794.8509614525,
"unrealized_pnl_exit_net": -126.8903878925
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 142.48,
"quote_asset_bal": 9238.4423141175,
"total_value_mid": 9903.8239141175,
"total_value_exit_net": 9903.3248779175,
"total_value": 9903.8239141175,
"base_cost_quote": 789.796803675,
"unrealized_pnl_exit_net": -124.914239875
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 111.93,
"quote_asset_bal": 9384.893163125,
"total_value_mid": 9932.902443125,
"total_value_exit_net": 9932.491436165,
"total_value": 9932.902443125,
"base_cost_quote": 644.0430703,
"unrealized_pnl_exit_net": -96.44479726
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 86.9,
"quote_asset_bal": 9511.6088962325,
"total_value_mid": 9965.1399962325,
"total_value_exit_net": 9964.7998479075,
"total_value": 9965.1399962325,
"base_cost_quote": 518.3128933375,
"unrealized_pnl_exit_net": -65.1219416625
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 51.31,
"quote_asset_bal": 9703.4273454824,
"total_value_mid": 9987.1203354824,
"total_value_exit_net": 9986.9075657399,
"total_value": 9987.1203354824,
"base_cost_quote": 327.21478717,
"unrealized_pnl_exit_net": -43.7345669125
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 64.32,
"quote_asset_bal": 9633.7658707999,
"total_value_mid": 9980.3863507999,
"total_value_exit_net": 9980.1263854399,
"total_value": 9980.3863507999,
"base_cost_quote": 397.673371505,
"unrealized_pnl_exit_net": -51.312856865
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 49.55,
"quote_asset_bal": 9714.9037381799,
"total_value_mid": 9991.5413881799,
"total_value_exit_net": 9991.3339099424,
"total_value": 9991.5413881799,
"base_cost_quote": 317.1887232575,
"unrealized_pnl_exit_net": -40.758551495
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 50.15,
"quote_asset_bal": 9710.5063127549,
"total_value_mid": 10000.4234627549,
"total_value_exit_net": 10000.2060248924,
"total_value": 10000.4234627549,
"base_cost_quote": 322.2422305475,
"unrealized_pnl_exit_net": -32.54251841
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 59.79,
"quote_asset_bal": 9655.5184060374,
"total_value_mid": 9994.8864460374,
"total_value_exit_net": 9994.6319200074,
"total_value": 9994.8864460374,
"base_cost_quote": 377.56744336,
"unrealized_pnl_exit_net": -38.45392939
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 69.63,
"quote_asset_bal": 9600.6775356849,
"total_value_mid": 9987.4025556849,
"total_value_exit_net": 9987.1125119199,
"total_value": 9987.4025556849,
"base_cost_quote": 432.862863845,
"unrealized_pnl_exit_net": -46.42788761
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 76.91,
"quote_asset_bal": 9560.8515975274,
"total_value_mid": 9982.7029475274,
"total_value_exit_net": 9982.3865590149,
"total_value": 9982.7029475274,
"base_cost_quote": 473.1452229725,
"unrealized_pnl_exit_net": -51.610261485
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 73.26,
"quote_asset_bal": 9581.3896199774,
"total_value_mid": 9985.9313399774,
"total_value_exit_net": 9985.6279336874,
"total_value": 9985.9313399774,
"base_cost_quote": 453.0575485075,
"unrealized_pnl_exit_net": -48.8192347975
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 61.47,
"quote_asset_bal": 9647.4703094974,
"total_value_mid": 9994.2225794974,
"total_value_exit_net": 9993.9625152949,
"total_value": 9994.2225794974,
"base_cost_quote": 387.59347725,
"unrealized_pnl_exit_net": -41.1012714525
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 57.92,
"quote_asset_bal": 9667.9752740774,
"total_value_mid": 9997.1346340774,
"total_value_exit_net": 9996.8877645574,
"total_value": 9997.1346340774,
"base_cost_quote": 367.5457026875,
"unrealized_pnl_exit_net": -38.6332122075
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 66.85,
"quote_asset_bal": 9618.0138758424,
"total_value_mid": 9991.3711258424,
"total_value_exit_net": 9991.0911079049,
"total_value": 9991.3711258424,
"base_cost_quote": 417.89594707,
"unrealized_pnl_exit_net": -44.8187150075
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 62.4,
"quote_asset_bal": 9643.4387371524,
"total_value_mid": 9997.4339371524,
"total_value_exit_net": 9997.1684407524,
"total_value": 9997.4339371524,
"base_cost_quote": 392.731347765,
"unrealized_pnl_exit_net": -39.001644165
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 65.96,
"quote_asset_bal": 9623.7353568674,
"total_value_mid": 9994.4305568674,
"total_value_exit_net": 9994.1525354674,
"total_value": 9994.4305568674,
"base_cost_quote": 412.7999579425,
"unrealized_pnl_exit_net": -42.3827793425
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 65.05,
"quote_asset_bal": 9629.1834321799,
"total_value_mid": 9996.0654321799,
"total_value_exit_net": 9995.7902706799,
"total_value": 9996.0654321799,
"base_cost_quote": 407.834466615,
"unrealized_pnl_exit_net": -41.227628115
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 66.83,
"quote_asset_bal": 9619.4764534974,
"total_value_mid": 9994.7937334974,
"total_value_exit_net": 9994.5122455374,
"total_value": 9994.7937334974,
"base_cost_quote": 417.896407415,
"unrealized_pnl_exit_net": -42.860615375
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 55.32,
"quote_asset_bal": 9685.6895616224,
"total_value_mid": 10003.0050816224,
"total_value_exit_net": 10002.7670949824,
"total_value": 10003.0050816224,
"base_cost_quote": 352.41215103,
"unrealized_pnl_exit_net": -35.33461767
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 50.89,
"quote_asset_bal": 9711.5793668899,
"total_value_mid": 10006.3342468899,
"total_value_exit_net": 10006.1131807299,
"total_value": 10006.3342468899,
"base_cost_quote": 327.27819469,
"unrealized_pnl_exit_net": -32.74438085
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 49.63,
"quote_asset_bal": 9717.3966081474,
"total_value_mid": 10014.2336381474,
"total_value_exit_net": 10014.0110103749,
"total_value": 10014.2336381474,
"base_cost_quote": 322.2631662375,
"unrealized_pnl_exit_net": -25.64876401
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 57.32,
"quote_asset_bal": 9672.4992406549,
"total_value_mid": 10009.8274406549,
"total_value_exit_net": 10009.5744445049,
"total_value": 10009.8274406549,
"base_cost_quote": 367.5604137125,
"unrealized_pnl_exit_net": -30.4852098625
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 62.49,
"quote_asset_bal": 9642.677110255,
"total_value_mid": 10008.056140255,
"total_value_exit_net": 10007.7821059825,
"total_value": 10008.056140255,
"base_cost_quote": 397.7509596525,
"unrealized_pnl_exit_net": -32.645963925
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 73.83,
"quote_asset_bal": 9577.6769767375,
"total_value_mid": 9999.0986167375,
"total_value_exit_net": 9998.7825505075,
"total_value": 9999.0986167375,
"base_cost_quote": 463.2538700175,
"unrealized_pnl_exit_net": -42.1482962475
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 94.86,
"quote_asset_bal": 9462.9043502775,
"total_value_mid": 9973.0614302775,
"total_value_exit_net": 9972.6788124675,
"total_value": 9973.0614302775,
"base_cost_quote": 578.9303023225,
"unrealized_pnl_exit_net": -69.1558401325
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 104.22,
"quote_asset_bal": 9413.385045675,
"total_value_mid": 9964.708845675,
"total_value_exit_net": 9964.295352825,
"total_value": 9964.708845675,
"base_cost_quote": 629.298920475,
"unrealized_pnl_exit_net": -78.388613325
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 101.35,
"quote_asset_bal": 9429.2605034725,
"total_value_mid": 9969.6587034725,
"total_value_exit_net": 9969.2534048225,
"total_value": 9969.6587034725,
"base_cost_quote": 614.1901473875,
"unrealized_pnl_exit_net": -74.1972460375
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 91.09,
"quote_asset_bal": 9484.9947576625,
"total_value_mid": 9976.9718476625,
"total_value_exit_net": 9976.602864845,
"total_value": 9976.9718476625,
"base_cost_quote": 558.8458302575,
"unrealized_pnl_exit_net": -67.237723075
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 107.19,
"quote_asset_bal": 9399.5632985775,
"total_value_mid": 9960.5957585775,
"total_value_exit_net": 9960.1749842325,
"total_value": 9960.5957585775,
"base_cost_quote": 644.41807134,
"unrealized_pnl_exit_net": -83.806385685
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 91.13,
"quote_asset_bal": 9485.53762013,
"total_value_mid": 9969.89357013,
"total_value_exit_net": 9969.5303031675,
"total_value": 9969.89357013,
"base_cost_quote": 558.8392653375,
"unrealized_pnl_exit_net": -74.8465823
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 102.61,
"quote_asset_bal": 9425.6897269125,
"total_value_mid": 9959.0565069125,
"total_value_exit_net": 9958.6564818275,
"total_value": 9959.0565069125,
"base_cost_quote": 619.172211135,
"unrealized_pnl_exit_net": -86.20545622
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 93.08,
"quote_asset_bal": 9476.4806587475,
"total_value_mid": 9960.4035787475,
"total_value_exit_net": 9960.0406365575,
"total_value": 9960.4035787475,
"base_cost_quote": 568.889607445,
"unrealized_pnl_exit_net": -85.329629635
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 104.85,
"quote_asset_bal": 9416.39649638,
"total_value_mid": 9947.56659638,
"total_value_exit_net": 9947.168218805,
"total_value": 9947.56659638,
"base_cost_quote": 629.25951094,
"unrealized_pnl_exit_net": -98.487788515
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 100.88,
"quote_asset_bal": 9436.8785282175,
"total_value_mid": 9955.1999682175,
"total_value_exit_net": 9954.8112271375,
"total_value": 9955.1999682175,
"base_cost_quote": 609.127883535,
"unrealized_pnl_exit_net": -91.195184615
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 96.92,
"quote_asset_bal": 9457.19390112,
"total_value_mid": 9962.05018112,
"total_value_exit_net": 9961.67153891,
"total_value": 9962.05018112,
"base_cost_quote": 589.06278599,
"unrealized_pnl_exit_net": -84.5851482
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 97.8,
"quote_asset_bal": 9452.3911073925,
"total_value_mid": 9964.9609073925,
"total_value_exit_net": 9964.5764800425,
"total_value": 9964.9609073925,
"base_cost_quote": 594.0520351225,
"unrealized_pnl_exit_net": -81.8666624725
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 100.71,
"quote_asset_bal": 9437.5657055199,
"total_value_mid": 9960.4520255199,
"total_value_exit_net": 9960.0598607799,
"total_value": 9960.4520255199,
"base_cost_quote": 609.12173893,
"unrealized_pnl_exit_net": -86.62758367
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 96.84,
"quote_asset_bal": 9457.98309422,
"total_value_mid": 9973.46241422,
"total_value_exit_net": 9973.07580473,
"total_value": 9973.46241422,
"base_cost_quote": 589.0065738625,
"unrealized_pnl_exit_net": -73.9138633525
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 105.39,
"quote_asset_bal": 9413.2291593175,
"total_value_mid": 9963.7865193175,
"total_value_exit_net": 9963.3736012975,
"total_value": 9963.7865193175,
"base_cost_quote": 634.28459693,
"unrealized_pnl_exit_net": -84.14015495
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 102.51,
"quote_asset_bal": 9428.512346745,
"total_value_mid": 9964.332116745,
"total_value_exit_net": 9963.9302519175,
"total_value": 9964.332116745,
"base_cost_quote": 619.2079479175,
"unrealized_pnl_exit_net": -83.790042745
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 107.35,
"quote_asset_bal": 9403.5943566525,
"total_value_mid": 9959.9894066525,
"total_value_exit_net": 9959.572110365,
"total_value": 9959.9894066525,
"base_cost_quote": 644.4089745225,
"unrealized_pnl_exit_net": -88.43122081
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 103.47,
"quote_asset_bal": 9423.888347965,
"total_value_mid": 9967.105847965,
"total_value_exit_net": 9966.69843484,
"total_value": 9967.105847965,
"base_cost_quote": 624.2526886375,
"unrealized_pnl_exit_net": -81.4426017625
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 100.59,
"quote_asset_bal": 9439.072715055,
"total_value_mid": 9968.880245055,
"total_value_exit_net": 9968.4828894075,
"total_value": 9968.880245055,
"base_cost_quote": 609.1386415975,
"unrealized_pnl_exit_net": -79.728467245
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 91.11,
"quote_asset_bal": 9489.52162334,
"total_value_mid": 9977.68900334,
"total_value_exit_net": 9977.322877805,
"total_value": 9977.68900334,
"base_cost_quote": 558.8619423325,
"unrealized_pnl_exit_net": -71.0606878675
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 111.03,
"quote_asset_bal": 9384.205660245,
"total_value_mid": 9960.895480245,
"total_value_exit_net": 9960.46296288,
"total_value": 9960.895480245,
"base_cost_quote": 664.37422724,
"unrealized_pnl_exit_net": -88.116924605
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 107.18,
"quote_asset_bal": 9404.5702927299,
"total_value_mid": 9964.3714327299,
"total_value_exit_net": 9963.9515818749,
"total_value": 9964.3714327299,
"base_cost_quote": 644.305647085,
"unrealized_pnl_exit_net": -84.92435794
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 118.83,
"quote_asset_bal": 9344.4323895599,
"total_value_mid": 9955.2185895599,
"total_value_exit_net": 9954.7604999099,
"total_value": 9955.2185895599,
"base_cost_quote": 704.67547052,
"unrealized_pnl_exit_net": -94.34736017
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 117.85,
"quote_asset_bal": 9349.6044188374,
"total_value_mid": 9953.9392188374,
"total_value_exit_net": 9953.4859677374,
"total_value": 9953.9392188374,
"base_cost_quote": 699.621663005,
"unrealized_pnl_exit_net": -95.740114105
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 149.19,
"quote_asset_bal": 9194.1720630199,
"total_value_mid": 9906.7035030199,
"total_value_exit_net": 9906.1691044399,
"total_value": 9906.7035030199,
"base_cost_quote": 855.3821858475,
"unrealized_pnl_exit_net": -143.3851444275
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 142.99,
"quote_asset_bal": 9224.5849943474,
"total_value_mid": 9928.8107443474,
"total_value_exit_net": 9928.2825750349,
"total_value": 9928.8107443474,
"base_cost_quote": 825.333756415,
"unrealized_pnl_exit_net": -121.6361757275
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 134.87,
"quote_asset_bal": 9264.9870135749,
"total_value_mid": 9938.9324035749,
"total_value_exit_net": 9938.4269445324,
"total_value": 9938.9324035749,
"base_cost_quote": 785.119298175,
"unrealized_pnl_exit_net": -111.6793672175
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 130.85,
"quote_asset_bal": 9285.5175795374,
"total_value_mid": 9941.9920295374,
"total_value_exit_net": 9941.4996736999,
"total_value": 9941.9920295374,
"base_cost_quote": 764.9833575375,
"unrealized_pnl_exit_net": -109.001263375
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 129.84,
"quote_asset_bal": 9290.8293938074,
"total_value_mid": 9942.6261938074,
"total_value_exit_net": 9942.1373462074,
"total_value": 9942.6261938074,
"base_cost_quote": 759.9347939525,
"unrealized_pnl_exit_net": -108.6268415525
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 131.87,
"quote_asset_bal": 9281.0680013199,
"total_value_mid": 9938.9674313199,
"total_value_exit_net": 9938.4740067474,
"total_value": 9938.9674313199,
"base_cost_quote": 770.03649455,
"unrealized_pnl_exit_net": -112.6304891225
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 150.23,
"quote_asset_bal": 9190.8688266399,
"total_value_mid": 9918.8834066399,
"total_value_exit_net": 9918.3373957049,
"total_value": 9918.8834066399,
"base_cost_quote": 860.547346815,
"unrealized_pnl_exit_net": -133.07877775
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 143.01,
"quote_asset_bal": 9226.5314818724,
"total_value_mid": 9926.4224218724,
"total_value_exit_net": 9925.8975036674,
"total_value": 9926.4224218724,
"base_cost_quote": 825.3616873475,
"unrealized_pnl_exit_net": -125.9956655525
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 148.13,
"quote_asset_bal": 9201.6494852074,
"total_value_mid": 9923.6351052074,
"total_value_exit_net": 9923.0936159924,
"total_value": 9923.6351052074,
"base_cost_quote": 850.46933397,
"unrealized_pnl_exit_net": -129.025203185
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 154.36,
"quote_asset_bal": 9171.8834599649,
"total_value_mid": 9915.5899399649,
"total_value_exit_net": 9915.0321601049,
"total_value": 9915.5899399649,
"base_cost_quote": 880.6788441225,
"unrealized_pnl_exit_net": -137.5301439825
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 171.27,
"quote_asset_bal": 9091.8111903399,
"total_value_mid": 9896.6089203399,
"total_value_exit_net": 9896.0053220424,
"total_value": 9896.6089203399,
"base_cost_quote": 961.141656005,
"unrealized_pnl_exit_net": -156.9475243025
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 173.38,
"quote_asset_bal": 9082.3857012724,
"total_value_mid": 9891.7235412724,
"total_value_exit_net": 9891.1165378924,
"total_value": 9891.7235412724,
"base_cost_quote": 971.1384780025,
"unrealized_pnl_exit_net": -162.4076413825
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 156.38,
"quote_asset_bal": 9163.8331031299,
"total_value_mid": 9913.8315831299,
"total_value_exit_net": 9913.2690842699,
"total_value": 9913.8315831299,
"base_cost_quote": 890.7440673825,
"unrealized_pnl_exit_net": -141.3080862425
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 120.22,
"quote_asset_bal": 9346.1979677524,
"total_value_mid": 9936.2377277524,
"total_value_exit_net": 9935.7951979324,
"total_value": 9936.2377277524,
"base_cost_quote": 709.669393155,
"unrealized_pnl_exit_net": -120.072162975
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 119.21,
"quote_asset_bal": 9351.8163697899,
"total_value_mid": 9938.9256197899,
"total_value_exit_net": 9938.4852878524,
"total_value": 9938.9256197899,
"base_cost_quote": 704.6466789425,
"unrealized_pnl_exit_net": -117.97776088
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 107.22,
"quote_asset_bal": 9413.0824241024,
"total_value_mid": 9975.0224441024,
"total_value_exit_net": 9974.6009890874,
"total_value": 9975.0224441024,
"base_cost_quote": 644.2976911225,
"unrealized_pnl_exit_net": -82.7791261375
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 101.43,
"quote_asset_bal": 9444.4820401874,
"total_value_mid": 9979.4238601874,
"total_value_exit_net": 9979.0226538224,
"total_value": 9979.4238601874,
"base_cost_quote": 614.19217891,
"unrealized_pnl_exit_net": -79.651565275
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 87.41,
"quote_asset_bal": 9521.1104277699,
"total_value_mid": 10001.6031977699,
"total_value_exit_net": 10001.2428281924,
"total_value": 10001.6031977699,
"base_cost_quote": 538.6765746525,
"unrealized_pnl_exit_net": -58.54417423
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 87.47,
"quote_asset_bal": 9522.9051525424,
"total_value_mid": 10001.2785825424,
"total_value_exit_net": 10000.9198024699,
"total_value": 10001.2785825424,
"base_cost_quote": 538.7494892975,
"unrealized_pnl_exit_net": -60.73483937
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 102.49,
"quote_asset_bal": 9444.0878535849,
"total_value_mid": 9982.9802735849,
"total_value_exit_net": 9982.5761042699,
"total_value": 9982.9802735849,
"base_cost_quote": 619.1564893525,
"unrealized_pnl_exit_net": -80.6682386675
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 109.07,
"quote_asset_bal": 9410.1526594299,
"total_value_mid": 9981.2431794299,
"total_value_exit_net": 9980.8148615399,
"total_value": 9981.2431794299,
"base_cost_quote": 654.312826845,
"unrealized_pnl_exit_net": -83.650624735
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 96.7,
"quote_asset_bal": 9476.5061800974,
"total_value_mid": 9996.8488800974,
"total_value_exit_net": 9996.4586230724,
"total_value": 9996.8488800974,
"base_cost_quote": 588.896961715,
"unrealized_pnl_exit_net": -68.94451874
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 80.92,
"quote_asset_bal": 9562.8035786674,
"total_value_mid": 10019.8397386674,
"total_value_exit_net": 10019.4969615474,
"total_value": 10019.8397386674,
"base_cost_quote": 503.5394815825,
"unrealized_pnl_exit_net": -46.8460987025
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 106.62,
"quote_asset_bal": 9422.8358444524,
"total_value_mid": 9996.7713044524,
"total_value_exit_net": 9996.3408528574,
"total_value": 9996.7713044524,
"base_cost_quote": 644.32744342,
"unrealized_pnl_exit_net": -70.822435015
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 85.46,
"quote_asset_bal": 9539.3458124074,
"total_value_mid": 10015.8707724074,
"total_value_exit_net": 10015.5133786874,
"total_value": 10015.8707724074,
"base_cost_quote": 528.640843495,
"unrealized_pnl_exit_net": -52.473277215
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 100.06,
"quote_asset_bal": 9459.3001998799,
"total_value_mid": 10004.3270198799,
"total_value_exit_net": 10003.9182497649,
"total_value": 10004.3270198799,
"base_cost_quote": 609.2134176375,
"unrealized_pnl_exit_net": -64.5953677525
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 115.09,
"quote_asset_bal": 9379.3498454149,
"total_value_mid": 9988.0608554149,
"total_value_exit_net": 9987.6043221574,
"total_value": 9988.0608554149,
"base_cost_quote": 689.8085186625,
"unrealized_pnl_exit_net": -81.55404192
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 92.79,
"quote_asset_bal": 9501.1494488999,
"total_value_mid": 10012.1439788999,
"total_value_exit_net": 10011.7607330024,
"total_value": 10012.1439788999,
"base_cost_quote": 569.0161522825,
"unrealized_pnl_exit_net": -58.40486818
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 96.41,
"quote_asset_bal": 9481.8498891349,
"total_value_mid": 10007.2843891349,
"total_value_exit_net": 10006.8903132599,
"total_value": 10007.2843891349,
"base_cost_quote": 589.0240269425,
"unrealized_pnl_exit_net": -63.9836028175
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 49.93,
"quote_asset_bal": 9745.5680089774,
"total_value_mid": 10060.7760989774,
"total_value_exit_net": 10060.5396929099,
"total_value": 10060.7760989774,
"base_cost_quote": 327.293786375,
"unrealized_pnl_exit_net": -12.3221024425
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 64.35,
"quote_asset_bal": 9656.7934117074,
"total_value_mid": 10052.6102617074,
"total_value_exit_net": 10052.3133990699,
"total_value": 10052.6102617074,
"base_cost_quote": 417.9657493825,
"unrealized_pnl_exit_net": -22.44576202
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 69.3,
"quote_asset_bal": 9628.3735501624,
"total_value_mid": 10049.6482501624,
"total_value_exit_net": 10049.3322941374,
"total_value": 10049.6482501624,
"base_cost_quote": 448.1701256875,
"unrealized_pnl_exit_net": -27.2113817125
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 60.24,
"quote_asset_bal": 9685.5996719074,
"total_value_mid": 10055.2323119074,
"total_value_exit_net": 10054.9550874274,
"total_value": 10055.2323119074,
"base_cost_quote": 392.8248678525,
"unrealized_pnl_exit_net": -23.4694523325
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 49.73,
"quote_asset_bal": 9752.3008790799,
"total_value_mid": 10069.1804390799,
"total_value_exit_net": 10068.9427794099,
"total_value": 10069.1804390799,
"base_cost_quote": 327.34032125,
"unrealized_pnl_exit_net": -10.69842092
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 44.26,
"quote_asset_bal": 9788.5256592474,
"total_value_mid": 10073.3830192474,
"total_value_exit_net": 10073.1693762274,
"total_value": 10073.3830192474,
"base_cost_quote": 292.1375089275,
"unrealized_pnl_exit_net": -7.4937919475
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 41.91,
"quote_asset_bal": 9804.1955239499,
"total_value_mid": 10074.5150239499,
"total_value_exit_net": 10074.3122843249,
"total_value": 10074.5150239499,
"base_cost_quote": 277.013184185,
"unrealized_pnl_exit_net": -6.89642381
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 31.28,
"quote_asset_bal": 9875.5003919874,
"total_value_mid": 10088.8612719874,
"total_value_exit_net": 10088.7012513274,
"total_value": 10088.8612719874,
"base_cost_quote": 206.5876346075,
"unrealized_pnl_exit_net": 6.6132247325
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 30.52,
"quote_asset_bal": 9881.2801350824,
"total_value_mid": 10089.9148550824,
"total_value_exit_net": 10089.7583790424,
"total_value": 10089.9148550824,
"base_cost_quote": 201.5552231275,
"unrealized_pnl_exit_net": 6.9230208325
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 49.29,
"quote_asset_bal": 9756.5247517949,
"total_value_mid": 10080.2614717949,
"total_value_exit_net": 10080.0186692549,
"total_value": 10080.2614717949,
"base_cost_quote": 327.473360955,
"unrealized_pnl_exit_net": -3.979443495
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 35.69,
"quote_asset_bal": 9848.5353233474,
"total_value_mid": 10090.2636933474,
"total_value_exit_net": 10090.0823970699,
"total_value": 10090.2636933474,
"base_cost_quote": 236.7335871275,
"unrealized_pnl_exit_net": 4.813486595
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 28.94,
"quote_asset_bal": 9895.3043905249,
"total_value_mid": 10094.8746305249,
"total_value_exit_net": 10094.7249528449,
"total_value": 10094.8746305249,
"base_cost_quote": 191.35897167,
"unrealized_pnl_exit_net": 8.06159065
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 34.83,
"quote_asset_bal": 9856.0815356574,
"total_value_mid": 10092.6817256574,
"total_value_exit_net": 10092.5042755149,
"total_value": 10092.6817256574,
"base_cost_quote": 231.74067525,
"unrealized_pnl_exit_net": 4.6820646075
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 34.82,
"quote_asset_bal": 9856.7213559449,
"total_value_mid": 10093.4277159449,
"total_value_exit_net": 10093.2501861749,
"total_value": 10093.4277159449,
"base_cost_quote": 231.6893067525,
"unrealized_pnl_exit_net": 4.8395234775
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 34.82,
"quote_asset_bal": 9856.9839380699,
"total_value_mid": 10093.6206580699,
"total_value_exit_net": 10093.4431805299,
"total_value": 10093.6206580699,
"base_cost_quote": 231.76285187,
"unrealized_pnl_exit_net": 4.69639059
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 37.8,
"quote_asset_bal": 9837.1173215249,
"total_value_mid": 10093.4013215249,
"total_value_exit_net": 10093.2091085249,
"total_value": 10093.4013215249,
"base_cost_quote": 251.91779675,
"unrealized_pnl_exit_net": 4.17399025
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 85.83,
"quote_asset_bal": 9531.2078099674,
"total_value_mid": 10027.1335499674,
"total_value_exit_net": 10026.7616056624,
"total_value": 10027.1335499674,
"base_cost_quote": 559.1384495575,
"unrealized_pnl_exit_net": -63.5846538625
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 82.37,
"quote_asset_bal": 9553.5515174524,
"total_value_mid": 10042.6645774524,
"total_value_exit_net": 10042.2977426574,
"total_value": 10042.6645774524,
"base_cost_quote": 538.92384997,
"unrealized_pnl_exit_net": -50.177624765
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 71.05,
"quote_asset_bal": 9624.8980945074,
"total_value_mid": 10075.4971945074,
"total_value_exit_net": 10075.1592451824,
"total_value": 10075.4971945074,
"base_cost_quote": 468.51464264,
"unrealized_pnl_exit_net": -18.253491965
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 71.07,
"quote_asset_bal": 9625.6904496699,
"total_value_mid": 10076.4874596699,
"total_value_exit_net": 10076.1493619124,
"total_value": 10076.4874596699,
"base_cost_quote": 468.4690784925,
"unrealized_pnl_exit_net": -18.01016625
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 71.83,
"quote_asset_bal": 9621.3234719774,
"total_value_mid": 10076.0073719774,
"total_value_exit_net": 10075.6663590524,
"total_value": 10076.0073719774,
"base_cost_quote": 473.46855529,
"unrealized_pnl_exit_net": -19.125668215
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 79.04,
"quote_asset_bal": 9576.3970916474,
"total_value_mid": 10070.3970916474,
"total_value_exit_net": 10070.0265916474,
"total_value": 10070.3970916474,
"base_cost_quote": 518.79272294,
"unrealized_pnl_exit_net": -25.16322294
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 70.27,
"quote_asset_bal": 9632.1672729024,
"total_value_mid": 10081.2628429024,
"total_value_exit_net": 10080.9260212249,
"total_value": 10081.2628429024,
"base_cost_quote": 463.441900935,
"unrealized_pnl_exit_net": -14.6831526125
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 82.59,
"quote_asset_bal": 9557.3273408324,
"total_value_mid": 10057.7401508324,
"total_value_exit_net": 10057.3648412249,
"total_value": 10057.7401508324,
"base_cost_quote": 539.0415481775,
"unrealized_pnl_exit_net": -39.004047785
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 95.31,
"quote_asset_bal": 9482.4221113224,
"total_value_mid": 10037.3169313224,
"total_value_exit_net": 10036.9007602074,
"total_value": 10037.3169313224,
"base_cost_quote": 614.6621211025,
"unrealized_pnl_exit_net": -60.1834722175
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 109.58,
"quote_asset_bal": 9403.1250141449,
"total_value_mid": 9999.0210541449,
"total_value_exit_net": 9998.5741321149,
"total_value": 9999.0210541449,
"base_cost_quote": 695.2137095175,
"unrealized_pnl_exit_net": -99.7645915475
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 134.15,
"quote_asset_bal": 9273.6861594074,
"total_value_mid": 9971.2661594074,
"total_value_exit_net": 9970.7429744074,
"total_value": 9971.2661594074,
"base_cost_quote": 826.0024875875,
"unrealized_pnl_exit_net": -128.9456725875
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 111.38,
"quote_asset_bal": 9396.4023283849,
"total_value_mid": 10003.4233283849,
"total_value_exit_net": 10002.9680626349,
"total_value": 10003.4233283849,
"base_cost_quote": 705.28901033,
"unrealized_pnl_exit_net": -98.72327608
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 142.65,
"quote_asset_bal": 9226.4946784849,
"total_value_mid": 9984.1088284849,
"total_value_exit_net": 9983.5406178724,
"total_value": 9984.1088284849,
"base_cost_quote": 876.4594219275,
"unrealized_pnl_exit_net": -119.41348254
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 129.49,
"quote_asset_bal": 9297.9974743349,
"total_value_mid": 9994.7831643349,
"total_value_exit_net": 9994.2605750674,
"total_value": 9994.7831643349,
"base_cost_quote": 805.9956437,
"unrealized_pnl_exit_net": -109.7325429675
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 112.96,
"quote_asset_bal": 9389.4914258699,
"total_value_mid": 10021.7285458699,
"total_value_exit_net": 10021.2543680299,
"total_value": 10021.7285458699,
"base_cost_quote": 715.45130634,
"unrealized_pnl_exit_net": -83.68836418
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 99.67,
"quote_asset_bal": 9465.5354958074,
"total_value_mid": 10043.3224858074,
"total_value_exit_net": 10042.8891455649,
"total_value": 10043.3224858074,
"base_cost_quote": 639.9514538875,
"unrealized_pnl_exit_net": -62.59780413
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 87.69,
"quote_asset_bal": 9536.7734611974,
"total_value_mid": 10058.3535811974,
"total_value_exit_net": 10057.9623961074,
"total_value": 10058.3535811974,
"base_cost_quote": 569.37527142,
"unrealized_pnl_exit_net": -48.18633651
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 106.67,
"quote_asset_bal": 9426.8891405949,
"total_value_mid": 10038.4282505949,
"total_value_exit_net": 10037.9695962624,
"total_value": 10038.4282505949,
"base_cost_quote": 680.0952791925,
"unrealized_pnl_exit_net": -69.014823525
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 104.95,
"quote_asset_bal": 9437.7035922599,
"total_value_mid": 10039.4868922599,
"total_value_exit_net": 10039.0355547849,
"total_value": 10039.4868922599,
"base_cost_quote": 670.0223501575,
"unrealized_pnl_exit_net": -68.6903876325
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 97.96,
"quote_asset_bal": 9478.3631766999,
"total_value_mid": 10047.8046566999,
"total_value_exit_net": 10047.3775755899,
"total_value": 10047.8046566999,
"base_cost_quote": 629.76264801,
"unrealized_pnl_exit_net": -60.74824912
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 111.16,
"quote_asset_bal": 9403.1170866649,
"total_value_mid": 10029.3925266649,
"total_value_exit_net": 10028.9228200849,
"total_value": 10029.3925266649,
"base_cost_quote": 705.24205514,
"unrealized_pnl_exit_net": -79.43632172
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 115.6,
"quote_asset_bal": 9378.4196320574,
"total_value_mid": 10023.5832320574,
"total_value_exit_net": 10023.0993593574,
"total_value": 10023.5832320574,
"base_cost_quote": 730.4153909925,
"unrealized_pnl_exit_net": -85.7356636925
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 121.95,
"quote_asset_bal": 9343.5931350599,
"total_value_mid": 10015.4156850599,
"total_value_exit_net": 10014.9118181474,
"total_value": 10015.4156850599,
"base_cost_quote": 765.560480055,
"unrealized_pnl_exit_net": -94.2417969675
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 122.85,
"quote_asset_bal": 9338.7640495474,
"total_value_mid": 10016.4046495474,
"total_value_exit_net": 10015.8964190974,
"total_value": 10016.4046495474,
"base_cost_quote": 770.6290286175,
"unrealized_pnl_exit_net": -93.4966590675
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 110.21,
"quote_asset_bal": 9409.5862378899,
"total_value_mid": 10032.0523178899,
"total_value_exit_net": 10031.5854683299,
"total_value": 10032.0523178899,
"base_cost_quote": 700.1785703725,
"unrealized_pnl_exit_net": -78.1793399325
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 97,
"quote_asset_bal": 9485.4413294724,
"total_value_mid": 10048.1383294724,
"total_value_exit_net": 10047.7163067224,
"total_value": 10048.1383294724,
"base_cost_quote": 624.708280075,
"unrealized_pnl_exit_net": -62.433302825
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 104.87,
"quote_asset_bal": 9440.3947597274,
"total_value_mid": 10040.7755097274,
"total_value_exit_net": 10040.3252241649,
"total_value": 10040.7755097274,
"base_cost_quote": 670.0105012775,
"unrealized_pnl_exit_net": -70.08003684
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 103.99,
"quote_asset_bal": 9445.6330933999,
"total_value_mid": 10040.8718533999,
"total_value_exit_net": 10040.4254243299,
"total_value": 10040.8718533999,
"base_cost_quote": 664.9731260775,
"unrealized_pnl_exit_net": -70.1807951475
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 106.63,
"quote_asset_bal": 9430.9005738274,
"total_value_mid": 10039.5446138274,
"total_value_exit_net": 10039.0881307974,
"total_value": 10039.5446138274,
"base_cost_quote": 680.067208155,
"unrealized_pnl_exit_net": -71.879651185
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 135.1,
"quote_asset_bal": 9275.3742678799,
"total_value_mid": 9993.5658678799,
"total_value_exit_net": 9993.0272241799,
"total_value": 9993.5658678799,
"base_cost_quote": 836.0964123575,
"unrealized_pnl_exit_net": -118.4434560575
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 135.04,
"quote_asset_bal": 9276.3781629399,
"total_value_mid": 9993.3055229399,
"total_value_exit_net": 9992.7678274199,
"total_value": 9993.3055229399,
"base_cost_quote": 836.0827020825,
"unrealized_pnl_exit_net": -119.6930376025
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 149.37,
"quote_asset_bal": 9201.6173636799,
"total_value_mid": 9978.3413636799,
"total_value_exit_net": 9977.7588206799,
"total_value": 9978.3413636799,
"base_cost_quote": 911.4975608375,
"unrealized_pnl_exit_net": -135.3561038375
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 129.35,
"quote_asset_bal": 9307.6776723099,
"total_value_mid": 10003.7100223099,
"total_value_exit_net": 10003.1879980474,
"total_value": 10003.7100223099,
"base_cost_quote": 805.918846145,
"unrealized_pnl_exit_net": -110.4085204075
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 125.6,
"quote_asset_bal": 9328.1206423999,
"total_value_mid": 10006.3606423999,
"total_value_exit_net": 10005.8519623999,
"total_value": 10006.3606423999,
"base_cost_quote": 785.755575025,
"unrealized_pnl_exit_net": -108.024255025
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 135.94,
"quote_asset_bal": 9272.9542732299,
"total_value_mid": 9994.3878532299,
"total_value_exit_net": 9993.8467780449,
"total_value": 9994.3878532299,
"base_cost_quote": 841.106016745,
"unrealized_pnl_exit_net": -120.21351193
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 137.79,
"quote_asset_bal": 9263.8000179024,
"total_value_mid": 9993.8114379024,
"total_value_exit_net": 9993.2639293374,
"total_value": 9993.8114379024,
"base_cost_quote": 851.14379944,
"unrealized_pnl_exit_net": -121.679888005
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 133.08,
"quote_asset_bal": 9289.3447161099,
"total_value_mid": 10002.9196761099,
"total_value_exit_net": 10002.3844948899,
"total_value": 10002.9196761099,
"base_cost_quote": 826.0112541575,
"unrealized_pnl_exit_net": -112.9714753775
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 118.24,
"quote_asset_bal": 9370.2594734374,
"total_value_mid": 10022.4713134374,
"total_value_exit_net": 10021.9821545574,
"total_value": 10022.4713134374,
"base_cost_quote": 745.546120535,
"unrealized_pnl_exit_net": -93.823439415
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 124.59,
"quote_asset_bal": 9335.6041246774,
"total_value_mid": 10017.7343746774,
"total_value_exit_net": 10017.2227769899,
"total_value": 10017.7343746774,
"base_cost_quote": 780.67378654,
"unrealized_pnl_exit_net": -99.0551342275
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 113.64,
"quote_asset_bal": 9396.3017109449,
"total_value_mid": 10030.9811109449,
"total_value_exit_net": 10030.5051013949,
"total_value": 10030.9811109449,
"base_cost_quote": 720.3224469575,
"unrealized_pnl_exit_net": -86.1190565075
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 143.29,
"quote_asset_bal": 9236.0808249899,
"total_value_mid": 9994.0849249899,
"total_value_exit_net": 9993.5164219149,
"total_value": 9994.0849249899,
"base_cost_quote": 881.16145581,
"unrealized_pnl_exit_net": -123.725858885
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 175.26,
"quote_asset_bal": 9076.1750757848,
"total_value_mid": 9928.6397157848,
"total_value_exit_net": 9928.0003673048,
"total_value": 9928.6397157848,
"base_cost_quote": 1042.101090075,
"unrealized_pnl_exit_net": -190.275798555
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 159.99,
"quote_asset_bal": 9153.3924399173,
"total_value_mid": 9958.1421399173,
"total_value_exit_net": 9957.5385776423,
"total_value": 9958.1421399173,
"base_cost_quote": 966.5952131075,
"unrealized_pnl_exit_net": -162.4490753825
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 143.29,
"quote_asset_bal": 9239.8001867898,
"total_value_mid": 9985.6246367898,
"total_value_exit_net": 9985.0652684523,
"total_value": 9985.6246367898,
"base_cost_quote": 881.1695819,
"unrealized_pnl_exit_net": -135.9045002375
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 137.54,
"quote_asset_bal": 9270.4559519148,
"total_value_mid": 9998.7302519148,
"total_value_exit_net": 9998.1840461898,
"total_value": 9998.7302519148,
"base_cost_quote": 851.0400516875,
"unrealized_pnl_exit_net": -123.3119574125
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 152,
"quote_asset_bal": 9195.5730117698,
"total_value_mid": 9974.5730117698,
"total_value_exit_net": 9973.9887617698,
"total_value": 9974.5730117698,
"base_cost_quote": 926.5000442675,
"unrealized_pnl_exit_net": -148.0842942675
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 159.89,
"quote_asset_bal": 9155.6407902298,
"total_value_mid": 9966.1232002298,
"total_value_exit_net": 9965.5153384223,
"total_value": 9966.1232002298,
"base_cost_quote": 966.647222085,
"unrealized_pnl_exit_net": -156.7726738925
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 157.9,
"quote_asset_bal": 9165.8511255573,
"total_value_mid": 9967.8252255573,
"total_value_exit_net": 9967.2237449823,
"total_value": 9967.8252255573,
"base_cost_quote": 956.6084686625,
"unrealized_pnl_exit_net": -155.2358492375
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 173.02,
"quote_asset_bal": 9090.5041109248,
"total_value_mid": 9943.4927109248,
"total_value_exit_net": 9942.8529694748,
"total_value": 9943.4927109248,
"base_cost_quote": 1032.0914784925,
"unrealized_pnl_exit_net": -179.7426199425
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 163.94,
"quote_asset_bal": 9136.7501583198,
"total_value_mid": 9958.0895583198,
"total_value_exit_net": 9957.4735537698,
"total_value": 9958.0895583198,
"base_cost_quote": 986.80438863,
"unrealized_pnl_exit_net": -166.08099318
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 192.64,
"quote_asset_bal": 8996.2123934872,
"total_value_mid": 9917.8021534872,
"total_value_exit_net": 9917.1109611672,
"total_value": 9917.8021534872,
"base_cost_quote": 1127.6514747775,
"unrealized_pnl_exit_net": -206.7529070975
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 188.43,
"quote_asset_bal": 9016.9119751798,
"total_value_mid": 9926.0867251798,
"total_value_exit_net": 9925.4048441173,
"total_value": 9926.0867251798,
"base_cost_quote": 1107.4989717275,
"unrealized_pnl_exit_net": -199.00610279
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 189.47,
"quote_asset_bal": 9012.2488803648,
"total_value_mid": 9925.8732203648,
"total_value_exit_net": 9925.1880021098,
"total_value": 9925.8732203648,
"base_cost_quote": 1112.5342653675,
"unrealized_pnl_exit_net": -199.5951436225
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 188.43,
"quote_asset_bal": 9017.7159802048,
"total_value_mid": 9927.2675902048,
"total_value_exit_net": 9926.5854264973,
"total_value": 9927.2675902048,
"base_cost_quote": 1107.4693295125,
"unrealized_pnl_exit_net": -198.59988322
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 219.27,
"quote_asset_bal": 8872.3421026773,
"total_value_mid": 9882.0804526773,
"total_value_exit_net": 9881.3231489148,
"total_value": 9882.0804526773,
"base_cost_quote": 1253.2797053375,
"unrealized_pnl_exit_net": -244.2986591
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 261.75,
"quote_asset_bal": 8690.0308317823,
"total_value_mid": 9752.9975817823,
"total_value_exit_net": 9752.2003567198,
"total_value": 9752.9975817823,
"base_cost_quote": 1434.1393283975,
"unrealized_pnl_exit_net": -371.96980346
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 199.36,
"quote_asset_bal": 8979.6179328223,
"total_value_mid": 9792.0099328223,
"total_value_exit_net": 9791.4006388223,
"total_value": 9792.0099328223,
"base_cost_quote": 1147.6647935175,
"unrealized_pnl_exit_net": -335.8820875175
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 235.03,
"quote_asset_bal": 8840.9705326423,
"total_value_mid": 9730.7941126423,
"total_value_exit_net": 9730.1267449573,
"total_value": 9730.7941126423,
"base_cost_quote": 1288.2810867,
"unrealized_pnl_exit_net": -399.124874385
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 249.39,
"quote_asset_bal": 8786.6378422373,
"total_value_mid": 9729.5814322373,
"total_value_exit_net": 9728.8742245448,
"total_value": 9729.5814322373,
"base_cost_quote": 1343.58877638,
"unrealized_pnl_exit_net": -401.3523940725
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 261.38,
"quote_asset_bal": 8742.5722039748,
"total_value_mid": 9720.3947839748,
"total_value_exit_net": 9719.6614170398,
"total_value": 9720.3947839748,
"base_cost_quote": 1388.7742100575,
"unrealized_pnl_exit_net": -411.6849969925
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 266.85,
"quote_asset_bal": 8723.6697183323,
"total_value_mid": 9715.2843183323,
"total_value_exit_net": 9714.5406073823,
"total_value": 9715.2843183323,
"base_cost_quote": 1408.88903487,
"unrealized_pnl_exit_net": -418.01814582
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 258.8,
"quote_asset_bal": 8754.4394999698,
"total_value_mid": 9721.8338999698,
"total_value_exit_net": 9721.1083541698,
"total_value": 9721.8338999698,
"base_cost_quote": 1378.7360871075,
"unrealized_pnl_exit_net": -412.0672329075
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 235.22,
"quote_asset_bal": 8845.8810211073,
"total_value_mid": 9742.3044411073,
"total_value_exit_net": 9741.6321235423,
"total_value": 9742.3044411073,
"base_cost_quote": 1288.34017098,
"unrealized_pnl_exit_net": -392.589068545
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 236.5,
"quote_asset_bal": 8841.5199597723,
"total_value_mid": 9744.4769597723,
"total_value_exit_net": 9743.7997420223,
"total_value": 9744.4769597723,
"base_cost_quote": 1293.32438634,
"unrealized_pnl_exit_net": -391.04460409
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 256.26,
"quote_asset_bal": 8766.8200224723,
"total_value_mid": 9726.7699824723,
"total_value_exit_net": 9726.0500200023,
"total_value": 9726.7699824723,
"base_cost_quote": 1368.743368185,
"unrealized_pnl_exit_net": -409.513370655
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 241.7,
"quote_asset_bal": 8822.9294294223,
"total_value_mid": 9749.1238294223,
"total_value_exit_net": 9748.4291836223,
"total_value": 9749.1238294223,
"base_cost_quote": 1313.48745731,
"unrealized_pnl_exit_net": -387.98770311
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 255.09,
"quote_asset_bal": 8773.6275460898,
"total_value_mid": 9720.5216260898,
"total_value_exit_net": 9719.8114555298,
"total_value": 9720.5216260898,
"base_cost_quote": 1363.6882897175,
"unrealized_pnl_exit_net": -417.5043802775
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 236.39,
"quote_asset_bal": 8844.6148837923,
"total_value_mid": 9753.7708237923,
"total_value_exit_net": 9753.0889568373,
"total_value": 9753.7708237923,
"base_cost_quote": 1293.29468408,
"unrealized_pnl_exit_net": -384.820611035
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 242.95,
"quote_asset_bal": 8819.8432658198,
"total_value_mid": 9741.3526158198,
"total_value_exit_net": 9740.6614838073,
"total_value": 9741.3526158198,
"base_cost_quote": 1318.4437817675,
"unrealized_pnl_exit_net": -397.62556378
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 242.98,
"quote_asset_bal": 8820.3018732123,
"total_value_mid": 9738.5232932123,
"total_value_exit_net": 9737.8346271473,
"total_value": 9738.5232932123,
"base_cost_quote": 1318.44845527,
"unrealized_pnl_exit_net": -400.915701335
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 250.89,
"quote_asset_bal": 8790.7375463473,
"total_value_mid": 9734.8366163473,
"total_value_exit_net": 9734.1285420448,
"total_value": 9734.8366163473,
"base_cost_quote": 1348.514808135,
"unrealized_pnl_exit_net": -405.1238124375
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 265.8,
"quote_asset_bal": 8736.1662348948,
"total_value_mid": 9712.9812348948,
"total_value_exit_net": 9712.2486236448,
"total_value": 9712.9812348948,
"base_cost_quote": 1403.7774740725,
"unrealized_pnl_exit_net": -427.6950853225
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 289.56,
"quote_asset_bal": 8651.3945010798,
"total_value_mid": 9678.4638210798,
"total_value_exit_net": 9677.6935190898,
"total_value": 9678.4638210798,
"base_cost_quote": 1489.08885966,
"unrealized_pnl_exit_net": -462.78984165
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 274.14,
"quote_asset_bal": 8707.0233061848,
"total_value_mid": 9694.4755861848,
"total_value_exit_net": 9693.7349969748,
"total_value": 9694.4755861848,
"base_cost_quote": 1433.8949652625,
"unrealized_pnl_exit_net": -447.1832744725
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 289.41,
"quote_asset_bal": 8652.6003697898,
"total_value_mid": 9684.3470197898,
"total_value_exit_net": 9683.5732098023,
"total_value": 9684.3470197898,
"base_cost_quote": 1489.1215141325,
"unrealized_pnl_exit_net": -458.14867412
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 253.63,
"quote_asset_bal": 8783.6424268623,
"total_value_mid": 9732.4722568623,
"total_value_exit_net": 9731.7606344898,
"total_value": 9732.4722568623,
"base_cost_quote": 1358.596163485,
"unrealized_pnl_exit_net": -410.4779558575
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 253.6,
"quote_asset_bal": 8783.9486223498,
"total_value_mid": 9739.2598223498,
"total_value_exit_net": 9738.5433389498,
"total_value": 9739.2598223498,
"base_cost_quote": 1358.6082425375,
"unrealized_pnl_exit_net": -404.0135259375
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 317.69,
"quote_asset_bal": 8553.7283929048,
"total_value_mid": 9637.6866729048,
"total_value_exit_net": 9636.8737041948,
"total_value": 9637.6866729048,
"base_cost_quote": 1589.6164088175,
"unrealized_pnl_exit_net": -506.4710975275
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 304.72,
"quote_asset_bal": 8600.6697722123,
"total_value_mid": 9682.1210522123,
"total_value_exit_net": 9681.3099637523,
"total_value": 9682.1210522123,
"base_cost_quote": 1544.453251835,
"unrealized_pnl_exit_net": -463.813060295
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 310.35,
"quote_asset_bal": 8581.6552535549,
"total_value_mid": 9668.1906035549,
"total_value_exit_net": 9667.3757020424,
"total_value": 9668.1906035549,
"base_cost_quote": 1564.5140361475,
"unrealized_pnl_exit_net": -478.79358766
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 330.63,
"quote_asset_bal": 8511.8931570474,
"total_value_mid": 9642.9783870474,
"total_value_exit_net": 9642.1300731249,
"total_value": 9642.9783870474,
"base_cost_quote": 1634.888387355,
"unrealized_pnl_exit_net": -504.6514712775
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 348.76,
"quote_asset_bal": 8452.9529643024,
"total_value_mid": 9613.6262443024,
"total_value_exit_net": 9612.7557393424,
"total_value": 9613.6262443024,
"base_cost_quote": 1695.170525075,
"unrealized_pnl_exit_net": -535.367750035
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 348.77,
"quote_asset_bal": 8453.5355166524,
"total_value_mid": 9612.1494566524,
"total_value_exit_net": 9611.2804961974,
"total_value": 9612.1494566524,
"base_cost_quote": 1695.157235115,
"unrealized_pnl_exit_net": -537.41225557
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 309.23,
"quote_asset_bal": 8590.1261339399,
"total_value_mid": 9674.5957439399,
"total_value_exit_net": 9673.7823917324,
"total_value": 9674.5957439399,
"base_cost_quote": 1559.5159103625,
"unrealized_pnl_exit_net": -475.85965257
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 402.12,
"quote_asset_bal": 8285.0756097174,
"total_value_mid": 9516.7691697174,
"total_value_exit_net": 9515.8453995474,
"total_value": 9516.7691697174,
"base_cost_quote": 1865.7383650825,
"unrealized_pnl_exit_net": -634.9685752525
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 384.41,
"quote_asset_bal": 8342.0449821149,
"total_value_mid": 9541.7885921149,
"total_value_exit_net": 9540.8887844074,
"total_value": 9541.7885921149,
"base_cost_quote": 1810.59376763,
"unrealized_pnl_exit_net": -611.7499653375
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 403.98,
"quote_asset_bal": 8282.7186922149,
"total_value_mid": 9507.9900322149,
"total_value_exit_net": 9507.0710787099,
"total_value": 9507.9900322149,
"base_cost_quote": 1870.843140795,
"unrealized_pnl_exit_net": -646.4907543
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 408.83,
"quote_asset_bal": 8268.3231991824,
"total_value_mid": 9509.9399091824,
"total_value_exit_net": 9509.0086966499,
"total_value": 9509.9399091824,
"base_cost_quote": 1885.9035376275,
"unrealized_pnl_exit_net": -645.21804016
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 423.95,
"quote_asset_bal": 8224.1827986049,
"total_value_mid": 9491.7932986049,
"total_value_exit_net": 9490.8425907299,
"total_value": 9491.7932986049,
"base_cost_quote": 1931.081926025,
"unrealized_pnl_exit_net": -664.4221339
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 442.53,
"quote_asset_bal": 8169.4191731299,
"total_value_mid": 9476.6527931299,
"total_value_exit_net": 9475.6723679149,
"total_value": 9476.6527931299,
"base_cost_quote": 1986.30677362,
"unrealized_pnl_exit_net": -680.053578835
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 562.76,
"quote_asset_bal": 7834.0030648749,
"total_value_mid": 9324.1915448749,
"total_value_exit_net": 9323.0739035149,
"total_value": 9324.1915448749,
"base_cost_quote": 2322.50753522,
"unrealized_pnl_exit_net": -833.43669658
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 605.87,
"quote_asset_bal": 7725.1842551574,
"total_value_mid": 9253.7942651574,
"total_value_exit_net": 9252.6478076499,
"total_value": 9253.7942651574,
"base_cost_quote": 2432.9373054775,
"unrealized_pnl_exit_net": -905.473752985
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 557.43,
"quote_asset_bal": 7852.0678140574,
"total_value_mid": 9324.2404440574,
"total_value_exit_net": 9323.1363145849,
"total_value": 9324.2404440574,
"base_cost_quote": 2307.4596978,
"unrealized_pnl_exit_net": -836.3911972725
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 523.78,
"quote_asset_bal": 7943.4927739399,
"total_value_mid": 9383.3639939399,
"total_value_exit_net": 9382.2840905249,
"total_value": 9383.3639939399,
"base_cost_quote": 2217.1217851425,
"unrealized_pnl_exit_net": -778.3304685575
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 518.32,
"quote_asset_bal": 7959.3488031574,
"total_value_mid": 9393.0219231574,
"total_value_exit_net": 9391.9466683174,
"total_value": 9393.0219231574,
"base_cost_quote": 2202.122534135,
"unrealized_pnl_exit_net": -769.524668975
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 447.79,
"quote_asset_bal": 8161.1573370674,
"total_value_mid": 9470.4952970674,
"total_value_exit_net": 9469.5132935974,
"total_value": 9470.4952970674,
"base_cost_quote": 2001.3499575525,
"unrealized_pnl_exit_net": -692.9940010225
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 291.48,
"quote_asset_bal": 8670.7554227799,
"total_value_mid": 9715.4197427799,
"total_value_exit_net": 9714.6362445399,
"total_value": 9715.4197427799,
"base_cost_quote": 1494.1997199325,
"unrealized_pnl_exit_net": -450.3188981725
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 320.14,
"quote_asset_bal": 8571.8588560974,
"total_value_mid": 9673.1404560974,
"total_value_exit_net": 9672.3144948974,
"total_value": 9673.1404560974,
"base_cost_quote": 1594.682535565,
"unrealized_pnl_exit_net": -494.226896765
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 310.31,
"quote_asset_bal": 8608.3482221274,
"total_value_mid": 9679.8486521274,
"total_value_exit_net": 9679.0450268049,
"total_value": 9679.8486521274,
"base_cost_quote": 1559.4761405575,
"unrealized_pnl_exit_net": -488.77933588
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 299.99,
"quote_asset_bal": 8645.0980990774,
"total_value_mid": 9714.5624490774,
"total_value_exit_net": 9713.7603508149,
"total_value": 9714.5624490774,
"base_cost_quote": 1524.3390875175,
"unrealized_pnl_exit_net": -455.67683578
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 284.66,
"quote_asset_bal": 8701.6949665849,
"total_value_mid": 9742.6965865849,
"total_value_exit_net": 9741.9158353699,
"total_value": 9742.6965865849,
"base_cost_quote": 1469.09031199,
"unrealized_pnl_exit_net": -428.869443205
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 251.56,
"quote_asset_bal": 8828.3004637324,
"total_value_mid": 9759.5755837324,
"total_value_exit_net": 9758.8771273924,
"total_value": 9759.5755837324,
"base_cost_quote": 1343.6403650425,
"unrealized_pnl_exit_net": -413.0637013825
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 273.45,
"quote_asset_bal": 8748.7584522899,
"total_value_mid": 9729.6236022899,
"total_value_exit_net": 9728.8879534274,
"total_value": 9729.6236022899,
"base_cost_quote": 1423.97201863,
"unrealized_pnl_exit_net": -443.8425174925
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 259.56,
"quote_asset_bal": 8799.4245479024,
"total_value_mid": 9751.2310679024,
"total_value_exit_net": 9750.5172130124,
"total_value": 9751.2310679024,
"base_cost_quote": 1373.737591045,
"unrealized_pnl_exit_net": -422.644925935
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 260.93,
"quote_asset_bal": 8794.7899643624,
"total_value_mid": 9755.7951543624,
"total_value_exit_net": 9755.0744004699,
"total_value": 9755.7951543624,
"base_cost_quote": 1378.74672508,
"unrealized_pnl_exit_net": -418.4622889725
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 258.22,
"quote_asset_bal": 8805.4715266974,
"total_value_mid": 9751.5896066974,
"total_value_exit_net": 9750.8800181374,
"total_value": 9751.5896066974,
"base_cost_quote": 1368.702017195,
"unrealized_pnl_exit_net": -423.293525755
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 273.34,
"quote_asset_bal": 8750.6160274999,
"total_value_mid": 9733.8200074999,
"total_value_exit_net": 9733.0826045149,
"total_value": 9733.8200074999,
"base_cost_quote": 1423.924082705,
"unrealized_pnl_exit_net": -441.45750569
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 258.19,
"quote_asset_bal": 8806.4136986199,
"total_value_mid": 9755.7783286199,
"total_value_exit_net": 9755.0663051474,
"total_value": 9755.7783286199,
"base_cost_quote": 1368.6749469075,
"unrealized_pnl_exit_net": -420.02234038
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 209.71,
"quote_asset_bal": 8993.6284794899,
"total_value_mid": 9842.7442694899,
"total_value_exit_net": 9842.1074326474,
"total_value": 9842.7442694899,
"base_cost_quote": 1182.8472605925,
"unrealized_pnl_exit_net": -334.368307435
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 249.61,
"quote_asset_bal": 8839.0621067674,
"total_value_mid": 9786.3320567674,
"total_value_exit_net": 9785.6216043049,
"total_value": 9786.3320567674,
"base_cost_quote": 1338.5997073825,
"unrealized_pnl_exit_net": -392.040209845
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 268.41,
"quote_asset_bal": 8769.6271347449,
"total_value_mid": 9762.4757247449,
"total_value_exit_net": 9761.7310883024,
"total_value": 9762.4757247449,
"base_cost_quote": 1408.85725105,
"unrealized_pnl_exit_net": -416.7532974925
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 232.54,
"quote_asset_bal": 8906.4927013874,
"total_value_mid": 9812.0034613874,
"total_value_exit_net": 9811.3243283174,
"total_value": 9812.0034613874,
"base_cost_quote": 1273.2395640125,
"unrealized_pnl_exit_net": -368.4079370825
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 202.36,
"quote_asset_bal": 9028.4134555074,
"total_value_mid": 9859.9106955074,
"total_value_exit_net": 9859.2870725774,
"total_value": 9859.9106955074,
"base_cost_quote": 1152.68950923,
"unrealized_pnl_exit_net": -321.81589216
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 219.37,
"quote_asset_bal": 8958.845145485,
"total_value_mid": 9849.267975485,
"total_value_exit_net": 9848.6001583625,
"total_value": 9849.267975485,
"base_cost_quote": 1223.0636602875,
"unrealized_pnl_exit_net": -333.30864741
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 248.7,
"quote_asset_bal": 8843.9880892725,
"total_value_mid": 9798.2499892725,
"total_value_exit_net": 9797.5342928475,
"total_value": 9798.2499892725,
"base_cost_quote": 1338.58586701,
"unrealized_pnl_exit_net": -385.039663435
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 305.33,
"quote_asset_bal": 8633.767208795,
"total_value_mid": 9731.123228795,
"total_value_exit_net": 9730.30021178,
"total_value": 9731.123228795,
"base_cost_quote": 1549.5775421725,
"unrealized_pnl_exit_net": -453.0445391875
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 346.89,
"quote_asset_bal": 8489.1881105275,
"total_value_mid": 9674.1643505275,
"total_value_exit_net": 9673.2756183475,
"total_value": 9674.1643505275,
"base_cost_quote": 1695.256989875,
"unrealized_pnl_exit_net": -511.169482055
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 378.55,
"quote_asset_bal": 8384.3063578175,
"total_value_mid": 9617.6222578175,
"total_value_exit_net": 9616.6972708925,
"total_value": 9617.6222578175,
"base_cost_quote": 1800.6594324625,
"unrealized_pnl_exit_net": -568.2685193875
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 453.39,
"quote_asset_bal": 8154.475823315,
"total_value_mid": 9477.014453315,
"total_value_exit_net": 9476.0225493425,
"total_value": 9477.014453315,
"base_cost_quote": 2031.59559478,
"unrealized_pnl_exit_net": -710.0488687525
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 403.4,
"quote_asset_bal": 8308.2407432375,
"total_value_mid": 9560.3943432375,
"total_value_exit_net": 9559.4552280375,
"total_value": 9560.3943432375,
"base_cost_quote": 1880.8521719425,
"unrealized_pnl_exit_net": -629.6376871425
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 441.01,
"quote_asset_bal": 8194.0231905125,
"total_value_mid": 9511.3200605125,
"total_value_exit_net": 9510.33208786,
"total_value": 9511.3200605125,
"base_cost_quote": 1996.3372008025,
"unrealized_pnl_exit_net": -680.028303455
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 409.72,
"quote_asset_bal": 8291.1088172125,
"total_value_mid": 9584.5948572125,
"total_value_exit_net": 9583.6247426825,
"total_value": 9584.5948572125,
"base_cost_quote": 1901.00632623,
"unrealized_pnl_exit_net": -608.49040076
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 466.11,
"quote_asset_bal": 8121.41724659,
"total_value_mid": 9480.12789659,
"total_value_exit_net": 9479.1088636025,
"total_value": 9480.12789659,
"base_cost_quote": 2071.6722597525,
"unrealized_pnl_exit_net": -713.98064274
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 466.04,
"quote_asset_bal": 8122.32150399,
"total_value_mid": 9485.48850399,
"total_value_exit_net": 9484.46612874,
"total_value": 9485.48850399,
"base_cost_quote": 2071.6519845575,
"unrealized_pnl_exit_net": -709.5073598075
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 447.53,
"quote_asset_bal": 8178.565919415,
"total_value_mid": 9513.100379415,
"total_value_exit_net": 9512.09947857,
"total_value": 9513.100379415,
"base_cost_quote": 2016.5373395525,
"unrealized_pnl_exit_net": -683.0037803975
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 504.52,
"quote_asset_bal": 8013.9520747475,
"total_value_mid": 9434.1758747475,
"total_value_exit_net": 9433.1107068975,
"total_value": 9434.1758747475,
"base_cost_quote": 2182.069225425,
"unrealized_pnl_exit_net": -762.910593275
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 483.37,
"quote_asset_bal": 8075.3388368125,
"total_value_mid": 9472.2781368125,
"total_value_exit_net": 9471.2304323375,
"total_value": 9472.2781368125,
"base_cost_quote": 2121.8791867275,
"unrealized_pnl_exit_net": -725.9875912025
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 488.49,
"quote_asset_bal": 8061.35366563,
"total_value_mid": 9456.48110563,
"total_value_exit_net": 9455.43476005,
"total_value": 9456.48110563,
"base_cost_quote": 2136.995125185,
"unrealized_pnl_exit_net": -742.914030765
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 483.18,
"quote_asset_bal": 8077.6214167975,
"total_value_mid": 9474.4947967975,
"total_value_exit_net": 9473.4471417625,
"total_value": 9474.4947967975,
"base_cost_quote": 2121.9386312775,
"unrealized_pnl_exit_net": -726.1129063125
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 469.33,
"quote_asset_bal": 8118.428538945,
"total_value_mid": 9499.666728945,
"total_value_exit_net": 9498.6308003025,
"total_value": 9499.666728945,
"base_cost_quote": 2081.753284855,
"unrealized_pnl_exit_net": -701.5510234975
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 443.96,
"quote_asset_bal": 8194.1949363775,
"total_value_mid": 9525.1870163775,
"total_value_exit_net": 9524.1887723175,
"total_value": 9525.1870163775,
"base_cost_quote": 2006.4441553375,
"unrealized_pnl_exit_net": -676.4503193975
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 457.41,
"quote_asset_bal": 8154.2385356475,
"total_value_mid": 9512.2888256475,
"total_value_exit_net": 9511.27028793,
"total_value": 9512.2888256475,
"base_cost_quote": 2046.6035723275,
"unrealized_pnl_exit_net": -689.571820045
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 443.96,
"quote_asset_bal": 8194.742594365,
"total_value_mid": 9525.734674365,
"total_value_exit_net": 9524.736430305,
"total_value": 9525.734674365,
"base_cost_quote": 2006.449169095,
"unrealized_pnl_exit_net": -676.455333155
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 484.76,
"quote_asset_bal": 8074.75067812,
"total_value_mid": 9478.61563812,
"total_value_exit_net": 9477.5627394,
"total_value": 9478.61563812,
"base_cost_quote": 2126.86679463,
"unrealized_pnl_exit_net": -724.05473335
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 427.59,
"quote_asset_bal": 8246.155906295,
"total_value_mid": 9565.271056295,
"total_value_exit_net": 9564.2817199325,
"total_value": 9565.271056295,
"base_cost_quote": 1956.231734245,
"unrealized_pnl_exit_net": -638.1059206075
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 408.38,
"quote_asset_bal": 8307.222538455,
"total_value_mid": 9606.279318455,
"total_value_exit_net": 9605.30502587,
"total_value": 9606.279318455,
"base_cost_quote": 1895.99224849,
"unrealized_pnl_exit_net": -597.909761075
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 403.58,
"quote_asset_bal": 8322.895079545,
"total_value_mid": 9611.122439545,
"total_value_exit_net": 9610.156269025,
"total_value": 9611.122439545,
"base_cost_quote": 1880.93400327,
"unrealized_pnl_exit_net": -593.67281379
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 400.45,
"quote_asset_bal": 8333.60361604,
"total_value_mid": 9615.04361604,
"total_value_exit_net": 9614.08253604,
"total_value": 9615.04361604,
"base_cost_quote": 1870.8959103425,
"unrealized_pnl_exit_net": -590.4169903425
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 362.12,
"quote_asset_bal": 8459.6944274675,
"total_value_mid": 9670.6237074675,
"total_value_exit_net": 9669.7155105075,
"total_value": 9670.6237074675,
"base_cost_quote": 1745.44398191,
"unrealized_pnl_exit_net": -535.42289887
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 378.79,
"quote_asset_bal": 8405.2021173475,
"total_value_mid": 9643.4666273476,
"total_value_exit_net": 9642.5379289651,
"total_value": 9643.4666273476,
"base_cost_quote": 1800.6748840425,
"unrealized_pnl_exit_net": -563.339072425
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 378.74,
"quote_asset_bal": 8405.9630871501,
"total_value_mid": 9646.3365871501,
"total_value_exit_net": 9645.4063070251,
"total_value": 9646.3365871501,
"base_cost_quote": 1800.658341645,
"unrealized_pnl_exit_net": -561.21512177
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 400.49,
"quote_asset_bal": 8336.067555555,
"total_value_mid": 9612.429185555,
"total_value_exit_net": 9611.4719143325,
"total_value": 9612.429185555,
"base_cost_quote": 1870.976480725,
"unrealized_pnl_exit_net": -595.5721219475
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 406.75,
"quote_asset_bal": 8316.522462515,
"total_value_mid": 9602.259212515,
"total_value_exit_net": 9601.2949099525,
"total_value": 9602.259212515,
"base_cost_quote": 1891.00963433,
"unrealized_pnl_exit_net": -606.2371868925
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 398.89,
"quote_asset_bal": 8342.0522361301,
"total_value_mid": 9623.6858061301,
"total_value_exit_net": 9622.7245809526,
"total_value": 9623.6858061301,
"base_cost_quote": 1865.967166555,
"unrealized_pnl_exit_net": -585.2948217325
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 411.48,
"quote_asset_bal": 8302.2390391751,
"total_value_mid": 9606.6306391751,
"total_value_exit_net": 9605.6523454751,
"total_value": 9606.6306391751,
"base_cost_quote": 1906.0949898675,
"unrealized_pnl_exit_net": -602.6816835675
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 424.38,
"quote_asset_bal": 8262.3589212876,
"total_value_mid": 9571.5712212876,
"total_value_exit_net": 9570.5893120626,
"total_value": 9571.5712212876,
"base_cost_quote": 1946.26092174,
"unrealized_pnl_exit_net": -638.030530965
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 439.13,
"quote_asset_bal": 8217.4710979776,
"total_value_mid": 9541.4480479776,
"total_value_exit_net": 9540.4550652651,
"total_value": 9541.4480479776,
"base_cost_quote": 1991.47032338,
"unrealized_pnl_exit_net": -668.4863560925
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 455.95,
"quote_asset_bal": 8167.7324874901,
"total_value_mid": 9518.7123374901,
"total_value_exit_net": 9517.6991026026,
"total_value": 9518.7123374901,
"base_cost_quote": 2041.6470176975,
"unrealized_pnl_exit_net": -691.680402585
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 444.14,
"quote_asset_bal": 8203.4500195776,
"total_value_mid": 9541.1996995776,
"total_value_exit_net": 9540.1963873176,
"total_value": 9541.1996995776,
"base_cost_quote": 2006.507132535,
"unrealized_pnl_exit_net": -669.760764795
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 442.48,
"quote_asset_bal": 8208.8056468051,
"total_value_mid": 9542.4403668051,
"total_value_exit_net": 9541.4401407651,
"total_value": 9542.4403668051,
"base_cost_quote": 2001.4901626275,
"unrealized_pnl_exit_net": -668.8556686675
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 399.01,
"quote_asset_bal": 8344.9494584576,
"total_value_mid": 9626.9685884576,
"total_value_exit_net": 9626.0070741101,
"total_value": 9626.9685884576,
"base_cost_quote": 1865.92139225,
"unrealized_pnl_exit_net": -584.8637765975
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 372.87,
"quote_asset_bal": 8431.2631663901,
"total_value_mid": 9655.3953763901,
"total_value_exit_net": 9654.4772772326,
"total_value": 9655.3953763901,
"base_cost_quote": 1780.6107672325,
"unrealized_pnl_exit_net": -557.39665639
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 330.15,
"quote_asset_bal": 8577.8579024551,
"total_value_mid": 9738.0050024551,
"total_value_exit_net": 9737.1348921301,
"total_value": 9738.0050024551,
"base_cost_quote": 1635.01234025,
"unrealized_pnl_exit_net": -475.735350575
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 347.67,
"quote_asset_bal": 8518.6656448976,
"total_value_mid": 9704.5680148976,
"total_value_exit_net": 9703.6785881201,
"total_value": 9704.5680148976,
"base_cost_quote": 1695.2158490425,
"unrealized_pnl_exit_net": -510.20290582
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 353.48,
"quote_asset_bal": 8499.9479157001,
"total_value_mid": 9685.1663557001,
"total_value_exit_net": 9684.2774418701,
"total_value": 9685.1663557001,
"base_cost_quote": 1715.2365132875,
"unrealized_pnl_exit_net": -530.9069871175
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 350.52,
"quote_asset_bal": 8510.9356694351,
"total_value_mid": 9700.9510694351,
"total_value_exit_net": 9700.0585578851,
"total_value": 9700.9510694351,
"base_cost_quote": 1705.2538919325,
"unrealized_pnl_exit_net": -516.1310034825
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 389.84,
"quote_asset_bal": 8381.2111452376,
"total_value_mid": 9646.2419452376,
"total_value_exit_net": 9645.2931721376,
"total_value": 9646.2419452376,
"base_cost_quote": 1835.8056323575,
"unrealized_pnl_exit_net": -571.7236054575
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 434.44,
"quote_asset_bal": 8241.7400689201,
"total_value_mid": 9575.0364289201,
"total_value_exit_net": 9574.0364566501,
"total_value": 9575.0364289201,
"base_cost_quote": 1976.29923359,
"unrealized_pnl_exit_net": -644.00284586
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 423.13,
"quote_asset_bal": 8277.5264047876,
"total_value_mid": 9589.2294047876,
"total_value_exit_net": 9588.2456275376,
"total_value": 9589.2294047876,
"base_cost_quote": 1941.1566464025,
"unrealized_pnl_exit_net": -630.4374236525
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 429.53,
"quote_asset_bal": 8258.1930925051,
"total_value_mid": 9579.4273725051,
"total_value_exit_net": 9578.4364467951,
"total_value": 9579.4273725051,
"base_cost_quote": 1961.20772344,
"unrealized_pnl_exit_net": -640.96436915
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 408.55,
"quote_asset_bal": 8324.0746291326,
"total_value_mid": 9606.1045291326,
"total_value_exit_net": 9605.1430067076,
"total_value": 9606.1045291326,
"base_cost_quote": 1895.9545902675,
"unrealized_pnl_exit_net": -614.8862126925
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 441.04,
"quote_asset_bal": 8224.5985312101,
"total_value_mid": 9560.9497312101,
"total_value_exit_net": 9559.9474678101,
"total_value": 9560.9497312101,
"base_cost_quote": 1996.36687304,
"unrealized_pnl_exit_net": -661.01793644
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 422.97,
"quote_asset_bal": 8280.3691548051,
"total_value_mid": 9584.8086348051,
"total_value_exit_net": 9583.8303051951,
"total_value": 9584.8086348051,
"base_cost_quote": 1941.143146285,
"unrealized_pnl_exit_net": -637.681995895
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 419.71,
"quote_asset_bal": 8290.9288181076,
"total_value_mid": 9588.2524281076,
"total_value_exit_net": 9587.2794354001,
"total_value": 9588.2524281076,
"base_cost_quote": 1931.1265694825,
"unrealized_pnl_exit_net": -634.77595219
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 402.07,
"quote_asset_bal": 8346.6051944026,
"total_value_mid": 9622.3733044026,
"total_value_exit_net": 9621.4164783201,
"total_value": 9622.3733044026,
"base_cost_quote": 1875.9246590775,
"unrealized_pnl_exit_net": -601.11337516
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 447.88,
"quote_asset_bal": 8206.6180968876,
"total_value_mid": 9539.9568568876,
"total_value_exit_net": 9538.9568528176,
"total_value": 9539.9568568876,
"base_cost_quote": 2016.5287130875,
"unrealized_pnl_exit_net": -684.1899571575
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 436.13,
"quote_asset_bal": 8242.0960553451,
"total_value_mid": 9564.0060853451,
"total_value_exit_net": 9563.0146528226,
"total_value": 9564.0060853451,
"base_cost_quote": 1981.382983545,
"unrealized_pnl_exit_net": -660.4643860675
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 447.71,
"quote_asset_bal": 8207.4448904626,
"total_value_mid": 9547.8886304626,
"total_value_exit_net": 9546.8832976576,
"total_value": 9547.8886304626,
"base_cost_quote": 2016.5257308525,
"unrealized_pnl_exit_net": -677.0873236575
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 454.46,
"quote_asset_bal": 8187.7807127576,
"total_value_mid": 9537.0724527576,
"total_value_exit_net": 9536.0604839526,
"total_value": 9537.0724527576,
"base_cost_quote": 2036.5899677525,
"unrealized_pnl_exit_net": -688.3101965575
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 437.68,
"quote_asset_bal": 8238.4234348026,
"total_value_mid": 9554.9648748026,
"total_value_exit_net": 9553.9774687226,
"total_value": 9554.9648748026,
"base_cost_quote": 1986.4018148475,
"unrealized_pnl_exit_net": -670.8477809275
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 301.25,
"quote_asset_bal": 8692.8644510101,
"total_value_mid": 9694.5207010101,
"total_value_exit_net": 9693.7694588226,
"total_value": 9694.5207010101,
"base_cost_quote": 1534.5172554225,
"unrealized_pnl_exit_net": -533.61224761
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 320.38,
"quote_asset_bal": 8629.0435027451,
"total_value_mid": 9714.8113227451,
"total_value_exit_net": 9713.9969968801,
"total_value": 9714.8113227451,
"base_cost_quote": 1599.793365815,
"unrealized_pnl_exit_net": -514.83987168
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 368.29,
"quote_asset_bal": 8474.5368499551,
"total_value_mid": 9611.8163699551,
"total_value_exit_net": 9610.9634103151,
"total_value": 9611.8163699551,
"base_cost_quote": 1755.43182718,
"unrealized_pnl_exit_net": -619.00526682
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 363.51,
"quote_asset_bal": 8490.3234449976,
"total_value_mid": 9634.6529249976,
"total_value_exit_net": 9633.7946778876,
"total_value": 9634.6529249976,
"base_cost_quote": 1740.3228339275,
"unrealized_pnl_exit_net": -596.8516010375
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 361.84,
"quote_asset_bal": 8495.7019342501,
"total_value_mid": 9649.2478542501,
"total_value_exit_net": 9648.3826948101,
"total_value": 9649.2478542501,
"base_cost_quote": 1735.286029155,
"unrealized_pnl_exit_net": -582.605268595
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 366.54,
"quote_asset_bal": 8481.0403744651,
"total_value_mid": 9659.8330144651,
"total_value_exit_net": 9658.9489199851,
"total_value": 9659.8330144651,
"base_cost_quote": 1750.3265911225,
"unrealized_pnl_exit_net": -572.4180456025
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 371.24,
"quote_asset_bal": 8466.2711560751,
"total_value_mid": 9647.5568360751,
"total_value_exit_net": 9646.6708718151,
"total_value": 9647.5568360751,
"base_cost_quote": 1765.4014087625,
"unrealized_pnl_exit_net": -585.0016930225
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 375.97,
"quote_asset_bal": 8451.4616921401,
"total_value_mid": 9642.9106221401,
"total_value_exit_net": 9642.0170354426,
"total_value": 9642.9106221401,
"base_cost_quote": 1780.47095245,
"unrealized_pnl_exit_net": -589.9156091475
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 392.26,
"quote_asset_bal": 8401.9934012026,
"total_value_mid": 9591.3257212026,
"total_value_exit_net": 9590.4337219626,
"total_value": 9591.3257212026,
"base_cost_quote": 1830.7123152325,
"unrealized_pnl_exit_net": -642.2719944725
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 375.86,
"quote_asset_bal": 8452.6548350527,
"total_value_mid": 9637.3655550527,
"total_value_exit_net": 9636.4770220127,
"total_value": 9637.3655550527,
"base_cost_quote": 1780.4960812825,
"unrealized_pnl_exit_net": -596.6738943225
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 366.37,
"quote_asset_bal": 8482.9584850401,
"total_value_mid": 9648.0150850401,
"total_value_exit_net": 9647.1412925901,
"total_value": 9648.0150850401,
"base_cost_quote": 1750.381182035,
"unrealized_pnl_exit_net": -586.198374485
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 371.11,
"quote_asset_bal": 8468.0644793202,
"total_value_mid": 9644.4831793202,
"total_value_exit_net": 9643.6008652952,
"total_value": 9644.4831793202,
"base_cost_quote": 1765.440387975,
"unrealized_pnl_exit_net": -589.904002
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 336.95,
"quote_asset_bal": 8578.9835919701,
"total_value_mid": 9692.9402919701,
"total_value_exit_net": 9692.1048244451,
"total_value": 9692.9402919701,
"base_cost_quote": 1655.0547307775,
"unrealized_pnl_exit_net": -541.9334983025
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 324.85,
"quote_asset_bal": 8619.7778250451,
"total_value_mid": 9707.3756250451,
"total_value_exit_net": 9706.5599266952,
"total_value": 9707.3756250451,
"base_cost_quote": 1614.8479182675,
"unrealized_pnl_exit_net": -528.0658166175
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 347.74,
"quote_asset_bal": 8545.0217400051,
"total_value_mid": 9671.0038600051,
"total_value_exit_net": 9670.1593734151,
"total_value": 9671.0038600051,
"base_cost_quote": 1690.1328596575,
"unrealized_pnl_exit_net": -564.9952262475
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 381.03,
"quote_asset_bal": 8440.0750183976,
"total_value_mid": 9616.6956583976,
"total_value_exit_net": 9615.8131929176,
"total_value": 9616.6956583976,
"base_cost_quote": 1795.49857472,
"unrealized_pnl_exit_net": -619.7604002
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 392.53,
"quote_asset_bal": 8405.8826352251,
"total_value_mid": 9592.8933552251,
"total_value_exit_net": 9592.0030971851,
"total_value": 9592.8933552251,
"base_cost_quote": 1830.6464458675,
"unrealized_pnl_exit_net": -644.5259839075
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 417.69,
"quote_asset_bal": 8330.9935009601,
"total_value_mid": 9564.0143809601,
"total_value_exit_net": 9563.0896153001,
"total_value": 9564.0143809601,
"base_cost_quote": 1905.8806492325,
"unrealized_pnl_exit_net": -673.7845348925
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 410.91,
"quote_asset_bal": 8351.3279558726,
"total_value_mid": 9572.9633858726,
"total_value_exit_net": 9572.0471593001,
"total_value": 9572.9633858726,
"base_cost_quote": 1885.817242955,
"unrealized_pnl_exit_net": -665.0980395275
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 412.65,
"quote_asset_bal": 8346.6541291701,
"total_value_mid": 9570.1613791701,
"total_value_exit_net": 9569.2437487326,
"total_value": 9570.1613791701,
"base_cost_quote": 1890.8432796575,
"unrealized_pnl_exit_net": -668.253660095
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 417.75,
"quote_asset_bal": 8332.2637198701,
"total_value_mid": 9568.3859698701,
"total_value_exit_net": 9567.4588781826,
"total_value": 9568.3859698701,
"base_cost_quote": 1905.9129734575,
"unrealized_pnl_exit_net": -670.717815145
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 422.93,
"quote_asset_bal": 8317.9002535627,
"total_value_mid": 9564.2749635627,
"total_value_exit_net": 9563.3401825302,
"total_value": 9564.2749635627,
"base_cost_quote": 1920.9872607,
"unrealized_pnl_exit_net": -675.5473317325
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 414.43,
"quote_asset_bal": 8343.3520000502,
"total_value_mid": 9573.7946700502,
"total_value_exit_net": 9572.8718380477,
"total_value": 9573.7946700502,
"base_cost_quote": 1895.9210451275,
"unrealized_pnl_exit_net": -666.40120713
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 424.61,
"quote_asset_bal": 8313.8037221452,
"total_value_mid": 9560.8832921452,
"total_value_exit_net": 9559.9479824677,
"total_value": 9560.8832921452,
"base_cost_quote": 1926.0173204175,
"unrealized_pnl_exit_net": -679.873060095
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 454.02,
"quote_asset_bal": 8228.9907923302,
"total_value_mid": 9525.6719123302,
"total_value_exit_net": 9524.6994014902,
"total_value": 9525.6719123302,
"base_cost_quote": 2011.3042776975,
"unrealized_pnl_exit_net": -715.5956685375
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 505.7,
"quote_asset_bal": 8084.5152311527,
"total_value_mid": 9466.0876311527,
"total_value_exit_net": 9465.0514518527,
"total_value": 9466.0876311527,
"base_cost_quote": 2156.829549855,
"unrealized_pnl_exit_net": -776.293329155
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 445.6,
"quote_asset_bal": 8256.0964506552,
"total_value_mid": 9551.9012506552,
"total_value_exit_net": 9550.9293970552,
"total_value": 9551.9012506552,
"base_cost_quote": 1986.1645570375,
"unrealized_pnl_exit_net": -691.3316106375
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 447.35,
"quote_asset_bal": 8251.5624303527,
"total_value_mid": 9551.5615303527,
"total_value_exit_net": 9550.5865310277,
"total_value": 9551.5615303527,
"base_cost_quote": 1991.20924772,
"unrealized_pnl_exit_net": -692.185147045
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 475.41,
"quote_asset_bal": 8171.6543467402,
"total_value_mid": 9518.9662867402,
"total_value_exit_net": 9517.9558027852,
"total_value": 9518.9662867402,
"base_cost_quote": 2071.5325950825,
"unrealized_pnl_exit_net": -725.2311390375
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 475.44,
"quote_asset_bal": 8172.0728226952,
"total_value_mid": 9509.9609826952,
"total_value_exit_net": 9508.9575665752,
"total_value": 9509.9609826952,
"base_cost_quote": 2071.5285120225,
"unrealized_pnl_exit_net": -734.6437681425
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 463.01,
"quote_asset_bal": 8207.5649253402,
"total_value_mid": 9527.6064353402,
"total_value_exit_net": 9526.6164042077,
"total_value": 9527.6064353402,
"base_cost_quote": 2036.4000053875,
"unrealized_pnl_exit_net": -717.34852652
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 461.25,
"quote_asset_bal": 8212.6950266202,
"total_value_mid": 9528.1800266202,
"total_value_exit_net": 9527.1934128702,
"total_value": 9528.1800266202,
"base_cost_quote": 2031.3820047075,
"unrealized_pnl_exit_net": -716.8836184575
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 438.58,
"quote_asset_bal": 8278.1341548427,
"total_value_mid": 9555.7176948427,
"total_value_exit_net": 9554.7595071877,
"total_value": 9555.7176948427,
"base_cost_quote": 1966.129031655,
"unrealized_pnl_exit_net": -689.50367931
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 436.88,
"quote_asset_bal": 8283.4090501327,
"total_value_mid": 9555.6036101327,
"total_value_exit_net": 9554.6494642127,
"total_value": 9555.6036101327,
"base_cost_quote": 1961.140853325,
"unrealized_pnl_exit_net": -689.900439245
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 484.44,
"quote_asset_bal": 8148.0956647827,
"total_value_mid": 9498.2299447827,
"total_value_exit_net": 9497.2173440727,
"total_value": 9498.2299447827,
"base_cost_quote": 2096.6323457875,
"unrealized_pnl_exit_net": -747.5106664975
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 456.1,
"quote_asset_bal": 8228.7965755453,
"total_value_mid": 9535.5230755453,
"total_value_exit_net": 9534.5430306703,
"total_value": 9535.5230755453,
"base_cost_quote": 2016.3109298725,
"unrealized_pnl_exit_net": -710.5644747475
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 468.33,
"quote_asset_bal": 8193.9670363228,
"total_value_mid": 9529.1758663228,
"total_value_exit_net": 9528.1744597003,
"total_value": 9529.1758663228,
"base_cost_quote": 2051.467107245,
"unrealized_pnl_exit_net": -717.2596838675
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 509.67,
"quote_asset_bal": 8078.8092231028,
"total_value_mid": 9475.8146931028,
"total_value_exit_net": 9474.7669390003,
"total_value": 9475.8146931028,
"base_cost_quote": 2166.90880363,
"unrealized_pnl_exit_net": -770.9510877325
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 509.65,
"quote_asset_bal": 8079.0177564103,
"total_value_mid": 9478.5166564103,
"total_value_exit_net": 9477.4670322353,
"total_value": 9478.5166564103,
"base_cost_quote": 2166.8901396425,
"unrealized_pnl_exit_net": -768.4408638175
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 442.06,
"quote_asset_bal": 8276.2693125103,
"total_value_mid": 9530.8355925103,
"total_value_exit_net": 9529.8946678003,
"total_value": 9530.8355925103,
"base_cost_quote": 1971.2109902675,
"unrealized_pnl_exit_net": -717.5856349775
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 469.05,
"quote_asset_bal": 8201.4859406853,
"total_value_mid": 9484.8067406853,
"total_value_exit_net": 9483.8442500853,
"total_value": 9484.8067406853,
"base_cost_quote": 2046.4185736825,
"unrealized_pnl_exit_net": -764.0602642825
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 441.85,
"quote_asset_bal": 8276.9766400853,
"total_value_mid": 9515.0403400853,
"total_value_exit_net": 9514.1117923103,
"total_value": 9515.0403400853,
"base_cost_quote": 1971.17147065,
"unrealized_pnl_exit_net": -734.036318425
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 427.58,
"quote_asset_bal": 8317.3998615103,
"total_value_mid": 9530.0167415103,
"total_value_exit_net": 9529.1072788503,
"total_value": 9530.0167415103,
"base_cost_quote": 1931.0568072,
"unrealized_pnl_exit_net": -719.34938986
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 410.14,
"quote_asset_bal": 8368.0214421003,
"total_value_mid": 9575.0634621003,
"total_value_exit_net": 9574.1581805853,
"total_value": 9575.0634621003,
"base_cost_quote": 1880.86222948,
"unrealized_pnl_exit_net": -674.725490995
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 411.68,
"quote_asset_bal": 8364.0077665253,
"total_value_mid": 9582.9922465253,
"total_value_exit_net": 9582.0780081653,
"total_value": 9582.9922465253,
"base_cost_quote": 1885.824928715,
"unrealized_pnl_exit_net": -667.754687075
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 403.3,
"quote_asset_bal": 8389.6728645678,
"total_value_mid": 9599.5728645678,
"total_value_exit_net": 9598.6654395678,
"total_value": 9599.5728645678,
"base_cost_quote": 1860.7296313475,
"unrealized_pnl_exit_net": -651.7370563475
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 414.99,
"quote_asset_bal": 8354.9311442628,
"total_value_mid": 9587.0364542628,
"total_value_exit_net": 9586.1123752803,
"total_value": 9587.0364542628,
"base_cost_quote": 1895.8651032025,
"unrealized_pnl_exit_net": -664.683872185
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 396.54,
"quote_asset_bal": 8410.7458354653,
"total_value_mid": 9610.2793354653,
"total_value_exit_net": 9609.3796853403,
"total_value": 9610.2793354653,
"base_cost_quote": 1840.651313895,
"unrealized_pnl_exit_net": -642.01746402
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 389.95,
"quote_asset_bal": 8431.3795505528,
"total_value_mid": 9637.8848505528,
"total_value_exit_net": 9636.9799715778,
"total_value": 9637.8848505528,
"base_cost_quote": 1820.5914702875,
"unrealized_pnl_exit_net": -614.9910492625
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 377.07,
"quote_asset_bal": 8471.9456099928,
"total_value_mid": 9662.7326699928,
"total_value_exit_net": 9661.8395796978,
"total_value": 9662.7326699928,
"base_cost_quote": 1780.4563114775,
"unrealized_pnl_exit_net": -590.5623417725
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 369.12,
"quote_asset_bal": 8497.7197601703,
"total_value_mid": 9677.4272801703,
"total_value_exit_net": 9676.5424995303,
"total_value": 9677.4272801703,
"base_cost_quote": 1755.377486455,
"unrealized_pnl_exit_net": -576.554747095
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 373.78,
"quote_asset_bal": 8483.6462756578,
"total_value_mid": 9675.2569156578,
"total_value_exit_net": 9674.3632076778,
"total_value": 9675.2569156578,
"base_cost_quote": 1770.4480709225,
"unrealized_pnl_exit_net": -579.7311389025
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 365.93,
"quote_asset_bal": 8509.0940444928,
"total_value_mid": 9678.2403944928,
"total_value_exit_net": 9677.3635347303,
"total_value": 9678.2403944928,
"base_cost_quote": 1745.3536842375,
"unrealized_pnl_exit_net": -577.084194
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 353.48,
"quote_asset_bal": 8549.7064937678,
"total_value_mid": 9707.3534937678,
"total_value_exit_net": 9706.4852585178,
"total_value": 9707.3534937678,
"base_cost_quote": 1705.212610995,
"unrealized_pnl_exit_net": -548.433846245
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 338.24,
"quote_asset_bal": 8600.6191533753,
"total_value_mid": 9724.5906733753,
"total_value_exit_net": 9723.7476947353,
"total_value": 9724.5906733753,
"base_cost_quote": 1654.9963670375,
"unrealized_pnl_exit_net": -531.8678256775
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 335.27,
"quote_asset_bal": 8612.1635418228,
"total_value_mid": 9731.9653418228,
"total_value_exit_net": 9731.1254904728,
"total_value": 9731.9653418228,
"base_cost_quote": 1644.900250625,
"unrealized_pnl_exit_net": -525.938301975
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 369.03,
"quote_asset_bal": 8502.4866074003,
"total_value_mid": 9683.0135774003,
"total_value_exit_net": 9682.1281821728,
"total_value": 9683.0135774003,
"base_cost_quote": 1755.33131185,
"unrealized_pnl_exit_net": -575.6897370775
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 371.55,
"quote_asset_bal": 8498.3507597178,
"total_value_mid": 9657.5867597178,
"total_value_exit_net": 9656.7173327178,
"total_value": 9657.5867597178,
"base_cost_quote": 1760.4225374075,
"unrealized_pnl_exit_net": -602.0559644075
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 350.83,
"quote_asset_bal": 8564.1855889003,
"total_value_mid": 9683.6841189003,
"total_value_exit_net": 9682.8444950028,
"total_value": 9683.6841189003,
"base_cost_quote": 1695.141583385,
"unrealized_pnl_exit_net": -576.4826772825
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 345.76,
"quote_asset_bal": 8579.6988695978,
"total_value_mid": 9720.0153495978,
"total_value_exit_net": 9719.1601122378,
"total_value": 9720.0153495978,
"base_cost_quote": 1680.03199969,
"unrealized_pnl_exit_net": -540.57075705
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 330.7,
"quote_asset_bal": 8630.2252153953,
"total_value_mid": 9746.3377153953,
"total_value_exit_net": 9745.5006310203,
"total_value": 9746.3377153953,
"base_cost_quote": 1629.853854285,
"unrealized_pnl_exit_net": -514.57843866
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 369,
"quote_asset_bal": 8505.1060202753,
"total_value_mid": 9688.4890202753,
"total_value_exit_net": 9687.6014830253,
"total_value": 9688.4890202753,
"base_cost_quote": 1755.34636313,
"unrealized_pnl_exit_net": -572.85090038
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 324.73,
"quote_asset_bal": 8651.6022331203,
"total_value_mid": 9748.2154431203,
"total_value_exit_net": 9747.3929832128,
"total_value": 9748.2154431203,
"base_cost_quote": 1609.75497142,
"unrealized_pnl_exit_net": -513.9642213275
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 320.27,
"quote_asset_bal": 8667.8918902203,
"total_value_mid": 9758.7315102204,
"total_value_exit_net": 9757.9133805053,
"total_value": 9758.7315102204,
"base_cost_quote": 1594.6610094325,
"unrealized_pnl_exit_net": -504.6395191475
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 316.6,
"quote_asset_bal": 8679.3666750853,
"total_value_mid": 9796.6480750853,
"total_value_exit_net": 9795.8101140353,
"total_value": 9796.6480750853,
"base_cost_quote": 1584.7110525575,
"unrealized_pnl_exit_net": -468.2676136075
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 303.91,
"quote_asset_bal": 8726.8054167678,
"total_value_mid": 9809.9406567678,
"total_value_exit_net": 9809.1283053378,
"total_value": 9809.9406567678,
"base_cost_quote": 1539.4835773725,
"unrealized_pnl_exit_net": -457.1606888025
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 323.42,
"quote_asset_bal": 8658.0058725304,
"total_value_mid": 9803.2360925304,
"total_value_exit_net": 9802.3771698654,
"total_value": 9803.2360925304,
"base_cost_quote": 1609.7653091675,
"unrealized_pnl_exit_net": -465.3940118325
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 312.27,
"quote_asset_bal": 8699.2012058603,
"total_value_mid": 9810.5701358603,
"total_value_exit_net": 9809.7366091628,
"total_value": 9810.5701358603,
"base_cost_quote": 1569.633002495,
"unrealized_pnl_exit_net": -459.0975991925
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 304.44,
"quote_asset_bal": 8730.3915340078,
"total_value_mid": 9771.5763340078,
"total_value_exit_net": 9770.7954454078,
"total_value": 9771.5763340078,
"base_cost_quote": 1539.458028225,
"unrealized_pnl_exit_net": -499.054116825
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 362.22,
"quote_asset_bal": 8540.0210214128,
"total_value_mid": 9697.3139214128,
"total_value_exit_net": 9696.4459517378,
"total_value": 9697.3139214128,
"base_cost_quote": 1730.2510857775,
"unrealized_pnl_exit_net": -573.8261554525
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 331.44,
"quote_asset_bal": 8641.0555230103,
"total_value_mid": 9737.4590430103,
"total_value_exit_net": 9736.6367403703,
"total_value": 9737.4590430103,
"base_cost_quote": 1629.851132245,
"unrealized_pnl_exit_net": -534.269914885
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 323.86,
"quote_asset_bal": 8666.6886222828,
"total_value_mid": 9750.3241822828,
"total_value_exit_net": 9749.5114556128,
"total_value": 9750.3241822828,
"base_cost_quote": 1604.7105409325,
"unrealized_pnl_exit_net": -521.8877076025
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 328.34,
"quote_asset_bal": 8652.2092713778,
"total_value_mid": 9747.2231713778,
"total_value_exit_net": 9746.4019109528,
"total_value": 9747.2231713778,
"base_cost_quote": 1619.7998094025,
"unrealized_pnl_exit_net": -525.6071698275
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 316.32,
"quote_asset_bal": 8692.9097823053,
"total_value_mid": 9763.9693023053,
"total_value_exit_net": 9763.1660076653,
"total_value": 9763.9693023053,
"base_cost_quote": 1579.5847507125,
"unrealized_pnl_exit_net": -509.3285253525
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 325.31,
"quote_asset_bal": 8663.0661904828,
"total_value_mid": 9752.2040704828,
"total_value_exit_net": 9751.3872170728,
"total_value": 9752.2040704828,
"base_cost_quote": 1609.7556619375,
"unrealized_pnl_exit_net": -521.4346353475
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 316.36,
"quote_asset_bal": 8694.0517158653,
"total_value_mid": 9758.6031158653,
"total_value_exit_net": 9757.8047023153,
"total_value": 9758.6031158653,
"base_cost_quote": 1579.57175097,
"unrealized_pnl_exit_net": -515.81876452
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 300.03,
"quote_asset_bal": 8749.9204260228,
"total_value_mid": 9800.6254860228,
"total_value_exit_net": 9799.8374572278,
"total_value": 9800.6254860228,
"base_cost_quote": 1524.4029353675,
"unrealized_pnl_exit_net": -474.4859041625
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 294.32,
"quote_asset_bal": 8770.7772977153,
"total_value_mid": 9810.0212177153,
"total_value_exit_net": 9809.2417847753,
"total_value": 9810.0212177153,
"base_cost_quote": 1504.3145003325,
"unrealized_pnl_exit_net": -465.8500132725
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 330.07,
"quote_asset_bal": 8646.2235138103,
"total_value_mid": 9772.0922838103,
"total_value_exit_net": 9771.2478822328,
"total_value": 9772.0922838103,
"base_cost_quote": 1629.8904917425,
"unrealized_pnl_exit_net": -504.86612332
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 334.35,
"quote_asset_bal": 8631.8722059828,
"total_value_mid": 9782.0362059828,
"total_value_exit_net": 9781.1735829828,
"total_value": 9782.0362059828,
"base_cost_quote": 1644.937238345,
"unrealized_pnl_exit_net": -495.635861345
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 328.53,
"quote_asset_bal": 8652.2785475103,
"total_value_mid": 9788.9923475103,
"total_value_exit_net": 9788.1398121603,
"total_value": 9788.9923475103,
"base_cost_quote": 1624.8683679725,
"unrealized_pnl_exit_net": -489.0071033225
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 318.43,
"quote_asset_bal": 8687.6589312303,
"total_value_mid": 9807.5772412303,
"total_value_exit_net": 9806.7373024978,
"total_value": 9807.5772412303,
"base_cost_quote": 1589.69469749,
"unrealized_pnl_exit_net": -470.6163262225
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 349.24,
"quote_asset_bal": 8582.6665954628,
"total_value_mid": 9745.2865554628,
"total_value_exit_net": 9744.4145904928,
"total_value": 9745.2865554628,
"base_cost_quote": 1695.192421485,
"unrealized_pnl_exit_net": -533.444426455
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 375.27,
"quote_asset_bal": 8497.8765062954,
"total_value_mid": 9708.1222562954,
"total_value_exit_net": 9707.2145719829,
"total_value": 9708.1222562954,
"base_cost_quote": 1780.56049956,
"unrealized_pnl_exit_net": -571.2224338725
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 364.42,
"quote_asset_bal": 8533.4894917029,
"total_value_mid": 9728.7870917029,
"total_value_exit_net": 9727.8906185029,
"total_value": 9728.7870917029,
"base_cost_quote": 1745.3898313275,
"unrealized_pnl_exit_net": -550.9887045275
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 358.29,
"quote_asset_bal": 8553.9421813679,
"total_value_mid": 9741.6735313679,
"total_value_exit_net": 9740.7827328554,
"total_value": 9741.6735313679,
"base_cost_quote": 1725.297823615,
"unrealized_pnl_exit_net": -538.4572721275
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 334.37,
"quote_asset_bal": 8634.8671669404,
"total_value_mid": 9779.4156769404,
"total_value_exit_net": 9778.5572655579,
"total_value": 9779.4156769404,
"base_cost_quote": 1644.9556221225,
"unrealized_pnl_exit_net": -501.265523505
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 343.23,
"quote_asset_bal": 8605.0126907604,
"total_value_mid": 9765.4733207604,
"total_value_exit_net": 9764.6029752879,
"total_value": 9765.4733207604,
"base_cost_quote": 1675.02672855,
"unrealized_pnl_exit_net": -515.4364440225
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 358.32,
"quote_asset_bal": 8555.0317046029,
"total_value_mid": 9737.1293846029,
"total_value_exit_net": 9736.2428113429,
"total_value": 9737.1293846029,
"base_cost_quote": 1725.2898476375,
"unrealized_pnl_exit_net": -544.0787408975
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 403.64,
"quote_asset_bal": 8409.9496383954,
"total_value_mid": 9667.2882383954,
"total_value_exit_net": 9666.3452344454,
"total_value": 9667.2882383954,
"base_cost_quote": 1870.82710878,
"unrealized_pnl_exit_net": -614.43151273
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 389.27,
"quote_asset_bal": 8455.4974592854,
"total_value_mid": 9688.3155492854,
"total_value_exit_net": 9687.3909357179,
"total_value": 9688.3155492854,
"base_cost_quote": 1825.65777717,
"unrealized_pnl_exit_net": -593.7643007375
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 398.81,
"quote_asset_bal": 8425.6774487079,
"total_value_mid": 9677.5420387079,
"total_value_exit_net": 9676.6031402654,
"total_value": 9677.5420387079,
"base_cost_quote": 1855.7738773175,
"unrealized_pnl_exit_net": -604.84818576
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 383.14,
"quote_asset_bal": 8476.2886606904,
"total_value_mid": 9692.7581606904,
"total_value_exit_net": 9691.8458085654,
"total_value": 9692.7581606904,
"base_cost_quote": 1805.572144235,
"unrealized_pnl_exit_net": -590.01499636
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 405.61,
"quote_asset_bal": 8406.4130768654,
"total_value_mid": 9653.2582168654,
"total_value_exit_net": 9652.3230830104,
"total_value": 9653.2582168654,
"base_cost_quote": 1875.817909075,
"unrealized_pnl_exit_net": -629.90790293
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 394.29,
"quote_asset_bal": 8441.7283503579,
"total_value_mid": 9674.6731803579,
"total_value_exit_net": 9673.7484717354,
"total_value": 9674.6731803579,
"base_cost_quote": 1840.6979788675,
"unrealized_pnl_exit_net": -608.67785749
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 386.3,
"quote_asset_bal": 8466.9408050554,
"total_value_mid": 9689.5803050554,
"total_value_exit_net": 9688.6633254304,
"total_value": 9689.5803050554,
"base_cost_quote": 1815.59527595,
"unrealized_pnl_exit_net": -593.872755575
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 402.29,
"quote_asset_bal": 8417.0214153454,
"total_value_mid": 9667.3387353454,
"total_value_exit_net": 9666.4009973554,
"total_value": 9667.3387353454,
"base_cost_quote": 1865.780987025,
"unrealized_pnl_exit_net": -616.401405015
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 383.14,
"quote_asset_bal": 8477.4499447104,
"total_value_mid": 9691.6206047104,
"total_value_exit_net": 9690.7099767154,
"total_value": 9691.6206047104,
"base_cost_quote": 1805.568981865,
"unrealized_pnl_exit_net": -592.30894986
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 379.99,
"quote_asset_bal": 8487.6106713054,
"total_value_mid": 9694.4589113054,
"total_value_exit_net": 9693.5537751254,
"total_value": 9694.4589113054,
"base_cost_quote": 1795.536623235,
"unrealized_pnl_exit_net": -589.593519415
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 394.41,
"quote_asset_bal": 8442.4842833754,
"total_value_mid": 9664.3664633754,
"total_value_exit_net": 9663.4500517404,
"total_value": 9664.3664633754,
"base_cost_quote": 1840.757673605,
"unrealized_pnl_exit_net": -619.79190524
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 400.87,
"quote_asset_bal": 8422.5806919554,
"total_value_mid": 9661.2689919554,
"total_value_exit_net": 9660.3399757304,
"total_value": 9661.2689919554,
"base_cost_quote": 1860.796411395,
"unrealized_pnl_exit_net": -623.03712762
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 407.41,
"quote_asset_bal": 8402.5744347404,
"total_value_mid": 9648.8416247404,
"total_value_exit_net": 9647.9069243479,
"total_value": 9648.8416247404,
"base_cost_quote": 1880.87603983,
"unrealized_pnl_exit_net": -635.5435502225
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 399.24,
"quote_asset_bal": 8427.7392469879,
"total_value_mid": 9662.9878069879,
"total_value_exit_net": 9662.0613705679,
"total_value": 9662.9878069879,
"base_cost_quote": 1855.7770597025,
"unrealized_pnl_exit_net": -621.4549361225
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 399.24,
"quote_asset_bal": 8427.8372576629,
"total_value_mid": 9663.4850576629,
"total_value_exit_net": 9662.5583218129,
"total_value": 9663.4850576629,
"base_cost_quote": 1855.7770597025,
"unrealized_pnl_exit_net": -621.0559955525
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 402.44,
"quote_asset_bal": 8417.9872828704,
"total_value_mid": 9663.1366428704,
"total_value_exit_net": 9662.2027808504,
"total_value": 9663.1366428704,
"base_cost_quote": 1865.832305485,
"unrealized_pnl_exit_net": -621.616807505
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 381.59,
"quote_asset_bal": 8483.4714674029,
"total_value_mid": 9693.4933574029,
"total_value_exit_net": 9692.5858409854,
"total_value": 9693.4933574029,
"base_cost_quote": 1800.5606984675,
"unrealized_pnl_exit_net": -591.446324885
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 378.41,
"quote_asset_bal": 8493.7731967379,
"total_value_mid": 9700.1442767379,
"total_value_exit_net": 9699.2394984279,
"total_value": 9700.1442767379,
"base_cost_quote": 1790.496005605,
"unrealized_pnl_exit_net": -585.029703915
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 372.14,
"quote_asset_bal": 8514.0215699254,
"total_value_mid": 9711.9402299254,
"total_value_exit_net": 9711.0417909304,
"total_value": 9711.9402299254,
"base_cost_quote": 1770.431208285,
"unrealized_pnl_exit_net": -573.41098728
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 373.63,
"quote_asset_bal": 8509.2053380104,
"total_value_mid": 9714.9093480104,
"total_value_exit_net": 9714.0050700029,
"total_value": 9714.9093480104,
"base_cost_quote": 1775.45807561,
"unrealized_pnl_exit_net": -570.6583436175
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 379.95,
"quote_asset_bal": 8489.2615902654,
"total_value_mid": 9697.5025902654,
"total_value_exit_net": 9696.5964095154,
"total_value": 9697.5025902654,
"base_cost_quote": 1795.57959544,
"unrealized_pnl_exit_net": -588.24477619
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 391,
"quote_asset_bal": 8454.3761377454,
"total_value_mid": 9688.3721377454,
"total_value_exit_net": 9687.4466407454,
"total_value": 9688.3721377454,
"base_cost_quote": 1830.6985649275,
"unrealized_pnl_exit_net": -597.6280619275
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 387.82,
"quote_asset_bal": 8464.5245291604,
"total_value_mid": 9688.4844491604,
"total_value_exit_net": 9687.5664792204,
"total_value": 9688.4844491604,
"base_cost_quote": 1820.6739721175,
"unrealized_pnl_exit_net": -597.6320220575
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 400.65,
"quote_asset_bal": 8424.5562255404,
"total_value_mid": 9678.1900755404,
"total_value_exit_net": 9677.2498501529,
"total_value": 9678.1900755404,
"base_cost_quote": 1860.8373720925,
"unrealized_pnl_exit_net": -608.14374748
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 392.67,
"quote_asset_bal": 8449.8302363554,
"total_value_mid": 9690.2747663554,
"total_value_exit_net": 9689.3444329579,
"total_value": 9690.2747663554,
"base_cost_quote": 1835.7407237125,
"unrealized_pnl_exit_net": -596.22652711
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 405.55,
"quote_asset_bal": 8409.8398587029,
"total_value_mid": 9670.2892587029,
"total_value_exit_net": 9669.3439216529,
"total_value": 9670.2892587029,
"base_cost_quote": 1875.876352875,
"unrealized_pnl_exit_net": -616.372289925
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 405.53,
"quote_asset_bal": 8409.9393010179,
"total_value_mid": 9663.4325310179,
"total_value_exit_net": 9662.4924110954,
"total_value": 9663.4325310179,
"base_cost_quote": 1875.85851951,
"unrealized_pnl_exit_net": -623.3054094325
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 412.05,
"quote_asset_bal": 8389.9025218329,
"total_value_mid": 9652.8357718329,
"total_value_exit_net": 9651.8885718954,
"total_value": 9652.8357718329,
"base_cost_quote": 1895.945393375,
"unrealized_pnl_exit_net": -633.9593433125
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 454.68,
"quote_asset_bal": 8265.1502904929,
"total_value_mid": 9540.5276904929,
"total_value_exit_net": 9539.5711574429,
"total_value": 9540.5276904929,
"base_cost_quote": 2021.407739615,
"unrealized_pnl_exit_net": -746.986872665
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 451.15,
"quote_asset_bal": 8275.6115294679,
"total_value_mid": 9542.4407294679,
"total_value_exit_net": 9541.4906075679,
"total_value": 9542.4407294679,
"base_cost_quote": 2011.3806049,
"unrealized_pnl_exit_net": -745.5015268
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 451.12,
"quote_asset_bal": 8275.9237436404,
"total_value_mid": 9546.7287836404,
"total_value_exit_net": 9545.7756798604,
"total_value": 9546.7287836404,
"base_cost_quote": 2011.364132555,
"unrealized_pnl_exit_net": -741.512196335
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 517.22,
"quote_asset_bal": 8095.9041766554,
"total_value_mid": 9472.2265966554,
"total_value_exit_net": 9471.1943548404,
"total_value": 9472.2265966554,
"base_cost_quote": 2191.9779413925,
"unrealized_pnl_exit_net": -816.6877632075
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 485.63,
"quote_asset_bal": 8181.7994875679,
"total_value_mid": 9514.3682075679,
"total_value_exit_net": 9513.3687810279,
"total_value": 9514.3682075679,
"base_cost_quote": 2106.7229480675,
"unrealized_pnl_exit_net": -775.1536546075
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 492.95,
"quote_asset_bal": 8161.9180509004,
"total_value_mid": 9496.8266509004,
"total_value_exit_net": 9495.8254694504,
"total_value": 9496.8266509004,
"base_cost_quote": 2126.7778579775,
"unrealized_pnl_exit_net": -792.8704394275
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 491.05,
"quote_asset_bal": 8167.1511046979,
"total_value_mid": 9504.2802546979,
"total_value_exit_net": 9503.2774078354,
"total_value": 9504.2802546979,
"base_cost_quote": 2121.7494094675,
"unrealized_pnl_exit_net": -785.62310633
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 500.34,
"quote_asset_bal": 8142.2680222579,
"total_value_mid": 9492.1853422579,
"total_value_exit_net": 9491.1729042679,
"total_value": 9492.1853422579,
"base_cost_quote": 2146.8695954875,
"unrealized_pnl_exit_net": -797.9647134775
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 494.75,
"quote_asset_bal": 8157.7183182704,
"total_value_mid": 9498.4908182704,
"total_value_exit_net": 9497.4852388954,
"total_value": 9498.4908182704,
"base_cost_quote": 2131.7820883375,
"unrealized_pnl_exit_net": -792.0151677125
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 461.93,
"quote_asset_bal": 8248.3904260404,
"total_value_mid": 9535.3274060404,
"total_value_exit_net": 9534.3622033054,
"total_value": 9535.3274060404,
"base_cost_quote": 2041.48792847,
"unrealized_pnl_exit_net": -755.516151205
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 440.56,
"quote_asset_bal": 8308.9447540654,
"total_value_mid": 9561.8973940654,
"total_value_exit_net": 9560.9576795854,
"total_value": 9561.8973940654,
"base_cost_quote": 1981.2721905125,
"unrealized_pnl_exit_net": -729.2592649925
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 440.46,
"quote_asset_bal": 8309.3932577004,
"total_value_mid": 9569.1088577004,
"total_value_exit_net": 9568.1640710004,
"total_value": 9569.1088577004,
"base_cost_quote": 1981.2807169025,
"unrealized_pnl_exit_net": -722.5099036025
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 438.87,
"quote_asset_bal": 8314.7858654604,
"total_value_mid": 9547.5716954604,
"total_value_exit_net": 9546.6471060879,
"total_value": 9547.5716954604,
"base_cost_quote": 1976.254179825,
"unrealized_pnl_exit_net": -744.3929391975
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 460.05,
"quote_asset_bal": 8254.9443721379,
"total_value_mid": 9541.2441721379,
"total_value_exit_net": 9540.2794472879,
"total_value": 9541.2441721379,
"base_cost_quote": 2036.4460999325,
"unrealized_pnl_exit_net": -751.1110247825
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 440.48,
"quote_asset_bal": 8310.4927949179,
"total_value_mid": 9568.0631949179,
"total_value_exit_net": 9567.1200171179,
"total_value": 9568.0631949179,
"base_cost_quote": 1981.2853403675,
"unrealized_pnl_exit_net": -724.6581181675
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 481.68,
"quote_asset_bal": 8195.4475411954,
"total_value_mid": 9521.5125811954,
"total_value_exit_net": 9520.5180324154,
"total_value": 9521.5125811954,
"base_cost_quote": 2096.7148476175,
"unrealized_pnl_exit_net": -771.6443563975
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 468.94,
"quote_asset_bal": 8230.9427175929,
"total_value_mid": 9532.7201575929,
"total_value_exit_net": 9531.7438245129,
"total_value": 9532.7201575929,
"base_cost_quote": 2061.58242805,
"unrealized_pnl_exit_net": -760.78132113
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 492.59,
"quote_asset_bal": 8166.1429670154,
"total_value_mid": 9515.8395670154,
"total_value_exit_net": 9514.8272945654,
"total_value": 9515.8395670154,
"base_cost_quote": 2126.79646192,
"unrealized_pnl_exit_net": -778.11213437
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 535.3,
"quote_asset_bal": 8061.8174838779,
"total_value_mid": 9160.2530838779,
"total_value_exit_net": 9159.4292571779,
"total_value": 9160.2530838779,
"base_cost_quote": 2232.138229035,
"unrealized_pnl_exit_net": -1134.526455735
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 607.85,
"quote_asset_bal": 7907.5085520479,
"total_value_mid": 9182.1700020479,
"total_value_exit_net": 9181.2140059604,
"total_value": 9182.1700020479,
"base_cost_quote": 2387.501984525,
"unrealized_pnl_exit_net": -1113.7965306125
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 564.97,
"quote_asset_bal": 7998.3668392504,
"total_value_mid": 9283.1086192504,
"total_value_exit_net": 9282.1450629154,
"total_value": 9283.1086192504,
"base_cost_quote": 2297.3275543875,
"unrealized_pnl_exit_net": -1013.5493307225
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 545.32,
"quote_asset_bal": 8044.5128968429,
"total_value_mid": 9335.8306568429,
"total_value_exit_net": 9334.8621685229,
"total_value": 9335.8306568429,
"base_cost_quote": 2252.2070793925,
"unrealized_pnl_exit_net": -961.8578077125
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 577.53,
"quote_asset_bal": 7970.5281378155,
"total_value_mid": 9300.0021978155,
"total_value_exit_net": 9299.0050922705,
"total_value": 9300.0021978155,
"base_cost_quote": 2327.40636659,
"unrealized_pnl_exit_net": -998.929412135
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 617.57,
"quote_asset_bal": 7880.982246748,
"total_value_mid": 9251.370076748,
"total_value_exit_net": 9250.3422858755,
"total_value": 9251.370076748,
"base_cost_quote": 2417.7493030125,
"unrealized_pnl_exit_net": -1048.389263885
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 638.25,
"quote_asset_bal": 7836.7503561555,
"total_value_mid": 9226.8588561555,
"total_value_exit_net": 9225.8162747805,
"total_value": 9226.8588561555,
"base_cost_quote": 2462.8288273175,
"unrealized_pnl_exit_net": -1073.7629086925
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 669.07,
"quote_asset_bal": 7772.0047620855,
"total_value_mid": 9189.7640920855,
"total_value_exit_net": 9188.700772588,
"total_value": 9189.7640920855,
"base_cost_quote": 2528.0026910825,
"unrealized_pnl_exit_net": -1111.30668058
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 639.26,
"quote_asset_bal": 7836.808838383,
"total_value_mid": 9213.774878383,
"total_value_exit_net": 9212.742153853,
"total_value": 9213.774878383,
"base_cost_quote": 2462.8168583475,
"unrealized_pnl_exit_net": -1086.8835428775
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 630.09,
"quote_asset_bal": 7856.9512062205,
"total_value_mid": 9249.4501062205,
"total_value_exit_net": 9248.4057320455,
"total_value": 9249.4501062205,
"base_cost_quote": 2442.7445153725,
"unrealized_pnl_exit_net": -1051.2899895475
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 616.51,
"quote_asset_bal": 7887.504263443,
"total_value_mid": 9266.020623443,
"total_value_exit_net": 9264.986736173,
"total_value": 9266.020623443,
"base_cost_quote": 2412.71165761,
"unrealized_pnl_exit_net": -1035.22918488
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 648.96,
"quote_asset_bal": 7817.8666980555,
"total_value_mid": 9205.9921380555,
"total_value_exit_net": 9204.9510439755,
"total_value": 9205.9921380555,
"base_cost_quote": 2482.9706823875,
"unrealized_pnl_exit_net": -1095.8863364675
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 663.56,
"quote_asset_bal": 7787.4696574005,
"total_value_mid": 9189.5719374005,
"total_value_exit_net": 9188.5203606905,
"total_value": 9189.5719374005,
"base_cost_quote": 2513.04244931,
"unrealized_pnl_exit_net": -1111.99174602
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 656.72,
"quote_asset_bal": 7802.2585589405,
"total_value_mid": 9198.4452789405,
"total_value_exit_net": 9197.3981389005,
"total_value": 9198.4452789405,
"base_cost_quote": 2498.0173589375,
"unrealized_pnl_exit_net": -1102.8777789775
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 635.95,
"quote_asset_bal": 7847.1419575904,
"total_value_mid": 9225.2456075905,
"total_value_exit_net": 9224.212029853,
"total_value": 9225.2456075905,
"base_cost_quote": 2452.834907495,
"unrealized_pnl_exit_net": -1075.7648352325
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 645.39,
"quote_asset_bal": 7826.9339027054,
"total_value_mid": 9213.2316227055,
"total_value_exit_net": 9212.1918994155,
"total_value": 9213.2316227055,
"base_cost_quote": 2472.91457596,
"unrealized_pnl_exit_net": -1087.65657925
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 613.28,
"quote_asset_bal": 7897.2998275555,
"total_value_mid": 9263.6876675555,
"total_value_exit_net": 9262.6628766755,
"total_value": 9263.6876675555,
"base_cost_quote": 2402.693209405,
"unrealized_pnl_exit_net": -1037.330160285
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 610.91,
"quote_asset_bal": 7902.881281533,
"total_value_mid": 9268.265131533,
"total_value_exit_net": 9267.2410936455,
"total_value": 9268.265131533,
"base_cost_quote": 2397.6566448125,
"unrealized_pnl_exit_net": -1033.2968327
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 606.53,
"quote_asset_bal": 7913.712793783,
"total_value_mid": 9274.159583783,
"total_value_exit_net": 9273.1392486905,
"total_value": 9274.159583783,
"base_cost_quote": 2387.5991273275,
"unrealized_pnl_exit_net": -1028.17267242
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 604.59,
"quote_asset_bal": 7919.5201701155,
"total_value_mid": 9257.4778401155,
"total_value_exit_net": 9256.474371863,
"total_value": 9257.4778401155,
"base_cost_quote": 2382.64312311,
"unrealized_pnl_exit_net": -1045.6889213625
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 648.46,
"quote_asset_bal": 7824.4538652255,
"total_value_mid": 9221.8851652255,
"total_value_exit_net": 9220.8370917505,
"total_value": 9221.8851652255,
"base_cost_quote": 2477.9272626575,
"unrealized_pnl_exit_net": -1081.5440361325
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 582.64,
"quote_asset_bal": 7970.432022978,
"total_value_mid": 9301.181782978,
"total_value_exit_net": 9300.183720658,
"total_value": 9301.181782978,
"base_cost_quote": 2332.46035424,
"unrealized_pnl_exit_net": -1002.70865656
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 578.22,
"quote_asset_bal": 7980.8746031805,
"total_value_mid": 9315.4063631805,
"total_value_exit_net": 9314.4054643605,
"total_value": 9315.4063631805,
"base_cost_quote": 2322.4206200825,
"unrealized_pnl_exit_net": -988.8897589025
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 561.13,
"quote_asset_bal": 8021.255094703,
"total_value_mid": 9317.465394703,
"total_value_exit_net": 9316.493236978,
"total_value": 9317.465394703,
"base_cost_quote": 2282.3176253775,
"unrealized_pnl_exit_net": -987.0794831025
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 694.08,
"quote_asset_bal": 7736.0936672555,
"total_value_mid": 9136.0530272555,
"total_value_exit_net": 9135.0030577355,
"total_value": 9136.0530272555,
"base_cost_quote": 2568.1228986875,
"unrealized_pnl_exit_net": -1169.2135082075
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 765.54,
"quote_asset_bal": 7597.879252018,
"total_value_mid": 9053.936332018,
"total_value_exit_net": 9052.844289208,
"total_value": 9053.936332018,
"base_cost_quote": 2708.4933376175,
"unrealized_pnl_exit_net": -1253.5283004275
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 739.41,
"quote_asset_bal": 7649.3723131305,
"total_value_mid": 9097.1370931305,
"total_value_exit_net": 9096.0512695455,
"total_value": 9097.1370931305,
"base_cost_quote": 2658.345124645,
"unrealized_pnl_exit_net": -1211.66616823
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 739.37,
"quote_asset_bal": 7650.644375933,
"total_value_mid": 9098.330835933,
"total_value_exit_net": 9097.245071088,
"total_value": 9098.330835933,
"base_cost_quote": 2658.344844435,
"unrealized_pnl_exit_net": -1211.74414928
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 649.98,
"quote_asset_bal": 7832.627015428,
"total_value_mid": 9191.735195428,
"total_value_exit_net": 9190.715864293,
"total_value": 9191.735195428,
"base_cost_quote": 2477.840207415,
"unrealized_pnl_exit_net": -1119.75135855
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 659.6,
"quote_asset_bal": 7812.9604761355,
"total_value_mid": 9194.1628761355,
"total_value_exit_net": 9193.1269743355,
"total_value": 9194.1628761355,
"base_cost_quote": 2497.882587935,
"unrealized_pnl_exit_net": -1117.716089735
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 654.93,
"quote_asset_bal": 7823.1585531355,
"total_value_mid": 9205.0608531355,
"total_value_exit_net": 9204.0244264105,
"total_value": 9205.0608531355,
"base_cost_quote": 2487.874287335,
"unrealized_pnl_exit_net": -1107.00841406
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 641.26,
"quote_asset_bal": 7852.806315223,
"total_value_mid": 9225.102715223,
"total_value_exit_net": 9224.073492923,
"total_value": 9225.102715223,
"base_cost_quote": 2457.77891272,
"unrealized_pnl_exit_net": -1086.51173502
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 706.33,
"quote_asset_bal": 7717.8062641855,
"total_value_mid": 9152.3624941855,
"total_value_exit_net": 9151.286577013,
"total_value": 9152.3624941855,
"base_cost_quote": 2593.1718313075,
"unrealized_pnl_exit_net": -1159.69151848
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 706.63,
"quote_asset_bal": 7718.5206674205,
"total_value_mid": 9138.8469674205,
"total_value_exit_net": 9137.7817226955,
"total_value": 9138.8469674205,
"base_cost_quote": 2593.17166118,
"unrealized_pnl_exit_net": -1173.910605905
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 719.12,
"quote_asset_bal": 7694.949759403,
"total_value_mid": 9124.560319403,
"total_value_exit_net": 9123.488111483,
"total_value": 9124.560319403,
"base_cost_quote": 2618.2621749625,
"unrealized_pnl_exit_net": -1189.7238228825
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 866.65,
"quote_asset_bal": 7415.892472683,
"total_value_mid": 8992.328822683,
"total_value_exit_net": 8991.1464954205,
"total_value": 8992.328822683,
"base_cost_quote": 2899.0990647775,
"unrealized_pnl_exit_net": -1323.84504204
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 839.19,
"quote_asset_bal": 7467.1505459105,
"total_value_mid": 9023.8479959105,
"total_value_exit_net": 9022.680472823,
"total_value": 9023.8479959105,
"base_cost_quote": 2848.9016849575,
"unrealized_pnl_exit_net": -1293.371758045
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 874.6,
"quote_asset_bal": 7403.081360118,
"total_value_mid": 8997.477160118,
"total_value_exit_net": 8996.281363268,
"total_value": 8997.477160118,
"base_cost_quote": 2914.08036233,
"unrealized_pnl_exit_net": -1320.88035918
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 919.78,
"quote_asset_bal": 7324.3001642105,
"total_value_mid": 8942.1931842105,
"total_value_exit_net": 8940.9797644455,
"total_value": 8942.1931842105,
"base_cost_quote": 2994.2967895625,
"unrealized_pnl_exit_net": -1377.6171893275
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 902.38,
"quote_asset_bal": 7355.585127478,
"total_value_mid": 8975.357227478,
"total_value_exit_net": 8974.142398403,
"total_value": 8975.357227478,
"base_cost_quote": 2964.2374219325,
"unrealized_pnl_exit_net": -1345.6801510075
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 976.43,
"quote_asset_bal": 7226.181898553,
"total_value_mid": 8914.429368553,
"total_value_exit_net": 8913.1631829505,
"total_value": 8914.429368553,
"base_cost_quote": 3094.615201985,
"unrealized_pnl_exit_net": -1407.6339175875
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 1102.27,
"quote_asset_bal": 7021.9080729005,
"total_value_mid": 8746.9606229005,
"total_value_exit_net": 8745.666833488,
"total_value": 8746.9606229005,
"base_cost_quote": 3300.047921055,
"unrealized_pnl_exit_net": -1576.2891604675
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 1167.13,
"quote_asset_bal": 6923.5205189905,
"total_value_mid": 8703.3937689905,
"total_value_exit_net": 8702.058864053,
"total_value": 8703.3937689905,
"base_cost_quote": 3400.30675883,
"unrealized_pnl_exit_net": -1621.7684137675
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 1144.16,
"quote_asset_bal": 6959.433778353,
"total_value_mid": 8714.575218353,
"total_value_exit_net": 8713.258862273,
"total_value": 8714.575218353,
"base_cost_quote": 3365.2110267575,
"unrealized_pnl_exit_net": -1611.3859428375
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 1217.49,
"quote_asset_bal": 6849.7173033005,
"total_value_mid": 8639.4276033005,
"total_value_exit_net": 8638.0853205755,
"total_value": 8639.4276033005,
"base_cost_quote": 3475.48710183,
"unrealized_pnl_exit_net": -1687.119084555
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 1122.26,
"quote_asset_bal": 6996.3266106155,
"total_value_mid": 8734.7073506155,
"total_value_exit_net": 8733.4035650605,
"total_value": 8734.7073506155,
"base_cost_quote": 3330.1160652625,
"unrealized_pnl_exit_net": -1593.0391108175
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 1096.21,
"quote_asset_bal": 7037.422152523,
"total_value_mid": 8746.413542523,
"total_value_exit_net": 8745.1317989805,
"total_value": 8746.413542523,
"base_cost_quote": 3290.03899999,
"unrealized_pnl_exit_net": -1582.3293535325
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 1057.96,
"quote_asset_bal": 7098.4085969805,
"total_value_mid": 8799.6082769805,
"total_value_exit_net": 8798.3323772205,
"total_value": 8799.6082769805,
"base_cost_quote": 3229.88091524,
"unrealized_pnl_exit_net": -1529.957135
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 1042.3,
"quote_asset_bal": 7124.0504249154,
"total_value_mid": 8828.2109249154,
"total_value_exit_net": 8826.9328045404,
"total_value": 8828.2109249154,
"base_cost_quote": 3204.831962605,
"unrealized_pnl_exit_net": -1501.94958298
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 1104.52,
"quote_asset_bal": 7024.3574285979,
"total_value_mid": 8772.8125885979,
"total_value_exit_net": 8771.5012472279,
"total_value": 8772.8125885979,
"base_cost_quote": 3305.10765301,
"unrealized_pnl_exit_net": -1557.96383438
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 1104.54,
"quote_asset_bal": 7024.7547318029,
"total_value_mid": 8767.7188518029,
"total_value_exit_net": 8766.4116287129,
"total_value": 8767.7188518029,
"base_cost_quote": 3305.0915109125,
"unrealized_pnl_exit_net": -1563.4346140025
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 1095.05,
"quote_asset_bal": 7040.3507330254,
"total_value_mid": 8784.7653830254,
"total_value_exit_net": 8783.4570720379,
"total_value": 8784.7653830254,
"base_cost_quote": 3290.05805427,
"unrealized_pnl_exit_net": -1546.9517152575
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 1140.93,
"quote_asset_bal": 6971.4851107454,
"total_value_mid": 8686.3029007454,
"total_value_exit_net": 8685.0167874029,
"total_value": 8686.3029007454,
"base_cost_quote": 3360.246876435,
"unrealized_pnl_exit_net": -1646.7151997775
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 1114.03,
"quote_asset_bal": 7012.2750989679,
"total_value_mid": 8772.4424989679,
"total_value_exit_net": 8771.1223734179,
"total_value": 8772.4424989679,
"base_cost_quote": 3320.1385877625,
"unrealized_pnl_exit_net": -1561.2913133125
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 1033.07,
"quote_asset_bal": 7143.4510776779,
"total_value_mid": 8845.9504376779,
"total_value_exit_net": 8844.6735631579,
"total_value": 8845.9504376779,
"base_cost_quote": 3189.82489574,
"unrealized_pnl_exit_net": -1488.60241026
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 1094.95,
"quote_asset_bal": 7043.6586801629,
"total_value_mid": 8786.8190801629,
"total_value_exit_net": 8785.5117098629,
"total_value": 8786.8190801629,
"base_cost_quote": 3290.05485187,
"unrealized_pnl_exit_net": -1548.20182217
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 1123.45,
"quote_asset_bal": 6999.1917580004,
"total_value_mid": 8765.2551580004,
"total_value_exit_net": 8763.9306104504,
"total_value": 8765.2551580004,
"base_cost_quote": 3335.1556421125,
"unrealized_pnl_exit_net": -1570.4167896625
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 1094.99,
"quote_asset_bal": 7044.7504078204,
"total_value_mid": 8794.5444278204,
"total_value_exit_net": 8793.2320823054,
"total_value": 8794.5444278204,
"base_cost_quote": 3290.0545816675,
"unrealized_pnl_exit_net": -1541.5729071825
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 1063.66,
"quote_asset_bal": 7095.8206366629,
"total_value_mid": 8814.6951966629,
"total_value_exit_net": 8813.4060407429,
"total_value": 8814.6951966629,
"base_cost_quote": 3239.9015951175,
"unrealized_pnl_exit_net": -1522.3161910375
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 1075.71,
"quote_asset_bal": 7076.7741211954,
"total_value_mid": 8818.3486111954,
"total_value_exit_net": 8817.0424303279,
"total_value": 8818.3486111954,
"base_cost_quote": 3259.988018645,
"unrealized_pnl_exit_net": -1519.7197095125
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 1029.91,
"quote_asset_bal": 7152.8321325054,
"total_value_mid": 8867.6322825054,
"total_value_exit_net": 8866.3461823929,
"total_value": 8867.6322825054,
"base_cost_quote": 3184.8109681125,
"unrealized_pnl_exit_net": -1471.296918225
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 1051.04,
"quote_asset_bal": 7118.5817688104,
"total_value_mid": 8860.1550488104,
"total_value_exit_net": 8858.8488688504,
"total_value": 8860.1550488104,
"base_cost_quote": 3219.8821317725,
"unrealized_pnl_exit_net": -1479.6150317325
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 1054.02,
"quote_asset_bal": 7114.4992169704,
"total_value_mid": 8848.3621169704,
"total_value_exit_net": 8847.0617197954,
"total_value": 8848.3621169704,
"base_cost_quote": 3224.8897846975,
"unrealized_pnl_exit_net": -1492.3272818725
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 1094.11,
"quote_asset_bal": 7049.9320327254,
"total_value_mid": 8811.4491327254,
"total_value_exit_net": 8810.1279949004,
"total_value": 8811.4491327254,
"base_cost_quote": 3290.03667825,
"unrealized_pnl_exit_net": -1529.840716075
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 1084.79,
"quote_asset_bal": 7065.2297441254,
"total_value_mid": 8820.4199641254,
"total_value_exit_net": 8819.1035714604,
"total_value": 8820.4199641254,
"base_cost_quote": 3275.01101745,
"unrealized_pnl_exit_net": -1521.137190115
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 1142.43,
"quote_asset_bal": 6975.4713747479,
"total_value_mid": 8741.6681547479,
"total_value_exit_net": 8740.3435071629,
"total_value": 8741.6681547479,
"base_cost_quote": 3365.181974985,
"unrealized_pnl_exit_net": -1600.30984257
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 1192.09,
"quote_asset_bal": 6901.1178385504,
"total_value_mid": 8683.2923885504,
"total_value_exit_net": 8681.9557576379,
"total_value": 8683.2923885504,
"base_cost_quote": 3440.3621878875,
"unrealized_pnl_exit_net": -1659.5242688
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 1132.82,
"quote_asset_bal": 6992.1425398804,
"total_value_mid": 8745.7478998804,
"total_value_exit_net": 8744.4326958604,
"total_value": 8745.7478998804,
"base_cost_quote": 3350.1539023775,
"unrealized_pnl_exit_net": -1597.8637463975
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 1219.2,
"quote_asset_bal": 6862.6623399054,
"total_value_mid": 8657.3247399054,
"total_value_exit_net": 8655.9787431054,
"total_value": 8657.3247399054,
"base_cost_quote": 3480.4808343225,
"unrealized_pnl_exit_net": -1687.1644311225
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 1267.41,
"quote_asset_bal": 6793.3595269229,
"total_value_mid": 8614.6276969229,
"total_value_exit_net": 8613.2617457954,
"total_value": 8614.6276969229,
"base_cost_quote": 3550.5973523,
"unrealized_pnl_exit_net": -1730.6951334275
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 1198.8,
"quote_asset_bal": 6894.4062748679,
"total_value_mid": 8680.6182748679,
"total_value_exit_net": 8679.2786158679,
"total_value": 8680.6182748679,
"base_cost_quote": 3450.37712346,
"unrealized_pnl_exit_net": -1665.50478246
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 1198.8,
"quote_asset_bal": 6894.6199813754,
"total_value_mid": 8678.4343813754,
"total_value_exit_net": 8677.0965205754,
"total_value": 8678.4343813754,
"base_cost_quote": 3450.3905435175,
"unrealized_pnl_exit_net": -1667.9140043175
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 1232.83,
"quote_asset_bal": 6844.7890137429,
"total_value_mid": 8643.4879837429,
"total_value_exit_net": 8642.1389595154,
"total_value": 8643.4879837429,
"base_cost_quote": 3500.484375735,
"unrealized_pnl_exit_net": -1703.1344299625
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 1229.33,
"quote_asset_bal": 6850.3216285104,
"total_value_mid": 8654.9780685104,
"total_value_exit_net": 8653.6245761804,
"total_value": 8654.9780685104,
"base_cost_quote": 3495.4888418925,
"unrealized_pnl_exit_net": -1692.1858942225
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 1202.16,
"quote_asset_bal": 6890.8210804254,
"total_value_mid": 8674.8265204254,
"total_value_exit_net": 8673.4885163454,
"total_value": 8674.8265204254,
"base_cost_quote": 3455.3905907425,
"unrealized_pnl_exit_net": -1672.7231548225
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 1195.42,
"quote_asset_bal": 6901.2895877829,
"total_value_mid": 8687.2470677829,
"total_value_exit_net": 8685.9075996729,
"total_value": 8687.2470677829,
"base_cost_quote": 3445.36400644,
"unrealized_pnl_exit_net": -1660.74599455
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 1166.24,
"quote_asset_bal": 6947.0811145529,
"total_value_mid": 8696.4411145529,
"total_value_exit_net": 8695.1290945529,
"total_value": 8696.4411145529,
"base_cost_quote": 3400.28810485,
"unrealized_pnl_exit_net": -1652.24012485
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 1126.6,
"quote_asset_bal": 7007.7352146929,
"total_value_mid": 8755.0918146929,
"total_value_exit_net": 8753.7812972429,
"total_value": 8755.0918146929,
"base_cost_quote": 3340.12897932,
"unrealized_pnl_exit_net": -1594.08289677
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 1082.16,
"quote_asset_bal": 7078.3824060604,
"total_value_mid": 8834.7280860604,
"total_value_exit_net": 8833.4108268004,
"total_value": 8834.7280860604,
"base_cost_quote": 3269.98837329,
"unrealized_pnl_exit_net": -1514.95995255
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 1048.54,
"quote_asset_bal": 7134.2040875454,
"total_value_mid": 8867.4407075454,
"total_value_exit_net": 8866.1407800804,
"total_value": 8867.4407075454,
"base_cost_quote": 3214.8584868625,
"unrealized_pnl_exit_net": -1482.9217943275
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 1096.08,
"quote_asset_bal": 7059.9788955904,
"total_value_mid": 8781.9205755904,
"total_value_exit_net": 8780.6291193304,
"total_value": 8781.9205755904,
"base_cost_quote": 3290.03635801,
"unrealized_pnl_exit_net": -1569.38613427
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 1051.96,
"quote_asset_bal": 7131.0016309354,
"total_value_mid": 8840.4366309354,
"total_value_exit_net": 8839.1545546854,
"total_value": 8840.4366309354,
"base_cost_quote": 3219.8727247225,
"unrealized_pnl_exit_net": -1511.7198009725
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 1036.51,
"quote_asset_bal": 7156.8168897404,
"total_value_mid": 8876.3869797404,
"total_value_exit_net": 8875.0973021729,
"total_value": 8876.3869797404,
"base_cost_quote": 3194.8260537975,
"unrealized_pnl_exit_net": -1476.545641365
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 1009.54,
"quote_asset_bal": 7202.5482545004,
"total_value_mid": 8912.7090145004,
"total_value_exit_net": 8911.4263939304,
"total_value": 8912.7090145004,
"base_cost_quote": 3149.7016558625,
"unrealized_pnl_exit_net": -1440.8235164325
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 866.11,
"quote_asset_bal": 7459.8816428629,
"total_value_mid": 9020.6118628629,
"total_value_exit_net": 9019.4413151979,
"total_value": 9020.6118628629,
"base_cost_quote": 2894.028955045,
"unrealized_pnl_exit_net": -1334.46928271
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 827.48,
"quote_asset_bal": 7531.0229628829,
"total_value_mid": 9061.8609628829,
"total_value_exit_net": 9060.7128343829,
"total_value": 9061.8609628829,
"base_cost_quote": 2823.841914215,
"unrealized_pnl_exit_net": -1294.152042715
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 827.31,
"quote_asset_bal": 7531.7673073029,
"total_value_mid": 9076.3550773029,
"total_value_exit_net": 9075.1966364754,
"total_value": 9076.3550773029,
"base_cost_quote": 2823.8275534525,
"unrealized_pnl_exit_net": -1280.39822428
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 805.93,
"quote_asset_bal": 7572.8079534104,
"total_value_mid": 9100.0453034104,
"total_value_exit_net": 9098.8998753979,
"total_value": 9100.0453034104,
"base_cost_quote": 2783.74004035,
"unrealized_pnl_exit_net": -1257.6481183625
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 803.38,
"quote_asset_bal": 7578.6572764879,
"total_value_mid": 9103.4725164879,
"total_value_exit_net": 9102.3289050579,
"total_value": 9103.4725164879,
"base_cost_quote": 2778.698201805,
"unrealized_pnl_exit_net": -1255.026573235
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 816.71,
"quote_asset_bal": 7554.3902339904,
"total_value_mid": 9083.2713539904,
"total_value_exit_net": 9082.1246931504,
"total_value": 9083.2713539904,
"base_cost_quote": 2803.73770736,
"unrealized_pnl_exit_net": -1276.0032482
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 830.13,
"quote_asset_bal": 7530.0880884229,
"total_value_mid": 9074.9600184229,
"total_value_exit_net": 9073.8013644754,
"total_value": 9074.9600184229,
"base_cost_quote": 2828.8121090675,
"unrealized_pnl_exit_net": -1285.098833015
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 927.42,
"quote_asset_bal": 7355.4450246354,
"total_value_mid": 8973.7929246354,
"total_value_exit_net": 8972.5791637104,
"total_value": 8973.7929246354,
"base_cost_quote": 3004.2535015,
"unrealized_pnl_exit_net": -1387.119362425
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 933.26,
"quote_asset_bal": 7345.9616431254,
"total_value_mid": 8969.8340431254,
"total_value_exit_net": 8968.6161388254,
"total_value": 8969.8340431254,
"base_cost_quote": 3014.264904425,
"unrealized_pnl_exit_net": -1391.610408725
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 924.68,
"quote_asset_bal": 7361.4717884229,
"total_value_mid": 8979.6617884229,
"total_value_exit_net": 8978.4481459229,
"total_value": 8979.6617884229,
"base_cost_quote": 2999.2508823475,
"unrealized_pnl_exit_net": -1382.2745248475
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 936.3,
"quote_asset_bal": 7342.1105261754,
"total_value_mid": 8960.9732261754,
"total_value_exit_net": 8959.7590791504,
"total_value": 8960.9732261754,
"base_cost_quote": 3019.27824161,
"unrealized_pnl_exit_net": -1401.629688635
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 893.38,
"quote_asset_bal": 7418.0095265879,
"total_value_mid": 9026.0935265879,
"total_value_exit_net": 9024.8874635879,
"total_value": 9026.0935265879,
"base_cost_quote": 2944.0994697875,
"unrealized_pnl_exit_net": -1337.2215327875
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 929.94,
"quote_asset_bal": 7353.3593488379,
"total_value_mid": 8990.9836888379,
"total_value_exit_net": 8989.7554705829,
"total_value": 8990.9836888379,
"base_cost_quote": 3009.2720525925,
"unrealized_pnl_exit_net": -1372.8759308475
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 996.68,
"quote_asset_bal": 7238.7860078454,
"total_value_mid": 8922.1785278454,
"total_value_exit_net": 8920.9159834554,
"total_value": 8922.1785278454,
"base_cost_quote": 3124.5589729825,
"unrealized_pnl_exit_net": -1442.4289973725
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 958.75,
"quote_asset_bal": 7304.6251137254,
"total_value_mid": 8954.6338637254,
"total_value_exit_net": 8953.3963571629,
"total_value": 8954.6338637254,
"base_cost_quote": 3059.3937556975,
"unrealized_pnl_exit_net": -1410.62251226
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 952.88,
"quote_asset_bal": 7314.9840601579,
"total_value_mid": 8970.1366201579,
"total_value_exit_net": 8968.8952557379,
"total_value": 8970.1366201579,
"base_cost_quote": 3049.37307582,
"unrealized_pnl_exit_net": -1395.46188024
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 985.4,
"quote_asset_bal": 7260.1529627354,
"total_value_mid": 8901.8293627354,
"total_value_exit_net": 8900.5981054354,
"total_value": 8901.8293627354,
"base_cost_quote": 3104.5129497325,
"unrealized_pnl_exit_net": -1464.0678070325
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 1035.3,
"quote_asset_bal": 7180.8611317279,
"total_value_mid": 8823.8822317279,
"total_value_exit_net": 8822.6499659029,
"total_value": 8823.8822317279,
"base_cost_quote": 3184.7016461825,
"unrealized_pnl_exit_net": -1542.9128120075
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 1106.2,
"quote_asset_bal": 7071.2662512904,
"total_value_mid": 8749.3716512904,
"total_value_exit_net": 8748.1130722404,
"total_value": 8749.3716512904,
"base_cost_quote": 3294.933247925,
"unrealized_pnl_exit_net": -1618.086426975
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 1050.99,
"quote_asset_bal": 7157.2042528979,
"total_value_mid": 8797.7996428979,
"total_value_exit_net": 8796.5691963554,
"total_value": 8797.7996428979,
"base_cost_quote": 3209.7540614125,
"unrealized_pnl_exit_net": -1570.389117955
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 1080.02,
"quote_asset_bal": 7112.5085548154,
"total_value_mid": 8776.8193748154,
"total_value_exit_net": 8775.5711417004,
"total_value": 8776.8193748154,
"base_cost_quote": 3254.85375083,
"unrealized_pnl_exit_net": -1591.791163945
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 1086.58,
"quote_asset_bal": 7102.9916691804,
"total_value_mid": 8768.7188091804,
"total_value_exit_net": 8767.4695138254,
"total_value": 8768.7188091804,
"base_cost_quote": 3264.862812,
"unrealized_pnl_exit_net": -1600.384967355
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 1076.81,
"quote_asset_bal": 7118.2027196179,
"total_value_mid": 8773.2596896179,
"total_value_exit_net": 8772.0183968904,
"total_value": 8773.2596896179,
"base_cost_quote": 3249.8515519925,
"unrealized_pnl_exit_net": -1596.03587472
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 1123,
"quote_asset_bal": 7048.4174121204,
"total_value_mid": 8739.6554121204,
"total_value_exit_net": 8738.3869836204,
"total_value": 8739.6554121204,
"base_cost_quote": 3320.002235575,
"unrealized_pnl_exit_net": -1630.032664075
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 1099.79,
"quote_asset_bal": 7083.9766089804,
"total_value_mid": 8761.1563589804,
"total_value_exit_net": 8759.8984741679,
"total_value": 8761.1563589804,
"base_cost_quote": 3284.90515249,
"unrealized_pnl_exit_net": -1608.9832873025
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 1099.73,
"quote_asset_bal": 7084.2817296404,
"total_value_mid": 8756.9710596404,
"total_value_exit_net": 8755.7165426429,
"total_value": 8756.9710596404,
"base_cost_quote": 3284.92428683,
"unrealized_pnl_exit_net": -1613.4894738275
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 1089.81,
"quote_asset_bal": 7099.6659337729,
"total_value_mid": 8774.7039037729,
"total_value_exit_net": 8773.4476252954,
"total_value": 8774.7039037729,
"base_cost_quote": 3269.8827241125,
"unrealized_pnl_exit_net": -1596.10103259
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 1177.4,
"quote_asset_bal": 6969.9737438354,
"total_value_mid": 8684.2681438354,
"total_value_exit_net": 8682.9824230354,
"total_value": 8684.2681438354,
"base_cost_quote": 3400.19267333,
"unrealized_pnl_exit_net": -1687.18399413
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 1167.17,
"quote_asset_bal": 6985.9917583304,
"total_value_mid": 8687.7256183304,
"total_value_exit_net": 8686.4493179354,
"total_value": 8687.7256183304,
"base_cost_quote": 3385.15568404,
"unrealized_pnl_exit_net": -1684.698124435
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 1259.6,
"quote_asset_bal": 6856.9526363479,
"total_value_mid": 8559.9318363479,
"total_value_exit_net": 8558.6546019479,
"total_value": 8559.9318363479,
"base_cost_quote": 3515.4280651025,
"unrealized_pnl_exit_net": -1813.7260995025
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 1292.88,
"quote_asset_bal": 6813.0141866804,
"total_value_mid": 8541.5947466804,
"total_value_exit_net": 8540.2983112604,
"total_value": 8541.5947466804,
"base_cost_quote": 3560.532698225,
"unrealized_pnl_exit_net": -1833.248573645
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 1266.51,
"quote_asset_bal": 6849.4811508579,
"total_value_mid": 8578.2673008579,
"total_value_exit_net": 8576.9707112454,
"total_value": 8578.2673008579,
"base_cost_quote": 3525.4720124175,
"unrealized_pnl_exit_net": -1797.98245203
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 1240.92,
"quote_asset_bal": 6885.7772547629,
"total_value_mid": 8621.8243347629,
"total_value_exit_net": 8620.5222994529,
"total_value": 8621.8243347629,
"base_cost_quote": 3490.3854772375,
"unrealized_pnl_exit_net": -1755.6404325475
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 1241.18,
"quote_asset_bal": 6887.0631164904,
"total_value_mid": 8613.5444964904,
"total_value_exit_net": 8612.2496354554,
"total_value": 8613.5444964904,
"base_cost_quote": 3490.388209285,
"unrealized_pnl_exit_net": -1765.20169032
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 1351.39,
"quote_asset_bal": 6744.1285324079,
"total_value_mid": 8446.8799324079,
"total_value_exit_net": 8445.6028688579,
"total_value": 8446.8799324079,
"base_cost_quote": 3635.6821280575,
"unrealized_pnl_exit_net": -1934.2077916075
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 1215.55,
"quote_asset_bal": 6927.1038476304,
"total_value_mid": 8625.2271976304,
"total_value_exit_net": 8623.9536051179,
"total_value": 8625.2271976304,
"base_cost_quote": 3455.305797195,
"unrealized_pnl_exit_net": -1758.4560397075
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 1183.95,
"quote_asset_bal": 6974.0210796679,
"total_value_mid": 8658.7819296679,
"total_value_exit_net": 8657.5183590304,
"total_value": 8658.7819296679,
"base_cost_quote": 3410.2244014875,
"unrealized_pnl_exit_net": -1726.727122125
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 1201.69,
"quote_asset_bal": 6949.7141295704,
"total_value_mid": 8632.0801295704,
"total_value_exit_net": 8630.8183550704,
"total_value": 8632.0801295704,
"base_cost_quote": 3435.27408467,
"unrealized_pnl_exit_net": -1754.16985917
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 1259.73,
"quote_asset_bal": 6870.3459612529,
"total_value_mid": 8582.3190312529,
"total_value_exit_net": 8581.0350514504,
"total_value": 8582.3190312529,
"base_cost_quote": 3515.4654731375,
"unrealized_pnl_exit_net": -1804.77638294
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 1278.37,
"quote_asset_bal": 6845.8848297904,
"total_value_mid": 8556.3438897904,
"total_value_exit_net": 8555.0610454954,
"total_value": 8556.3438897904,
"base_cost_quote": 3540.507090275,
"unrealized_pnl_exit_net": -1831.33087457
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 1308.6,
"quote_asset_bal": 6806.6801854254,
"total_value_mid": 8527.4891854254,
"total_value_exit_net": 8526.1985786754,
"total_value": 8527.4891854254,
"base_cost_quote": 3580.583004685,
"unrealized_pnl_exit_net": -1861.064611435
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 1223.42,
"quote_asset_bal": 6922.8831583229,
"total_value_mid": 8624.6603783229,
"total_value_exit_net": 8623.3840454079,
"total_value": 8624.6603783229,
"base_cost_quote": 3465.3438300775,
"unrealized_pnl_exit_net": -1764.8429429925
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 1163.38,
"quote_asset_bal": 7008.7562247629,
"total_value_mid": 8701.4741247629,
"total_value_exit_net": 8700.2045863379,
"total_value": 8701.4741247629,
"base_cost_quote": 3380.1582487725,
"unrealized_pnl_exit_net": -1688.7098871975
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 1125.98,
"quote_asset_bal": 7064.3794786604,
"total_value_mid": 8752.2234986604,
"total_value_exit_net": 8750.9576156454,
"total_value": 8752.2234986604,
"base_cost_quote": 3325.014271785,
"unrealized_pnl_exit_net": -1638.4361348
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 1152.98,
"quote_asset_bal": 7024.9419240179,
"total_value_mid": 8720.9755040179,
"total_value_exit_net": 8719.7034788329,
"total_value": 8720.9755040179,
"base_cost_quote": 3365.0979620225,
"unrealized_pnl_exit_net": -1670.3364072075
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 1177.03,
"quote_asset_bal": 6990.4235998079,
"total_value_mid": 8695.940069808,
"total_value_exit_net": 8694.6609324555,
"total_value": 8695.940069808,
"base_cost_quote": 3400.1714474225,
"unrealized_pnl_exit_net": -1695.934114775
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 1208.41,
"quote_asset_bal": 6945.746378863,
"total_value_mid": 8668.939038863,
"total_value_exit_net": 8667.646644368,
"total_value": 8668.939038863,
"base_cost_quote": 3445.2591178325,
"unrealized_pnl_exit_net": -1723.3588523275
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 1219.01,
"quote_asset_bal": 6931.162270898,
"total_value_mid": 8654.842410898,
"total_value_exit_net": 8653.549650793,
"total_value": 8654.842410898,
"base_cost_quote": 3460.3004703925,
"unrealized_pnl_exit_net": -1737.9130904975
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 1291.04,
"quote_asset_bal": 6831.462129148,
"total_value_mid": 8595.022769148,
"total_value_exit_net": 8593.700098668,
"total_value": 8595.022769148,
"base_cost_quote": 3560.5007242625,
"unrealized_pnl_exit_net": -1798.2627547425
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 1339.28,
"quote_asset_bal": 6767.038256873,
"total_value_mid": 8549.619936873,
"total_value_exit_net": 8548.283000613,
"total_value": 8549.619936873,
"base_cost_quote": 3625.6472275225,
"unrealized_pnl_exit_net": -1844.4024837825
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 1324.24,
"quote_asset_bal": 6787.469344768,
"total_value_mid": 8565.923664768,
"total_value_exit_net": 8564.589824028,
"total_value": 8565.923664768,
"base_cost_quote": 3605.6058877825,
"unrealized_pnl_exit_net": -1828.4854085225
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 1320.51,
"quote_asset_bal": 6792.8888388555,
"total_value_mid": 8567.6542788555,
"total_value_exit_net": 8566.3232047755,
"total_value": 8567.6542788555,
"base_cost_quote": 3600.59274074,
"unrealized_pnl_exit_net": -1827.15837482
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 1313.25,
"quote_asset_bal": 6803.7103245305,
"total_value_mid": 8567.4050745305,
"total_value_exit_net": 8566.082303468,
"total_value": 8567.4050745305,
"base_cost_quote": 3590.575893735,
"unrealized_pnl_exit_net": -1828.2039147975
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 1381.89,
"quote_asset_bal": 6714.2520890055,
"total_value_mid": 8499.6539690055,
"total_value_exit_net": 8498.3149175955,
"total_value": 8499.6539690055,
"base_cost_quote": 3680.731459735,
"unrealized_pnl_exit_net": -1896.668631145
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 1370.93,
"quote_asset_bal": 6730.4040515105,
"total_value_mid": 8489.3072415105,
"total_value_exit_net": 8487.988064118,
"total_value": 8489.3072415105,
"base_cost_quote": 3665.718808685,
"unrealized_pnl_exit_net": -1908.1347960775
}
]
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 (70,626 closed trades) via GET /backtests/90cfc930-db11-46ab-a8bb-f5d042b59cc8/trades (paginate through all pages).100-row audit sample from 70,626 closed trades (RFC 4180 CSV)
100-row audit sample from 70,626 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-08-08T10:03:00Z,2024-08-08T10:03:00Z,6.256,6.272,0.8,,,0.0052832,0.1055626598,0.0037536,0.0037632,,,TP
,,2024-08-08T10:04:00Z,2024-08-08T10:04:00Z,6.246,6.262,0.81,,,0.00536139,0.105971822,0.003794445,0.003804165,,,TP
,,2024-08-08T10:07:00Z,2024-08-08T10:08:00Z,6.256,6.272,0.8,,,0.0052832,0.1055626598,0.0037536,0.0037632,,,TP
,,2024-08-08T10:08:00Z,2024-08-08T11:01:00Z,6.254,6.27,0.8,,,0.0052856,0.1056443876,0.0037524,0.003762,,,TP
,,2024-08-08T10:10:00Z,2024-08-08T11:01:00Z,6.239,6.255,0.81,,,0.005369895,0.1062590159,0.0037901925,0.0037999125,,,TP
,,2024-08-08T10:11:00Z,2024-08-08T11:01:00Z,6.22,6.236,0.81,,,0.00539298,0.1070418006,0.00377865,0.00378837,,,TP
,,2024-08-08T10:12:00Z,2024-08-08T10:12:00Z,6.179,6.195,0.81,,,0.005442795,0.1087473701,0.0037537425,0.0037634625,,,TP
,,2024-08-08T10:13:00Z,2024-08-08T10:13:00Z,6.116,6.132,0.82,,,0.00558748,0.111412688,0.00376134,0.00377118,,,TP
,,2024-08-08T10:15:00Z,2024-08-08T10:15:00Z,6.093,6.109,0.83,,,0.005684255,0.1123994748,0.0037928925,0.0038028525,,,TP
,,2024-08-08T10:17:00Z,2024-08-08T10:18:00Z,6.106,6.122,0.82,,,0.00559978,0.1118408123,0.00375519,0.00376503,,,TP
,,2024-08-08T10:18:00Z,2024-08-08T10:19:00Z,6.086,6.102,0.83,,,0.00569297,0.1127012816,0.003788535,0.003798495,,,TP
,,2024-08-08T10:20:00Z,2024-08-08T10:20:00Z,6.087,6.103,0.83,,,0.005691725,0.1126581239,0.0037891575,0.0037991175,,,TP
,,2024-08-08T10:21:00Z,2024-08-08T10:22:00Z,6.087,6.103,0.83,,,0.005691725,0.1126581239,0.0037891575,0.0037991175,,,TP
,,2024-08-08T10:23:00Z,2024-08-08T10:24:00Z,6.092,6.108,0.83,,,0.0056855,0.1124425476,0.00379227,0.00380223,,,TP
,,2024-08-08T10:25:00Z,2024-08-08T10:26:00Z,6.093,6.109,0.83,,,0.005684255,0.1123994748,0.0037928925,0.0038028525,,,TP
,,2024-08-08T10:25:00Z,2024-08-08T10:25:00Z,6.094,6.11,0.83,,,0.00568301,0.1123564161,0.003793515,0.003803475,,,TP
,,2024-08-08T10:27:00Z,2024-08-08T10:28:00Z,6.091,6.107,0.83,,,0.005686745,0.1124856345,0.0037916475,0.0038016075,,,TP
,,2024-08-08T10:27:00Z,2024-08-08T10:27:00Z,6.097,6.113,0.83,,,0.005679275,0.1122273249,0.0037953825,0.0038053425,,,TP
,,2024-08-08T10:30:00Z,2024-08-08T10:50:00Z,6.126,6.142,0.82,,,0.00557518,0.1109859615,0.00376749,0.00377733,,,TP
,,2024-08-08T10:31:00Z,2024-08-08T10:31:00Z,6.106,6.122,0.82,,,0.00559978,0.1118408123,0.00375519,0.00376503,,,TP
,,2024-08-08T10:31:00Z,2024-08-08T10:50:00Z,6.11,6.126,0.82,,,0.00559486,0.1116693944,0.00375765,0.00376749,,,TP
,,2024-08-08T10:32:00Z,2024-08-08T10:46:00Z,6.103,6.119,0.82,,,0.00560347,0.1119695232,0.003753345,0.003763185,,,TP
,,2024-08-08T10:38:00Z,2024-08-08T10:42:00Z,6.068,6.084,0.83,,,0.00571538,0.1134805537,0.00377733,0.00378729,,,TP
,,2024-08-08T10:40:00Z,2024-08-08T10:42:00Z,6.08,6.096,0.83,,,0.00570044,0.1129605263,0.0037848,0.00379476,,,TP
,,2024-08-08T10:43:00Z,2024-08-08T10:45:00Z,6.085,6.101,0.83,,,0.005694215,0.1127444536,0.0037879125,0.0037978725,,,TP
,,2025-03-11T00:50:00Z,2025-03-11T00:55:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2025-03-11T00:56:00Z,2025-03-11T00:58:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2025-03-11T01:08:00Z,2025-03-11T01:10:00Z,2.398,2.404,2.09,,,0.00498888,0.1000208507,0.003758865,0.00375024,,,TP
,,2025-03-27T22:21:00Z,2025-03-27T22:23:00Z,4,4.01,1.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-03-28T04:05:00Z,2025-03-28T06:12:00Z,4,4.01,1.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-03-28T12:46:00Z,2025-03-31T14:15:00Z,4,4.01,1.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-10T21:20:00Z,2025-10-10T21:21:00Z,0.575,0.577,8.7,,,0.0098832,0.1975652174,0.003751875,0.003764925,,,TP
,,2025-11-03T15:31:00Z,2025-11-03T15:33:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-04T00:20:00Z,2025-11-04T02:43:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-04T11:04:00Z,2025-11-04T14:42:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-04T15:12:00Z,2025-11-04T15:18:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-07T07:05:00Z,2025-11-07T07:07:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-07T07:27:00Z,2025-11-07T07:43:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-07T08:33:00Z,2025-11-07T15:15:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-07T15:18:00Z,2025-11-07T15:18:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-07T15:20:00Z,2025-11-07T15:21:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-07T15:21:00Z,2025-11-07T15:22:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-07T15:23:00Z,2025-11-07T15:23:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-12T17:14:00Z,2025-11-12T17:37:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-12T18:11:00Z,2025-11-12T18:14:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-12T18:27:00Z,2025-11-12T18:36:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-12T18:49:00Z,2025-11-12T19:43:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-12T19:49:00Z,2025-11-12T19:54:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-12T22:08:00Z,2025-11-12T22:24:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-12T22:28:00Z,2025-11-12T22:35:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-13T17:39:00Z,2025-11-13T17:40:00Z,2,2.005,2.5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-06T00:10:00Z,2026-02-06T00:10:00Z,1.228,1.232,4.08,,,0.0087924,0.1754885993,0.00375768,0.00376992,,,TP
,,2026-02-06T00:11:00Z,2026-02-06T00:43:00Z,1.229,1.233,4.07,,,0.008764745,0.1752237592,0.0037515225,0.0037637325,,,TP
,,2026-02-06T00:12:00Z,2026-02-06T00:12:00Z,1.215,1.219,4.12,,,0.00895894,0.1789711934,0.00375435,0.00376671,,,TP
,,2026-02-06T00:13:00Z,2026-02-06T00:13:00Z,1.215,1.219,4.12,,,0.00895894,0.1789711934,0.00375435,0.00376671,,,TP
,,2026-02-06T00:14:00Z,2026-02-06T00:14:00Z,1.202,1.206,4.16,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-06T00:36:00Z,2026-02-06T00:36:00Z,1.203,1.207,4.16,,,0.0091208,0.1822527016,0.00375336,0.00376584,,,TP
,,2026-02-06T00:42:00Z,2026-02-06T00:42:00Z,1.236,1.24,4.05,,,0.00867915,0.173381877,0.00375435,0.0037665,,,TP
,,2026-02-06T00:44:00Z,2026-02-06T00:44:00Z,1.227,1.231,4.08,,,0.00879852,0.1757538712,0.00375462,0.00376686,,,TP
,,2026-02-06T00:46:00Z,2026-02-06T00:46:00Z,1.233,1.237,4.06,,,0.00871885,0.1741686942,0.003754485,0.003766665,,,TP
,,2026-02-06T00:47:00Z,2026-02-06T00:47:00Z,1.233,1.237,4.06,,,0.00871885,0.1741686942,0.003754485,0.003766665,,,TP
,,2026-02-06T00:48:00Z,2026-02-06T00:50:00Z,1.225,1.229,4.09,,,0.008832355,0.1762857143,0.0037576875,0.0037699575,,,TP
,,2026-02-06T00:48:00Z,2026-02-06T00:50:00Z,1.229,1.233,4.07,,,0.008764745,0.1752237592,0.0037515225,0.0037637325,,,TP
,,2026-02-06T00:52:00Z,2026-02-06T00:53:00Z,1.23,1.234,4.07,,,0.00875864,0.1749593496,0.003754575,0.003766785,,,TP
,,2026-02-06T00:52:00Z,2026-02-06T00:53:00Z,1.232,1.236,4.06,,,0.00872494,0.1744318182,0.00375144,0.00376362,,,TP
,,2026-02-06T00:55:00Z,2026-02-06T00:55:00Z,1.232,1.236,4.06,,,0.00872494,0.1744318182,0.00375144,0.00376362,,,TP
,,2026-02-06T00:56:00Z,2026-02-06T00:56:00Z,1.224,1.228,4.09,,,0.00883849,0.1765522876,0.00375462,0.00376689,,,TP
,,2026-02-06T00:56:00Z,2026-02-06T01:00:00Z,1.226,1.23,4.08,,,0.00880464,0.1760195759,0.00375156,0.0037638,,,TP
,,2026-02-06T00:57:00Z,2026-02-06T00:58:00Z,1.223,1.227,4.09,,,0.008844625,0.1768192968,0.0037515525,0.0037638225,,,TP
,,2026-02-06T01:01:00Z,2026-02-06T01:04:00Z,1.235,1.239,4.05,,,0.008685225,0.1736437247,0.0037513125,0.0037634625,,,TP
,,2026-02-06T01:02:00Z,2026-02-06T01:03:00Z,1.226,1.23,4.08,,,0.00880464,0.1760195759,0.00375156,0.0037638,,,TP
,,2026-02-06T01:05:00Z,2026-02-06T01:07:00Z,1.229,1.233,4.07,,,0.008764745,0.1752237592,0.0037515225,0.0037637325,,,TP
,,2026-02-06T01:05:00Z,2026-02-06T01:05:00Z,1.232,1.236,4.06,,,0.00872494,0.1744318182,0.00375144,0.00376362,,,TP
,,2026-02-06T01:12:00Z,2026-02-06T01:13:00Z,1.234,1.238,4.06,,,0.00871276,0.1739059968,0.00375753,0.00376971,,,TP
,,2026-02-06T04:05:00Z,2026-02-06T04:10:00Z,1.234,1.238,4.06,,,0.00871276,0.1739059968,0.00375753,0.00376971,,,TP
,,2026-02-25T20:42:00Z,2026-02-25T22:05:00Z,1.326,1.33,3.78,,,0.00759024,0.1514328808,0.00375921,0.00377055,,,TP
,,2026-02-25T20:44:00Z,2026-02-25T22:02:00Z,1.324,1.328,3.78,,,0.00760158,0.1518882175,0.00375354,0.00376488,,,TP
,,2026-02-25T20:49:00Z,2026-02-25T22:00:00Z,1.322,1.326,3.79,,,0.00763306,0.1523449319,0.003757785,0.003769155,,,TP
,,2026-02-25T20:51:00Z,2026-02-25T21:37:00Z,1.319,1.323,3.8,,,0.0076703,0.1530326005,0.00375915,0.00377055,,,TP
,,2026-02-25T20:58:00Z,2026-02-25T21:36:00Z,1.317,1.321,3.8,,,0.0076817,0.1534927866,0.00375345,0.00376485,,,TP
,,2026-02-25T21:01:00Z,2026-02-25T21:35:00Z,1.314,1.318,3.81,,,0.00771906,0.1541856925,0.003754755,0.003766185,,,TP
,,2026-02-25T21:15:00Z,2026-02-25T23:02:00Z,1.296,1.3,3.86,,,0.00792458,0.1584104938,0.00375192,0.0037635,,,TP
,,2026-02-25T21:23:00Z,2026-02-25T21:34:00Z,1.309,1.313,3.82,,,0.00776797,0.1553475936,0.003750285,0.003761745,,,TP
,,2026-02-25T21:24:00Z,2026-02-25T21:29:00Z,1.306,1.31,3.83,,,0.00780554,0.1560490046,0.003751485,0.003762975,,,TP
,,2026-02-25T21:28:00Z,2026-02-25T21:29:00Z,1.304,1.308,3.84,,,0.00783744,0.1565184049,0.00375552,0.00376704,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T21:50:00Z,1.317,1.321,3.8,,,0.0076817,0.1534927866,0.00375345,0.00376485,,,TP
,,2026-02-25T21:40:00Z,2026-02-25T21:52:00Z,1.319,1.323,3.8,,,0.0076703,0.1530326005,0.00375915,0.00377055,,,TP
,,2026-02-25T21:43:00Z,2026-02-25T22:32:00Z,1.314,1.318,3.81,,,0.00771906,0.1541856925,0.003754755,0.003766185,,,TP
,,2026-02-25T21:45:00Z,2026-02-25T21:48:00Z,1.312,1.316,3.82,,,0.00775078,0.1546493902,0.00375888,0.00377034,,,TP
,,2026-02-25T21:57:00Z,2026-02-25T22:17:00Z,1.32,1.324,3.79,,,0.00764443,0.1528030303,0.0037521,0.00376347,,,TP
,,2026-02-25T22:05:00Z,2026-02-25T22:13:00Z,1.326,1.33,3.78,,,0.00759024,0.1514328808,0.00375921,0.00377055,,,TP
,,2026-02-25T22:32:00Z,2026-02-25T22:34:00Z,1.318,1.322,3.8,,,0.007676,0.153262519,0.0037563,0.0037677,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T22:58:00Z,1.306,1.31,3.83,,,0.00780554,0.1560490046,0.003751485,0.003762975,,,TP
,,2026-02-25T22:53:00Z,2026-02-25T23:00:00Z,1.304,1.308,3.84,,,0.00783744,0.1565184049,0.00375552,0.00376704,,,TP
,,2026-02-25T23:03:00Z,2026-02-25T23:10:00Z,1.3,1.304,3.85,,,0.00788095,0.1574615385,0.00375375,0.0037653,,,TP
,,2026-02-25T23:11:00Z,2026-02-25T23:11:00Z,1.301,1.305,3.85,,,0.007875175,0.1572252114,0.0037566375,0.0037681875,,,TP
,,2026-02-25T23:39:00Z,2026-02-25T23:53:00Z,1.28,1.284,3.91,,,0.00812107,0.162265625,0.0037536,0.00376533,,,TP
,,2026-02-25T23:41:00Z,2026-02-25T23:52:00Z,1.278,1.282,3.92,,,0.0081536,0.1627543036,0.00375732,0.00376908,,,TP
,,2026-02-25T23:43:00Z,2026-02-25T23:47:00Z,1.27,1.274,3.94,,,0.00824248,0.1647244094,0.00375285,0.00376467,,,TP
,,2026-02-25T23:54:00Z,2026-02-25T23:54:00Z,1.282,1.286,3.91,,,0.00810934,0.1617784711,0.003759465,0.003771195,,,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 TONUSDT?
Did it beat Buy & Hold of TONUSDT?
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 TONUSDT (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,487.99 USDT
P&L: -1,512.01 USDT (-15.12%)
Result: LOSS
Completed trades: 70626
Open orders at end: 730
Win rate: 100.0%
Avg. profit/trade: 0.005836 USDT
Best trade: 0.009883 USDT
Worst trade: 0.004983 USDT
Total profit (trades only): 412.205553 USDT
Max drawdown: -16.34%
Profit factor: inf (no losing trades)
Sharpe ratio: -1.12
Total fees: 532.33 USDT
Avg hold time: 13.2h
TP / SL / TSL: 70626 / 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: 717.3s
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":"TONUSDT","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.001,"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": "TONUSDT LongTimeLong Backtest",
"alternateName": "TONUSDT-3LongTimeLong.json-90cfc930-db11-46ab-a8bb-f5d042b59cc8",
"description": "Backtest of the LongTimeLong strategy on TONUSDT: -15.12% return over 2024-04-24 to 2026-02-25.",
"identifier": "90cfc930-db11-46ab-a8bb-f5d042b59cc8",
"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": [
"TONUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "TONUSDT",
"description": "Trading pair: TONUSDT"
},
{
"@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": -15.1201,
"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": 412.20555317,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 8487.98806412,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 70626,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 730,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.0098832,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00498264,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00583646,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 717.33,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -10.038553741290146,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -16.3364736700651,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -1649.1220839869984,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 428,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -1.1194017654642134,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.9821202332282544,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 9.074064491885565,
"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": 566,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Equity Samples",
"value": 567,
"unitText": "points",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Expectancy per Trade",
"value": 0.0068022647,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.0068022647,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.00665281,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.68022647,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7528275150000001,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1003.84218,
"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.08333333333333333,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 1.4144444444444442,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 3193.97602763766,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:13.939Z",
"dateModified": "2026-05-15T13:01:08.620Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:01:08 UTC