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.
ZKUSDT * LongTimeLong
ZKUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -21.32% | 156,193 closed trades | 100.0% closed WR | 784 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 | 2,013.65 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 1,174.05 USDT | Buy + sell fees across all trades. |
| Fee Drag | 58.3% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 16.0 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 156,193 | 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 ZKUSDT, 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 58.3% 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="cf5c9633-eee1-4261-8199-c3fb988c660c" */}
...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 ZKUSDT, 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 ZKUSDT 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: ZKUSDT 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 -21.32% return on ZKUSDT a good backtest result?
Is a -21.32% return on ZKUSDT 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 ZKUSDT backtest?
What is the annualised return for this ZKUSDT 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 ZKUSDT?
How is this backtest different from others on ZKUSDT?
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 | ZKUSDT |
| 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 | 618.0 days (1.69 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 618.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 | 7,868.12 USDT |
| Avg Profit / Trade | +0.0054 USDT |
| Trades / Month | 7063.6 |
| Status | completed |
| Created | 2026-05-08 13:39:13 UTC |
| Started | 2026-05-10 08:40:59 UTC |
| Completed | 2026-05-10 09:10:27 UTC |
| Compute Time | 24m 38s |
| Backtest ID | cf5c9633-eee1-4261-8199-c3fb988c660c |
| Engine summary: |
Backtest ZKUSDT (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: 7,868.12 USDT
P&L: -2,131.88 USDT (-21.32%)
Result: LOSS
Completed trades: 156193
Open orders at end: 784
Win rate: 100.0%
Avg. profit/trade: 0.005375 USDT
Best trade: 0.007469 USDT
Worst trade: 0.004977 USDT
Total profit (trades only): 839.598681 USDT
Max drawdown: -26.25%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.52
Total fees: 1,174.05 USDT
Avg hold time: 16.0h
TP / SL / TSL: 156193 / 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: 1477.8s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -21.32% over the tested window | return_pct = -21.3188 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 7,868.12 USDT | final_value - start_balance = -2,131.88 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 156193 of 156193 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 26.25% | max_drawdown_pct = 26.2550 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -0.52 | sharpe_annualized = -0.5171 | 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.1 |
stopLoss | false |
tickSize | 0.00001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "ZKUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.00001,
"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.1 | 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.00001 | 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: ZKUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.1
stopLoss: false
tickSize: 0.00001
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 | ZKUSDT | 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,361 | ####
|# # ##::::##
|:##:# # #####::::::::#
|:::::#:##::::::::::::::##
|:::::::::::::::::::::::::# #
|::::::::::::::::::::::::::## # ### :
|:::::::::::::::::::::::::::: ##:## ###:::### :#
|::::::::::::::::::::::::::::##::::: #::::::::: ::# #
|:::::::::::::::::::::::::::::::::::##::::::::::##:::# #:#
7,883 |:::::::::::::::::::::::::::::::::::::::::::::::::::::#:::###
+------------------------------------------------------------
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,426.47 USDT @ 2024-12-07 23:59:00 UTC |
| Trough | 7,689.00 USDT @ 2026-01-31 23:59:00 UTC |
| Drawdown Duration | 420.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,426.47 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,843.44 | 6,843.44 | 87.0% |
| ZK | 51,375.19999999 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 1,024.68 | 13.0% |
| Total | - | 7,868.12 | 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.61 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.61 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 | 1,173.30 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 784 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 1,174.05 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 | 193388.50% | 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/cf5c9633-eee1-4261-8199-c3fb988c660c/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375370 + 0.376070
= 0.751440 USDT
(B) bt.total_fees = 1,174.049977 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 1,174.049977 - 0.751440
= 1,173.298537 USDT
Identity check: (A) + (C) ?= (B)
0.751440 + 1,173.298537 = 1,174.049977 USDT
vs bt.total_fees = 1,174.049977 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 784 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.1h | 2.7h | 54.7h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-06-17 10:02:00 UTC | 2026-02-25 23:52:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.61 USDT | +0.12% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-06 | 25 | 25 | 100.0% | +0.13 |
| 2024-08 | 8 | 8 | 100.0% | +0.04 |
| 2024-09 | 1 | 1 | 100.0% | +0.00 |
| 2024-10 | 8 | 8 | 100.0% | +0.04 |
| 2024-11 | 1 | 1 | 100.0% | +0.00 |
| 2024-12 | 5 | 5 | 100.0% | +0.02 |
| 2025-01 | 1 | 1 | 100.0% | +0.00 |
| 2025-02 | 1 | 1 | 100.0% | +0.00 |
| 2026-02 | 50 | 50 | 100.0% | +0.36 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2026-02-05 -> 2026-02-05 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 2 | TP | 2026-02-05 -> 2026-02-05 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 3 | TP | 2026-02-05 -> 2026-02-05 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 4 | TP | 2026-02-05 -> 2026-02-05 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 5 | TP | 2026-02-20 -> 2026-02-20 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 6 | TP | 2026-02-20 -> 2026-02-20 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 7 | TP | 2026-02-20 -> 2026-02-20 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 8 | TP | 2026-02-21 -> 2026-02-21 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 9 | TP | 2026-02-21 -> 2026-02-21 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
| 10 | TP | 2026-02-21 -> 2026-02-23 | 0.020030 | 0.020090 | +0.0075 | +0.15% |
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-06-17 23:59:00 UTC |
| Deepest DD | -26.25% @ 2026-01-31 23:59:00 UTC |
| Mean | -11.65% |
| Std Dev | 8.23% |
| Last | -24.54% |
| Points | 619 |
| Across 619 points the series ranged from -26.25% (2026-01-31 23:59:00 UTC) to 0.00% (2024-06-17 23:59:00 UTC), averaging -11.65%. 0% of points were positive, 97% negative. The most recent value is -24.54%. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"timestamp":"2024-06-17T23:59:00+00:00","drawdown":0},{"timestamp":"2024-06-27T23:59:00+00:00","drawdown":-1.017463124739792},{"timestamp":"2024-07-08T23:59:00+00:00","drawdown":-1.2659640682204791},{"timestamp":"2024-07-18T23:59:00+00:00","drawdown":-0.34517085974215844},{"timestamp":"2024-07-29T23:59:00+00:00","drawdown":-1.277993531014986},{"timestamp":"2024-08-08T23:59:00+00:00","drawdown":-3.6589354183700213},{"timestamp":"2024-08-19T23:59:00+00:00","drawdown":-4.148868180290087},{"timestamp":"2024-08-29T23:59:00+00:00","drawdown":-4.536518204732327},{"timestamp":"2024-09-09T23:59:00+00:00","drawdown":-4.028928406112742},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-2.868219427885328},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-1.5259286877649154},{"timestamp":"2024-10-10T23:59:00+00:00","drawdown":-2.3025159385474674},{"timestamp":"2024-10-21T23:59:00+00:00","drawdown":-0.8353145340394771},{"timestamp":"2024-10-31T23:59:00+00:00","drawdown":-1.6964966813164222},{"timestamp":"2024-11-11T23:59:00+00:00","drawdown":0},{"timestamp":"2024-11-21T23:59:00+00:00","drawdown":-0.2824237027295106},{"timestamp":"2024-12-02T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-12T23:59:00+00:00","drawdown":-0.5743898344370635},{"timestamp":"2024-12-23T23:59:00+00:00","drawdown":-1.4874613826290717},{"timestamp":"2025-01-02T23:59:00+00:00","drawdown":-1.3409628731546264},{"timestamp":"2025-01-12T23:59:00+00:00","drawdown":-2.4041846714757527},{"timestamp":"2025-01-23T23:59:00+00:00","drawdown":-3.6696162343442666},{"timestamp":"2025-02-02T23:59:00+00:00","drawdown":-7.381332786775761},{"timestamp":"2025-02-13T23:59:00+00:00","drawdown":-8.332139752649844},{"timestamp":"2025-02-23T23:59:00+00:00","drawdown":-8.389422893413137},{"timestamp":"2025-03-06T23:59:00+00:00","drawdown":-11.475123503348616},{"timestamp":"2025-03-16T23:59:00+00:00","drawdown":-14.39349203444807},{"timestamp":"2025-03-27T23:59:00+00:00","drawdown":-12.663528803047425},{"timestamp":"2025-04-06T23:59:00+00:00","drawdown":-19.725254354241738},{"timestamp":"2025-04-17T23:59:00+00:00","drawdown":-20.3508479013327},{"timestamp":"2025-04-27T23:59:00+00:00","drawdown":-17.269948216194305},{"timestamp":"2025-05-08T23:59:00+00:00","drawdown":-15.518833183258465},{"timestamp":"2025-05-18T23:59:00+00:00","drawdown":-13.623202109934901},{"timestamp":"2025-05-29T23:59:00+00:00","drawdown":-16.09991561914773},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-18.178153958423525},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-21.017089076585744},{"timestamp":"2025-06-29T23:59:00+00:00","drawdown":-19.042235405074805},{"timestamp":"2025-07-10T23:59:00+00:00","drawdown":-16.598743122665205},{"timestamp":"2025-07-20T23:59:00+00:00","drawdown":-14.795896251550156},{"timestamp":"2025-07-31T23:59:00+00:00","drawdown":-18.150790164438007},{"timestamp":"2025-08-10T23:59:00+00:00","drawdown":-15.619146005475976},{"timestamp":"2025-08-20T23:59:00+00:00","drawdown":-13.88899957494674},{"timestamp":"2025-08-31T23:59:00+00:00","drawdown":-15.203991141268611},{"timestamp":"2025-09-10T23:59:00+00:00","drawdown":-14.381631956687418},{"timestamp":"2025-09-21T23:59:00+00:00","drawdown":-15.947513678604293},{"timestamp":"2025-10-01T23:59:00+00:00","drawdown":-16.19052891267629},{"timestamp":"2025-10-12T23:59:00+00:00","drawdown":-19.80226061823533},{"timestamp":"2025-10-22T23:59:00+00:00","drawdown":-23.08964134461725},{"timestamp":"2025-11-02T23:59:00+00:00","drawdown":-12.144307211440559},{"timestamp":"2025-11-12T23:59:00+00:00","drawdown":-14.836178914481698},{"timestamp":"2025-11-23T23:59:00+00:00","drawdown":-18.961030908306313},{"timestamp":"2025-12-03T23:59:00+00:00","drawdown":-18.51439427326692},{"timestamp":"2025-12-14T23:59:00+00:00","drawdown":-23.049582734411903},{"timestamp":"2025-12-24T23:59:00+00:00","drawdown":-23.426437850136104},{"timestamp":"2026-01-04T23:59:00+00:00","drawdown":-20.90230370989991},{"timestamp":"2026-01-14T23:59:00+00:00","drawdown":-18.99432725828279},{"timestamp":"2026-01-25T23:59:00+00:00","drawdown":-22.882028242843756},{"timestamp":"2026-02-04T23:59:00+00:00","drawdown":-23.44930591747474},{"timestamp":"2026-02-15T23:59:00+00:00","drawdown":-23.725041941415903},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-24.537083358287568}]
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 | 220.56 USDT @ 2024-12-07 23:59:00 UTC |
| Worst Unrealized | -3,041.38 USDT @ 2026-01-31 23:59:00 UTC |
| Mean | -1,264.15 USDT |
| Std Dev | 940.88 USDT |
| Last | -2,903.31 USDT |
| Points | 619 |
| Sum | -782,510.47 USDT |
| Across 619 points the series ranged from -3,041.38 USDT (2026-01-31 23:59:00 UTC) to 220.56 USDT (2024-12-07 23:59:00 UTC), averaging -1,264.15 USDT. 6% of points were positive, 94% negative. The most recent value is -2,903.31 USDT. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"timestamp":"2024-06-17T23:59:00+00:00","pnl":-8.4352817475},{"timestamp":"2024-06-27T23:59:00+00:00","pnl":-121.3188054708},{"timestamp":"2024-07-08T23:59:00+00:00","pnl":-167.6660909035},{"timestamp":"2024-07-18T23:59:00+00:00","pnl":-88.0118484838},{"timestamp":"2024-07-29T23:59:00+00:00","pnl":-148.3561714885},{"timestamp":"2024-08-08T23:59:00+00:00","pnl":-402.8542571125},{"timestamp":"2024-08-19T23:59:00+00:00","pnl":-461.1800698805},{"timestamp":"2024-08-29T23:59:00+00:00","pnl":-508.598665297},{"timestamp":"2024-09-09T23:59:00+00:00","pnl":-468.4887601595},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-360.901462825},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-234.7463209291},{"timestamp":"2024-10-10T23:59:00+00:00","pnl":-323.9412859356},{"timestamp":"2024-10-21T23:59:00+00:00","pnl":-182.8960761606},{"timestamp":"2024-10-31T23:59:00+00:00","pnl":-275.2089004386},{"timestamp":"2024-11-11T23:59:00+00:00","pnl":-88.4316080399},{"timestamp":"2024-11-21T23:59:00+00:00","pnl":-111.0482957167},{"timestamp":"2024-12-02T23:59:00+00:00","pnl":170.3463000602},{"timestamp":"2024-12-12T23:59:00+00:00","pnl":151.2016057032},{"timestamp":"2024-12-23T23:59:00+00:00","pnl":36.1410549733},{"timestamp":"2025-01-02T23:59:00+00:00","pnl":38.7672017715},{"timestamp":"2025-01-12T23:59:00+00:00","pnl":-82.0849076902},{"timestamp":"2025-01-23T23:59:00+00:00","pnl":-229.3134761644},{"timestamp":"2025-02-02T23:59:00+00:00","pnl":-622.1292878854},{"timestamp":"2025-02-13T23:59:00+00:00","pnl":-736.7006927424},{"timestamp":"2025-02-23T23:59:00+00:00","pnl":-749.7761613489},{"timestamp":"2025-03-06T23:59:00+00:00","pnl":-1089.0663115206},{"timestamp":"2025-03-16T23:59:00+00:00","pnl":-1405.1172162414},{"timestamp":"2025-03-27T23:59:00+00:00","pnl":-1235.6114297812},{"timestamp":"2025-04-06T23:59:00+00:00","pnl":-1979.6488453366},{"timestamp":"2025-04-17T23:59:00+00:00","pnl":-2062.2677045536},{"timestamp":"2025-04-27T23:59:00+00:00","pnl":-1751.8173528669},{"timestamp":"2025-05-08T23:59:00+00:00","pnl":-1581.3612916139},{"timestamp":"2025-05-18T23:59:00+00:00","pnl":-1397.8862588147},{"timestamp":"2025-05-29T23:59:00+00:00","pnl":-1666.8971329782},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-1896.1875922449},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-2203.2349138239},{"timestamp":"2025-06-29T23:59:00+00:00","pnl":-2007.3270519017},{"timestamp":"2025-07-10T23:59:00+00:00","pnl":-1761.2592177677},{"timestamp":"2025-07-20T23:59:00+00:00","pnl":-1589.1529941947},{"timestamp":"2025-07-31T23:59:00+00:00","pnl":-1955.0644618422},{"timestamp":"2025-08-10T23:59:00+00:00","pnl":-1700.9509851269},{"timestamp":"2025-08-20T23:59:00+00:00","pnl":-1533.703962684},{"timestamp":"2025-08-31T23:59:00+00:00","pnl":-1681.6142387232},{"timestamp":"2025-09-10T23:59:00+00:00","pnl":-1603.1357362055},{"timestamp":"2025-09-21T23:59:00+00:00","pnl":-1773.5625706425},{"timestamp":"2025-10-01T23:59:00+00:00","pnl":-1807.3172485497},{"timestamp":"2025-10-12T23:59:00+00:00","pnl":-2198.8551050467},{"timestamp":"2025-10-22T23:59:00+00:00","pnl":-2556.2674950979},{"timestamp":"2025-11-02T23:59:00+00:00","pnl":-1431.5113092093},{"timestamp":"2025-11-12T23:59:00+00:00","pnl":-1745.1022624588},{"timestamp":"2025-11-23T23:59:00+00:00","pnl":-2204.6227671962},{"timestamp":"2025-12-03T23:59:00+00:00","pnl":-2170.4336361107},{"timestamp":"2025-12-14T23:59:00+00:00","pnl":-2654.7877550964},{"timestamp":"2025-12-24T23:59:00+00:00","pnl":-2706.8382183719},{"timestamp":"2026-01-04T23:59:00+00:00","pnl":-2453.3448887125},{"timestamp":"2026-01-14T23:59:00+00:00","pnl":-2266.246240476},{"timestamp":"2026-01-25T23:59:00+00:00","pnl":-2683.1127938957},{"timestamp":"2026-02-04T23:59:00+00:00","pnl":-2763.1892559824},{"timestamp":"2026-02-15T23:59:00+00:00","pnl":-2809.8176919704},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-2903.3060213529}]
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,426.47 USDT @ 2024-12-07 23:59:00 UTC |
| Trough Total Equity | 7,689.00 USDT @ 2026-01-31 23:59:00 UTC |
| Mean | 9,112.93 USDT |
| Std Dev | 751.57 USDT |
| Last | 7,868.12 USDT |
| Points | 619 |
| Sum | 5,640,902.11 USDT |
| Across 619 points the series ranged from 7,689.00 USDT (2026-01-31 23:59:00 UTC) to 10,426.47 USDT (2024-12-07 23:59:00 UTC), averaging 9,112.93 USDT. 100% of points were positive, 0% negative. The most recent value is 7,868.12 USDT. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"timestamp":"2024-06-17T23:59:00+00:00","quote":9891.9818317335,"base":101.88662767500136,"total":9993.8684594085},{"timestamp":"2024-06-27T23:59:00+00:00","quote":9248.7395914231,"base":655.7486693624996,"total":9904.4882607856},{"timestamp":"2024-07-08T23:59:00+00:00","quote":9199.9978452861,"base":679.6246689224008,"total":9879.6225142085},{"timestamp":"2024-07-18T23:59:00+00:00","quote":9357.810800068,"base":613.9490326199993,"total":9971.759832688},{"timestamp":"2024-07-29T23:59:00+00:00","quote":9142.5075539484,"base":784.0727240848992,"total":9926.5802780333},{"timestamp":"2024-08-08T23:59:00+00:00","quote":8511.2733387619,"base":1175.9012421274,"total":9687.1745808893},{"timestamp":"2024-08-19T23:59:00+00:00","quote":8445.1587380619,"base":1192.7526940525004,"total":9637.9114321144},{"timestamp":"2024-08-29T23:59:00+00:00","quote":8358.3961489846,"base":1240.5367491124998,"total":9598.9328980971},{"timestamp":"2024-09-09T23:59:00+00:00","quote":8414.4582271077,"base":1235.5132495649996,"total":9649.9714766727},{"timestamp":"2024-09-19T23:59:00+00:00","quote":8588.8893420389,"base":1177.792392700001,"total":9766.6817347389},{"timestamp":"2024-09-30T23:59:00+00:00","quote":8813.1167136259,"base":1088.5334771325015,"total":9901.6501907584},{"timestamp":"2024-10-10T23:59:00+00:00","quote":8663.9256448194,"base":1159.6380486775015,"total":9823.5636934969},{"timestamp":"2024-10-21T23:59:00+00:00","quote":8930.9640027659,"base":1040.1280184748994,"total":9971.0920212408},{"timestamp":"2024-10-31T23:59:00+00:00","quote":8801.346410919,"base":1083.1530254998997,"total":9884.4994364189},{"timestamp":"2024-11-11T23:59:00+00:00","quote":9135.8018269214,"base":944.186828374899,"total":10079.9886552963},{"timestamp":"2024-11-21T23:59:00+00:00","quote":9128.495987227,"base":936.5927482099014,"total":10065.0887354369},{"timestamp":"2024-12-02T23:59:00+00:00","quote":9976.2001821462,"base":390.91839114970026,"total":10367.1185732959},{"timestamp":"2024-12-12T23:59:00+00:00","quote":9708.8566076579,"base":657.7253057721991,"total":10366.5819134301},{"timestamp":"2024-12-23T23:59:00+00:00","quote":9427.8289165635,"base":843.5518612497999,"total":10271.3807778133},{"timestamp":"2025-01-02T23:59:00+00:00","quote":9390.3353462869,"base":896.3200553997995,"total":10286.6554016867},{"timestamp":"2025-01-12T23:59:00+00:00","quote":9074.3927491496,"base":1101.4061453848008,"total":10175.7988945344},{"timestamp":"2025-01-23T23:59:00+00:00","quote":8794.0724494135,"base":1249.7865965198016,"total":10043.8590459333},{"timestamp":"2025-02-02T23:59:00+00:00","quote":8293.7163781178,"base":1363.1416364299002,"total":9656.8580145477},{"timestamp":"2025-02-13T23:59:00+00:00","quote":8138.8843339884,"base":1418.8380727497997,"total":9557.7224067382},{"timestamp":"2025-02-23T23:59:00+00:00","quote":8145.9734805451,"base":1405.7763164198996,"total":9551.749796965},{"timestamp":"2025-03-06T23:59:00+00:00","quote":7587.5477720046,"base":1642.4723611449008,"total":9230.0201331495},{"timestamp":"2025-03-16T23:59:00+00:00","quote":7058.5296060336,"base":1867.2076931373995,"total":8925.737299171},{"timestamp":"2025-03-27T23:59:00+00:00","quote":7294.7072779302,"base":1811.4041272248996,"total":9106.1114051551},{"timestamp":"2025-04-06T23:59:00+00:00","quote":6516.3574360488,"base":1853.4652377148996,"total":8369.8226737637},{"timestamp":"2025-04-17T23:59:00+00:00","quote":6453.6331007585,"base":1850.9622463673995,"total":8304.5953471259},{"timestamp":"2025-04-27T23:59:00+00:00","quote":6719.7685088464,"base":1906.055935087299,"total":8625.8244439337},{"timestamp":"2025-05-08T23:59:00+00:00","quote":6937.1553260902,"base":1871.2486101749,"total":8808.4039362651},{"timestamp":"2025-05-18T23:59:00+00:00","quote":7111.5831884756,"base":1894.4681624398008,"total":9006.0513509154},{"timestamp":"2025-05-29T23:59:00+00:00","quote":6836.9699188862,"base":1910.8476286198002,"total":8747.817547506},{"timestamp":"2025-06-08T23:59:00+00:00","quote":6624.2754749253,"base":1906.8551652149,"total":8531.1306401402},{"timestamp":"2025-06-19T23:59:00+00:00","quote":6379.9969315565,"base":1855.1329759723003,"total":8235.1299075288},{"timestamp":"2025-06-29T23:59:00+00:00","quote":6515.1632677574,"base":1925.8741752510996,"total":8441.0374430085},{"timestamp":"2025-07-10T23:59:00+00:00","quote":6694.0983576277,"base":2001.7090873777988,"total":8695.8074450055},{"timestamp":"2025-07-20T23:59:00+00:00","quote":6900.21340628,"base":1983.567335903801,"total":8883.7807421838},{"timestamp":"2025-07-31T23:59:00+00:00","quote":6455.7472902543,"base":2078.2364277935003,"total":8533.9837180478},{"timestamp":"2025-08-10T23:59:00+00:00","quote":6770.968019102,"base":2026.9768303468009,"total":8797.9448494488},{"timestamp":"2025-08-20T23:59:00+00:00","quote":7044.451295335,"base":1933.8867613009988,"total":8978.338056636},{"timestamp":"2025-08-31T23:59:00+00:00","quote":6985.1803975458,"base":1856.0504513492006,"total":8841.230848895},{"timestamp":"2025-09-10T23:59:00+00:00","quote":7072.5452690425,"base":1854.4286176374999,"total":8926.97388668},{"timestamp":"2025-09-21T23:59:00+00:00","quote":6854.3857011705,"base":1909.3219897077997,"total":8763.7076908783},{"timestamp":"2025-10-01T23:59:00+00:00","quote":6887.8331753483,"base":1850.5366038388001,"total":8738.3697791871},{"timestamp":"2025-10-12T23:59:00+00:00","quote":6872.7960447503,"base":1488.9975936148994,"total":8361.7936383652},{"timestamp":"2025-10-22T23:59:00+00:00","quote":6331.8432729001,"base":1687.1925838038005,"total":8019.0358567039},{"timestamp":"2025-11-02T23:59:00+00:00","quote":7384.543324243,"base":1775.7045669909994,"total":9160.247891234},{"timestamp":"2025-11-12T23:59:00+00:00","quote":7077.1052654328,"base":1802.4754167838,"total":8879.5806822166},{"timestamp":"2025-11-23T23:59:00+00:00","quote":6676.047009125,"base":1773.4571967837992,"total":8449.5042059088},{"timestamp":"2025-12-03T23:59:00+00:00","quote":6728.483745592,"base":1767.5888973117007,"total":8496.0726429037},{"timestamp":"2025-12-14T23:59:00+00:00","quote":6224.4192484412,"base":1798.7933074385,"total":8023.2125558797},{"timestamp":"2025-12-24T23:59:00+00:00","quote":6247.1847364066,"base":1736.7351320040998,"total":7983.9198684107},{"timestamp":"2026-01-04T23:59:00+00:00","quote":6417.0349873449,"base":1830.0629825797996,"total":8247.0979699247},{"timestamp":"2026-01-14T23:59:00+00:00","quote":6874.3637201671,"base":1571.6688516338008,"total":8446.0325718009},{"timestamp":"2026-01-25T23:59:00+00:00","quote":6430.3918680138,"base":1610.2907075007997,"total":8040.6825755146},{"timestamp":"2026-02-04T23:59:00+00:00","quote":6881.8040417999,"base":1099.7314943157999,"total":7981.5355361157},{"timestamp":"2026-02-15T23:59:00+00:00","quote":6974.7591915815,"base":978.0268093399,"total":7952.7860009214},{"timestamp":"2026-02-25T23:59:00+00:00","quote":6843.4388368871,"base":1024.6799052558008,"total":7868.1187421429}]
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 | 24.73% @ 2025-08-02 23:59:00 UTC |
| Min Exposure | 0.81% @ 2024-06-18 23:59:00 UTC |
| Mean | 16.32% |
| Std Dev | 5.95% |
| Last | 13.02% |
| Points | 619 |
| Across 619 points the series ranged from 0.81% (2024-06-18 23:59:00 UTC) to 24.73% (2025-08-02 23:59:00 UTC), averaging 16.32%. 100% of points were positive, 0% negative. The most recent value is 13.02%. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"timestamp":"2024-06-17T23:59:00+00:00","exposure":1.019491382029173},{"timestamp":"2024-06-27T23:59:00+00:00","exposure":6.620722364413073},{"timestamp":"2024-07-08T23:59:00+00:00","exposure":6.879055024065852},{"timestamp":"2024-07-18T23:59:00+00:00","exposure":6.156877451133943},{"timestamp":"2024-07-29T23:59:00+00:00","exposure":7.898719419214159},{"timestamp":"2024-08-08T23:59:00+00:00","exposure":12.138743163018853},{"timestamp":"2024-08-19T23:59:00+00:00","exposure":12.375634518471912},{"timestamp":"2024-08-29T23:59:00+00:00","exposure":12.923694355217597},{"timestamp":"2024-09-09T23:59:00+00:00","exposure":12.80328395323924},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":12.059289169941277},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":10.993455193443136},{"timestamp":"2024-10-10T23:59:00+00:00","exposure":11.804657503724133},{"timestamp":"2024-10-21T23:59:00+00:00","exposure":10.43143535591868},{"timestamp":"2024-10-31T23:59:00+00:00","exposure":10.958096891675478},{"timestamp":"2024-11-11T23:59:00+00:00","exposure":9.366943363361798},{"timestamp":"2024-11-21T23:59:00+00:00","exposure":9.305360070124074},{"timestamp":"2024-12-02T23:59:00+00:00","exposure":3.770752580728128},{"timestamp":"2024-12-12T23:59:00+00:00","exposure":6.344668968660767},{"timestamp":"2024-12-23T23:59:00+00:00","exposure":8.212643260893554},{"timestamp":"2025-01-02T23:59:00+00:00","exposure":8.713425505172752},{"timestamp":"2025-01-12T23:59:00+00:00","exposure":10.82378058764885},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":12.443290878577521},{"timestamp":"2025-02-02T23:59:00+00:00","exposure":14.115788327594519},{"timestamp":"2025-02-13T23:59:00+00:00","exposure":14.844939122206751},{"timestamp":"2025-02-23T23:59:00+00:00","exposure":14.71747424609651},{"timestamp":"2025-03-06T23:59:00+00:00","exposure":17.79489467467121},{"timestamp":"2025-03-16T23:59:00+00:00","exposure":20.919366440583246},{"timestamp":"2025-03-27T23:59:00+00:00","exposure":19.89218060960069},{"timestamp":"2025-04-06T23:59:00+00:00","exposure":22.144617753071735},{"timestamp":"2025-04-17T23:59:00+00:00","exposure":22.28840983815052},{"timestamp":"2025-04-27T23:59:00+00:00","exposure":22.097087037608038},{"timestamp":"2025-05-08T23:59:00+00:00","exposure":21.24390098041233},{"timestamp":"2025-05-18T23:59:00+00:00","exposure":21.03550255959002},{"timestamp":"2025-05-29T23:59:00+00:00","exposure":21.843706938819068},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":22.35172857678291},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":22.527063893385368},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":22.815609908782637},{"timestamp":"2025-07-10T23:59:00+00:00","exposure":23.019243469190375},{"timestamp":"2025-07-20T23:59:00+00:00","exposure":22.327963661743894},{"timestamp":"2025-07-31T23:59:00+00:00","exposure":24.352477066465617},{"timestamp":"2025-08-10T23:59:00+00:00","exposure":23.03920819046499},{"timestamp":"2025-08-20T23:59:00+00:00","exposure":21.539473665414498},{"timestamp":"2025-08-31T23:59:00+00:00","exposure":20.993122824987363},{"timestamp":"2025-09-10T23:59:00+00:00","exposure":20.773317376950164},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":21.786691855264824},{"timestamp":"2025-10-01T23:59:00+00:00","exposure":21.177137733932668},{"timestamp":"2025-10-12T23:59:00+00:00","exposure":17.807155474193344},{"timestamp":"2025-10-22T23:59:00+00:00","exposure":21.039843367121378},{"timestamp":"2025-11-02T23:59:00+00:00","exposure":19.384896435939027},{"timestamp":"2025-11-12T23:59:00+00:00","exposure":20.299105118709843},{"timestamp":"2025-11-23T23:59:00+00:00","exposure":20.988890632702542},{"timestamp":"2025-12-03T23:59:00+00:00","exposure":20.804776178415445},{"timestamp":"2025-12-14T23:59:00+00:00","exposure":22.419863551044518},{"timestamp":"2025-12-24T23:59:00+00:00","exposure":21.75291286271162},{"timestamp":"2026-01-04T23:59:00+00:00","exposure":22.190387324773216},{"timestamp":"2026-01-14T23:59:00+00:00","exposure":18.608368346591426},{"timestamp":"2026-01-25T23:59:00+00:00","exposure":20.02679116328307},{"timestamp":"2026-02-04T23:59:00+00:00","exposure":13.77844512925637},{"timestamp":"2026-02-15T23:59:00+00:00","exposure":12.297914331236713},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":13.023188119511358}]
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 | 1,011.90 USDT @ 2025-11-01 23:59:00 UTC |
| Worst Day | -437.51 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -3.44 USDT |
| Std Dev | 100.88 USDT |
| Last | 43.80 USDT |
| Points | 618 |
| Sum | -2,125.75 USDT |
| Across 618 points the series ranged from -437.51 USDT (2025-10-10 23:59:00 UTC) to 1,011.90 USDT (2025-11-01 23:59:00 UTC), averaging -3.44 USDT. 48% of points were positive, 52% negative. The most recent value is 43.80 USDT. | |
| Showing 60 of 618 points (down-sampled for readability). |
[{"timestamp":"2024-06-18T23:59:00+00:00","delta":8.69239927919989},{"timestamp":"2024-06-28T23:59:00+00:00","delta":-9.224049942999045},{"timestamp":"2024-07-09T23:59:00+00:00","delta":19.711815167798704},{"timestamp":"2024-07-19T23:59:00+00:00","delta":34.444289669499994},{"timestamp":"2024-07-30T23:59:00+00:00","delta":-34.44905619870042},{"timestamp":"2024-08-09T23:59:00+00:00","delta":-25.789998286698392},{"timestamp":"2024-08-20T23:59:00+00:00","delta":-16.401077528300448},{"timestamp":"2024-08-30T23:59:00+00:00","delta":-9.228675193800882},{"timestamp":"2024-09-10T23:59:00+00:00","delta":-11.277210207999815},{"timestamp":"2024-09-20T23:59:00+00:00","delta":-6.875088379299996},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-125.37285402010093},{"timestamp":"2024-10-11T23:59:00+00:00","delta":47.82088345469856},{"timestamp":"2024-10-21T23:59:00+00:00","delta":-42.503692582800795},{"timestamp":"2024-11-01T23:59:00+00:00","delta":-0.0028375687998050125},{"timestamp":"2024-11-11T23:59:00+00:00","delta":45.790605629299534},{"timestamp":"2024-11-22T23:59:00+00:00","delta":42.32699632119875},{"timestamp":"2024-12-02T23:59:00+00:00","delta":24.488929790300972},{"timestamp":"2024-12-13T23:59:00+00:00","delta":-3.3433635490000597},{"timestamp":"2024-12-23T23:59:00+00:00","delta":135.05646648899892},{"timestamp":"2025-01-03T23:59:00+00:00","delta":55.6315323512008},{"timestamp":"2025-01-13T23:59:00+00:00","delta":-42.25000825480129},{"timestamp":"2025-01-24T23:59:00+00:00","delta":-35.58872669670018},{"timestamp":"2025-02-03T23:59:00+00:00","delta":62.267008031698424},{"timestamp":"2025-02-14T23:59:00+00:00","delta":63.62649243280066},{"timestamp":"2025-02-24T23:59:00+00:00","delta":-180.2874784784999},{"timestamp":"2025-03-06T23:59:00+00:00","delta":-37.51041153749975},{"timestamp":"2025-03-17T23:59:00+00:00","delta":40.67186965449946},{"timestamp":"2025-03-27T23:59:00+00:00","delta":-24.95074052970085},{"timestamp":"2025-04-07T23:59:00+00:00","delta":39.88169191280031},{"timestamp":"2025-04-17T23:59:00+00:00","delta":73.26728784999978},{"timestamp":"2025-04-28T23:59:00+00:00","delta":46.55389152330099},{"timestamp":"2025-05-08T23:59:00+00:00","delta":409.8098651274995},{"timestamp":"2025-05-19T23:59:00+00:00","delta":-53.80282369900124},{"timestamp":"2025-05-29T23:59:00+00:00","delta":-39.29037907200109},{"timestamp":"2025-06-09T23:59:00+00:00","delta":122.70495662050052},{"timestamp":"2025-06-19T23:59:00+00:00","delta":-27.826638704998913},{"timestamp":"2025-06-29T23:59:00+00:00","delta":137.90073697799926},{"timestamp":"2025-07-10T23:59:00+00:00","delta":286.9191923421986},{"timestamp":"2025-07-20T23:59:00+00:00","delta":49.78531133700017},{"timestamp":"2025-07-31T23:59:00+00:00","delta":-128.2611889764994},{"timestamp":"2025-08-10T23:59:00+00:00","delta":-27.345377298999665},{"timestamp":"2025-08-21T23:59:00+00:00","delta":-95.18635456549964},{"timestamp":"2025-08-31T23:59:00+00:00","delta":-54.2562359909989},{"timestamp":"2025-09-11T23:59:00+00:00","delta":9.806460084999344},{"timestamp":"2025-09-21T23:59:00+00:00","delta":-17.34838272970046},{"timestamp":"2025-10-02T23:59:00+00:00","delta":75.48620877880057},{"timestamp":"2025-10-12T23:59:00+00:00","delta":9.356005640000149},{"timestamp":"2025-10-23T23:59:00+00:00","delta":37.418877236799744},{"timestamp":"2025-11-02T23:59:00+00:00","delta":331.28833038569974},{"timestamp":"2025-11-12T23:59:00+00:00","delta":-28.16315511419998},{"timestamp":"2025-11-23T23:59:00+00:00","delta":-42.36928947650085},{"timestamp":"2025-12-03T23:59:00+00:00","delta":149.73606295870013},{"timestamp":"2025-12-14T23:59:00+00:00","delta":-96.25315407100061},{"timestamp":"2025-12-24T23:59:00+00:00","delta":-30.83888020480026},{"timestamp":"2026-01-04T23:59:00+00:00","delta":8.076073911999629},{"timestamp":"2026-01-14T23:59:00+00:00","delta":-31.622460455699184},{"timestamp":"2026-01-25T23:59:00+00:00","delta":-90.97679848149983},{"timestamp":"2026-02-04T23:59:00+00:00","delta":5.153368789699925},{"timestamp":"2026-02-15T23:59:00+00:00","delta":-50.332212609700036},{"timestamp":"2026-02-25T23:59:00+00:00","delta":43.7972082772003}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 4.41% @ 2024-09 |
| Worst Month | -10.54% @ 2025-10 |
| Mean | -1.83% |
| Std Dev | 3.76% |
| Last | -4.99% |
| Points | 21 |
| Across 21 points the series ranged from -10.54% (2025-10) to 4.41% (2024-09), averaging -1.83%. 24% of points were positive, 76% negative. The most recent value is -4.99%. | |
| Full series - 21 points. |
[{"month":"2024-06","returnPct":-0.2979849160148207},{"month":"2024-07","returnPct":-1.0490646937505648},{"month":"2024-08","returnPct":-3.0492817299158346},{"month":"2024-09","returnPct":4.414654460464003},{"month":"2024-10","returnPct":1.1069868003223757},{"month":"2024-11","returnPct":3.9264040114399807},{"month":"2024-12","returnPct":-1.4020010797152684},{"month":"2025-01","returnPct":-2.3378723503527596},{"month":"2025-02","returnPct":-4.309051943076544},{"month":"2025-03","returnPct":-6.096997440118567},{"month":"2025-04","returnPct":-2.4650090862324276},{"month":"2025-05","returnPct":-1.590885375409878},{"month":"2025-06","returnPct":-2.939953596517471},{"month":"2025-07","returnPct":4.332133913095941},{"month":"2025-08","returnPct":4.203538676823258},{"month":"2025-09","returnPct":-1.6243071516970833},{"month":"2025-10","returnPct":-10.543301385720333},{"month":"2025-11","returnPct":-4.7743572270309365},{"month":"2025-12","returnPct":-3.3427096262399725},{"month":"2026-01","returnPct":-5.601290596516961},{"month":"2026-02","returnPct":-4.993591268649319}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 839.60 USDT @ 2026-02-25 |
| Trough Cum. | 2.33 USDT @ 2024-06-17 |
| Mean | 420.67 USDT |
| Std Dev | 233.64 USDT |
| Last | 839.60 USDT |
| Points | 619 |
| Sum | 260,395.35 USDT |
| Across 619 points the series ranged from 2.33 USDT (2024-06-17) to 839.60 USDT (2026-02-25), averaging 420.67 USDT. 100% of points were positive, 0% negative. The most recent value is 839.60 USDT. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"timestamp":"2024-06-17","cumProfit":2.330586},{"timestamp":"2024-06-27","cumProfit":26.064959},{"timestamp":"2024-07-08","cumProfit":51.591795000000005},{"timestamp":"2024-07-18","cumProfit":66.194398},{"timestamp":"2024-07-29","cumProfit":81.66512100000001},{"timestamp":"2024-08-08","cumProfit":98.35459800000001},{"timestamp":"2024-08-19","cumProfit":107.417262},{"timestamp":"2024-08-29","cumProfit":116.61327000000001},{"timestamp":"2024-09-09","cumProfit":127.54194500000001},{"timestamp":"2024-09-19","cumProfit":136.66490500000003},{"timestamp":"2024-09-30","cumProfit":150.226595},{"timestamp":"2024-10-10","cumProfit":162.549551},{"timestamp":"2024-10-21","cumProfit":172.501383},{"timestamp":"2024-10-31","cumProfit":182.099703},{"timestamp":"2024-11-11","cumProfit":195.52050000000003},{"timestamp":"2024-11-21","cumProfit":212.475895},{"timestamp":"2024-12-02","cumProfit":234.38761499999993},{"timestamp":"2024-12-12","cumProfit":253.6666069999999},{"timestamp":"2024-12-23","cumProfit":273.58716799999996},{"timestamp":"2025-01-02","cumProfit":286.2356449999999},{"timestamp":"2025-01-12","cumProfit":296.2312479999999},{"timestamp":"2025-01-23","cumProfit":313.0184749999998},{"timestamp":"2025-02-02","cumProfit":324.42124899999976},{"timestamp":"2025-02-13","cumProfit":339.85704599999985},{"timestamp":"2025-02-23","cumProfit":346.95990499999976},{"timestamp":"2025-03-06","cumProfit":364.55126199999967},{"timestamp":"2025-03-16","cumProfit":378.5979009999996},{"timestamp":"2025-03-27","cumProfit":391.5655719999996},{"timestamp":"2025-04-06","cumProfit":400.2872789999996},{"timestamp":"2025-04-17","cumProfit":417.67881199999954},{"timestamp":"2025-04-27","cumProfit":428.4575569999996},{"timestamp":"2025-05-08","cumProfit":440.5809889999996},{"timestamp":"2025-05-18","cumProfit":458.7116129999995},{"timestamp":"2025-05-29","cumProfit":470.6935729999994},{"timestamp":"2025-06-08","cumProfit":483.2971249999994},{"timestamp":"2025-06-19","cumProfit":494.34371399999935},{"timestamp":"2025-06-29","cumProfit":504.4523509999993},{"timestamp":"2025-07-10","cumProfit":513.1545169999993},{"timestamp":"2025-07-20","cumProfit":529.0215899999992},{"timestamp":"2025-07-31","cumProfit":545.1425929999991},{"timestamp":"2025-08-10","cumProfit":554.9902479999992},{"timestamp":"2025-08-20","cumProfit":569.2015919999992},{"timestamp":"2025-08-31","cumProfit":580.9044629999992},{"timestamp":"2025-09-10","cumProfit":588.1689979999991},{"timestamp":"2025-09-21","cumProfit":595.3296369999989},{"timestamp":"2025-10-01","cumProfit":603.7464039999991},{"timestamp":"2025-10-12","cumProfit":618.923764999999},{"timestamp":"2025-10-22","cumProfit":635.2229539999988},{"timestamp":"2025-11-02","cumProfit":652.477069999999},{"timestamp":"2025-11-12","cumProfit":687.7113399999992},{"timestamp":"2025-11-23","cumProfit":717.4070419999991},{"timestamp":"2025-12-03","cumProfit":730.9512539999992},{"timestamp":"2025-12-14","cumProfit":743.6711529999991},{"timestamp":"2025-12-24","cumProfit":756.452029999999},{"timestamp":"2026-01-04","cumProfit":766.2954719999991},{"timestamp":"2026-01-14","cumProfit":779.6499309999989},{"timestamp":"2026-01-25","cumProfit":791.7447319999989},{"timestamp":"2026-02-04","cumProfit":812.7460989999987},{"timestamp":"2026-02-15","cumProfit":830.6308519999988},{"timestamp":"2026-02-25","cumProfit":839.5986779999986}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 5.91 USDT @ 2026-02-01 |
| Worst Day | 0.2518 USDT @ 2025-12-13 |
| Mean | 1.36 USDT |
| Std Dev | 0.7461 USDT |
| Last | 1.30 USDT |
| Points | 619 |
| Sum | 839.60 USDT |
| Across 619 points the series ranged from 0.2518 USDT (2025-12-13) to 5.91 USDT (2026-02-01), averaging 1.36 USDT. 100% of points were positive, 0% negative. The most recent value is 1.30 USDT. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"day":"2024-06-17","profit":2.330586},{"day":"2024-06-27","profit":1.645087},{"day":"2024-07-08","profit":2.558095},{"day":"2024-07-18","profit":1.328113},{"day":"2024-07-29","profit":0.791289},{"day":"2024-08-08","profit":1.751075},{"day":"2024-08-19","profit":0.930483},{"day":"2024-08-29","profit":1.03023},{"day":"2024-09-09","profit":1.193273},{"day":"2024-09-19","profit":1.009526},{"day":"2024-09-30","profit":1.50616},{"day":"2024-10-10","profit":1.025209},{"day":"2024-10-21","profit":0.767577},{"day":"2024-10-31","profit":0.655381},{"day":"2024-11-11","profit":2.369639},{"day":"2024-11-21","profit":1.813775},{"day":"2024-12-02","profit":2.332701},{"day":"2024-12-12","profit":1.601296},{"day":"2024-12-23","profit":2.638008},{"day":"2025-01-02","profit":0.988736},{"day":"2025-01-12","profit":0.592047},{"day":"2025-01-23","profit":1.252771},{"day":"2025-02-02","profit":2.059641},{"day":"2025-02-13","profit":0.929003},{"day":"2025-02-23","profit":0.45317},{"day":"2025-03-06","profit":1.369247},{"day":"2025-03-16","profit":0.915577},{"day":"2025-03-27","profit":0.870414},{"day":"2025-04-06","profit":1.138716},{"day":"2025-04-17","profit":1.12051},{"day":"2025-04-27","profit":0.888292},{"day":"2025-05-08","profit":2.044588},{"day":"2025-05-18","profit":1.364518},{"day":"2025-05-29","profit":1.335671},{"day":"2025-06-08","profit":0.783644},{"day":"2025-06-19","profit":0.60209},{"day":"2025-06-29","profit":0.852991},{"day":"2025-07-10","profit":1.282728},{"day":"2025-07-20","profit":1.480878},{"day":"2025-07-31","profit":0.987769},{"day":"2025-08-10","profit":0.997442},{"day":"2025-08-20","profit":1.227294},{"day":"2025-08-31","profit":0.351231},{"day":"2025-09-10","profit":0.796524},{"day":"2025-09-21","profit":0.526522},{"day":"2025-10-01","profit":1.338071},{"day":"2025-10-12","profit":2.385371},{"day":"2025-10-22","profit":1.317813},{"day":"2025-11-02","profit":4.758999},{"day":"2025-11-12","profit":1.852961},{"day":"2025-11-23","profit":1.644848},{"day":"2025-12-03","profit":1.73988},{"day":"2025-12-14","profit":0.600498},{"day":"2025-12-24","profit":1.065658},{"day":"2026-01-04","profit":0.927955},{"day":"2026-01-14","profit":1.465948},{"day":"2026-01-25","profit":0.981539},{"day":"2026-02-04","profit":2.831912},{"day":"2026-02-15","profit":1.018782},{"day":"2026-02-25","profit":1.299948}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 1015 trades @ 2026-02-01 |
| Quietest Day | 44 trades @ 2026-02-21 |
| Mean | 252 trades |
| Std Dev | 139 trades |
| Last | 218 trades |
| Points | 619 |
| Sum | 156193 trades |
| Across 619 points the series ranged from 44 trades (2026-02-21) to 1015 trades (2026-02-01), averaging 252 trades. The most recent value is 218 trades. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"day":"2024-06-17","count":456},{"day":"2024-06-27","count":319},{"day":"2024-07-08","count":495},{"day":"2024-07-18","count":258},{"day":"2024-07-29","count":153},{"day":"2024-08-08","count":337},{"day":"2024-08-19","count":178},{"day":"2024-08-29","count":197},{"day":"2024-09-09","count":229},{"day":"2024-09-19","count":195},{"day":"2024-09-30","count":292},{"day":"2024-10-10","count":196},{"day":"2024-10-21","count":149},{"day":"2024-10-31","count":126},{"day":"2024-11-11","count":459},{"day":"2024-11-21","count":350},{"day":"2024-12-02","count":456},{"day":"2024-12-12","count":313},{"day":"2024-12-23","count":514},{"day":"2025-01-02","count":193},{"day":"2025-01-12","count":115},{"day":"2025-01-23","count":243},{"day":"2025-02-02","count":398},{"day":"2025-02-13","count":179},{"day":"2025-02-23","count":87},{"day":"2025-03-06","count":261},{"day":"2025-03-16","count":169},{"day":"2025-03-27","count":164},{"day":"2025-04-06","count":211},{"day":"2025-04-17","count":199},{"day":"2025-04-27","count":167},{"day":"2025-05-08","count":378},{"day":"2025-05-18","count":254},{"day":"2025-05-29","count":247},{"day":"2025-06-08","count":140},{"day":"2025-06-19","count":108},{"day":"2025-06-29","count":157},{"day":"2025-07-10","count":232},{"day":"2025-07-20","count":275},{"day":"2025-07-31","count":181},{"day":"2025-08-10","count":185},{"day":"2025-08-20","count":228},{"day":"2025-08-31","count":67},{"day":"2025-09-10","count":145},{"day":"2025-09-21","count":94},{"day":"2025-10-01","count":241},{"day":"2025-10-12","count":429},{"day":"2025-10-22","count":225},{"day":"2025-11-02","count":879},{"day":"2025-11-12","count":339},{"day":"2025-11-23","count":310},{"day":"2025-12-03","count":314},{"day":"2025-12-14","count":101},{"day":"2025-12-24","count":184},{"day":"2026-01-04","count":152},{"day":"2026-01-14","count":251},{"day":"2026-01-25","count":166},{"day":"2026-02-04","count":503},{"day":"2026-02-15","count":175},{"day":"2026-02-25","count":218}]
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 | 1,174.05 USDT @ 2026-02-25 |
| Start | 3.43 USDT @ 2024-06-17 |
| Mean | 601.92 USDT |
| Std Dev | 328.03 USDT |
| Last | 1,174.05 USDT |
| Points | 619 |
| Sum | 372,586.27 USDT |
| Across 619 points the series ranged from 3.43 USDT (2024-06-17) to 1,174.05 USDT (2026-02-25), averaging 601.92 USDT. 100% of points were positive, 0% negative. The most recent value is 1,174.05 USDT. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-06-17","cumFees":3.432255},{"index":10,"timestamp":"2024-06-27","cumFees":38.207863},{"index":21,"timestamp":"2024-07-08","cumFees":75.49078600000001},{"index":31,"timestamp":"2024-07-18","cumFees":96.80547300000002},{"index":42,"timestamp":"2024-07-29","cumFees":119.45644100000001},{"index":52,"timestamp":"2024-08-08","cumFees":143.54437500000003},{"index":63,"timestamp":"2024-08-19","cumFees":156.60290900000004},{"index":73,"timestamp":"2024-08-29","cumFees":169.89518000000007},{"index":84,"timestamp":"2024-09-09","cumFees":185.63765100000006},{"index":94,"timestamp":"2024-09-19","cumFees":198.79386200000005},{"index":105,"timestamp":"2024-09-30","cumFees":218.46980300000004},{"index":115,"timestamp":"2024-10-10","cumFees":236.29741900000005},{"index":126,"timestamp":"2024-10-21","cumFees":250.73313300000004},{"index":136,"timestamp":"2024-10-31","cumFees":264.64944500000007},{"index":147,"timestamp":"2024-11-11","cumFees":284.100521},{"index":157,"timestamp":"2024-11-21","cumFees":308.77657300000004},{"index":168,"timestamp":"2024-12-02","cumFees":340.860792},{"index":178,"timestamp":"2024-12-12","cumFees":369.243926},{"index":189,"timestamp":"2024-12-23","cumFees":398.482328},{"index":199,"timestamp":"2025-01-02","cumFees":417.052278},{"index":209,"timestamp":"2025-01-12","cumFees":431.709769},{"index":220,"timestamp":"2025-01-23","cumFees":456.25303599999984},{"index":230,"timestamp":"2025-02-02","cumFees":472.8462299999999},{"index":241,"timestamp":"2025-02-13","cumFees":495.0839289999998},{"index":251,"timestamp":"2025-02-23","cumFees":505.30826099999973},{"index":262,"timestamp":"2025-03-06","cumFees":530.5193579999998},{"index":272,"timestamp":"2025-03-16","cumFees":550.1981739999998},{"index":283,"timestamp":"2025-03-27","cumFees":568.502484},{"index":293,"timestamp":"2025-04-06","cumFees":580.765335},{"index":304,"timestamp":"2025-04-17","cumFees":604.643738},{"index":314,"timestamp":"2025-04-27","cumFees":619.5360450000001},{"index":325,"timestamp":"2025-05-08","cumFees":636.306876},{"index":335,"timestamp":"2025-05-18","cumFees":661.7936920000001},{"index":346,"timestamp":"2025-05-29","cumFees":678.6553269999999},{"index":356,"timestamp":"2025-06-08","cumFees":695.9892960000001},{"index":367,"timestamp":"2025-06-19","cumFees":711.016637},{"index":377,"timestamp":"2025-06-29","cumFees":724.4579209999999},{"index":388,"timestamp":"2025-07-10","cumFees":736.2013489999999},{"index":398,"timestamp":"2025-07-20","cumFees":758.3450989999999},{"index":409,"timestamp":"2025-07-31","cumFees":780.5790979999998},{"index":419,"timestamp":"2025-08-10","cumFees":794.2615940000001},{"index":429,"timestamp":"2025-08-20","cumFees":814.0764140000003},{"index":440,"timestamp":"2025-08-31","cumFees":830.3823730000004},{"index":450,"timestamp":"2025-09-10","cumFees":840.4436630000004},{"index":461,"timestamp":"2025-09-21","cumFees":850.3173550000002},{"index":471,"timestamp":"2025-10-01","cumFees":861.7833000000003},{"index":482,"timestamp":"2025-10-12","cumFees":882.6483100000002},{"index":492,"timestamp":"2025-10-22","cumFees":904.0963250000001},{"index":503,"timestamp":"2025-11-02","cumFees":926.725327},{"index":513,"timestamp":"2025-11-12","cumFees":975.716632},{"index":524,"timestamp":"2025-11-23","cumFees":1016.453861},{"index":534,"timestamp":"2025-12-03","cumFees":1034.7615740000003},{"index":545,"timestamp":"2025-12-14","cumFees":1051.2431890000003},{"index":555,"timestamp":"2025-12-24","cumFees":1067.7622800000001},{"index":566,"timestamp":"2026-01-04","cumFees":1080.2551010000002},{"index":576,"timestamp":"2026-01-14","cumFees":1097.7735100000004},{"index":587,"timestamp":"2026-01-25","cumFees":1113.6465480000008},{"index":597,"timestamp":"2026-02-04","cumFees":1140.479542000001},{"index":608,"timestamp":"2026-02-15","cumFees":1162.5648750000012},{"index":618,"timestamp":"2026-02-25","cumFees":1174.049971000001}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 13139 trades @ 0.10% |
| Least Populated Bin | 26 trades @ 0.14% |
| Mean | 2603 trades |
| Std Dev | 3882 trades |
| Last | 64 trades |
| Points | 60 |
| Sum | 156193 trades |
| Across 60 points the series ranged from 26 trades (0.14%) to 13139 trades (0.10%), averaging 2603 trades. The most recent value is 64 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":13139,"from":0.099812},{"bin":"0.10%","count":13012,"from":0.100638},{"bin":"0.10%","count":12802,"from":0.101463},{"bin":"0.10%","count":12958,"from":0.102288},{"bin":"0.10%","count":12100,"from":0.103113},{"bin":"0.10%","count":11494,"from":0.103939},{"bin":"0.10%","count":9726,"from":0.104764},{"bin":"0.11%","count":7540,"from":0.105589},{"bin":"0.11%","count":6357,"from":0.106414},{"bin":"0.11%","count":5195,"from":0.10724},{"bin":"0.11%","count":4784,"from":0.108065},{"bin":"0.11%","count":4118,"from":0.10889},{"bin":"0.11%","count":3704,"from":0.109715},{"bin":"0.11%","count":3667,"from":0.11054},{"bin":"0.11%","count":3322,"from":0.111366},{"bin":"0.11%","count":3255,"from":0.112191},{"bin":"0.11%","count":3193,"from":0.113016},{"bin":"0.11%","count":2915,"from":0.113841},{"bin":"0.11%","count":2621,"from":0.114667},{"bin":"0.12%","count":2606,"from":0.115492},{"bin":"0.12%","count":2123,"from":0.116317},{"bin":"0.12%","count":1811,"from":0.117142},{"bin":"0.12%","count":1704,"from":0.117967},{"bin":"0.12%","count":1087,"from":0.118793},{"bin":"0.12%","count":1128,"from":0.119618},{"bin":"0.12%","count":843,"from":0.120443},{"bin":"0.12%","count":908,"from":0.121268},{"bin":"0.12%","count":815,"from":0.122094},{"bin":"0.12%","count":733,"from":0.122919},{"bin":"0.12%","count":790,"from":0.123744},{"bin":"0.12%","count":640,"from":0.124569},{"bin":"0.13%","count":552,"from":0.125394},{"bin":"0.13%","count":583,"from":0.12622},{"bin":"0.13%","count":549,"from":0.127045},{"bin":"0.13%","count":392,"from":0.12787},{"bin":"0.13%","count":366,"from":0.128695},{"bin":"0.13%","count":358,"from":0.129521},{"bin":"0.13%","count":320,"from":0.130346},{"bin":"0.13%","count":235,"from":0.131171},{"bin":"0.13%","count":249,"from":0.131996},{"bin":"0.13%","count":193,"from":0.132822},{"bin":"0.13%","count":184,"from":0.133647},{"bin":"0.13%","count":199,"from":0.134472},{"bin":"0.14%","count":95,"from":0.135297},{"bin":"0.14%","count":100,"from":0.136122},{"bin":"0.14%","count":85,"from":0.136948},{"bin":"0.14%","count":79,"from":0.137773},{"bin":"0.14%","count":71,"from":0.138598},{"bin":"0.14%","count":53,"from":0.139423},{"bin":"0.14%","count":57,"from":0.140249},{"bin":"0.14%","count":48,"from":0.141074},{"bin":"0.14%","count":28,"from":0.141899},{"bin":"0.14%","count":26,"from":0.142724},{"bin":"0.14%","count":34,"from":0.143549},{"bin":"0.14%","count":27,"from":0.144375},{"bin":"0.15%","count":29,"from":0.1452},{"bin":"0.15%","count":42,"from":0.146025},{"bin":"0.15%","count":41,"from":0.14685},{"bin":"0.15%","count":44,"from":0.147676},{"bin":"0.15%","count":64,"from":0.148501}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 1561 |
| Coldest Window | 100.00% @ 1561 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1561) to 100.00% (1561), 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":1561,"winRate":100},{"index":4192,"winRate":100},{"index":6824,"winRate":100},{"index":9455,"winRate":100},{"index":12087,"winRate":100},{"index":14718,"winRate":100},{"index":17349,"winRate":100},{"index":19981,"winRate":100},{"index":22457,"winRate":100},{"index":25089,"winRate":100},{"index":27720,"winRate":100},{"index":30351,"winRate":100},{"index":32983,"winRate":100},{"index":35614,"winRate":100},{"index":38245,"winRate":100},{"index":40877,"winRate":100},{"index":43508,"winRate":100},{"index":46140,"winRate":100},{"index":48771,"winRate":100},{"index":51402,"winRate":100},{"index":54034,"winRate":100},{"index":56665,"winRate":100},{"index":59296,"winRate":100},{"index":61773,"winRate":100},{"index":64404,"winRate":100},{"index":67036,"winRate":100},{"index":69667,"winRate":100},{"index":72299,"winRate":100},{"index":74930,"winRate":100},{"index":77561,"winRate":100},{"index":80193,"winRate":100},{"index":82824,"winRate":100},{"index":85455,"winRate":100},{"index":88087,"winRate":100},{"index":90718,"winRate":100},{"index":93350,"winRate":100},{"index":95981,"winRate":100},{"index":98458,"winRate":100},{"index":101089,"winRate":100},{"index":103720,"winRate":100},{"index":106352,"winRate":100},{"index":108983,"winRate":100},{"index":111614,"winRate":100},{"index":114246,"winRate":100},{"index":116877,"winRate":100},{"index":119509,"winRate":100},{"index":122140,"winRate":100},{"index":124771,"winRate":100},{"index":127403,"winRate":100},{"index":130034,"winRate":100},{"index":132665,"winRate":100},{"index":135297,"winRate":100},{"index":137773,"winRate":100},{"index":140405,"winRate":100},{"index":143036,"winRate":100},{"index":145667,"winRate":100},{"index":148299,"winRate":100},{"index":150930,"winRate":100},{"index":153562,"winRate":100},{"index":156193,"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.6071 USDT @ 2026-02-25 23:52:00 UTC |
| Trough Net | 0.0052 USDT @ 2024-06-17 10:05:00 UTC |
| Mean | 0.2843 USDT |
| Std Dev | 0.1793 USDT |
| Last | 0.6071 USDT |
| Points | 100 |
| Sum | 28.43 USDT |
| Across 100 points the series ranged from 0.0052 USDT (2024-06-17 10:05:00 UTC) to 0.6071 USDT (2026-02-25 23:52:00 UTC), averaging 0.2843 USDT. 100% of points were positive, 0% negative. The most recent value is 0.6071 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-06-17T10:05:00Z","net":0.005152506,"gross":0.012695999999999999},{"timestamp":"2024-06-17T10:06:00Z","net":0.015193455,"gross":0.0378060001},{"timestamp":"2024-06-17T10:08:00Z","net":0.0202584775,"gross":0.0503860002},{"timestamp":"2024-06-17T10:11:00Z","net":0.030436389999999997,"gross":0.0756400002},{"timestamp":"2024-06-17T10:15:00Z","net":0.0405577117,"gross":0.1008150002},{"timestamp":"2024-06-17T10:16:00Z","net":0.0457120507,"gross":0.11348311900000001},{"timestamp":"2024-06-17T10:18:00Z","net":0.0558828597,"gross":0.138751119},{"timestamp":"2024-06-17T10:22:00Z","net":0.0661596262,"gross":0.16409911910000002},{"timestamp":"2024-06-17T10:23:00Z","net":0.0713151824,"gross":0.17677411910000002},{"timestamp":"2024-06-17T10:25:00Z","net":0.08171445239999998,"gross":0.20225411910000002},{"timestamp":"2024-06-17T10:27:00Z","net":0.09174259639999999,"gross":0.22734211910000002},{"timestamp":"2024-06-17T10:28:00Z","net":0.09680896889999999,"gross":0.2399281191},{"timestamp":"2024-06-17T10:33:00Z","net":0.10712289809999999,"gross":0.2653011191},{"timestamp":"2024-06-17T10:40:00Z","net":0.11713603809999998,"gross":0.29034911909999994},{"timestamp":"2024-06-17T10:42:00Z","net":0.12234426579999998,"gross":0.30309811909999995},{"timestamp":"2024-08-24T09:48:00Z","net":0.13241127579999998,"gross":0.32818801389999996},{"timestamp":"2024-08-24T14:21:00Z","net":0.14237970279999998,"gross":0.3531558035},{"timestamp":"2024-08-24T16:21:00Z","net":0.15234812979999998,"gross":0.3781235931},{"timestamp":"2024-08-25T19:38:00Z","net":0.15733234329999998,"gross":0.3906074879},{"timestamp":"2024-08-25T22:02:00Z","net":0.16730077029999998,"gross":0.4155752775},{"timestamp":"2024-10-07T19:01:00Z","net":0.1772691973,"gross":0.4405430671},{"timestamp":"2024-10-11T19:06:00Z","net":0.1822534108,"gross":0.4530269619},{"timestamp":"2024-10-11T20:25:00Z","net":0.1922218378,"gross":0.47799475150000004},{"timestamp":"2024-10-12T01:39:00Z","net":0.2021902648,"gross":0.5029625411},{"timestamp":"2024-10-12T19:01:00Z","net":0.2071744783,"gross":0.5154464359},{"timestamp":"2024-11-15T04:40:00Z","net":0.2171429053,"gross":0.5404142255000001},{"timestamp":"2024-12-07T05:30:00Z","net":0.2271019033,"gross":0.5653784038},{"timestamp":"2024-12-07T05:54:00Z","net":0.2320812628,"gross":0.5778604933},{"timestamp":"2024-12-07T22:33:00Z","net":0.2420371918,"gross":0.6028246798},{"timestamp":"2025-02-02T13:38:00Z","net":0.2520056188,"gross":0.6277924694},{"timestamp":"2026-02-05T19:54:00Z","net":0.2594674108,"gross":0.6427684694},{"timestamp":"2026-02-05T20:24:00Z","net":0.27439772980000005,"gross":0.6727264694999999},{"timestamp":"2026-02-05T20:31:00Z","net":0.28932804880000007,"gross":0.7026844695999999},{"timestamp":"2026-02-05T20:49:00Z","net":0.2967898408000001,"gross":0.7176604695999999},{"timestamp":"2026-02-05T20:51:00Z","net":0.3117201598000001,"gross":0.7476184696999998},{"timestamp":"2026-02-05T21:16:00Z","net":0.32664374380000016,"gross":0.7775704696999998},{"timestamp":"2026-02-05T22:48:00Z","net":0.33411227080000017,"gross":0.7925524697999997},{"timestamp":"2026-02-20T09:57:00Z","net":0.3490425898000002,"gross":0.8225104698999997},{"timestamp":"2026-02-20T17:39:00Z","net":0.3639796438000002,"gross":0.8524744700999995},{"timestamp":"2026-02-21T17:42:00Z","net":0.3714481708000002,"gross":0.8674564701999995},{"timestamp":"2026-02-23T11:39:00Z","net":0.3863852248000002,"gross":0.8974204703999994},{"timestamp":"2026-02-23T13:14:00Z","net":0.40131554380000023,"gross":0.9273784704999993},{"timestamp":"2026-02-23T14:31:00Z","net":0.40877733580000025,"gross":0.9423544704999993},{"timestamp":"2026-02-25T07:00:00Z","net":0.42369793480000023,"gross":0.9723004705999992},{"timestamp":"2026-02-25T14:46:00Z","net":0.43862825380000026,"gross":1.0022584706999993},{"timestamp":"2026-02-25T20:34:00Z","net":0.45270175030000026,"gross":1.0313584707999992},{"timestamp":"2026-02-25T20:35:00Z","net":0.45968519830000026,"gross":1.0458544707999993},{"timestamp":"2026-02-25T21:34:00Z","net":0.47402585080000026,"gross":1.0752184707999992},{"timestamp":"2026-02-25T21:36:00Z","net":0.4880930833000003,"gross":1.1043124707999992},{"timestamp":"2026-02-25T21:36:00Z","net":0.4950960883000003,"gross":1.118826470899999},{"timestamp":"2026-02-25T21:36:00Z","net":0.5092183063000003,"gross":1.147974471099999},{"timestamp":"2026-02-25T21:50:00Z","net":0.5234740153000004,"gross":1.1772544710999993},{"timestamp":"2026-02-25T22:00:00Z","net":0.5306066173000004,"gross":1.1919004711999992},{"timestamp":"2026-02-25T22:12:00Z","net":0.5448002323000003,"gross":1.2211204711999992},{"timestamp":"2026-02-25T22:50:00Z","net":0.5593836793000003,"gross":1.2507304712999991},{"timestamp":"2026-02-25T22:57:00Z","net":0.5667329383000004,"gross":1.265592471399999},{"timestamp":"2026-02-25T23:29:00Z","net":0.5815371283000004,"gross":1.295424471399999},{"timestamp":"2026-02-25T23:52:00Z","net":0.5916709551000003,"gross":1.320579471499999},{"timestamp":"2026-02-25T23:52:00Z","net":0.5967950793000003,"gross":1.333214471499999},{"timestamp":"2026-02-25T23:52:00Z","net":0.6070939923000003,"gross":1.358534471599999}]
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.70 @ 2024-12-04 23:59:00 UTC |
| Worst Sharpe (30d) | -7.60 @ 2025-12-05 23:59:00 UTC |
| Mean | -0.77 |
| Std Dev | 2.98 |
| Last | -1.13 |
| Points | 589 |
| Across 589 points the series ranged from -7.60 (2025-12-05 23:59:00 UTC) to 7.70 (2024-12-04 23:59:00 UTC), averaging -0.77. The most recent value is -1.13. | |
| Showing 60 of 589 points (down-sampled for readability). |
[{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":-0.44565643394982446,"sharpe90":-1.4305067828853781},{"timestamp":"2024-07-27T23:59:00+00:00","sharpe30":0.8385395022034062,"sharpe90":-0.1913461704560792},{"timestamp":"2024-08-06T23:59:00+00:00","sharpe30":-4.619772886536851,"sharpe90":-0.28277131822750023},{"timestamp":"2024-08-16T23:59:00+00:00","sharpe30":-3.9639258104033663,"sharpe90":-0.2585518370498457},{"timestamp":"2024-08-26T23:59:00+00:00","sharpe30":-2.1737169340543647,"sharpe90":-0.37248429346906037},{"timestamp":"2024-09-05T23:59:00+00:00","sharpe30":-0.13552945076027584,"sharpe90":0.8331441756913192},{"timestamp":"2024-09-15T23:59:00+00:00","sharpe30":0.900826937636241,"sharpe90":1.673674998828695},{"timestamp":"2024-09-25T23:59:00+00:00","sharpe30":1.855879146288303,"sharpe90":1.975357666148173},{"timestamp":"2024-10-05T23:59:00+00:00","sharpe30":3.444533710735625,"sharpe90":3.5313047080002264},{"timestamp":"2024-10-15T23:59:00+00:00","sharpe30":3.265314962796697,"sharpe90":2.9284490181913827},{"timestamp":"2024-10-25T23:59:00+00:00","sharpe30":-0.08634120182938057,"sharpe90":1.6964771889230053},{"timestamp":"2024-11-04T23:59:00+00:00","sharpe30":-0.793347995206321,"sharpe90":2.1689182795149664},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":0.8855155639985484,"sharpe90":0.9506513683786572},{"timestamp":"2024-11-24T23:59:00+00:00","sharpe30":4.187072888932584,"sharpe90":0.7779279157309503},{"timestamp":"2024-12-04T23:59:00+00:00","sharpe30":7.697732736560168,"sharpe90":-0.3204432461606051},{"timestamp":"2024-12-13T23:59:00+00:00","sharpe30":4.209362262893243,"sharpe90":-1.7161161242231706},{"timestamp":"2024-12-23T23:59:00+00:00","sharpe30":1.2520680071301575,"sharpe90":-2.281417407114706},{"timestamp":"2025-01-02T23:59:00+00:00","sharpe30":-0.8909426518020033,"sharpe90":-3.333276967106794},{"timestamp":"2025-01-12T23:59:00+00:00","sharpe30":-2.168254012975999,"sharpe90":-4.382870826897742},{"timestamp":"2025-01-22T23:59:00+00:00","sharpe30":-2.7957101066961005,"sharpe90":-2.9498166712348253},{"timestamp":"2025-02-01T23:59:00+00:00","sharpe30":-4.483833252042733,"sharpe90":-4.221738773337042},{"timestamp":"2025-02-11T23:59:00+00:00","sharpe30":-5.770208864285328,"sharpe90":-3.919594206474995},{"timestamp":"2025-02-21T23:59:00+00:00","sharpe30":-4.808913412455795,"sharpe90":-3.4897366540090267},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-4.3065277906825115,"sharpe90":-2.9165053915565538},{"timestamp":"2025-03-13T23:59:00+00:00","sharpe30":-4.947499225400386,"sharpe90":-0.8641198503524915},{"timestamp":"2025-03-23T23:59:00+00:00","sharpe30":-2.038749005193781,"sharpe90":-0.8565136000634245},{"timestamp":"2025-04-02T23:59:00+00:00","sharpe30":-4.134640249027591,"sharpe90":-1.4008673892468366},{"timestamp":"2025-04-12T23:59:00+00:00","sharpe30":-1.8091906203767976,"sharpe90":-0.431222132795141},{"timestamp":"2025-04-22T23:59:00+00:00","sharpe30":-4.216882505797508,"sharpe90":-2.282776394117339},{"timestamp":"2025-05-02T23:59:00+00:00","sharpe30":-0.5599044486402216,"sharpe90":-0.9679513143829254},{"timestamp":"2025-05-12T23:59:00+00:00","sharpe30":3.0934230744721165,"sharpe90":0.3058960096592112},{"timestamp":"2025-05-22T23:59:00+00:00","sharpe30":2.8415815358340426,"sharpe90":0.7280284415486221},{"timestamp":"2025-06-01T23:59:00+00:00","sharpe30":-0.19981297679036794,"sharpe90":-0.13405985350744917},{"timestamp":"2025-06-11T23:59:00+00:00","sharpe30":-3.2715480132690473,"sharpe90":-0.6398437903674336},{"timestamp":"2025-06-21T23:59:00+00:00","sharpe30":-7.305505221473116,"sharpe90":-0.1945302301220611},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-2.4399921308144994,"sharpe90":0.6457985782227872},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":0.544690582869351,"sharpe90":0.6108891070393669},{"timestamp":"2025-07-21T23:59:00+00:00","sharpe30":5.1281991194578795,"sharpe90":1.3955454986297413},{"timestamp":"2025-07-31T23:59:00+00:00","sharpe30":2.170926608351345,"sharpe90":0.8100457166342012},{"timestamp":"2025-08-10T23:59:00+00:00","sharpe30":0.782400631455709,"sharpe90":0.20513020410108376},{"timestamp":"2025-08-20T23:59:00+00:00","sharpe30":0.3333673688863608,"sharpe90":-1.369430468954025},{"timestamp":"2025-08-30T23:59:00+00:00","sharpe30":1.9217271781827294,"sharpe90":-1.1289836184243476},{"timestamp":"2025-09-09T23:59:00+00:00","sharpe30":0.5475417679498257,"sharpe90":0.38759301895592146},{"timestamp":"2025-09-19T23:59:00+00:00","sharpe30":-1.7468409687279056,"sharpe90":-0.25661302991596696},{"timestamp":"2025-09-29T23:59:00+00:00","sharpe30":-2.9803523024852354,"sharpe90":-0.4843668859502959},{"timestamp":"2025-10-08T23:59:00+00:00","sharpe30":-0.39140132205983796,"sharpe90":-0.9309379381122046},{"timestamp":"2025-10-18T23:59:00+00:00","sharpe30":-3.8398761299125863,"sharpe90":-1.2323400372548485},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-3.840402978193231,"sharpe90":-0.5451902129335242},{"timestamp":"2025-11-07T23:59:00+00:00","sharpe30":1.1556959649761267,"sharpe90":-0.44243608510942295},{"timestamp":"2025-11-17T23:59:00+00:00","sharpe30":1.6450702442135678,"sharpe90":0.34346466252805774},{"timestamp":"2025-11-27T23:59:00+00:00","sharpe30":1.440214675351882,"sharpe90":0.19477362991656258},{"timestamp":"2025-12-07T23:59:00+00:00","sharpe30":-6.517118424577983,"sharpe90":-2.6855034313706807},{"timestamp":"2025-12-17T23:59:00+00:00","sharpe30":-6.075468027939386,"sharpe90":-1.6838385415564254},{"timestamp":"2025-12-27T23:59:00+00:00","sharpe30":-2.609537166038734,"sharpe90":-1.3732459228095675},{"timestamp":"2026-01-06T23:59:00+00:00","sharpe30":2.5630435828159395,"sharpe90":null},{"timestamp":"2026-01-16T23:59:00+00:00","sharpe30":4.346483714657397,"sharpe90":null},{"timestamp":"2026-01-26T23:59:00+00:00","sharpe30":-0.5911681004875903,"sharpe90":null},{"timestamp":"2026-02-05T23:59:00+00:00","sharpe30":-2.989800080457151,"sharpe90":null},{"timestamp":"2026-02-15T23:59:00+00:00","sharpe30":-2.281109015833973,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-1.1332760807922553,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.37% @ 1 |
| Deepest Episode | -26.25% @ 444 |
| Mean | -6.14% |
| Std Dev | 9.20% |
| Last | -26.25% |
| Points | 6 |
| Across 6 points the series ranged from -26.25% (444) to -0.37% (1), averaging -6.14%. 0% of points were positive, 100% negative. The most recent value is -26.25%. | |
| Full series - 6 points. |
[{"start":"2024-06-20T23:59:00+00:00","end":"2024-07-19T23:59:00+00:00","depth":-1.3317994124668495,"durationDays":29},{"start":"2024-07-22T23:59:00+00:00","end":"2024-11-11T23:59:00+00:00","depth":-6.321315031471664,"durationDays":112},{"start":"2024-11-13T23:59:00+00:00","end":"2024-11-18T23:59:00+00:00","depth":-1.2300880136228003,"durationDays":5},{"start":"2024-11-19T23:59:00+00:00","end":"2024-11-22T23:59:00+00:00","depth":-1.3199743096741374,"durationDays":3},{"start":"2024-11-26T23:59:00+00:00","end":"2024-11-27T23:59:00+00:00","depth":-0.37231810278139194,"durationDays":1},{"start":"2024-12-08T23:59:00+00:00","end":"ongoing","depth":-26.254970084306155,"durationDays":444}]
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 | 24.73% @ 2025-08-02 23:59:00 UTC |
| Min Utilization | 0.81% @ 2024-06-18 23:59:00 UTC |
| Mean | 16.32% |
| Std Dev | 5.95% |
| Last | 13.02% |
| Points | 619 |
| Across 619 points the series ranged from 0.81% (2024-06-18 23:59:00 UTC) to 24.73% (2025-08-02 23:59:00 UTC), averaging 16.32%. 100% of points were positive, 0% negative. The most recent value is 13.02%. | |
| Showing 60 of 619 points (down-sampled for readability). |
[{"timestamp":"2024-06-17T23:59:00+00:00","exposure":1.019491382029173},{"timestamp":"2024-06-27T23:59:00+00:00","exposure":6.620722364413073},{"timestamp":"2024-07-08T23:59:00+00:00","exposure":6.879055024065852},{"timestamp":"2024-07-18T23:59:00+00:00","exposure":6.156877451133943},{"timestamp":"2024-07-29T23:59:00+00:00","exposure":7.898719419214159},{"timestamp":"2024-08-08T23:59:00+00:00","exposure":12.138743163018853},{"timestamp":"2024-08-19T23:59:00+00:00","exposure":12.375634518471912},{"timestamp":"2024-08-29T23:59:00+00:00","exposure":12.923694355217597},{"timestamp":"2024-09-09T23:59:00+00:00","exposure":12.80328395323924},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":12.059289169941277},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":10.993455193443136},{"timestamp":"2024-10-10T23:59:00+00:00","exposure":11.804657503724133},{"timestamp":"2024-10-21T23:59:00+00:00","exposure":10.43143535591868},{"timestamp":"2024-10-31T23:59:00+00:00","exposure":10.958096891675478},{"timestamp":"2024-11-11T23:59:00+00:00","exposure":9.366943363361798},{"timestamp":"2024-11-21T23:59:00+00:00","exposure":9.305360070124074},{"timestamp":"2024-12-02T23:59:00+00:00","exposure":3.770752580728128},{"timestamp":"2024-12-12T23:59:00+00:00","exposure":6.344668968660767},{"timestamp":"2024-12-23T23:59:00+00:00","exposure":8.212643260893554},{"timestamp":"2025-01-02T23:59:00+00:00","exposure":8.713425505172752},{"timestamp":"2025-01-12T23:59:00+00:00","exposure":10.82378058764885},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":12.443290878577521},{"timestamp":"2025-02-02T23:59:00+00:00","exposure":14.115788327594519},{"timestamp":"2025-02-13T23:59:00+00:00","exposure":14.844939122206751},{"timestamp":"2025-02-23T23:59:00+00:00","exposure":14.71747424609651},{"timestamp":"2025-03-06T23:59:00+00:00","exposure":17.79489467467121},{"timestamp":"2025-03-16T23:59:00+00:00","exposure":20.919366440583246},{"timestamp":"2025-03-27T23:59:00+00:00","exposure":19.89218060960069},{"timestamp":"2025-04-06T23:59:00+00:00","exposure":22.144617753071735},{"timestamp":"2025-04-17T23:59:00+00:00","exposure":22.28840983815052},{"timestamp":"2025-04-27T23:59:00+00:00","exposure":22.097087037608038},{"timestamp":"2025-05-08T23:59:00+00:00","exposure":21.24390098041233},{"timestamp":"2025-05-18T23:59:00+00:00","exposure":21.03550255959002},{"timestamp":"2025-05-29T23:59:00+00:00","exposure":21.843706938819068},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":22.35172857678291},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":22.527063893385368},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":22.815609908782637},{"timestamp":"2025-07-10T23:59:00+00:00","exposure":23.019243469190375},{"timestamp":"2025-07-20T23:59:00+00:00","exposure":22.327963661743894},{"timestamp":"2025-07-31T23:59:00+00:00","exposure":24.352477066465617},{"timestamp":"2025-08-10T23:59:00+00:00","exposure":23.03920819046499},{"timestamp":"2025-08-20T23:59:00+00:00","exposure":21.539473665414498},{"timestamp":"2025-08-31T23:59:00+00:00","exposure":20.993122824987363},{"timestamp":"2025-09-10T23:59:00+00:00","exposure":20.773317376950164},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":21.786691855264824},{"timestamp":"2025-10-01T23:59:00+00:00","exposure":21.177137733932668},{"timestamp":"2025-10-12T23:59:00+00:00","exposure":17.807155474193344},{"timestamp":"2025-10-22T23:59:00+00:00","exposure":21.039843367121378},{"timestamp":"2025-11-02T23:59:00+00:00","exposure":19.384896435939027},{"timestamp":"2025-11-12T23:59:00+00:00","exposure":20.299105118709843},{"timestamp":"2025-11-23T23:59:00+00:00","exposure":20.988890632702542},{"timestamp":"2025-12-03T23:59:00+00:00","exposure":20.804776178415445},{"timestamp":"2025-12-14T23:59:00+00:00","exposure":22.419863551044518},{"timestamp":"2025-12-24T23:59:00+00:00","exposure":21.75291286271162},{"timestamp":"2026-01-04T23:59:00+00:00","exposure":22.190387324773216},{"timestamp":"2026-01-14T23:59:00+00:00","exposure":18.608368346591426},{"timestamp":"2026-01-25T23:59:00+00:00","exposure":20.02679116328307},{"timestamp":"2026-02-04T23:59:00+00:00","exposure":13.77844512925637},{"timestamp":"2026-02-15T23:59:00+00:00","exposure":12.297914331236713},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":13.023188119511358}]
Price Chart with Buy/Sell Markers
GET /backtests/{id}/trades * Fields used: buy_time, buy_price, sell_time, sell_price * Transform: priceWithMarkers(trades)price).| Stat | Value |
|---|---|
| Highest Price | 0.2737 @ 2024-06-17 10:05:00 UTC |
| Lowest Price | 0.0197 @ 2026-02-25 23:42:00 UTC |
| Mean | 0.1067 |
| Std Dev | 0.0991 |
| Last | 0.0199 |
| Points | 163 |
| Across 163 points the series ranged from 0.0197 (2026-02-25 23:42:00 UTC) to 0.2737 (2024-06-17 10:05:00 UTC), averaging 0.1067. The most recent value is 0.0199. | |
| Showing 60 of 163 points (down-sampled for readability). |
[{"timestamp":"2024-06-17T10:02:00Z","price":0.26236},{"timestamp":"2024-06-17T10:06:00Z","price":0.27147},{"timestamp":"2024-06-17T10:10:00Z","price":0.27095},{"timestamp":"2024-06-17T10:13:00Z","price":0.26633},{"timestamp":"2024-06-17T10:18:00Z","price":0.26242},{"timestamp":"2024-06-17T10:22:00Z","price":0.25835},{"timestamp":"2024-06-17T10:24:00Z","price":0.25615},{"timestamp":"2024-06-17T10:27:00Z","price":0.25585},{"timestamp":"2024-06-17T10:32:00Z","price":0.25037},{"timestamp":"2024-06-17T10:38:00Z","price":0.24774},{"timestamp":"2024-06-17T10:40:00Z","price":0.24784},{"timestamp":"2024-08-24T00:59:00Z","price":0.13193},{"timestamp":"2024-08-24T14:14:00Z","price":0.13226},{"timestamp":"2024-08-24T14:36:00Z","price":0.13193},{"timestamp":"2024-08-24T16:13:00Z","price":0.13193},{"timestamp":"2024-08-25T19:38:00Z","price":0.13226},{"timestamp":"2024-08-25T21:54:00Z","price":0.13193},{"timestamp":"2024-09-26T02:00:00Z","price":0.13226},{"timestamp":"2024-10-07T19:01:00Z","price":0.13226},{"timestamp":"2024-10-11T19:24:00Z","price":0.13193},{"timestamp":"2024-10-11T20:25:00Z","price":0.13226},{"timestamp":"2024-10-12T01:31:00Z","price":0.13193},{"timestamp":"2024-10-12T18:49:00Z","price":0.13193},{"timestamp":"2024-10-31T14:06:00Z","price":0.13226},{"timestamp":"2024-12-07T04:48:00Z","price":0.26775},{"timestamp":"2024-12-07T05:30:00Z","price":0.26863},{"timestamp":"2024-12-07T05:54:00Z","price":0.26853},{"timestamp":"2024-12-07T07:27:00Z","price":0.26796},{"timestamp":"2025-01-28T23:03:00Z","price":0.13226},{"timestamp":"2026-02-05T19:44:00Z","price":0.02004},{"timestamp":"2026-02-05T20:16:00Z","price":0.02004},{"timestamp":"2026-02-05T20:28:00Z","price":0.02003},{"timestamp":"2026-02-05T20:48:00Z","price":0.02004},{"timestamp":"2026-02-05T20:51:00Z","price":0.02009},{"timestamp":"2026-02-05T21:10:00Z","price":0.02004},{"timestamp":"2026-02-05T22:48:00Z","price":0.02009},{"timestamp":"2026-02-20T09:46:00Z","price":0.02003},{"timestamp":"2026-02-20T15:27:00Z","price":0.02009},{"timestamp":"2026-02-20T17:39:00Z","price":0.02009},{"timestamp":"2026-02-21T17:50:00Z","price":0.02003},{"timestamp":"2026-02-23T11:39:00Z","price":0.02009},{"timestamp":"2026-02-23T13:14:00Z","price":0.0201},{"timestamp":"2026-02-23T14:28:00Z","price":0.02004},{"timestamp":"2026-02-25T01:34:00Z","price":0.02011},{"timestamp":"2026-02-25T07:00:00Z","price":0.02009},{"timestamp":"2026-02-25T14:43:00Z","price":0.02004},{"timestamp":"2026-02-25T19:57:00Z","price":0.02061},{"timestamp":"2026-02-25T20:35:00Z","price":0.02076},{"timestamp":"2026-02-25T21:03:00Z","price":0.02061},{"timestamp":"2026-02-25T21:14:00Z","price":0.02048},{"timestamp":"2026-02-25T21:19:00Z","price":0.02042},{"timestamp":"2026-02-25T21:35:00Z","price":0.0206},{"timestamp":"2026-02-25T21:50:00Z","price":0.02057},{"timestamp":"2026-02-25T22:02:00Z","price":0.02054},{"timestamp":"2026-02-25T22:07:00Z","price":0.02054},{"timestamp":"2026-02-25T22:50:00Z","price":0.02021},{"timestamp":"2026-02-25T23:01:00Z","price":0.02022},{"timestamp":"2026-02-25T23:38:00Z","price":0.01994},{"timestamp":"2026-02-25T23:41:00Z","price":0.01979},{"timestamp":"2026-02-25T23:52:00Z","price":0.01987}]
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 | 27 trades @ $5.00 |
| Least Populated Bin | 1 trades @ $5.01 |
| Mean | 6 trades |
| Std Dev | 8 trades |
| Last | 1 trades |
| Points | 18 |
| Sum | 100 trades |
| Across 18 points the series ranged from 1 trades (5.01)to∗∗27trades∗∗(5.00), averaging 6 trades. The most recent value is 1 trades. | |
| Full series - 18 points. |
[
{
"bin": "$5.00",
"count": 25,
"from": 5
},
{
"bin": "$5.00",
"count": 27,
"from": 5.001
},
{
"bin": "$5.00",
"count": 19,
"from": 5.002
},
{
"bin": "$5.00",
"count": 2,
"from": 5.004
},
{
"bin": "$5.01",
"count": 1,
"from": 5.006
},
{
"bin": "$5.01",
"count": 4,
"from": 5.007
},
{
"bin": "$5.01",
"count": 3,
"from": 5.009
},
{
"bin": "$5.01",
"count": 4,
"from": 5.011
},
{
"bin": "$5.01",
"count": 1,
"from": 5.012
},
{
"bin": "$5.01",
"count": 1,
"from": 5.013
},
{
"bin": "$5.01",
"count": 1,
"from": 5.015
},
{
"bin": "$5.02",
"count": 1,
"from": 5.016
},
{
"bin": "$5.02",
"count": 1,
"from": 5.02
},
{
"bin": "$5.02",
"count": 4,
"from": 5.021
},
{
"bin": "$5.02",
"count": 1,
"from": 5.022
},
{
"bin": "$5.02",
"count": 2,
"from": 5.023
},
{
"bin": "$5.03",
"count": 2,
"from": 5.026
},
{
"bin": "$5.03",
"count": 1,
"from": 5.027
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 44 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.1 |
| Mean | 5 trades |
| Std Dev | 11 trades |
| Last | 29 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.1) to 44 trades (0.1), averaging 5 trades. The most recent value is 29 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 44,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 11,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"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.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.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 9,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 6,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 29,
"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 | 97.66 @ Jan |
| Worst Indexed Value | 76.21 @ Oct |
| Mean | 84.43 |
| Std Dev | 5.51 |
| Last | 78.30 |
| Points | 12 |
| Across 12 points the series ranged from 76.21 (Oct) to 97.66 (Jan), averaging 84.43. The most recent value is 78.30. | |
| Full series - 12 points. |
[
{
"2025": 97.66212764964725,
"2026": 94.39870940348304,
"month": "Jan"
},
{
"2025": 91.98798490587275,
"2026": 96.5977225440692,
"month": "Feb"
},
{
"2025": 85.95728565453211,
"month": "Mar"
},
{
"2025": 83.9946372774105,
"month": "Apr"
},
{
"2025": 83.03865763886216,
"month": "May"
},
{
"2024": 99.70201508398517,
"2025": 81.03515946247737,
"month": "Jun"
},
{
"2024": 98.81168687746637,
"2025": 83.1974812901777,
"month": "Jul"
},
{
"2024": 95.54964670868777,
"2025": 86.1928218327266,
"month": "Aug"
},
{
"2024": 99.07725152652691,
"2025": 83.56934300373004,
"month": "Sep"
},
{
"2024": 98.90563875806633,
"2025": 76.20819124303029,
"month": "Oct"
},
{
"2024": 102.78904421787833,
"2025": 81.96374797018052,
"month": "Nov"
},
{
"2024": 102.03882416155254,
"2025": 78.29972093957444,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 139.33 USDT @ Sun |
| Worst Weekday | 92.54 USDT @ Fri |
| Mean | 119.94 USDT |
| Std Dev | 14.51 USDT |
| Last | 139.33 USDT |
| Points | 7 |
| Sum | 839.60 USDT |
| Across 7 points the series ranged from 92.54 USDT (Fri) to 139.33 USDT (Sun), averaging 119.94 USDT. 100% of points were positive, 0% negative. The most recent value is 139.33 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 131.400512
},
{
"day": "Tue",
"profit": 128.333558
},
{
"day": "Wed",
"profit": 116.820149
},
{
"day": "Thu",
"profit": 122.572594
},
{
"day": "Fri",
"profit": 92.5442
},
{
"day": "Sat",
"profit": 108.600835
},
{
"day": "Sun",
"profit": 139.326833
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 53.07 USDT @ 14:00 |
| Worst Hour (UTC) | 25.52 USDT @ 23:00 |
| Mean | 34.98 USDT |
| Std Dev | 6.94 USDT |
| Last | 25.52 USDT |
| Points | 24 |
| Sum | 839.60 USDT |
| Across 24 points the series ranged from 25.52 USDT (23:00) to 53.07 USDT (14:00), averaging 34.98 USDT. 100% of points were positive, 0% negative. The most recent value is 25.52 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":37.670536},{"hour":"1:00","profit":36.143536},{"hour":"2:00","profit":32.124415},{"hour":"3:00","profit":28.741449},{"hour":"4:00","profit":28.129663},{"hour":"5:00","profit":29.082644},{"hour":"6:00","profit":30.039927},{"hour":"7:00","profit":32.154309},{"hour":"8:00","profit":33.679713},{"hour":"9:00","profit":31.370398},{"hour":"10:00","profit":29.967026},{"hour":"11:00","profit":31.092879},{"hour":"12:00","profit":36.171185},{"hour":"13:00","profit":44.691173},{"hour":"14:00","profit":53.072004},{"hour":"15:00","profit":49.687737},{"hour":"16:00","profit":46.276684},{"hour":"17:00","profit":40.112649},{"hour":"18:00","profit":35.894275},{"hour":"19:00","profit":33.552401},{"hour":"20:00","profit":33.851599},{"hour":"21:00","profit":30.680986},{"hour":"22:00","profit":29.887115},{"hour":"23:00","profit":25.524376}]
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.15% @ 0.016666666666666666 |
| Worst Trade Return | 0.10% @ 0 |
| Mean | 0.12% |
| Std Dev | 0.02% |
| Last | 0.10% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0) to 0.15% (0.016666666666666666), averaging 0.12%. 100% of points were positive, 0% negative. The most recent value is 0.10%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0.15,"profitPct":0.1013740662,"profit":0.0050799315},{"hours":0,"profitPct":0.0998481926,"profit":0.0050036765},{"hours":0,"profitPct":0.1003002173,"profit":0.0050372725},{"hours":0.03333333333333333,"profitPct":0.1014115514,"profit":0.005097981},{"hours":0.1,"profitPct":0.1019502598,"profit":0.005123808},{"hours":0,"profitPct":0.0999411462,"profit":0.00499928},{"hours":0,"profitPct":0.1004104952,"profit":0.005047001},{"hours":1.25,"profitPct":0.1014699154,"profit":0.0050827965},{"hours":0,"profitPct":0.1014079737,"profit":0.0050825575},{"hours":0,"profitPct":0.1035672458,"profit":0.005199635},{"hours":0,"profitPct":0.100056696,"profit":0.005015542},{"hours":0,"profitPct":0.0999589603,"profit":0.005012602},{"hours":0.016666666666666666,"profitPct":0.1020731561,"profit":0.0051238417},{"hours":0.13333333333333333,"profitPct":0.103732881,"profit":0.0052082277},{"hours":0.016666666666666666,"profitPct":0.1000746751,"profit":0.005008085},{"hours":8.816666666666666,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.1,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.13333333333333333,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":22.583333333333332,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.13333333333333333,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.016666666666666666,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.7666666666666667,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.3333333333333333,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.13333333333333333,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.2,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.016666666666666666,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.2,"profitPct":0.099849791,"profit":0.0049765695},{"hours":0.016666666666666666,"profitPct":0.0999430673,"profit":0.0049793595},{"hours":15.1,"profitPct":0.099849791,"profit":0.0049765695},{"hours":0.4166666666666667,"profitPct":0.0999450466,"profit":0.0049842135},{"hours":0.16666666666666666,"profitPct":0.1491766467,"profit":0.007461792},{"hours":0.016666666666666666,"profitPct":0.149326011,"profit":0.007468527},{"hours":0.016666666666666666,"profitPct":0.1491766467,"profit":0.007461792},{"hours":0.016666666666666666,"profitPct":0.1491766467,"profit":0.007461792},{"hours":0,"profitPct":0.1491766467,"profit":0.007461792},{"hours":0.1,"profitPct":0.1491766467,"profit":0.007461792},{"hours":1.5166666666666666,"profitPct":0.149326011,"profit":0.007468527},{"hours":0.18333333333333332,"profitPct":0.149326011,"profit":0.007468527},{"hours":0.13333333333333333,"profitPct":0.149326011,"profit":0.007468527},{"hours":1.5333333333333334,"profitPct":0.149326011,"profit":0.007468527},{"hours":37.63333333333333,"profitPct":0.149326011,"profit":0.007468527},{"hours":0.016666666666666666,"profitPct":0.1491766467,"profit":0.007461792},{"hours":54.7,"profitPct":0.1404796512,"profit":0.0070254885},{"hours":27.85,"profitPct":0.1490274314,"profit":0.007452072},{"hours":0.5333333333333333,"profitPct":0.149326011,"profit":0.007468527},{"hours":0.05,"profitPct":0.1491766467,"profit":0.007461792},{"hours":0.5833333333333334,"profitPct":0.1409024745,"profit":0.007048008},{"hours":0.8166666666666667,"profitPct":0.1393581081,"profit":0.006970425},{"hours":0.55,"profitPct":0.1409024745,"profit":0.007048008},{"hours":0.43333333333333335,"profitPct":0.1414681575,"profit":0.00707421},{"hours":0.5166666666666667,"profitPct":0.1427490234,"profit":0.007139187},{"hours":0.25,"profitPct":0.1436092067,"profit":0.0071816925},{"hours":0.7833333333333333,"profitPct":0.1440411967,"profit":0.007204461},{"hours":0.05,"profitPct":0.1426061493,"profit":0.007132602},{"hours":0.08333333333333333,"profitPct":0.1418938656,"profit":0.0070968075},{"hours":0.18333333333333332,"profitPct":0.1473958333,"profit":0.0073722915},{"hours":0.1,"profitPct":0.1485806773,"profit":0.0074318985},{"hours":0.21666666666666667,"profitPct":0.1020812311,"profit":0.0051046598},{"hours":0.18333333333333332,"profitPct":0.1024633653,"profit":0.0051241242},{"hours":0.08333333333333333,"profitPct":0.1028466599,"profit":0.0051436247}]
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": "cf5c9633-eee1-4261-8199-c3fb988c660c",
"symbol": "ZKUSDT",
"strategy": "3LongTimeLong.json",
"strategy_label": "LongTimeLong",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 618,
"start_balance_usdt": 10000,
"final_value_usdt": 7868.11874214,
"return_pct": -21.3188,
"total_profit_usdt": 839.59868056,
"avg_profit_per_trade_usdt": 0.00537539,
"fulfilled_trades": 156193,
"active_orders": 784,
"win_rate_pct": 100,
"best_trade_usdt": 0.00746853,
"worst_trade_usdt": 0.00497657,
"trades_per_month": 7063.640836020857,
"max_drawdown_pct": 26.254970084306155,
"max_drawdown_abs_usdt": 2737.466710643199,
"drawdown_duration_days": 420,
"recovery_days": null,
"cagr_pct": -13.212399093491477,
"volatility_annualized_pct": 22.505169662750482,
"sharpe_annualized": -0.5171418602311025,
"sortino_annualized": -0.5982925601010546,
"time_in_market_pct": 100,
"final_cash_usdt": 6843.4388368871,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -2903.3060213529,
"median_hold_hours": 0.13333333333333333,
"avg_hold_hours": 2.6759036144578325,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | cf5c9633-eee1-4261-8199-c3fb988c660c |
symbol | ZKUSDT |
strategy | 3LongTimeLong.json |
strategy_label | LongTimeLong |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 618 |
start_balance_usdt | 10000 |
final_value_usdt | 7868.11874214 |
return_pct | -21.3188 |
total_profit_usdt | 839.59868056 |
avg_profit_per_trade_usdt | 0.00537539 |
fulfilled_trades | 156193 |
active_orders | 784 |
win_rate_pct | 100 |
best_trade_usdt | 0.00746853 |
worst_trade_usdt | 0.00497657 |
trades_per_month | 7063.640836020857 |
max_drawdown_pct | 26.254970084306155 |
max_drawdown_abs_usdt | 2737.466710643199 |
drawdown_duration_days | 420 |
recovery_days | null |
cagr_pct | -13.212399093491477 |
volatility_annualized_pct | 22.505169662750482 |
sharpe_annualized | -0.5171418602311025 |
sortino_annualized | -0.5982925601010546 |
time_in_market_pct | 100 |
final_cash_usdt | 6843.4388368871 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -2903.3060213529 |
median_hold_hours | 0.13333333333333333 |
avg_hold_hours | 2.6759036144578325 |
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 | ZKUSDT |
| 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 | 7,868.12 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -21.32% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +839.60 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)) | 156,193 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0075 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.0054 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 7063.6 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -26.25% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -2,737.47 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -13.21% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 22.51% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -0.52 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.60 |
| 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.61 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.0061 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 | 2.7h |
| 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,002 USDT |
Raw API Attachments
/trades. Full trade population: 156,193 closed trades - fetch the complete list via GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c - backtest summary (verbatim)
GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c - backtest summary (verbatim)
{
"id": "cf5c9633-eee1-4261-8199-c3fb988c660c",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:13.939154Z",
"started_at": "2026-05-10T08:40:59.169092Z",
"completed_at": "2026-05-10T09:10:27.600524Z",
"mode_name": "3LongTimeLong.json",
"symbol": "ZKUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 7868.11874214,
"return_pct": -21.3188,
"total_profit": 839.59868056,
"fulfilled_trades": 156193,
"active_orders": 784,
"win_rate": 100,
"avg_profit": 0.00537539,
"max_profit": 0.00746853,
"min_profit": 0.00497657,
"elapsed_sec": 1477.77,
"max_drawdown": -26.255,
"profit_factor": null,
"sharpe_ratio": -0.5171,
"total_fees": 1174.04997708,
"avg_hold_time_hours": 15.9618,
"tp_count": 156193,
"sl_count": 0,
"tsl_count": 0,
"start_price": 0.213,
"end_price": 0.01996,
"gross_profit_quote": 2013.648658,
"gross_loss_quote": 0,
"wins": 156193,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 156193,
"consecutive_losses_max": 0,
"holding_minutes_p50": 8,
"holding_minutes_p95": 1003.4,
"holding_minutes_max": 327517,
"description": "ZKUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -21.32% | 156193 trades | 100% WR",
"summary_text": "Backtest ZKUSDT (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: 7,868.12 USDT\nP&L: -2,131.88 USDT (-21.32%)\nResult: LOSS\nCompleted trades: 156193\nOpen orders at end: 784\nWin rate: 100.0%\nAvg. profit/trade: 0.005375 USDT\nBest trade: 0.007469 USDT\nWorst trade: 0.004977 USDT\nTotal profit (trades only): 839.598681 USDT\nMax drawdown: -26.25%\nProfit factor: inf (no losing trades)\nSharpe ratio: -0.52\nTotal fees: 1,174.05 USDT\nAvg hold time: 16.0h\nTP / SL / TSL: 156193 / 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: 1477.8s",
"share_token": null,
"config_hash": "c473337b4a7ee3301739073378d4294674e4c3e5f08b46ab709b00deaac0d26e",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "ZKUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.00001,
"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/cf5c9633-eee1-4261-8199-c3fb988c660c/equity - equity series (verbatim, 619 points)
GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c/equity - equity series (verbatim, 619 points)
[
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 478.7,
"quote_asset_bal": 9891.9818317335,
"total_value_mid": 9993.9449317335,
"total_value_exit_net": 9993.8684594085,
"total_value": 9993.9449317335,
"base_cost_quote": 110.3219094225,
"unrealized_pnl_exit_net": -8.4352817475
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 370,
"quote_asset_bal": 9921.1479641877,
"total_value_mid": 10002.6219641877,
"total_value_exit_net": 10002.5608586877,
"total_value": 10002.6219641877,
"base_cost_quote": 85.2546830925,
"unrealized_pnl_exit_net": -3.8417885925
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 545,
"quote_asset_bal": 9884.2013015504,
"total_value_mid": 10006.3903015504,
"total_value_exit_net": 10006.2986598004,
"total_value": 10006.3903015504,
"base_cost_quote": 125.4292044023,
"unrealized_pnl_exit_net": -3.3318461522
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 1401.6,
"quote_asset_bal": 9705.9544971317,
"total_value_mid": 9983.8917771317,
"total_value_exit_net": 9983.6833241717,
"total_value": 9983.8917771317,
"base_cost_quote": 305.8787751535,
"unrealized_pnl_exit_net": -28.1499481135
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 2470.4,
"quote_asset_bal": 9507.753825329,
"total_value_mid": 9957.860705329,
"total_value_exit_net": 9957.523125169,
"total_value": 9957.860705329,
"base_cost_quote": 506.4462009882,
"unrealized_pnl_exit_net": -56.6769011482
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 2278.8,
"quote_asset_bal": 9545.0662865339,
"total_value_mid": 9959.3521265339,
"total_value_exit_net": 9959.0414121539,
"total_value": 9959.3521265339,
"base_cost_quote": 471.3049968372,
"unrealized_pnl_exit_net": -57.3298712172
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 3733.9,
"quote_asset_bal": 9290.9098768192,
"total_value_mid": 9917.8316868192,
"total_value_exit_net": 9917.3614954617,
"total_value": 9917.8316868192,
"base_cost_quote": 726.9701439938,
"unrealized_pnl_exit_net": -100.5185253513
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 3555.4,
"quote_asset_bal": 9323.7887887486,
"total_value_mid": 9926.7846287486,
"total_value_exit_net": 9926.3323818686,
"total_value": 9926.7846287486,
"base_cost_quote": 696.898089856,
"unrealized_pnl_exit_net": -94.354496736
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 3248.9,
"quote_asset_bal": 9381.2536147014,
"total_value_mid": 9930.9674947014,
"total_value_exit_net": 9930.5552092914,
"total_value": 9930.9674947014,
"base_cost_quote": 641.7347263395,
"unrealized_pnl_exit_net": -92.4331317495
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 4292.5,
"quote_asset_bal": 9212.2643837541,
"total_value_mid": 9893.9133837541,
"total_value_exit_net": 9893.4021470041,
"total_value": 9893.9133837541,
"base_cost_quote": 812.128644003,
"unrealized_pnl_exit_net": -130.990880753
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 4073.5,
"quote_asset_bal": 9248.7395914231,
"total_value_mid": 9904.9804414231,
"total_value_exit_net": 9904.4882607856,
"total_value": 9904.9804414231,
"base_cost_quote": 777.0674748333,
"unrealized_pnl_exit_net": -121.3188054708
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 4121.9,
"quote_asset_bal": 9245.7280985651,
"total_value_mid": 9895.7517285651,
"total_value_exit_net": 9895.2642108426,
"total_value": 9895.7517285651,
"base_cost_quote": 782.0508325505,
"unrealized_pnl_exit_net": -132.514720273
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 4066.7,
"quote_asset_bal": 9252.4635238506,
"total_value_mid": 9915.3356238506,
"total_value_exit_net": 9914.8384697756,
"total_value": 9915.3356238506,
"base_cost_quote": 777.0590044853,
"unrealized_pnl_exit_net": -114.6840585603
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 2479.1,
"quote_asset_bal": 9525.1211912631,
"total_value_mid": 9964.4177112631,
"total_value_exit_net": 9964.0882388731,
"total_value": 9964.4177112631,
"base_cost_quote": 506.4054124197,
"unrealized_pnl_exit_net": -67.4383648098
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 2412.7,
"quote_asset_bal": 9537.4062136236,
"total_value_mid": 9980.1366636236,
"total_value_exit_net": 9979.8046157861,
"total_value": 9980.1366636236,
"base_cost_quote": 496.423814832,
"unrealized_pnl_exit_net": -54.0254126695
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 2469.1,
"quote_asset_bal": 9529.3172362663,
"total_value_mid": 9984.6192762663,
"total_value_exit_net": 9984.2777997363,
"total_value": 9984.6192762663,
"base_cost_quote": 506.4231236932,
"unrealized_pnl_exit_net": -51.4625602233
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 1981.3,
"quote_asset_bal": 9622.3882449533,
"total_value_mid": 9994.8726449533,
"total_value_exit_net": 9994.5932816533,
"total_value": 9994.8726449533,
"base_cost_quote": 416.1885044477,
"unrealized_pnl_exit_net": -43.9834677478
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 4404.8,
"quote_asset_bal": 9228.6557600795,
"total_value_mid": 9873.5184800795,
"total_value_exit_net": 9873.0348330395,
"total_value": 9873.5184800795,
"base_cost_quote": 812.1778769,
"unrealized_pnl_exit_net": -167.79880394
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 4350.0999999999,
"quote_asset_bal": 9240.2493877878,
"total_value_mid": 9894.0694177878,
"total_value_exit_net": 9893.5790527653,
"total_value": 9894.0694177878,
"base_cost_quote": 802.1828932803,
"unrealized_pnl_exit_net": -148.8532283028
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 3136.8999999999,
"quote_asset_bal": 9433.1371895633,
"total_value_mid": 9951.3530695633,
"total_value_exit_net": 9950.9644076533,
"total_value": 9951.3530695633,
"base_cost_quote": 611.7636899082,
"unrealized_pnl_exit_net": -93.9364718183
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 4658.2999999999,
"quote_asset_bal": 9198.9584405703,
"total_value_mid": 9886.0576905703,
"total_value_exit_net": 9885.5423661328,
"total_value": 9886.0576905703,
"base_cost_quote": 847.3276044388,
"unrealized_pnl_exit_net": -160.7436788763
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 4680.8999999999,
"quote_asset_bal": 9199.9978452861,
"total_value_mid": 9880.132615286,
"total_value_exit_net": 9879.6225142085,
"total_value": 9880.132615286,
"base_cost_quote": 847.290759826,
"unrealized_pnl_exit_net": -167.6660909035
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 4475.6999999998,
"quote_asset_bal": 9230.7190172388,
"total_value_mid": 9899.8361672388,
"total_value_exit_net": 9899.3343293763,
"total_value": 9899.8361672388,
"base_cost_quote": 817.217910092,
"unrealized_pnl_exit_net": -148.6025979545
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 3411.7999999998,
"quote_asset_bal": 9397.6712705873,
"total_value_mid": 9955.1593905873,
"total_value_exit_net": 9954.7412744973,
"total_value": 9955.1593905873,
"base_cost_quote": 651.8556223228,
"unrealized_pnl_exit_net": -94.7856184128
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 4375.3999999998,
"quote_asset_bal": 9248.843282157,
"total_value_mid": 9918.717022157,
"total_value_exit_net": 9918.214616852,
"total_value": 9918.717022157,
"base_cost_quote": 802.1224549855,
"unrealized_pnl_exit_net": -132.7511202905
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 3956.7999999998,
"quote_asset_bal": 9314.627618132,
"total_value_mid": 9937.032258132,
"total_value_exit_net": 9936.565454652,
"total_value": 9937.032258132,
"base_cost_quote": 736.9626787783,
"unrealized_pnl_exit_net": -115.0248422583
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 3512.5999999998,
"quote_asset_bal": 9385.7394546893,
"total_value_mid": 9945.9991546892,
"total_value_exit_net": 9945.5789599142,
"total_value": 9945.9991546892,
"base_cost_quote": 666.861163044,
"unrealized_pnl_exit_net": -107.021657819
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 2989.1999999998,
"quote_asset_bal": 9471.9909753793,
"total_value_mid": 9968.4970953793,
"total_value_exit_net": 9968.1247157893,
"total_value": 9968.4970953793,
"base_cost_quote": 581.6501556837,
"unrealized_pnl_exit_net": -85.5164152738
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 2460.4999999998,
"quote_asset_bal": 9563.8784917051,
"total_value_mid": 10000.125141705,
"total_value_exit_net": 9999.7979567175,
"total_value": 10000.125141705,
"base_cost_quote": 491.4069890325,
"unrealized_pnl_exit_net": -55.48752402
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 2947.3999999998,
"quote_asset_bal": 9480.2558600125,
"total_value_mid": 9988.0928800125,
"total_value_exit_net": 9987.7120022475,
"total_value": 9988.0928800125,
"base_cost_quote": 576.629644122,
"unrealized_pnl_exit_net": -69.173501887
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 3616.8999999998,
"quote_asset_bal": 9366.5106776658,
"total_value_mid": 9969.4479076658,
"total_value_exit_net": 9968.9957047433,
"total_value": 9969.4479076658,
"base_cost_quote": 691.9328907475,
"unrealized_pnl_exit_net": -89.44786367
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 3674.6999999998,
"quote_asset_bal": 9357.810800068,
"total_value_mid": 9972.220640068,
"total_value_exit_net": 9971.759832688,
"total_value": 9972.220640068,
"base_cost_quote": 701.9608811038,
"unrealized_pnl_exit_net": -88.0118484838
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 2657.4999999998,
"quote_asset_bal": 9535.1172027325,
"total_value_mid": 10006.5577027325,
"total_value_exit_net": 10006.2041223575,
"total_value": 10006.5577027325,
"base_cost_quote": 526.5189082362,
"unrealized_pnl_exit_net": -55.4319886113
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 2132.4999999998,
"quote_asset_bal": 9632.0431215492,
"total_value_mid": 10036.5783715492,
"total_value_exit_net": 10036.2749701117,
"total_value": 10036.5783715492,
"base_cost_quote": 431.2815137213,
"unrealized_pnl_exit_net": -27.0496651588
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 1693.9999999998,
"quote_asset_bal": 9719.4153360775,
"total_value_mid": 10055.3355360774,
"total_value_exit_net": 10055.0835959274,
"total_value": 10055.3355360774,
"base_cost_quote": 346.01655793,
"unrealized_pnl_exit_net": -10.34829808
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 3001.7999999998,
"quote_asset_bal": 9475.3557455574,
"total_value_mid": 10014.4790255574,
"total_value_exit_net": 10014.0746830974,
"total_value": 10014.4790255574,
"base_cost_quote": 591.6468966205,
"unrealized_pnl_exit_net": -52.9279590805
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 2831.6999999998,
"quote_asset_bal": 9507.8850396369,
"total_value_mid": 10020.7059096368,
"total_value_exit_net": 10020.3212939843,
"total_value": 10020.7059096368,
"base_cost_quote": 561.5546963845,
"unrealized_pnl_exit_net": -49.118442037
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 3954.3999999998,
"quote_asset_bal": 9313.5439331926,
"total_value_mid": 9974.7196131926,
"total_value_exit_net": 9974.2237314326,
"total_value": 9974.7196131926,
"base_cost_quote": 757.043280943,
"unrealized_pnl_exit_net": -96.363482703
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 4833.9999999998,
"quote_asset_bal": 9174.2468310129,
"total_value_mid": 9928.8342310128,
"total_value_exit_net": 9928.2682904628,
"total_value": 9928.8342310128,
"base_cost_quote": 897.352942324,
"unrealized_pnl_exit_net": -143.331482874
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 4452.5999999998,
"quote_asset_bal": 9235.3574368383,
"total_value_mid": 9952.6712968383,
"total_value_exit_net": 9952.1333114433,
"total_value": 9952.6712968383,
"base_cost_quote": 837.227542069,
"unrealized_pnl_exit_net": -120.451667464
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 4572.8999999998,
"quote_asset_bal": 9216.3567728284,
"total_value_mid": 9954.4228328283,
"total_value_exit_net": 9953.8692832833,
"total_value": 9954.4228328283,
"base_cost_quote": 857.2432676128,
"unrealized_pnl_exit_net": -119.7307571578
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 4951.6999999998,
"quote_asset_bal": 9156.8105261743,
"total_value_mid": 9937.1984461743,
"total_value_exit_net": 9936.6131552343,
"total_value": 9937.1984461743,
"base_cost_quote": 917.4120173555,
"unrealized_pnl_exit_net": -137.6093882955
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 5049.2999999998,
"quote_asset_bal": 9142.5075539484,
"total_value_mid": 9927.1687739483,
"total_value_exit_net": 9926.5802780333,
"total_value": 9927.1687739483,
"base_cost_quote": 932.4288955735,
"unrealized_pnl_exit_net": -148.3561714885
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 5805.5999999998,
"quote_asset_bal": 9027.7455976346,
"total_value_mid": 9892.7799976346,
"total_value_exit_net": 9892.1312218346,
"total_value": 9892.7799976346,
"base_cost_quote": 1047.7003924045,
"unrealized_pnl_exit_net": -183.3147682045
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 6148.8999999998,
"quote_asset_bal": 8978.0439136066,
"total_value_mid": 9875.7833136066,
"total_value_exit_net": 9875.1100090566,
"total_value": 9875.7833136066,
"base_cost_quote": 1097.8234535273,
"unrealized_pnl_exit_net": -200.7573580773
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 6781.5999999997,
"quote_asset_bal": 8888.5336230891,
"total_value_mid": 9850.1645030891,
"total_value_exit_net": 9849.4432799291,
"total_value": 9850.1645030891,
"base_cost_quote": 1188.0129089253,
"unrealized_pnl_exit_net": -227.1032520853
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 8690.6999999997,
"quote_asset_bal": 8639.1049453766,
"total_value_mid": 9710.6682553765,
"total_value_exit_net": 9709.864582894,
"total_value": 9710.6682553765,
"base_cost_quote": 1438.4946074088,
"unrealized_pnl_exit_net": -367.7349698913
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 10007.3999999997,
"quote_asset_bal": 8485.2429830226,
"total_value_mid": 9631.0902830225,
"total_value_exit_net": 9630.2308975475,
"total_value": 9631.0902830225,
"base_cost_quote": 1593.8008197738,
"unrealized_pnl_exit_net": -448.8129052488
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 10960.9999999997,
"quote_asset_bal": 8381.7808110561,
"total_value_mid": 9549.127311056,
"total_value_exit_net": 9548.251801181,
"total_value": 9549.127311056,
"base_cost_quote": 1698.9738003938,
"unrealized_pnl_exit_net": -532.5028102688
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 12861.6999999997,
"quote_asset_bal": 8199.8101866485,
"total_value_mid": 9420.3855166485,
"total_value_exit_net": 9419.470085151,
"total_value": 9420.3855166485,
"base_cost_quote": 1884.3045983218,
"unrealized_pnl_exit_net": -664.6446998193
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 11680.0999999997,
"quote_asset_bal": 8317.2576482573,
"total_value_mid": 9524.9799882573,
"total_value_exit_net": 9524.0741965023,
"total_value": 9524.9799882573,
"base_cost_quote": 1769.0930994555,
"unrealized_pnl_exit_net": -562.2765512105
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 12920.2999999997,
"quote_asset_bal": 8193.9568708136,
"total_value_mid": 9470.4825108136,
"total_value_exit_net": 9469.5251165836,
"total_value": 9470.4825108136,
"base_cost_quote": 1894.320891912,
"unrealized_pnl_exit_net": -618.752646142
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 9964.2999999997,
"quote_asset_bal": 8511.2733387619,
"total_value_mid": 9688.0571687618,
"total_value_exit_net": 9687.1745808893,
"total_value": 9688.0571687618,
"base_cost_quote": 1578.75549924,
"unrealized_pnl_exit_net": -402.8542571125
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 10348.5999999997,
"quote_asset_bal": 8467.0177300776,
"total_value_mid": 9662.2810300776,
"total_value_exit_net": 9661.3845826026,
"total_value": 9662.2810300776,
"base_cost_quote": 1623.8326647773,
"unrealized_pnl_exit_net": -429.4658122523
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 9921.3999999997,
"quote_asset_bal": 8517.7754737581,
"total_value_mid": 9681.5556937581,
"total_value_exit_net": 9680.6828585931,
"total_value": 9681.5556937581,
"base_cost_quote": 1573.7589276198,
"unrealized_pnl_exit_net": -410.8515427848
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 11117.0999999997,
"quote_asset_bal": 8383.1503658226,
"total_value_mid": 9591.5791358226,
"total_value_exit_net": 9590.6728142451,
"total_value": 9591.5791358226,
"base_cost_quote": 1709.03477547,
"unrealized_pnl_exit_net": -501.5123270475
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 10142.0999999997,
"quote_asset_bal": 8494.8062072024,
"total_value_mid": 9680.4176972023,
"total_value_exit_net": 9679.5284885848,
"total_value": 9680.4176972023,
"base_cost_quote": 1598.7906293263,
"unrealized_pnl_exit_net": -414.0683479438
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 10058.0999999997,
"quote_asset_bal": 8505.7515681046,
"total_value_mid": 9685.5666981046,
"total_value_exit_net": 9684.6818367571,
"total_value": 9685.5666981046,
"base_cost_quote": 1588.7912654238,
"unrealized_pnl_exit_net": -409.8609967713
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 10668.6999999997,
"quote_asset_bal": 8436.4013171844,
"total_value_mid": 9625.9613671843,
"total_value_exit_net": 9625.0691971468,
"total_value": 9625.9613671843,
"base_cost_quote": 1658.9216598008,
"unrealized_pnl_exit_net": -470.2537798383
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 11357.3999999997,
"quote_asset_bal": 8362.0320092606,
"total_value_mid": 9568.1878892606,
"total_value_exit_net": 9567.2832723506,
"total_value": 9568.1878892606,
"base_cost_quote": 1734.0926357808,
"unrealized_pnl_exit_net": -528.8413726908
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 11744.1999999997,
"quote_asset_bal": 8322.6585383756,
"total_value_mid": 9544.0553383756,
"total_value_exit_net": 9543.1392907756,
"total_value": 9544.0553383756,
"base_cost_quote": 1774.1651276258,
"unrealized_pnl_exit_net": -553.6843752258
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 11268.3999999997,
"quote_asset_bal": 8373.3164481281,
"total_value_mid": 9590.3036481281,
"total_value_exit_net": 9589.3909077281,
"total_value": 9590.3036481281,
"base_cost_quote": 1724.0693239308,
"unrealized_pnl_exit_net": -507.9948643308
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 11219.9999999997,
"quote_asset_bal": 8379.1117460817,
"total_value_mid": 9609.9457460816,
"total_value_exit_net": 9609.0226205816,
"total_value": 9609.9457460816,
"base_cost_quote": 1719.049272714,
"unrealized_pnl_exit_net": -489.138398214
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 10629.0999999997,
"quote_asset_bal": 8445.1587380619,
"total_value_mid": 9638.8066680619,
"total_value_exit_net": 9637.9114321144,
"total_value": 9638.8066680619,
"base_cost_quote": 1653.932763933,
"unrealized_pnl_exit_net": -461.1800698805
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 10945.6999999997,
"quote_asset_bal": 8410.7301313287,
"total_value_mid": 9622.4191213286,
"total_value_exit_net": 9621.5103545861,
"total_value": 9622.4191213286,
"base_cost_quote": 1688.996001653,
"unrealized_pnl_exit_net": -478.2157783955
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 10282.7999999997,
"quote_asset_bal": 8486.6340661019,
"total_value_mid": 9680.4671461019,
"total_value_exit_net": 9679.5717712919,
"total_value": 9680.4671461019,
"base_cost_quote": 1613.8709811138,
"unrealized_pnl_exit_net": -420.9332759238
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 9564.1999999997,
"quote_asset_bal": 8572.7101091884,
"total_value_mid": 9741.4553491884,
"total_value_exit_net": 9740.5787902584,
"total_value": 9741.4553491884,
"base_cost_quote": 1528.662349534,
"unrealized_pnl_exit_net": -360.793668464
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 8536.4999999997,
"quote_asset_bal": 8703.8474944839,
"total_value_mid": 9834.0800944839,
"total_value_exit_net": 9833.2324200339,
"total_value": 9834.0800944839,
"base_cost_quote": 1398.4184257985,
"unrealized_pnl_exit_net": -269.0335002485
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 8806.6999999997,
"quote_asset_bal": 8669.1911077082,
"total_value_mid": 9819.3461277082,
"total_value_exit_net": 9818.4835114432,
"total_value": 9819.3461277082,
"base_cost_quote": 1433.4942049175,
"unrealized_pnl_exit_net": -284.2018011825
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 8841.8999999997,
"quote_asset_bal": 8664.9381597419,
"total_value_mid": 9812.6167797419,
"total_value_exit_net": 9811.7560207769,
"total_value": 9812.6167797419,
"base_cost_quote": 1438.4974835643,
"unrealized_pnl_exit_net": -291.6796225293
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 10299.2999999997,
"quote_asset_bal": 8485.3129957047,
"total_value_mid": 9699.6004657046,
"total_value_exit_net": 9698.6897501021,
"total_value": 9699.6004657046,
"base_cost_quote": 1618.8731028935,
"unrealized_pnl_exit_net": -405.496348496
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 10813.9999999997,
"quote_asset_bal": 8426.2064725764,
"total_value_mid": 9637.3744725764,
"total_value_exit_net": 9636.4660965764,
"total_value": 9637.3744725764,
"base_cost_quote": 1678.9902559678,
"unrealized_pnl_exit_net": -468.7306319678
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 11403.6999999997,
"quote_asset_bal": 8362.3618143549,
"total_value_mid": 9587.1191943549,
"total_value_exit_net": 9586.2006263199,
"total_value": 9587.1191943549,
"base_cost_quote": 1744.1395192963,
"unrealized_pnl_exit_net": -520.3007073313
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 11442.0999999997,
"quote_asset_bal": 8358.3961489846,
"total_value_mid": 9599.8639989846,
"total_value_exit_net": 9598.9328980971,
"total_value": 9599.8639989846,
"base_cost_quote": 1749.1354144095,
"unrealized_pnl_exit_net": -508.598665297
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 11489.1999999997,
"quote_asset_bal": 8354.3934813434,
"total_value_mid": 9590.6314013433,
"total_value_exit_net": 9589.7042229033,
"total_value": 9590.6314013433,
"base_cost_quote": 1754.1408256545,
"unrealized_pnl_exit_net": -518.8300840945
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 11866.4999999997,
"quote_asset_bal": 8314.7298324834,
"total_value_mid": 9550.0324824833,
"total_value_exit_net": 9549.1060054958,
"total_value": 9550.0324824833,
"base_cost_quote": 1794.1837553445,
"unrealized_pnl_exit_net": -559.807582332
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 12611.5999999997,
"quote_asset_bal": 8240.4370163626,
"total_value_mid": 9483.9407763626,
"total_value_exit_net": 9483.0081485426,
"total_value": 9483.9407763626,
"base_cost_quote": 1869.3179887883,
"unrealized_pnl_exit_net": -626.7468566083
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 11626.8999999997,
"quote_asset_bal": 8341.7644766719,
"total_value_mid": 9580.0293266719,
"total_value_exit_net": 9579.1006280344,
"total_value": 9580.0293266719,
"base_cost_quote": 1769.143419167,
"unrealized_pnl_exit_net": -531.8072678045
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 13448.3999999997,
"quote_asset_bal": 8157.0510256154,
"total_value_mid": 9481.7184256154,
"total_value_exit_net": 9480.7249250654,
"total_value": 9481.7184256154,
"base_cost_quote": 1954.4725008088,
"unrealized_pnl_exit_net": -630.7986013588
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 12699.9999999997,
"quote_asset_bal": 8233.5324164319,
"total_value_mid": 9536.5524164319,
"total_value_exit_net": 9535.5751514319,
"total_value": 9536.5524164319,
"base_cost_quote": 1879.3335228093,
"unrealized_pnl_exit_net": -577.2907878093
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 13044.8999999997,
"quote_asset_bal": 8199.3776821952,
"total_value_mid": 9510.3901321952,
"total_value_exit_net": 9509.4068728577,
"total_value": 9510.3901321952,
"base_cost_quote": 1914.3758448543,
"unrealized_pnl_exit_net": -604.3466541918
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 11863.2999999997,
"quote_asset_bal": 8326.2400823469,
"total_value_mid": 9500.7067823469,
"total_value_exit_net": 9499.8259323219,
"total_value": 9500.7067823469,
"base_cost_quote": 1789.2107884145,
"unrealized_pnl_exit_net": -615.6249384395
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 11940.9999999997,
"quote_asset_bal": 8317.2414393055,
"total_value_mid": 9528.0588393054,
"total_value_exit_net": 9527.1507262554,
"total_value": 9528.0588393054,
"base_cost_quote": 1799.2160637473,
"unrealized_pnl_exit_net": -589.3067767973
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 11593.0999999997,
"quote_asset_bal": 8353.1104653427,
"total_value_mid": 9568.0673453427,
"total_value_exit_net": 9567.1561276827,
"total_value": 9568.0673453427,
"base_cost_quote": 1764.1564987798,
"unrealized_pnl_exit_net": -550.1108364398
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 11029.7999999997,
"quote_asset_bal": 8414.4582271077,
"total_value_mid": 9650.8988071077,
"total_value_exit_net": 9649.9714766727,
"total_value": 9650.8988071077,
"base_cost_quote": 1704.0020097245,
"unrealized_pnl_exit_net": -468.4887601595
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 11074.4999999997,
"quote_asset_bal": 8410.3467185897,
"total_value_mid": 9639.6162185897,
"total_value_exit_net": 9638.6942664647,
"total_value": 9639.6162185897,
"base_cost_quote": 1709.01980425,
"unrealized_pnl_exit_net": -480.672256375
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 11576.3999999997,
"quote_asset_bal": 8356.301461939,
"total_value_mid": 9604.2373819389,
"total_value_exit_net": 9603.3014299989,
"total_value": 9604.2373819389,
"base_cost_quote": 1764.111460026,
"unrealized_pnl_exit_net": -517.111491966
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 10583.6999999997,
"quote_asset_bal": 8467.740420367,
"total_value_mid": 9679.5740703669,
"total_value_exit_net": 9678.6651951294,
"total_value": 9679.5740703669,
"base_cost_quote": 1653.9216826283,
"unrealized_pnl_exit_net": -442.9969078658
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 9983.2999999997,
"quote_asset_bal": 8538.6894168657,
"total_value_mid": 9723.7071268657,
"total_value_exit_net": 9722.8183635832,
"total_value": 9723.7071268657,
"base_cost_quote": 1583.8044501152,
"unrealized_pnl_exit_net": -399.6755033978
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 10453.3999999997,
"quote_asset_bal": 8483.9003383927,
"total_value_mid": 9695.4493983927,
"total_value_exit_net": 9694.5407365977,
"total_value": 9695.4493983927,
"base_cost_quote": 1638.9143825885,
"unrealized_pnl_exit_net": -428.2739843835
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 11394.6999999997,
"quote_asset_bal": 8379.1879533255,
"total_value_mid": 9622.3497233254,
"total_value_exit_net": 9621.4173519979,
"total_value": 9622.3497233254,
"base_cost_quote": 1744.1205961145,
"unrealized_pnl_exit_net": -501.891197442
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 11812.1999999997,
"quote_asset_bal": 8335.1399259082,
"total_value_mid": 9594.3204459082,
"total_value_exit_net": 9593.3760605182,
"total_value": 9594.3204459082,
"base_cost_quote": 1789.2038472125,
"unrealized_pnl_exit_net": -530.9677126025
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 11075.4999999997,
"quote_asset_bal": 8416.3085751404,
"total_value_mid": 9647.9041751404,
"total_value_exit_net": 9646.9804784404,
"total_value": 9647.9041751404,
"base_cost_quote": 1709.038718425,
"unrealized_pnl_exit_net": -478.366815125
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 10242.6999999997,
"quote_asset_bal": 8512.6942841184,
"total_value_mid": 9718.2600741184,
"total_value_exit_net": 9717.3558997759,
"total_value": 9718.2600741184,
"base_cost_quote": 1613.8793874138,
"unrealized_pnl_exit_net": -409.2177717563
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 9613.9999999997,
"quote_asset_bal": 8588.8893420389,
"total_value_mid": 9767.5657420389,
"total_value_exit_net": 9766.6817347389,
"total_value": 9767.5657420389,
"base_cost_quote": 1538.693855525,
"unrealized_pnl_exit_net": -360.901462825
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 9653.2999999997,
"quote_asset_bal": 8584.9165353147,
"total_value_mid": 9760.6884753146,
"total_value_exit_net": 9759.8066463596,
"total_value": 9760.6884753146,
"base_cost_quote": 1543.677334333,
"unrealized_pnl_exit_net": -368.787223288
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 8849.8999999997,
"quote_asset_bal": 8685.9221059579,
"total_value_mid": 9820.4792859579,
"total_value_exit_net": 9819.6283680729,
"total_value": 9820.4792859579,
"base_cost_quote": 1443.4938380218,
"unrealized_pnl_exit_net": -309.7875759068
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 9540.4999999997,
"quote_asset_bal": 8601.6012040609,
"total_value_mid": 9767.4503040609,
"total_value_exit_net": 9766.5759172359,
"total_value": 9767.4503040609,
"base_cost_quote": 1528.6898691583,
"unrealized_pnl_exit_net": -363.7151559833
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 9333.7999999997,
"quote_asset_bal": 8628.0228955534,
"total_value_mid": 9795.6812755533,
"total_value_exit_net": 9794.8055317683,
"total_value": 9795.6812755533,
"base_cost_quote": 1503.6309160285,
"unrealized_pnl_exit_net": -336.8482798135
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 8176.2999999997,
"quote_asset_bal": 8779.4417499206,
"total_value_mid": 9874.2483199206,
"total_value_exit_net": 9873.4272149931,
"total_value": 9874.2483199206,
"base_cost_quote": 1353.3104251523,
"unrealized_pnl_exit_net": -259.3249600798
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 8488.7999999997,
"quote_asset_bal": 8739.8379297864,
"total_value_mid": 9853.5684897863,
"total_value_exit_net": 9852.7331918663,
"total_value": 9853.5684897863,
"base_cost_quote": 1393.412011802,
"unrealized_pnl_exit_net": -280.516749722
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 7289.1999999997,
"quote_asset_bal": 8906.0845663707,
"total_value_mid": 9949.8980063706,
"total_value_exit_net": 9949.1151462906,
"total_value": 9949.8980063706,
"base_cost_quote": 1228.0590270048,
"unrealized_pnl_exit_net": -185.0284470848
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 6512.4999999997,
"quote_asset_bal": 9021.9022414464,
"total_value_mid": 10005.9409914464,
"total_value_exit_net": 10005.2029623839,
"total_value": 10005.9409914464,
"base_cost_quote": 1112.8194030605,
"unrealized_pnl_exit_net": -129.5186821231
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 7118.2999999996,
"quote_asset_bal": 8932.0581939029,
"total_value_mid": 9965.6353539029,
"total_value_exit_net": 9964.8601710329,
"total_value": 9965.6353539029,
"base_cost_quote": 1203.0276395338,
"unrealized_pnl_exit_net": -170.2256624038
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 7054.1999999996,
"quote_asset_bal": 8942.6431817252,
"total_value_mid": 9975.3780617251,
"total_value_exit_net": 9974.6035105651,
"total_value": 9975.3780617251,
"base_cost_quote": 1192.996680953,
"unrealized_pnl_exit_net": -161.0363521131
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 7992.2999999996,
"quote_asset_bal": 8813.1167136259,
"total_value_mid": 9902.4672036259,
"total_value_exit_net": 9901.6501907584,
"total_value": 9902.4672036259,
"base_cost_quote": 1323.2797980615,
"unrealized_pnl_exit_net": -234.7463209291
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 9310.5999999996,
"quote_asset_bal": 8644.0271417534,
"total_value_mid": 9777.1271617533,
"total_value_exit_net": 9776.2773367383,
"total_value": 9777.1271617533,
"base_cost_quote": 1493.615648207,
"unrealized_pnl_exit_net": -361.3654532221
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 9032.8999999996,
"quote_asset_bal": 8680.8472753329,
"total_value_mid": 9798.2170053328,
"total_value_exit_net": 9797.3789780353,
"total_value": 9798.2170053328,
"base_cost_quote": 1458.5764745215,
"unrealized_pnl_exit_net": -342.0447718191
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 9813.2999999996,
"quote_asset_bal": 8587.3163439538,
"total_value_mid": 9755.0990439538,
"total_value_exit_net": 9754.2232069288,
"total_value": 9755.0990439538,
"base_cost_quote": 1553.758937869,
"unrealized_pnl_exit_net": -386.8520748941
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 8831.9999999996,
"quote_asset_bal": 8708.872426204,
"total_value_mid": 9833.186026204,
"total_value_exit_net": 9832.342791004,
"total_value": 9833.186026204,
"base_cost_quote": 1433.5207087805,
"unrealized_pnl_exit_net": -310.0503439806
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 9310.3999999996,
"quote_asset_bal": 8649.4045331953,
"total_value_mid": 9807.6182931952,
"total_value_exit_net": 9806.7496328752,
"total_value": 9807.6182931952,
"base_cost_quote": 1493.6246539563,
"unrealized_pnl_exit_net": -336.2795542763
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 8519.4999999996,
"quote_asset_bal": 8750.2596716513,
"total_value_mid": 9848.4232216512,
"total_value_exit_net": 9847.5995989887,
"total_value": 9848.4232216512,
"base_cost_quote": 1393.4379742593,
"unrealized_pnl_exit_net": -296.0980469218
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 8441.5999999996,
"quote_asset_bal": 8761.1975653533,
"total_value_mid": 9867.0471653532,
"total_value_exit_net": 9866.2177781532,
"total_value": 9867.0471653532,
"base_cost_quote": 1383.4142050665,
"unrealized_pnl_exit_net": -278.3939922666
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 9021.3999999996,
"quote_asset_bal": 8687.0794519213,
"total_value_mid": 9834.6015319212,
"total_value_exit_net": 9833.7408903612,
"total_value": 9834.6015319212,
"base_cost_quote": 1458.5510364573,
"unrealized_pnl_exit_net": -311.8895980173
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 9913.9999999996,
"quote_asset_bal": 8577.7268871177,
"total_value_mid": 9770.3810871177,
"total_value_exit_net": 9769.4865964677,
"total_value": 9770.3810871177,
"base_cost_quote": 1568.7528829,
"unrealized_pnl_exit_net": -376.9931735501
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 9217.6999999996,
"quote_asset_bal": 8663.9256448194,
"total_value_mid": 9824.4340748194,
"total_value_exit_net": 9823.5636934969,
"total_value": 9824.4340748194,
"base_cost_quote": 1483.579334613,
"unrealized_pnl_exit_net": -323.9412859356
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 8555.6999999996,
"quote_asset_bal": 8749.7186178317,
"total_value_mid": 9872.2264578316,
"total_value_exit_net": 9871.3845769516,
"total_value": 9872.2264578316,
"base_cost_quote": 1398.436829591,
"unrealized_pnl_exit_net": -276.7708704711
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 8367.4999999996,
"quote_asset_bal": 8775.0413513904,
"total_value_mid": 9885.4086013904,
"total_value_exit_net": 9884.5758259529,
"total_value": 9885.4086013904,
"base_cost_quote": 1373.3537663923,
"unrealized_pnl_exit_net": -263.8192918298
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 8519.6999999996,
"quote_asset_bal": 8755.7036260482,
"total_value_mid": 9864.1165960481,
"total_value_exit_net": 9863.2852863206,
"total_value": 9864.1165960481,
"base_cost_quote": 1393.4000488365,
"unrealized_pnl_exit_net": -285.8183885641
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 7627.8999999996,
"quote_asset_bal": 8876.5734218334,
"total_value_mid": 9933.0375718334,
"total_value_exit_net": 9932.2452237209,
"total_value": 9933.0375718334,
"base_cost_quote": 1273.1546323615,
"unrealized_pnl_exit_net": -217.4828304741
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 8190.9999999995,
"quote_asset_bal": 8802.1070701757,
"total_value_mid": 9896.4246701756,
"total_value_exit_net": 9895.6039319756,
"total_value": 9896.4246701756,
"base_cost_quote": 1348.3168657895,
"unrealized_pnl_exit_net": -254.8200039896
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 8536.8999999995,
"quote_asset_bal": 8757.7923751439,
"total_value_mid": 9865.8819951439,
"total_value_exit_net": 9865.0509279289,
"total_value": 9865.8819951439,
"base_cost_quote": 1393.4131356443,
"unrealized_pnl_exit_net": -286.1545828593
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 9084.7999999995,
"quote_asset_bal": 8688.3183198714,
"total_value_mid": 9834.8200798713,
"total_value_exit_net": 9833.9602035513,
"total_value": 9834.8200798713,
"base_cost_quote": 1463.5374614733,
"unrealized_pnl_exit_net": -317.8955777933
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 8045.3999999995,
"quote_asset_bal": 8824.2761659994,
"total_value_mid": 9910.4051659993,
"total_value_exit_net": 9909.5905692493,
"total_value": 9910.4051659993,
"base_cost_quote": 1328.2692463433,
"unrealized_pnl_exit_net": -242.9548430933
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 7182.4999999995,
"quote_asset_bal": 8944.8618638249,
"total_value_mid": 9970.5228638248,
"total_value_exit_net": 9969.7536180748,
"total_value": 9970.5228638248,
"base_cost_quote": 1208.0170407802,
"unrealized_pnl_exit_net": -183.1252865303
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 6403.5999999995,
"quote_asset_bal": 9060.8147958537,
"total_value_mid": 10014.3108358536,
"total_value_exit_net": 10013.5957138236,
"total_value": 10014.3108358536,
"base_cost_quote": 1092.7520628348,
"unrealized_pnl_exit_net": -139.9711448648
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 7299.4999999995,
"quote_asset_bal": 8930.9640027659,
"total_value_mid": 9971.8727027658,
"total_value_exit_net": 9971.0920212408,
"total_value": 9971.8727027658,
"base_cost_quote": 1223.0240946355,
"unrealized_pnl_exit_net": -182.8960761606
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 6789.2999999994,
"quote_asset_bal": 9006.6930825477,
"total_value_mid": 9991.1415825476,
"total_value_exit_net": 9990.4032461726,
"total_value": 9991.1415825476,
"base_cost_quote": 1147.900752354,
"unrealized_pnl_exit_net": -164.1905887291
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 7753.8999999994,
"quote_asset_bal": 8871.6410033679,
"total_value_mid": 9930.0483533678,
"total_value_exit_net": 9929.2545478553,
"total_value": 9930.0483533678,
"base_cost_quote": 1283.2284390543,
"unrealized_pnl_exit_net": -225.6148945668
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 7757.8999999994,
"quote_asset_bal": 8872.0388633949,
"total_value_mid": 9934.0953733948,
"total_value_exit_net": 9933.2988310123,
"total_value": 9934.0953733948,
"base_cost_quote": 1283.2319737033,
"unrealized_pnl_exit_net": -221.9720060858
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 8674.9999999994,
"quote_asset_bal": 8752.2003348315,
"total_value_mid": 9846.1178348314,
"total_value_exit_net": 9845.2973967064,
"total_value": 9846.1178348314,
"base_cost_quote": 1403.493355143,
"unrealized_pnl_exit_net": -310.3962932681
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 8707.3999999994,
"quote_asset_bal": 8748.0879219279,
"total_value_mid": 9877.4377019279,
"total_value_exit_net": 9876.5906895929,
"total_value": 9877.4377019279,
"base_cost_quote": 1408.4783010505,
"unrealized_pnl_exit_net": -279.9755333856
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 8824.6999999994,
"quote_asset_bal": 8733.4819520122,
"total_value_mid": 9873.6331920121,
"total_value_exit_net": 9872.7780785821,
"total_value": 9873.6331920121,
"base_cost_quote": 1423.5166183358,
"unrealized_pnl_exit_net": -284.2204917658
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 8437.0999999994,
"quote_asset_bal": 8784.7030496255,
"total_value_mid": 9891.6505696254,
"total_value_exit_net": 9890.8203589854,
"total_value": 9891.6505696254,
"base_cost_quote": 1373.4076747933,
"unrealized_pnl_exit_net": -267.2903654333
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 7580.4999999994,
"quote_asset_bal": 8900.381269724,
"total_value_mid": 9938.9097697239,
"total_value_exit_net": 9938.1308733489,
"total_value": 9938.9097697239,
"base_cost_quote": 1258.1815539688,
"unrealized_pnl_exit_net": -220.4319503438
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 7263.1999999994,
"quote_asset_bal": 8946.1815668337,
"total_value_mid": 9963.7558868336,
"total_value_exit_net": 9962.9927060936,
"total_value": 9963.7558868336,
"base_cost_quote": 1213.0749553733,
"unrealized_pnl_exit_net": -196.2638161133
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 8338.1999999993,
"quote_asset_bal": 8801.346410919,
"total_value_mid": 9885.3124109189,
"total_value_exit_net": 9884.4994364189,
"total_value": 9885.3124109189,
"base_cost_quote": 1358.3619259385,
"unrealized_pnl_exit_net": -275.2089004386
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 8531.2999999993,
"quote_asset_bal": 8777.1118907527,
"total_value_mid": 9885.3277607526,
"total_value_exit_net": 9884.4965988501,
"total_value": 9885.3277607526,
"base_cost_quote": 1383.4195460693,
"unrealized_pnl_exit_net": -276.0348379718
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 9201.1999999993,
"quote_asset_bal": 8692.3241342517,
"total_value_mid": 9848.9149742516,
"total_value_exit_net": 9848.0475311216,
"total_value": 9848.9149742516,
"base_cost_quote": 1468.605256471,
"unrealized_pnl_exit_net": -312.8818596011
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 10066.0999999993,
"quote_asset_bal": 8587.9629698452,
"total_value_mid": 9794.8883598451,
"total_value_exit_net": 9793.9831658026,
"total_value": 9794.8883598451,
"base_cost_quote": 1573.8222911068,
"unrealized_pnl_exit_net": -367.8020951493
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 10538.6999999993,
"quote_asset_bal": 8533.6279584564,
"total_value_mid": 9750.8478084563,
"total_value_exit_net": 9749.9348935688,
"total_value": 9750.8478084563,
"base_cost_quote": 1628.9275150513,
"unrealized_pnl_exit_net": -412.6205799388
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 9983.4999999993,
"quote_asset_bal": 8599.5549782424,
"total_value_mid": 9801.5683782423,
"total_value_exit_net": 9800.6668681923,
"total_value": 9801.5683782423,
"base_cost_quote": 1563.7806315063,
"unrealized_pnl_exit_net": -362.6687415563
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 7650.0999999993,
"quote_asset_bal": 8901.5023744364,
"total_value_mid": 9957.9811844363,
"total_value_exit_net": 9957.1888253288,
"total_value": 9957.9811844363,
"base_cost_quote": 1263.1532899763,
"unrealized_pnl_exit_net": -207.4668390838
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 7435.1999999993,
"quote_asset_bal": 8932.1809422217,
"total_value_mid": 9972.3654222216,
"total_value_exit_net": 9971.5852838616,
"total_value": 9972.3654222216,
"base_cost_quote": 1233.1079598665,
"unrealized_pnl_exit_net": -193.7036182266
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 7692.4999999993,
"quote_asset_bal": 8897.6808315804,
"total_value_mid": 9954.6303315803,
"total_value_exit_net": 9953.8376194553,
"total_value": 9954.6303315803,
"base_cost_quote": 1268.1541197878,
"unrealized_pnl_exit_net": -211.9973319129
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 6984.0999999993,
"quote_asset_bal": 8998.3313760092,
"total_value_mid": 10011.7242860091,
"total_value_exit_net": 10010.9642413266,
"total_value": 10011.7242860091,
"base_cost_quote": 1167.9424613707,
"unrealized_pnl_exit_net": -155.3095960534
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 6451.7999999992,
"quote_asset_bal": 9079.4031033522,
"total_value_mid": 10034.914683352,
"total_value_exit_net": 10034.198049667,
"total_value": 10034.914683352,
"base_cost_quote": 1087.7435012288,
"unrealized_pnl_exit_net": -132.9485549139
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 6096.0999999992,
"quote_asset_bal": 9135.8018269214,
"total_value_mid": 10080.6973269213,
"total_value_exit_net": 10079.9886552963,
"total_value": 10080.6973269213,
"base_cost_quote": 1032.6184364148,
"unrealized_pnl_exit_net": -88.4316080399
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 5439.1999999991,
"quote_asset_bal": 9242.9990675212,
"total_value_mid": 10094.2338675211,
"total_value_exit_net": 10093.5954414211,
"total_value": 10094.2338675211,
"base_cost_quote": 927.395317219,
"unrealized_pnl_exit_net": -76.7989433191
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 6187.0999999991,
"quote_asset_bal": 9133.9119449417,
"total_value_mid": 10031.0414449416,
"total_value_exit_net": 10030.3685978166,
"total_value": 10031.0414449416,
"base_cost_quote": 1037.6315474303,
"unrealized_pnl_exit_net": -141.1748945554
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 7312.999999999,
"quote_asset_bal": 8974.1517567027,
"total_value_mid": 9970.1823567026,
"total_value_exit_net": 9969.4353337526,
"total_value": 9970.1823567026,
"base_cost_quote": 1197.976132743,
"unrealized_pnl_exit_net": -202.6925556931
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 6675.499999999,
"quote_asset_bal": 9064.9183933835,
"total_value_mid": 10026.8579433833,
"total_value_exit_net": 10026.1364887208,
"total_value": 10026.8579433833,
"base_cost_quote": 1107.7464201748,
"unrealized_pnl_exit_net": -146.5283248374
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 6000.499999999,
"quote_asset_bal": 9165.6149656287,
"total_value_mid": 10069.8903156286,
"total_value_exit_net": 10069.2121091161,
"total_value": 10069.8903156286,
"base_cost_quote": 1007.5589448815,
"unrealized_pnl_exit_net": -103.9618013942
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 6614.5999999989,
"quote_asset_bal": 9076.0157832185,
"total_value_mid": 10036.4557032183,
"total_value_exit_net": 10035.7353732783,
"total_value": 10036.4557032183,
"base_cost_quote": 1097.7499184173,
"unrealized_pnl_exit_net": -138.0303283574
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 5680.7999999989,
"quote_asset_bal": 9217.0714561043,
"total_value_mid": 10093.6188961041,
"total_value_exit_net": 10092.9614855241,
"total_value": 10093.6188961041,
"base_cost_quote": 957.4335750285,
"unrealized_pnl_exit_net": -81.5435456087
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 6725.1999999989,
"quote_asset_bal": 9062.1452452123,
"total_value_mid": 10032.5916052121,
"total_value_exit_net": 10031.8637704421,
"total_value": 10032.5916052121,
"base_cost_quote": 1112.7962056755,
"unrealized_pnl_exit_net": -143.0776804457
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 7810.2999999989,
"quote_asset_bal": 8912.2259771395,
"total_value_mid": 9961.1492671394,
"total_value_exit_net": 9960.3625746719,
"total_value": 9961.1492671394,
"base_cost_quote": 1263.1349182078,
"unrealized_pnl_exit_net": -214.9983206754
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 6294.7999999988,
"quote_asset_bal": 9128.495987227,
"total_value_mid": 10065.7917072269,
"total_value_exit_net": 10065.0887354369,
"total_value": 10065.7917072269,
"base_cost_quote": 1047.6410439265,
"unrealized_pnl_exit_net": -111.0482957167
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 5579.4999999988,
"quote_asset_bal": 9239.3391278708,
"total_value_mid": 10108.0672778706,
"total_value_exit_net": 10107.4157317581,
"total_value": 10108.0672778706,
"base_cost_quote": 937.3970789185,
"unrealized_pnl_exit_net": -69.3204750312
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 5013.9999999988,
"quote_asset_bal": 9331.6654143516,
"total_value_mid": 10163.4880143514,
"total_value_exit_net": 10162.8641474014,
"total_value": 10163.4880143514,
"base_cost_quote": 847.1674814365,
"unrealized_pnl_exit_net": -15.9687483867
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 4455.9999999988,
"quote_asset_bal": 9429.1888984398,
"total_value_mid": 10204.9784984396,
"total_value_exit_net": 10204.3966562396,
"total_value": 10204.9784984396,
"base_cost_quote": 751.9650261063,
"unrealized_pnl_exit_net": 23.2427316935
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 4344.2999999988,
"quote_asset_bal": 9451.8746265091,
"total_value_mid": 10202.1352365089,
"total_value_exit_net": 10201.5725410514,
"total_value": 10202.1352365089,
"base_cost_quote": 731.884205778,
"unrealized_pnl_exit_net": 17.8137087643
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 5022.1999999988,
"quote_asset_bal": 9338.864180794,
"total_value_mid": 10167.0249607938,
"total_value_exit_net": 10166.4038402088,
"total_value": 10167.0249607938,
"base_cost_quote": 847.1505997848,
"unrealized_pnl_exit_net": -19.61094037
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 3717.8999999988,
"quote_asset_bal": 9566.4516320333,
"total_value_mid": 10241.9940620331,
"total_value_exit_net": 10241.4874052106,
"total_value": 10241.9940620331,
"base_cost_quote": 621.6071829953,
"unrealized_pnl_exit_net": 53.428590182
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 3883.7999999988,
"quote_asset_bal": 9537.9134050393,
"total_value_mid": 10236.220645039,
"total_value_exit_net": 10235.696914609,
"total_value": 10236.220645039,
"base_cost_quote": 651.667592406,
"unrealized_pnl_exit_net": 46.1159171638
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 3443.1999999988,
"quote_asset_bal": 9619.1751952135,
"total_value_mid": 10262.3649552133,
"total_value_exit_net": 10261.8825628933,
"total_value": 10262.3649552133,
"base_cost_quote": 571.4740933567,
"unrealized_pnl_exit_net": 71.233274323
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 3362.0999999988,
"quote_asset_bal": 9635.2898425957,
"total_value_mid": 10273.0802125955,
"total_value_exit_net": 10272.601869818,
"total_value": 10273.0802125955,
"base_cost_quote": 556.4579817132,
"unrealized_pnl_exit_net": 80.854045509
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 2175.2999999988,
"quote_asset_bal": 9873.5519758109,
"total_value_mid": 10342.9817158106,
"total_value_exit_net": 10342.6296435056,
"total_value": 10342.9817158106,
"base_cost_quote": 320.8875963332,
"unrealized_pnl_exit_net": 148.1900713615
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 1723.3999999988,
"quote_asset_bal": 9976.2001821462,
"total_value_mid": 10367.4119821459,
"total_value_exit_net": 10367.1185732959,
"total_value": 10367.4119821459,
"base_cost_quote": 220.5720910895,
"unrealized_pnl_exit_net": 170.3463000602
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 1898.8999999988,
"quote_asset_bal": 9938.0981028277,
"total_value_mid": 10365.3506028274,
"total_value_exit_net": 10365.0301634524,
"total_value": 10365.3506028274,
"base_cost_quote": 260.6680415152,
"unrealized_pnl_exit_net": 166.2640191095
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 2002.6999999988,
"quote_asset_bal": 9915.2086546171,
"total_value_mid": 10366.0164246169,
"total_value_exit_net": 10365.6783187894,
"total_value": 10366.0164246169,
"base_cost_quote": 285.7371672687,
"unrealized_pnl_exit_net": 164.7324969035
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 2000.6999999988,
"quote_asset_bal": 9917.2886885561,
"total_value_mid": 10373.8484285558,
"total_value_exit_net": 10373.5060087508,
"total_value": 10373.8484285558,
"base_cost_quote": 285.7666573698,
"unrealized_pnl_exit_net": 170.450662825
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 1731.4999999988,
"quote_asset_bal": 9974.7585936504,
"total_value_mid": 10419.40779365,
"total_value_exit_net": 10419.07430675,
"total_value": 10419.40779365,
"base_cost_quote": 230.594396185,
"unrealized_pnl_exit_net": 213.7213169147
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 1820.4999999988,
"quote_asset_bal": 9950.2210552484,
"total_value_mid": 10426.8279552481,
"total_value_exit_net": 10426.4705000731,
"total_value": 10426.8279552481,
"base_cost_quote": 255.6902970048,
"unrealized_pnl_exit_net": 220.5591478199
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 2131.5999999988,
"quote_asset_bal": 9870.9600718891,
"total_value_mid": 10415.3707118888,
"total_value_exit_net": 10414.9624039088,
"total_value": 10415.3707118888,
"base_cost_quote": 335.9203904792,
"unrealized_pnl_exit_net": 208.0819415404
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 3500.2999999988,
"quote_asset_bal": 9546.7741750542,
"total_value_mid": 10277.2867850539,
"total_value_exit_net": 10276.7389005964,
"total_value": 10277.2867850539,
"base_cost_quote": 662.0103546643,
"unrealized_pnl_exit_net": 67.954370878
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 3423.8999999988,
"quote_asset_bal": 9564.9128896734,
"total_value_mid": 10306.5296296731,
"total_value_exit_net": 10305.9734171181,
"total_value": 10306.5296296731,
"base_cost_quote": 646.9071307355,
"unrealized_pnl_exit_net": 94.1533967092
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 2764.4999999988,
"quote_asset_bal": 9717.3027018134,
"total_value_mid": 10374.4243518131,
"total_value_exit_net": 10373.9315105756,
"total_value": 10374.4243518131,
"base_cost_quote": 496.476310174,
"unrealized_pnl_exit_net": 160.1524985882
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 2811.6999999988,
"quote_asset_bal": 9708.8566076579,
"total_value_mid": 10367.0755776576,
"total_value_exit_net": 10366.5819134301,
"total_value": 10367.0755776576,
"base_cost_quote": 506.523700069,
"unrealized_pnl_exit_net": 151.2016057032
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 2897.6999999988,
"quote_asset_bal": 9690.0285863189,
"total_value_mid": 10363.7438363186,
"total_value_exit_net": 10363.2385498811,
"total_value": 10363.7438363186,
"base_cost_quote": 526.5481281348,
"unrealized_pnl_exit_net": 146.6618354275
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 3247.4999999988,
"quote_asset_bal": 9610.7919950654,
"total_value_mid": 10340.1804950651,
"total_value_exit_net": 10339.6334536901,
"total_value": 10340.1804950651,
"base_cost_quote": 606.7859393933,
"unrealized_pnl_exit_net": 122.0555192315
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 2784.6999999988,
"quote_asset_bal": 9717.1565040374,
"total_value_mid": 10363.7638440371,
"total_value_exit_net": 10363.2788885321,
"total_value": 10363.7638440371,
"base_cost_quote": 501.4582118,
"unrealized_pnl_exit_net": 144.6641726947
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 3159.7999999988,
"quote_asset_bal": 9633.3945846206,
"total_value_mid": 10340.5578246203,
"total_value_exit_net": 10340.0274521903,
"total_value": 10340.5578246203,
"base_cost_quote": 586.7720742438,
"unrealized_pnl_exit_net": 119.860793326
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 3808.1999999988,
"quote_asset_bal": 9494.2302046451,
"total_value_mid": 10292.0481046448,
"total_value_exit_net": 10291.4497412198,
"total_value": 10292.0481046448,
"base_cost_quote": 727.197261204,
"unrealized_pnl_exit_net": 70.0222753707
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 4258.6999999988,
"quote_asset_bal": 9405.7312148518,
"total_value_mid": 10249.8055548516,
"total_value_exit_net": 10249.1724990966,
"total_value": 10249.8055548516,
"base_cost_quote": 817.420698069,
"unrealized_pnl_exit_net": 26.0205861758
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 5545.1999999988,
"quote_asset_bal": 9167.5347662288,
"total_value_mid": 10141.2718862286,
"total_value_exit_net": 10140.5415833886,
"total_value": 10141.2718862286,
"base_cost_quote": 1058.072063328,
"unrealized_pnl_exit_net": -85.0652461682
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 5052.6999999988,
"quote_asset_bal": 9260.7358718898,
"total_value_mid": 10213.1698218896,
"total_value_exit_net": 10212.4554964271,
"total_value": 10213.1698218896,
"base_cost_quote": 967.8727345305,
"unrealized_pnl_exit_net": -16.1531099932
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 6390.4999999988,
"quote_asset_bal": 9022.13695821,
"total_value_mid": 10120.6639082098,
"total_value_exit_net": 10119.8400129973,
"total_value": 10120.6639082098,
"base_cost_quote": 1208.470357513,
"unrealized_pnl_exit_net": -110.7673027257
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 5982.7999999988,
"quote_asset_bal": 9094.3043728546,
"total_value_mid": 10137.1064128543,
"total_value_exit_net": 10136.3243113243,
"total_value": 10137.1064128543,
"base_cost_quote": 1138.2973421942,
"unrealized_pnl_exit_net": -96.2774037245
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 4212.4999999988,
"quote_asset_bal": 9427.8289165635,
"total_value_mid": 10272.0139165633,
"total_value_exit_net": 10271.3807778133,
"total_value": 10272.0139165633,
"base_cost_quote": 807.4108062765,
"unrealized_pnl_exit_net": 36.1410549733
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 3916.0999999988,
"quote_asset_bal": 9489.4077385303,
"total_value_mid": 10292.99145853,
"total_value_exit_net": 10292.38877074,
"total_value": 10292.99145853,
"base_cost_quote": 747.242872145,
"unrealized_pnl_exit_net": 55.7381600647
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 3744.5999999988,
"quote_asset_bal": 9525.586101333,
"total_value_mid": 10319.8157613328,
"total_value_exit_net": 10319.2200890878,
"total_value": 10319.8157613328,
"base_cost_quote": 712.1598586043,
"unrealized_pnl_exit_net": 81.4741291505
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 4912.9999999988,
"quote_asset_bal": 9291.0480367078,
"total_value_mid": 10241.7135367075,
"total_value_exit_net": 10241.0005375825,
"total_value": 10241.7135367075,
"base_cost_quote": 947.8414713423,
"unrealized_pnl_exit_net": 2.1110295325
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 5216.3999999988,
"quote_asset_bal": 9232.4678463745,
"total_value_mid": 10237.1464863743,
"total_value_exit_net": 10236.3929773943,
"total_value": 10237.1464863743,
"base_cost_quote": 1008.0048460568,
"unrealized_pnl_exit_net": -4.079715037
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 4323.0999999988,
"quote_asset_bal": 9409.2755062335,
"total_value_mid": 10281.6770862332,
"total_value_exit_net": 10281.0227850482,
"total_value": 10281.6770862332,
"base_cost_quote": 832.4624599358,
"unrealized_pnl_exit_net": 39.284818879
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 5165.8999999988,
"quote_asset_bal": 9244.6611667417,
"total_value_mid": 10233.9310167415,
"total_value_exit_net": 10233.189064354,
"total_value": 10233.9310167415,
"base_cost_quote": 997.9155147293,
"unrealized_pnl_exit_net": -9.387617117
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 5114.6999999988,
"quote_asset_bal": 9256.5396332715,
"total_value_mid": 10237.0276232713,
"total_value_exit_net": 10236.2922572788,
"total_value": 10237.0276232713,
"base_cost_quote": 987.9038185845,
"unrealized_pnl_exit_net": -8.1511945772
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 5755.6999999988,
"quote_asset_bal": 9137.6459358655,
"total_value_mid": 10198.4214458652,
"total_value_exit_net": 10197.6258642327,
"total_value": 10198.4214458652,
"base_cost_quote": 1108.190055652,
"unrealized_pnl_exit_net": -48.2101272847
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 4959.7999999988,
"quote_asset_bal": 9289.0844324049,
"total_value_mid": 10258.2293524047,
"total_value_exit_net": 10257.5024937147,
"total_value": 10258.2293524047,
"base_cost_quote": 957.8150319067,
"unrealized_pnl_exit_net": 10.603029403
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 4455.9999999988,
"quote_asset_bal": 9390.3353462869,
"total_value_mid": 10287.3281462867,
"total_value_exit_net": 10286.6554016867,
"total_value": 10287.3281462867,
"base_cost_quote": 857.5528536283,
"unrealized_pnl_exit_net": 38.7672017715
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 3827.3999999988,
"quote_asset_bal": 9521.5429140682,
"total_value_mid": 10342.9029540679,
"total_value_exit_net": 10342.2869340379,
"total_value": 10342.9029540679,
"base_cost_quote": 727.1905431693,
"unrealized_pnl_exit_net": 93.5534768005
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 3851.8999999988,
"quote_asset_bal": 9517.034766475,
"total_value_mid": 10335.5635164747,
"total_value_exit_net": 10334.9496199122,
"total_value": 10335.5635164747,
"base_cost_quote": 732.2416226397,
"unrealized_pnl_exit_net": 85.6732307975
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 3757.2999999988,
"quote_asset_bal": 9537.658908131,
"total_value_mid": 10340.2181881307,
"total_value_exit_net": 10339.6162686707,
"total_value": 10340.2181881307,
"base_cost_quote": 712.1816329228,
"unrealized_pnl_exit_net": 89.775727617
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 3347.7999999988,
"quote_asset_bal": 9629.1283848615,
"total_value_mid": 10380.7094848612,
"total_value_exit_net": 10380.1457990362,
"total_value": 10380.7094848612,
"base_cost_quote": 621.920983169,
"unrealized_pnl_exit_net": 129.0964310057
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 4386.5999999988,
"quote_asset_bal": 9409.3869977604,
"total_value_mid": 10291.5322577602,
"total_value_exit_net": 10290.8706488152,
"total_value": 10291.5322577602,
"base_cost_quote": 842.5637081942,
"unrealized_pnl_exit_net": 38.9199428605
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 5205.0999999988,
"quote_asset_bal": 9250.5907435142,
"total_value_mid": 10226.0264835139,
"total_value_exit_net": 10225.2949067089,
"total_value": 10226.0264835139,
"base_cost_quote": 1003.021558392,
"unrealized_pnl_exit_net": -28.3173951972
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 6144.2999999988,
"quote_asset_bal": 9081.7310016046,
"total_value_mid": 10161.2845116044,
"total_value_exit_net": 10160.4748464719,
"total_value": 10161.2845116044,
"base_cost_quote": 1173.4646699232,
"unrealized_pnl_exit_net": -94.720825056
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 5558.5999999988,
"quote_asset_bal": 9188.5101563444,
"total_value_mid": 10213.5159963441,
"total_value_exit_net": 10212.7472419641,
"total_value": 10213.5159963441,
"base_cost_quote": 1068.1669538217,
"unrealized_pnl_exit_net": -43.929868202
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 5832.5999999988,
"quote_asset_bal": 9139.0018787551,
"total_value_mid": 10197.0355187549,
"total_value_exit_net": 10196.2419935249,
"total_value": 10197.0355187549,
"base_cost_quote": 1118.289876841,
"unrealized_pnl_exit_net": -61.0497620712
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 6195.7999999988,
"quote_asset_bal": 9074.3927491496,
"total_value_mid": 10176.6255691494,
"total_value_exit_net": 10175.7988945344,
"total_value": 10176.6255691494,
"base_cost_quote": 1183.491053075,
"unrealized_pnl_exit_net": -82.0849076902
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 6749.3999999988,
"quote_asset_bal": 8980.9415306248,
"total_value_mid": 10134.4139906246,
"total_value_exit_net": 10133.5488862796,
"total_value": 10134.4139906246,
"base_cost_quote": 1278.7463349955,
"unrealized_pnl_exit_net": -126.1389793407
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 6229.4999999988,
"quote_asset_bal": 9072.2895817556,
"total_value_mid": 10177.4028817554,
"total_value_exit_net": 10176.5740467804,
"total_value": 10177.4028817554,
"base_cost_quote": 1188.4691048157,
"unrealized_pnl_exit_net": -84.184639791
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 5445.9999999988,
"quote_asset_bal": 9218.9082486136,
"total_value_mid": 10253.1036486134,
"total_value_exit_net": 10252.3280020634,
"total_value": 10253.1036486134,
"base_cost_quote": 1043.0793942533,
"unrealized_pnl_exit_net": -9.6596408035
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 6153.5999999988,
"quote_asset_bal": 9089.6740057868,
"total_value_mid": 10199.1680857866,
"total_value_exit_net": 10198.3359652266,
"total_value": 10199.1680857866,
"base_cost_quote": 1173.4190347225,
"unrealized_pnl_exit_net": -64.7570752827
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 5475.5999999988,
"quote_asset_bal": 9216.0752496631,
"total_value_mid": 10259.7246096628,
"total_value_exit_net": 10258.9418726428,
"total_value": 10259.7246096628,
"base_cost_quote": 1048.1322200325,
"unrealized_pnl_exit_net": -5.2655970527
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 6262.8999999988,
"quote_asset_bal": 9072.1080389728,
"total_value_mid": 10173.1258589726,
"total_value_exit_net": 10172.3000956076,
"total_value": 10173.1258589726,
"base_cost_quote": 1193.4874757732,
"unrealized_pnl_exit_net": -93.2954191385
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 7058.2999999988,
"quote_asset_bal": 8938.9999622236,
"total_value_mid": 10062.6813222234,
"total_value_exit_net": 10061.8385612034,
"total_value": 10062.6813222234,
"base_cost_quote": 1328.7656083358,
"unrealized_pnl_exit_net": -205.9270093559
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 7905.3999999988,
"quote_asset_bal": 8805.935392745,
"total_value_mid": 10031.2723927449,
"total_value_exit_net": 10030.3533899949,
"total_value": 10031.2723927449,
"base_cost_quote": 1464.1339084733,
"unrealized_pnl_exit_net": -239.7159112234
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 7551.1999999988,
"quote_asset_bal": 8862.2888621965,
"total_value_mid": 10068.9706221963,
"total_value_exit_net": 10068.0656108763,
"total_value": 10068.9706221963,
"base_cost_quote": 1408.9844643885,
"unrealized_pnl_exit_net": -203.2077157087
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 7839.1999999988,
"quote_asset_bal": 8818.466050522,
"total_value_mid": 10046.8686905218,
"total_value_exit_net": 10045.9473885418,
"total_value": 10046.8686905218,
"base_cost_quote": 1454.0520237265,
"unrealized_pnl_exit_net": -226.5706857067
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 8007.1999999988,
"quote_asset_bal": 8794.0724494135,
"total_value_mid": 10044.7970894133,
"total_value_exit_net": 10043.8590459333,
"total_value": 10044.7970894133,
"base_cost_quote": 1479.1000726843,
"unrealized_pnl_exit_net": -229.3134761644
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 8534.1999999988,
"quote_asset_bal": 8714.6031578418,
"total_value_mid": 10009.2412978416,
"total_value_exit_net": 10008.2703192366,
"total_value": 10009.2412978416,
"base_cost_quote": 1559.3129152302,
"unrealized_pnl_exit_net": -265.6457538354
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 8438.1999999988,
"quote_asset_bal": 8729.8917667465,
"total_value_mid": 10012.4981667463,
"total_value_exit_net": 10011.5362119463,
"total_value": 10012.4981667463,
"base_cost_quote": 1544.2446224802,
"unrealized_pnl_exit_net": -262.6001772804
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 8576.3999999988,
"quote_asset_bal": 8710.0890120008,
"total_value_mid": 9987.9726120006,
"total_value_exit_net": 9987.0141993006,
"total_value": 9987.9726120006,
"base_cost_quote": 1564.3295699015,
"unrealized_pnl_exit_net": -287.4043826017
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 9098.7999999988,
"quote_asset_bal": 8635.4919562703,
"total_value_mid": 9948.4487962701,
"total_value_exit_net": 9947.4640786401,
"total_value": 9948.4487962701,
"base_cost_quote": 1639.5097637898,
"unrealized_pnl_exit_net": -327.5376414199
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 10295.1999999988,
"quote_asset_bal": 8470.5062617453,
"total_value_mid": 9834.6202617451,
"total_value_exit_net": 9833.5971762451,
"total_value": 9834.6202617451,
"base_cost_quote": 1804.8712449545,
"unrealized_pnl_exit_net": -441.7803304547
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 9781.1999999988,
"quote_asset_bal": 8541.2254814065,
"total_value_mid": 9891.0310814064,
"total_value_exit_net": 9890.0187272064,
"total_value": 9891.0310814064,
"base_cost_quote": 1734.7217972983,
"unrealized_pnl_exit_net": -385.9285514984
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 9148.9999999988,
"quote_asset_bal": 8631.8912927908,
"total_value_mid": 9964.9005927906,
"total_value_exit_net": 9963.9008358156,
"total_value": 9964.9005927906,
"base_cost_quote": 1644.520389943,
"unrealized_pnl_exit_net": -312.5108469182
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 8647.7999999989,
"quote_asset_bal": 8707.6719539375,
"total_value_mid": 10018.6784339374,
"total_value_exit_net": 10017.6951790774,
"total_value": 10018.6784339374,
"base_cost_quote": 1569.3185638427,
"unrealized_pnl_exit_net": -259.2953387029
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 10155.9999999989,
"quote_asset_bal": 8492.5647621233,
"total_value_mid": 9861.5935621232,
"total_value_exit_net": 9860.5667905232,
"total_value": 9861.5935621232,
"base_cost_quote": 1784.8182654913,
"unrealized_pnl_exit_net": -416.8162370914
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 11739.7999999989,
"quote_asset_bal": 8293.7163781178,
"total_value_mid": 9657.8811381177,
"total_value_exit_net": 9656.8580145477,
"total_value": 9657.8811381177,
"base_cost_quote": 1985.2709243153,
"unrealized_pnl_exit_net": -622.1292878854
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 11272.8999999989,
"quote_asset_bal": 8347.1155819945,
"total_value_mid": 9720.1548019944,
"total_value_exit_net": 9719.1250225794,
"total_value": 9720.1548019944,
"base_cost_quote": 1935.1630775948,
"unrealized_pnl_exit_net": -563.1536370099
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 12121.6999999989,
"quote_asset_bal": 8249.124970494,
"total_value_mid": 9618.8770704939,
"total_value_exit_net": 9617.8497564189,
"total_value": 9618.8770704939,
"base_cost_quote": 2035.3142546848,
"unrealized_pnl_exit_net": -666.5894687599
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 12383.3999999989,
"quote_asset_bal": 8220.5936605583,
"total_value_mid": 9619.9178605582,
"total_value_exit_net": 9618.8683674082,
"total_value": 9619.9178605582,
"base_cost_quote": 2065.36802512,
"unrealized_pnl_exit_net": -667.0933182701
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 13115.6999999989,
"quote_asset_bal": 8141.8267096403,
"total_value_mid": 9538.6487596402,
"total_value_exit_net": 9537.6011431027,
"total_value": 9538.6487596402,
"base_cost_quote": 2145.4945329635,
"unrealized_pnl_exit_net": -749.7200995011
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 13468.4999999989,
"quote_asset_bal": 8108.1023392121,
"total_value_mid": 9502.092089212,
"total_value_exit_net": 9501.0465968995,
"total_value": 9502.092089212,
"base_cost_quote": 2180.573920787,
"unrealized_pnl_exit_net": -787.6296630996
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 13181.6999999989,
"quote_asset_bal": 8138.9792148358,
"total_value_mid": 9550.7392848357,
"total_value_exit_net": 9549.6804647832,
"total_value": 9550.7392848357,
"base_cost_quote": 2150.530405037,
"unrealized_pnl_exit_net": -739.8291550896
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 12857.5999999989,
"quote_asset_bal": 8174.8726782768,
"total_value_mid": 9564.7792382767,
"total_value_exit_net": 9563.7368083567,
"total_value": 9564.7792382767,
"base_cost_quote": 2115.4797867745,
"unrealized_pnl_exit_net": -726.6156566946
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 12847.1999999989,
"quote_asset_bal": 8175.9459823468,
"total_value_mid": 9592.9921423467,
"total_value_exit_net": 9591.9293577267,
"total_value": 9592.9921423467,
"base_cost_quote": 2115.460786535,
"unrealized_pnl_exit_net": -699.4774111551
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 13313.4999999989,
"quote_asset_bal": 8126.7069679604,
"total_value_mid": 9541.9320179602,
"total_value_exit_net": 9540.8705991727,
"total_value": 9541.9320179602,
"base_cost_quote": 2165.5865586895,
"unrealized_pnl_exit_net": -751.4229274771
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 12576.3999999989,
"quote_asset_bal": 8208.0873820784,
"total_value_mid": 9620.4171020782,
"total_value_exit_net": 9619.3578547882,
"total_value": 9620.4171020782,
"base_cost_quote": 2085.406714874,
"unrealized_pnl_exit_net": -674.1362421641
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 13208.3999999989,
"quote_asset_bal": 8138.8843339884,
"total_value_mid": 9558.7873339882,
"total_value_exit_net": 9557.7224067382,
"total_value": 9558.7873339882,
"base_cost_quote": 2155.5387654923,
"unrealized_pnl_exit_net": -736.7006927424
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 12523.3999999989,
"quote_asset_bal": 8214.7744617911,
"total_value_mid": 9622.404621791,
"total_value_exit_net": 9621.348899171,
"total_value": 9622.404621791,
"base_cost_quote": 2080.4213636628,
"unrealized_pnl_exit_net": -673.8469262829
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 13066.7999999989,
"quote_asset_bal": 8155.0740616206,
"total_value_mid": 9563.6751016205,
"total_value_exit_net": 9562.6186508405,
"total_value": 9563.6751016205,
"base_cost_quote": 2140.5007814568,
"unrealized_pnl_exit_net": -732.9561922369
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 13068.2999999989,
"quote_asset_bal": 8155.6176648284,
"total_value_mid": 9583.9828548282,
"total_value_exit_net": 9582.9115809357,
"total_value": 9583.9828548282,
"base_cost_quote": 2140.5426027993,
"unrealized_pnl_exit_net": -713.2486866919
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 12887.2999999989,
"quote_asset_bal": 8176.5903183216,
"total_value_mid": 9589.0383983215,
"total_value_exit_net": 9587.9790622615,
"total_value": 9589.0383983215,
"base_cost_quote": 2120.4647707105,
"unrealized_pnl_exit_net": -709.0760267706
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 13651.4999999989,
"quote_asset_bal": 8097.3368090199,
"total_value_mid": 9510.2670590198,
"total_value_exit_net": 9509.2073613323,
"total_value": 9510.2670590198,
"base_cost_quote": 2200.6556097663,
"unrealized_pnl_exit_net": -788.7850574539
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 13407.6999999989,
"quote_asset_bal": 8123.2202281099,
"total_value_mid": 9556.5033581098,
"total_value_exit_net": 9555.4283957623,
"total_value": 9556.5033581098,
"base_cost_quote": 2175.5556989413,
"unrealized_pnl_exit_net": -743.3475312889
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 13039.2999999989,
"quote_asset_bal": 8163.9296117814,
"total_value_mid": 9595.6447517813,
"total_value_exit_net": 9594.5709654263,
"total_value": 9595.6447517813,
"base_cost_quote": 2135.4971775663,
"unrealized_pnl_exit_net": -704.8558239214
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 13696.9999999989,
"quote_asset_bal": 8094.8704663236,
"total_value_mid": 9519.3584663235,
"total_value_exit_net": 9518.2901003235,
"total_value": 9519.3584663235,
"base_cost_quote": 2205.6319292088,
"unrealized_pnl_exit_net": -782.2122952089
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 13314.9999999989,
"quote_asset_bal": 8135.4983298666,
"total_value_mid": 9560.2033298665,
"total_value_exit_net": 9559.1348011165,
"total_value": 9560.2033298665,
"base_cost_quote": 2165.5744586213,
"unrealized_pnl_exit_net": -741.9379873714
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 13222.0999999989,
"quote_asset_bal": 8145.9734805451,
"total_value_mid": 9552.804920545,
"total_value_exit_net": 9551.749796965,
"total_value": 9552.804920545,
"base_cost_quote": 2155.5524777688,
"unrealized_pnl_exit_net": -749.7761613489
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 15393.2999999989,
"quote_asset_bal": 7931.7300481466,
"total_value_mid": 9372.5429281465,
"total_value_exit_net": 9371.4623184865,
"total_value": 9372.5429281465,
"base_cost_quote": 2370.9189225495,
"unrealized_pnl_exit_net": -931.1866522096
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 14866.4999999989,
"quote_asset_bal": 7984.4198987036,
"total_value_mid": 9454.7167487035,
"total_value_exit_net": 9453.614026066,
"total_value": 9454.7167487035,
"base_cost_quote": 2320.8352949798,
"unrealized_pnl_exit_net": -851.6411676174
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 14811.3999999989,
"quote_asset_bal": 7991.1049379352,
"total_value_mid": 9455.952397935,
"total_value_exit_net": 9454.85376234,
"total_value": 9455.952397935,
"base_cost_quote": 2315.856402609,
"unrealized_pnl_exit_net": -852.1075782041
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 15168.9999999989,
"quote_asset_bal": 7957.3397661759,
"total_value_mid": 9445.4186661758,
"total_value_exit_net": 9444.3026070008,
"total_value": 9445.4186661758,
"base_cost_quote": 2350.911750416,
"unrealized_pnl_exit_net": -863.9489095911
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 15477.9999999989,
"quote_asset_bal": 7929.2433135379,
"total_value_mid": 9436.8005135378,
"total_value_exit_net": 9435.6698456378,
"total_value": 9436.8005135378,
"base_cost_quote": 2380.949601921,
"unrealized_pnl_exit_net": -874.5230698211
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 16569.6999999989,
"quote_asset_bal": 7824.8891573479,
"total_value_mid": 9390.7258073478,
"total_value_exit_net": 9389.5514298603,
"total_value": 9390.7258073478,
"base_cost_quote": 2486.1333436057,
"unrealized_pnl_exit_net": -921.4710710934
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 13404.4999999989,
"quote_asset_bal": 8136.7117788174,
"total_value_mid": 9532.1202288173,
"total_value_exit_net": 9531.0736724798,
"total_value": 9532.1202288173,
"base_cost_quote": 2175.5777264495,
"unrealized_pnl_exit_net": -781.2158327871
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 17666.7999999989,
"quote_asset_bal": 7732.4902277079,
"total_value_mid": 9290.7019877078,
"total_value_exit_net": 9289.5333288878,
"total_value": 9290.7019877078,
"base_cost_quote": 2581.29680171,
"unrealized_pnl_exit_net": -1024.2537005301
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 19549.3999999989,
"quote_asset_bal": 7574.5671513444,
"total_value_mid": 9197.1673513443,
"total_value_exit_net": 9195.9504011943,
"total_value": 9197.1673513443,
"base_cost_quote": 2741.5354206075,
"unrealized_pnl_exit_net": -1120.1521707576
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 18366.6999999989,
"quote_asset_bal": 7676.3319493546,
"total_value_mid": 9268.7248393545,
"total_value_exit_net": 9267.530544687,
"total_value": 9268.7248393545,
"base_cost_quote": 2641.3852482705,
"unrealized_pnl_exit_net": -1050.1866529381
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 19406.1999999989,
"quote_asset_bal": 7587.5477720046,
"total_value_mid": 9231.2529120045,
"total_value_exit_net": 9230.0201331495,
"total_value": 9231.2529120045,
"base_cost_quote": 2731.5386726655,
"unrealized_pnl_exit_net": -1089.0663115206
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 20321.4999999989,
"quote_asset_bal": 7514.1106688218,
"total_value_mid": 9178.4415188218,
"total_value_exit_net": 9177.1932706843,
"total_value": 9178.4415188218,
"base_cost_quote": 2806.6646879503,
"unrealized_pnl_exit_net": -1143.5820860878
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 20809.5999999989,
"quote_asset_bal": 7475.0581980291,
"total_value_mid": 9160.635798029,
"total_value_exit_net": 9159.371614829,
"total_value": 9160.635798029,
"base_cost_quote": 2846.7179874118,
"unrealized_pnl_exit_net": -1162.4045706118
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 25710.1999999988,
"quote_asset_bal": 7105.3783061784,
"total_value_mid": 8923.0894461783,
"total_value_exit_net": 8921.7261628233,
"total_value": 8923.0894461783,
"base_cost_quote": 3217.2459911487,
"unrealized_pnl_exit_net": -1400.8981345038
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 27694.2999999987,
"quote_asset_bal": 6976.8670898356,
"total_value_mid": 8776.9965898355,
"total_value_exit_net": 8775.6464927105,
"total_value": 8776.9965898355,
"base_cost_quote": 3347.4236652343,
"unrealized_pnl_exit_net": -1548.6442623593
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 26596.4999999987,
"quote_asset_bal": 7053.7580442191,
"total_value_mid": 8894.235844219,
"total_value_exit_net": 8892.855485869,
"total_value": 8894.235844219,
"base_cost_quote": 3272.3025776425,
"unrealized_pnl_exit_net": -1433.2051359926
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 26175.3999999986,
"quote_asset_bal": 7085.0818274239,
"total_value_mid": 8938.3001474238,
"total_value_exit_net": 8936.9102336838,
"total_value": 8938.3001474238,
"base_cost_quote": 3242.274147198,
"unrealized_pnl_exit_net": -1390.4457409381
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 27506.6999999986,
"quote_asset_bal": 6996.0594943129,
"total_value_mid": 8811.5016943128,
"total_value_exit_net": 8810.1401126628,
"total_value": 8811.5016943128,
"base_cost_quote": 3332.4061945722,
"unrealized_pnl_exit_net": -1518.3255762223
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 27400.9999999985,
"quote_asset_bal": 7001.9413026169,
"total_value_mid": 8867.9494026168,
"total_value_exit_net": 8866.5498965418,
"total_value": 8867.9494026168,
"base_cost_quote": 3327.3993402458,
"unrealized_pnl_exit_net": -1462.7907463209
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 25886.5999999985,
"quote_asset_bal": 7107.8527268106,
"total_value_mid": 8984.6312268105,
"total_value_exit_net": 8983.2236429355,
"total_value": 8984.6312268105,
"base_cost_quote": 3222.269835208,
"unrealized_pnl_exit_net": -1346.8989190831
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 26580.4999999984,
"quote_asset_bal": 7058.5296060336,
"total_value_mid": 8927.1387560335,
"total_value_exit_net": 8925.737299171,
"total_value": 8927.1387560335,
"base_cost_quote": 3272.3249093787,
"unrealized_pnl_exit_net": -1405.1172162414
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 25532.1999999984,
"quote_asset_bal": 7134.5721177957,
"total_value_mid": 8967.7840777955,
"total_value_exit_net": 8966.4091688255,
"total_value": 8967.7840777955,
"base_cost_quote": 3197.2195045402,
"unrealized_pnl_exit_net": -1365.3824535104
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 26674.8999999983,
"quote_asset_bal": 7055.1971569572,
"total_value_mid": 8941.1125869571,
"total_value_exit_net": 8939.6981503846,
"total_value": 8941.1125869571,
"base_cost_quote": 3277.3340574242,
"unrealized_pnl_exit_net": -1392.8330639969
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 24792.3999999982,
"quote_asset_bal": 7191.3701849974,
"total_value_mid": 9021.0493049973,
"total_value_exit_net": 9019.6770456573,
"total_value": 9021.0493049973,
"base_cost_quote": 3142.1451036958,
"unrealized_pnl_exit_net": -1313.8382430359
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 26182.5999999982,
"quote_asset_bal": 7091.7144119554,
"total_value_mid": 8958.5337919553,
"total_value_exit_net": 8957.1336774203,
"total_value": 8958.5337919553,
"base_cost_quote": 3242.2756823485,
"unrealized_pnl_exit_net": -1376.8564168836
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 25905.0999999982,
"quote_asset_bal": 7112.41517642,
"total_value_mid": 8969.8108464198,
"total_value_exit_net": 8968.4177996673,
"total_value": 8969.8108464198,
"base_cost_quote": 3222.249788184,
"unrealized_pnl_exit_net": -1366.2471649366
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 21549.0999999981,
"quote_asset_bal": 7449.2057744055,
"total_value_mid": 9173.1337744053,
"total_value_exit_net": 9171.8408284053,
"total_value": 9173.1337744053,
"base_cost_quote": 2886.7578998405,
"unrealized_pnl_exit_net": -1164.1228458407
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 21866.3999999981,
"quote_asset_bal": 7426.2854245762,
"total_value_mid": 9188.717264576,
"total_value_exit_net": 9187.395440696,
"total_value": 9188.717264576,
"base_cost_quote": 2911.8027974365,
"unrealized_pnl_exit_net": -1150.6927813167
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 21119.6999999981,
"quote_asset_bal": 7487.555284171,
"total_value_mid": 9219.3706841708,
"total_value_exit_net": 9218.0718226208,
"total_value": 9219.3706841708,
"base_cost_quote": 2851.7168617578,
"unrealized_pnl_exit_net": -1121.2003233079
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 21857.5999999981,
"quote_asset_bal": 7428.6005469669,
"total_value_mid": 9190.3231069668,
"total_value_exit_net": 9189.0018150468,
"total_value": 9190.3231069668,
"base_cost_quote": 2911.8015805245,
"unrealized_pnl_exit_net": -1151.4003124447
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 23182.8999999981,
"quote_asset_bal": 7324.1521453349,
"total_value_mid": 9132.4183453348,
"total_value_exit_net": 9131.0621456848,
"total_value": 9132.4183453348,
"base_cost_quote": 3016.9633007055,
"unrealized_pnl_exit_net": -1210.0533003557
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 23572.999999998,
"quote_asset_bal": 7294.7072779302,
"total_value_mid": 9107.4709779301,
"total_value_exit_net": 9106.1114051551,
"total_value": 9107.4709779301,
"base_cost_quote": 3047.015557006,
"unrealized_pnl_exit_net": -1235.6114297812
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 26292.799999998,
"quote_asset_bal": 7094.9935512795,
"total_value_mid": 8959.1530712793,
"total_value_exit_net": 8957.7549516393,
"total_value": 8959.1530712793,
"base_cost_quote": 3247.2998106208,
"unrealized_pnl_exit_net": -1384.5384102609
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 28715.3999999979,
"quote_asset_bal": 6930.3990645147,
"total_value_mid": 8837.1016245146,
"total_value_exit_net": 8835.6715975946,
"total_value": 8837.1016245146,
"base_cost_quote": 3412.5632413027,
"unrealized_pnl_exit_net": -1507.2907082229
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 28641.5999999979,
"quote_asset_bal": 6935.948233609,
"total_value_mid": 8852.0712736088,
"total_value_exit_net": 8850.6341813288,
"total_value": 8852.0712736088,
"base_cost_quote": 3407.5459991912,
"unrealized_pnl_exit_net": -1492.8600514714
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 29099.6999999979,
"quote_asset_bal": 6906.6543172607,
"total_value_mid": 8818.5046072606,
"total_value_exit_net": 8817.0707195431,
"total_value": 8818.5046072606,
"base_cost_quote": 3437.5893247987,
"unrealized_pnl_exit_net": -1527.1729225164
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 28361.1999999978,
"quote_asset_bal": 6957.3952489185,
"total_value_mid": 8834.9066889183,
"total_value_exit_net": 8833.4985553383,
"total_value": 8834.9066889183,
"base_cost_quote": 3387.522261643,
"unrealized_pnl_exit_net": -1511.4189552231
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 29879.7999999978,
"quote_asset_bal": 6863.4139004265,
"total_value_mid": 8692.0576604263,
"total_value_exit_net": 8690.6861776063,
"total_value": 8692.0576604263,
"base_cost_quote": 3482.6443687573,
"unrealized_pnl_exit_net": -1655.3720915774
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 30533.4999999978,
"quote_asset_bal": 6824.2239311982,
"total_value_mid": 8692.8741311981,
"total_value_exit_net": 8691.4726435481,
"total_value": 8692.8741311981,
"base_cost_quote": 3522.7073554787,
"unrealized_pnl_exit_net": -1655.4586431289
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 30949.7999999978,
"quote_asset_bal": 6800.1942590885,
"total_value_mid": 8647.8973190884,
"total_value_exit_net": 8646.5115417934,
"total_value": 8647.8973190884,
"base_cost_quote": 3547.7411947872,
"unrealized_pnl_exit_net": -1701.4239120824
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 31201.0999999978,
"quote_asset_bal": 6785.568379898,
"total_value_mid": 8642.0338298979,
"total_value_exit_net": 8640.6414808104,
"total_value": 8642.0338298979,
"base_cost_quote": 3562.764422764,
"unrealized_pnl_exit_net": -1707.6913218516
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 36086.6999999978,
"quote_asset_bal": 6516.3574360488,
"total_value_mid": 8371.2138160487,
"total_value_exit_net": 8369.8226737637,
"total_value": 8371.2138160487,
"base_cost_quote": 3833.1140830515,
"unrealized_pnl_exit_net": -1979.6488453366
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 34866.0999999978,
"quote_asset_bal": 6584.0909634066,
"total_value_mid": 8411.0746034065,
"total_value_exit_net": 8409.7043656765,
"total_value": 8411.0746034065,
"base_cost_quote": 3768.0339575375,
"unrealized_pnl_exit_net": -1942.4205552676
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 37010.3999999978,
"quote_asset_bal": 6475.5401842456,
"total_value_mid": 8303.8539442455,
"total_value_exit_net": 8302.4827089255,
"total_value": 8303.8539442455,
"base_cost_quote": 3878.1909443608,
"unrealized_pnl_exit_net": -2051.2484196809
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 34324.6999999978,
"quote_asset_bal": 6617.5899601354,
"total_value_mid": 8529.4757501352,
"total_value_exit_net": 8528.0418357927,
"total_value": 8529.4757501352,
"base_cost_quote": 3737.9926044082,
"unrealized_pnl_exit_net": -1827.5407287509
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 36280.8999999978,
"quote_asset_bal": 6513.8872469259,
"total_value_mid": 8400.4940469258,
"total_value_exit_net": 8399.0790918258,
"total_value": 8400.4940469258,
"base_cost_quote": 3843.1174489533,
"unrealized_pnl_exit_net": -1957.9256040534
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 35896.9999999978,
"quote_asset_bal": 6534.9440055636,
"total_value_mid": 8423.1262055635,
"total_value_exit_net": 8421.7100689135,
"total_value": 8423.1262055635,
"base_cost_quote": 3823.092466472,
"unrealized_pnl_exit_net": -1936.3264031221
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 34412.7999999978,
"quote_asset_bal": 6615.8961423616,
"total_value_mid": 8525.8065423615,
"total_value_exit_net": 8524.3741095615,
"total_value": 8525.8065423615,
"base_cost_quote": 3743.000242322,
"unrealized_pnl_exit_net": -1834.5222751221
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 36600.7999999978,
"quote_asset_bal": 6502.2198524736,
"total_value_mid": 8379.8408924735,
"total_value_exit_net": 8378.4326766935,
"total_value": 8379.8408924735,
"base_cost_quote": 3858.142514307,
"unrealized_pnl_exit_net": -1981.9296900871
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 37828.7999999978,
"quote_asset_bal": 6443.6856589934,
"total_value_mid": 8293.5139789933,
"total_value_exit_net": 8292.1266077533,
"total_value": 8293.5139789933,
"base_cost_quote": 3918.2381022195,
"unrealized_pnl_exit_net": -2069.7971534596
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 39299.3999999978,
"quote_asset_bal": 6375.6182683979,
"total_value_mid": 8203.0403683978,
"total_value_exit_net": 8201.6698018228,
"total_value": 8203.0403683978,
"base_cost_quote": 3988.3232106575,
"unrealized_pnl_exit_net": -2162.2716772326
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 38564.1999999978,
"quote_asset_bal": 6412.462991956,
"total_value_mid": 8232.6932319559,
"total_value_exit_net": 8231.3280592759,
"total_value": 8232.6932319559,
"base_cost_quote": 3953.279549609,
"unrealized_pnl_exit_net": -2134.4144822891
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 37726.0999999978,
"quote_asset_bal": 6453.6331007585,
"total_value_mid": 8305.9846107584,
"total_value_exit_net": 8304.5953471259,
"total_value": 8305.9846107584,
"base_cost_quote": 3913.229950921,
"unrealized_pnl_exit_net": -2062.2677045536
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 38242.1999999978,
"quote_asset_bal": 6429.3052782445,
"total_value_mid": 8272.5793182444,
"total_value_exit_net": 8271.1968627144,
"total_value": 8272.5793182444,
"base_cost_quote": 3938.259573069,
"unrealized_pnl_exit_net": -2096.3679885991
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 36817.6999999978,
"quote_asset_bal": 6500.1092655021,
"total_value_mid": 8363.084885502,
"total_value_exit_net": 8361.687653787,
"total_value": 8363.084885502,
"base_cost_quote": 3868.157656034,
"unrealized_pnl_exit_net": -2006.5792677491
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 36620.6999999978,
"quote_asset_bal": 6510.8346936546,
"total_value_mid": 8367.5041836545,
"total_value_exit_net": 8366.111681537,
"total_value": 8367.5041836545,
"base_cost_quote": 3858.1445298175,
"unrealized_pnl_exit_net": -2002.8675419351
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 36510.3999999978,
"quote_asset_bal": 6516.6858526766,
"total_value_mid": 8411.5756126764,
"total_value_exit_net": 8410.1544453565,
"total_value": 8411.5756126764,
"base_cost_quote": 3853.1268743962,
"unrealized_pnl_exit_net": -1959.6582817164
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 34077.3999999978,
"quote_asset_bal": 6648.1818149788,
"total_value_mid": 8539.4775149787,
"total_value_exit_net": 8538.0590432037,
"total_value": 8539.4775149787,
"base_cost_quote": 3722.9677882412,
"unrealized_pnl_exit_net": -1833.0905600164
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 34426.5999999978,
"quote_asset_bal": 6629.5309446176,
"total_value_mid": 8553.9778846174,
"total_value_exit_net": 8552.5345494124,
"total_value": 8553.9778846174,
"base_cost_quote": 3742.9952075487,
"unrealized_pnl_exit_net": -1819.9916027539
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 33452.2999999978,
"quote_asset_bal": 6686.2875566696,
"total_value_mid": 8603.1043466695,
"total_value_exit_net": 8601.666734077,
"total_value": 8603.1043466695,
"base_cost_quote": 3687.9182758075,
"unrealized_pnl_exit_net": -1772.5390984001
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 31657.1999999978,
"quote_asset_bal": 6792.8887930409,
"total_value_mid": 8692.3207930407,
"total_value_exit_net": 8690.8962190407,
"total_value": 8692.3207930407,
"base_cost_quote": 3582.7777034755,
"unrealized_pnl_exit_net": -1684.7702774756
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 30506.2999999978,
"quote_asset_bal": 6864.0675722799,
"total_value_mid": 8749.3569122797,
"total_value_exit_net": 8747.9429452747,
"total_value": 8749.3569122797,
"base_cost_quote": 3512.685932044,
"unrealized_pnl_exit_net": -1628.8105590491
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 32944.4999999978,
"quote_asset_bal": 6719.7685088464,
"total_value_mid": 8627.2550588462,
"total_value_exit_net": 8625.8244439337,
"total_value": 8627.2550588462,
"base_cost_quote": 3657.8732879542,
"unrealized_pnl_exit_net": -1751.8173528669
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 31917.7999999978,
"quote_asset_bal": 6781.0723396121,
"total_value_mid": 8673.797879612,
"total_value_exit_net": 8672.378335457,
"total_value": 8673.797879612,
"base_cost_quote": 3597.7993963017,
"unrealized_pnl_exit_net": -1706.4934004569
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 32248.4999999978,
"quote_asset_bal": 6762.2213625514,
"total_value_mid": 8668.1077125513,
"total_value_exit_net": 8666.6782977888,
"total_value": 8668.1077125513,
"base_cost_quote": 3617.819547162,
"unrealized_pnl_exit_net": -1713.3626119246
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 32849.8999999978,
"quote_asset_bal": 6728.2994152547,
"total_value_mid": 8617.1686652545,
"total_value_exit_net": 8615.752013317,
"total_value": 8617.1686652545,
"base_cost_quote": 3652.863930752,
"unrealized_pnl_exit_net": -1765.4113326896
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 32414.1999999978,
"quote_asset_bal": 6754.1032022434,
"total_value_mid": 8656.8167422433,
"total_value_exit_net": 8655.3897070883,
"total_value": 8656.8167422433,
"base_cost_quote": 3627.8347479332,
"unrealized_pnl_exit_net": -1726.5482430884
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 33622.0999999978,
"quote_asset_bal": 6684.7489715497,
"total_value_mid": 8607.9330915495,
"total_value_exit_net": 8606.4907034595,
"total_value": 8607.9330915495,
"base_cost_quote": 3697.9212884445,
"unrealized_pnl_exit_net": -1776.1795565346
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 38245.8999999978,
"quote_asset_bal": 6435.1171907784,
"total_value_mid": 8370.3597307783,
"total_value_exit_net": 8368.9082988733,
"total_value": 8370.3597307783,
"base_cost_quote": 3948.243979762,
"unrealized_pnl_exit_net": -2014.4528716671
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 36517.5999999978,
"quote_asset_bal": 6526.6281025712,
"total_value_mid": 8487.623222571,
"total_value_exit_net": 8486.152476231,
"total_value": 8487.623222571,
"base_cost_quote": 3858.1327720057,
"unrealized_pnl_exit_net": -1898.6083983459
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 37642.2999999978,
"quote_asset_bal": 6467.5390065064,
"total_value_mid": 8432.4670665063,
"total_value_exit_net": 8430.9933704613,
"total_value": 8432.4670665063,
"base_cost_quote": 3918.203045947,
"unrealized_pnl_exit_net": -1954.7486819921
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 38511.6999999978,
"quote_asset_bal": 6423.4752119822,
"total_value_mid": 8379.869571982,
"total_value_exit_net": 8378.4022762121,
"total_value": 8379.869571982,
"base_cost_quote": 3963.258864486,
"unrealized_pnl_exit_net": -2008.3318002561
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 38022.6999999978,
"quote_asset_bal": 6449.4924845202,
"total_value_mid": 8400.0569945201,
"total_value_exit_net": 8398.5940711376,
"total_value": 8400.0569945201,
"base_cost_quote": 3938.2281555235,
"unrealized_pnl_exit_net": -1989.1265689061
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 29490.5999999978,
"quote_asset_bal": 6937.1553260902,
"total_value_mid": 8809.8084260901,
"total_value_exit_net": 8808.4039362651,
"total_value": 8809.8084260901,
"base_cost_quote": 3452.6099017887,
"unrealized_pnl_exit_net": -1581.3612916139
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 26637.5999999977,
"quote_asset_bal": 7134.674416118,
"total_value_mid": 8977.9963361178,
"total_value_exit_net": 8976.6138446778,
"total_value": 8977.9963361178,
"base_cost_quote": 3257.3043824263,
"unrealized_pnl_exit_net": -1415.3649538664
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 23145.9999999976,
"quote_asset_bal": 7396.6508721443,
"total_value_mid": 9211.2972721441,
"total_value_exit_net": 9209.9362873441,
"total_value": 9211.2972721441,
"base_cost_quote": 2996.952257671,
"unrealized_pnl_exit_net": -1183.6668424712
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 24466.0999999975,
"quote_asset_bal": 7298.021317938,
"total_value_mid": 9150.1050879378,
"total_value_exit_net": 9148.7160251103,
"total_value": 9150.1050879378,
"base_cost_quote": 3097.0923134263,
"unrealized_pnl_exit_net": -1246.3976062539
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 25205.5999999974,
"quote_asset_bal": 7244.441218196,
"total_value_mid": 9107.1350581958,
"total_value_exit_net": 9105.7380378158,
"total_value": 9107.1350581958,
"base_cost_quote": 3152.1869544395,
"unrealized_pnl_exit_net": -1290.8901348197
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 23457.4999999973,
"quote_asset_bal": 7381.173106028,
"total_value_mid": 9224.9326060278,
"total_value_exit_net": 9223.5497864028,
"total_value": 9224.9326060278,
"base_cost_quote": 3016.9808808808,
"unrealized_pnl_exit_net": -1174.604200506
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 25575.8999999972,
"quote_asset_bal": 7222.0733564187,
"total_value_mid": 9096.7868264185,
"total_value_exit_net": 9095.380791316,
"total_value": 9096.7868264185,
"base_cost_quote": 3177.2149393605,
"unrealized_pnl_exit_net": -1303.9075044632
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 27219.7999999971,
"quote_asset_bal": 7108.377472904,
"total_value_mid": 9002.8755529038,
"total_value_exit_net": 9001.4546793438,
"total_value": 9002.8755529038,
"base_cost_quote": 3292.3527830268,
"unrealized_pnl_exit_net": -1399.275576587
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 28186.4999999971,
"quote_asset_bal": 7044.3620905888,
"total_value_mid": 8932.8575905886,
"total_value_exit_net": 8931.4412189636,
"total_value": 8932.8575905886,
"base_cost_quote": 3357.4596896115,
"unrealized_pnl_exit_net": -1470.3805612367
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 29630.799999997,
"quote_asset_bal": 6950.1985567063,
"total_value_mid": 8879.1636367061,
"total_value_exit_net": 8877.7169128961,
"total_value": 8879.1636367061,
"base_cost_quote": 3452.5945182598,
"unrealized_pnl_exit_net": -1525.0761620699
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 27239.799999997,
"quote_asset_bal": 7111.5831884756,
"total_value_mid": 9007.4732684754,
"total_value_exit_net": 9006.0513509154,
"total_value": 9007.4732684754,
"base_cost_quote": 3292.3544212545,
"unrealized_pnl_exit_net": -1397.8862588147
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 27826.299999997,
"quote_asset_bal": 7072.6014406266,
"total_value_mid": 8953.6593206264,
"total_value_exit_net": 8952.2485272164,
"total_value": 8953.6593206264,
"base_cost_quote": 3332.4155936163,
"unrealized_pnl_exit_net": -1452.7685070265
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 28282.3999999969,
"quote_asset_bal": 7043.4406533973,
"total_value_mid": 8955.3308933971,
"total_value_exit_net": 8953.8969757171,
"total_value": 8955.3308933971,
"base_cost_quote": 3362.4509342395,
"unrealized_pnl_exit_net": -1451.9946119197
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 27764.9999999969,
"quote_asset_bal": 7079.5942445136,
"total_value_mid": 8970.3907445134,
"total_value_exit_net": 8968.9726471384,
"total_value": 8970.3907445134,
"base_cost_quote": 3327.405191631,
"unrealized_pnl_exit_net": -1438.0267890062
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 26189.2999999968,
"quote_asset_bal": 7190.8819429416,
"total_value_mid": 9079.1304729414,
"total_value_exit_net": 9077.7142865439,
"total_value": 9079.1304729414,
"base_cost_quote": 3217.2660241623,
"unrealized_pnl_exit_net": -1330.43368056
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 29693.3999999967,
"quote_asset_bal": 6956.5469070841,
"total_value_mid": 8833.1697870839,
"total_value_exit_net": 8831.7623199239,
"total_value": 8833.1697870839,
"base_cost_quote": 3452.5773143665,
"unrealized_pnl_exit_net": -1577.3619015267
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 29927.1999999967,
"quote_asset_bal": 6942.2527926119,
"total_value_mid": 8839.6372726117,
"total_value_exit_net": 8838.2142342517,
"total_value": 8839.6372726117,
"base_cost_quote": 3467.6037197245,
"unrealized_pnl_exit_net": -1571.6422780847
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 29758.1999999967,
"quote_asset_bal": 6953.0228961436,
"total_value_mid": 8836.7169561434,
"total_value_exit_net": 8835.3041855984,
"total_value": 8836.7169561434,
"base_cost_quote": 3457.5920475978,
"unrealized_pnl_exit_net": -1575.310758143
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 30883.3999999967,
"quote_asset_bal": 6883.6902420659,
"total_value_mid": 8776.8426620657,
"total_value_exit_net": 8775.4227977507,
"total_value": 8776.8426620657,
"base_cost_quote": 3527.6792796272,
"unrealized_pnl_exit_net": -1635.9467239424
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 30475.4999999967,
"quote_asset_bal": 6909.6364945499,
"total_value_mid": 8826.5454445497,
"total_value_exit_net": 8825.1077628372,
"total_value": 8826.5454445497,
"base_cost_quote": 3502.6420117493,
"unrealized_pnl_exit_net": -1587.170743462
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 31052.7999999967,
"quote_asset_bal": 6875.6900859382,
"total_value_mid": 8788.542565938,
"total_value_exit_net": 8787.107926578,
"total_value": 8788.542565938,
"base_cost_quote": 3537.6889232337,
"unrealized_pnl_exit_net": -1626.271082594
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 31712.7999999967,
"quote_asset_bal": 6836.9699188862,
"total_value_mid": 8749.251758886,
"total_value_exit_net": 8747.817547506,
"total_value": 8749.251758886,
"base_cost_quote": 3577.744761598,
"unrealized_pnl_exit_net": -1666.8971329782
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 34647.1999999967,
"quote_asset_bal": 6673.575842957,
"total_value_mid": 8489.0891229568,
"total_value_exit_net": 8487.7274879968,
"total_value": 8489.0891229568,
"base_cost_quote": 3742.9562153265,
"unrealized_pnl_exit_net": -1928.8045702867
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 35311.4999999967,
"quote_asset_bal": 6640.5295069037,
"total_value_mid": 8519.1013069035,
"total_value_exit_net": 8517.6923780535,
"total_value": 8519.1013069035,
"base_cost_quote": 3777.9990527578,
"unrealized_pnl_exit_net": -1900.8361816079
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 34650.9999999967,
"quote_asset_bal": 6676.8968108652,
"total_value_mid": 8565.3763108651,
"total_value_exit_net": 8563.9599512401,
"total_value": 8565.3763108651,
"base_cost_quote": 3742.958607119,
"unrealized_pnl_exit_net": -1855.8954667442
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 34288.1999999967,
"quote_asset_bal": 6698.2404143723,
"total_value_mid": 8604.6643343721,
"total_value_exit_net": 8603.2345164321,
"total_value": 8604.6643343721,
"base_cost_quote": 3722.934540324,
"unrealized_pnl_exit_net": -1817.9404382642
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 32698.3999999967,
"quote_asset_bal": 6789.619220055,
"total_value_mid": 8715.5549800548,
"total_value_exit_net": 8714.1105282348,
"total_value": 8715.5549800548,
"base_cost_quote": 3632.824380353,
"unrealized_pnl_exit_net": -1708.3330721732
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 33902.3999999967,
"quote_asset_bal": 6720.6860396916,
"total_value_mid": 8666.6837996914,
"total_value_exit_net": 8665.2243013714,
"total_value": 8666.6837996914,
"base_cost_quote": 3702.9134617685,
"unrealized_pnl_exit_net": -1758.3752000887
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 37010.3999999967,
"quote_asset_bal": 6551.8289403648,
"total_value_mid": 8468.9676603646,
"total_value_exit_net": 8467.5298063246,
"total_value": 8468.9676603646,
"base_cost_quote": 3873.1195206435,
"unrealized_pnl_exit_net": -1957.4186546837
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 35092.2999999967,
"quote_asset_bal": 6657.9438922168,
"total_value_mid": 8514.3265622167,
"total_value_exit_net": 8512.9342752142,
"total_value": 8514.3265622167,
"base_cost_quote": 3767.9908982672,
"unrealized_pnl_exit_net": -1913.0005152699
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 35079.5999999967,
"quote_asset_bal": 6658.5303547461,
"total_value_mid": 8552.8287547459,
"total_value_exit_net": 8551.4080309459,
"total_value": 8552.8287547459,
"base_cost_quote": 3768.004233261,
"unrealized_pnl_exit_net": -1875.1265570612
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 35735.6999999967,
"quote_asset_bal": 6624.2754749253,
"total_value_mid": 8532.5618549252,
"total_value_exit_net": 8531.1306401402,
"total_value": 8532.5618549252,
"base_cost_quote": 3803.0427574597,
"unrealized_pnl_exit_net": -1896.1875922449
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 34180.4999999967,
"quote_asset_bal": 6710.4237995984,
"total_value_mid": 8655.2942495982,
"total_value_exit_net": 8653.8355967607,
"total_value": 8655.2942495982,
"base_cost_quote": 3717.9333432372,
"unrealized_pnl_exit_net": -1774.5215460749
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 33229.9999999967,
"quote_asset_bal": 6766.5967139499,
"total_value_mid": 8713.8747139497,
"total_value_exit_net": 8712.4142554497,
"total_value": 8713.8747139497,
"base_cost_quote": 3662.8579426435,
"unrealized_pnl_exit_net": -1717.0404011437
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 35254.3999999967,
"quote_asset_bal": 6652.3416345729,
"total_value_mid": 8591.3336345727,
"total_value_exit_net": 8589.8793905727,
"total_value": 8591.3336345727,
"base_cost_quote": 3778.0103222035,
"unrealized_pnl_exit_net": -1840.4725662037
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 35912.3999999967,
"quote_asset_bal": 6618.3874778346,
"total_value_mid": 8489.4235178344,
"total_value_exit_net": 8488.0202408044,
"total_value": 8489.4235178344,
"base_cost_quote": 3813.0504425985,
"unrealized_pnl_exit_net": -1943.4176796287
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 36490.6999999967,
"quote_asset_bal": 6589.8228801419,
"total_value_mid": 8432.6032301418,
"total_value_exit_net": 8431.2211448793,
"total_value": 8432.6032301418,
"base_cost_quote": 3843.1001039542,
"unrealized_pnl_exit_net": -2001.7018392169
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 36487.0999999967,
"quote_asset_bal": 6590.6458359699,
"total_value_mid": 8469.7314859697,
"total_value_exit_net": 8468.3221717322,
"total_value": 8469.7314859697,
"base_cost_quote": 3843.0989751082,
"unrealized_pnl_exit_net": -1965.4226393459
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 37475.2999999967,
"quote_asset_bal": 6541.2430858572,
"total_value_mid": 8411.260555857,
"total_value_exit_net": 8409.8580427545,
"total_value": 8411.260555857,
"base_cost_quote": 3893.1649044142,
"unrealized_pnl_exit_net": -2024.5499475169
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 38195.9999999967,
"quote_asset_bal": 6507.0122976264,
"total_value_mid": 8363.3378976263,
"total_value_exit_net": 8361.9456534263,
"total_value": 8363.3378976263,
"base_cost_quote": 3928.2106730422,
"unrealized_pnl_exit_net": -2073.2773172424
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 38921.6999999967,
"quote_asset_bal": 6473.2677838565,
"total_value_mid": 8329.8328738563,
"total_value_exit_net": 8328.4404500388,
"total_value": 8329.8328738563,
"base_cost_quote": 3963.2497566602,
"unrealized_pnl_exit_net": -2108.0770904779
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 40324.3999999967,
"quote_asset_bal": 6409.425338034,
"total_value_mid": 8264.3477380338,
"total_value_exit_net": 8262.9565462338,
"total_value": 8264.3477380338,
"base_cost_quote": 4028.3373938037,
"unrealized_pnl_exit_net": -2174.8061856039
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 40982.8999999967,
"quote_asset_bal": 6379.9969315565,
"total_value_mid": 8236.5223015563,
"total_value_exit_net": 8235.1299075288,
"total_value": 8236.5223015563,
"base_cost_quote": 4058.3678897962,
"unrealized_pnl_exit_net": -2203.2349138239
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 42227.6999999967,
"quote_asset_bal": 6325.8034081532,
"total_value_mid": 8158.4855881531,
"total_value_exit_net": 8157.1110765181,
"total_value": 8158.4855881531,
"base_cost_quote": 4113.4357017028,
"unrealized_pnl_exit_net": -2282.1280333379
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 44120.7999999967,
"quote_asset_bal": 6246.5662793287,
"total_value_mid": 8046.6949193286,
"total_value_exit_net": 8045.3448228486,
"total_value": 8046.6949193286,
"base_cost_quote": 4193.5326834182,
"unrealized_pnl_exit_net": -2394.7541398984
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 45886.1999999967,
"quote_asset_bal": 6177.8196153295,
"total_value_mid": 7953.6155553294,
"total_value_exit_net": 7952.2837083744,
"total_value": 7953.6155553294,
"base_cost_quote": 4263.6159564807,
"unrealized_pnl_exit_net": -2489.1518634359
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 41708.3999999967,
"quote_asset_bal": 6354.4355126117,
"total_value_mid": 8222.9718326116,
"total_value_exit_net": 8221.5704303716,
"total_value": 8222.9718326116,
"base_cost_quote": 4088.4074145552,
"unrealized_pnl_exit_net": -2221.2724967954
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 41267.9999999967,
"quote_asset_bal": 6375.6143551812,
"total_value_mid": 8286.3227551811,
"total_value_exit_net": 8284.8897238811,
"total_value": 8286.3227551811,
"base_cost_quote": 4068.3827813358,
"unrealized_pnl_exit_net": -2159.1074126359
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 42163.1999999967,
"quote_asset_bal": 6336.4661064762,
"total_value_mid": 8191.6469064761,
"total_value_exit_net": 8190.2555208761,
"total_value": 8191.6469064761,
"base_cost_quote": 4108.4334348142,
"unrealized_pnl_exit_net": -2254.6440204144
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 40405.2999999967,
"quote_asset_bal": 6417.7145026317,
"total_value_mid": 8272.3177726315,
"total_value_exit_net": 8270.926820179,
"total_value": 8272.3177726315,
"base_cost_quote": 4028.3265136497,
"unrealized_pnl_exit_net": -2175.1141961024
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 41850.0999999967,
"quote_asset_bal": 6353.5381971907,
"total_value_mid": 8204.1496191905,
"total_value_exit_net": 8202.761660624,
"total_value": 8204.1496191905,
"base_cost_quote": 4093.4045455947,
"unrealized_pnl_exit_net": -2244.1810821614
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 40290.5999999967,
"quote_asset_bal": 6424.1846757572,
"total_value_mid": 8304.546977757,
"total_value_exit_net": 8303.1367060305,
"total_value": 8304.546977757,
"base_cost_quote": 4023.3268276955,
"unrealized_pnl_exit_net": -2144.3747974222
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 38431.0999999967,
"quote_asset_bal": 6515.1632677574,
"total_value_mid": 8442.4829327573,
"total_value_exit_net": 8441.0374430085,
"total_value": 8442.4829327573,
"base_cost_quote": 3933.2012271527,
"unrealized_pnl_exit_net": -2007.3270519017
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 41826.3999999967,
"quote_asset_bal": 6350.7427353634,
"total_value_mid": 8313.6556873633,
"total_value_exit_net": 8312.1835026493,
"total_value": 8313.6556873633,
"base_cost_quote": 4098.4111757532,
"unrealized_pnl_exit_net": -2136.9704084674
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 45235.7999999967,
"quote_asset_bal": 6196.1729494999,
"total_value_mid": 8181.1198534998,
"total_value_exit_net": 8179.6311433218,
"total_value": 8181.1198534998,
"base_cost_quote": 4253.584217315,
"unrealized_pnl_exit_net": -2270.1260234931
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 39649.8999999967,
"quote_asset_bal": 6457.6365461067,
"total_value_mid": 8378.2777021065,
"total_value_exit_net": 8376.8372212395,
"total_value": 8378.2777021065,
"base_cost_quote": 3993.280099538,
"unrealized_pnl_exit_net": -2074.0794244052
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 37854.5999999967,
"quote_asset_bal": 6549.0180387895,
"total_value_mid": 8425.0920147893,
"total_value_exit_net": 8423.6849593073,
"total_value": 8425.0920147893,
"base_cost_quote": 3903.1576433517,
"unrealized_pnl_exit_net": -2028.4907228339
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 41725.7999999967,
"quote_asset_bal": 6364.470724745,
"total_value_mid": 8278.8504287448,
"total_value_exit_net": 8277.4146439668,
"total_value": 8278.8504287448,
"base_cost_quote": 4088.3862987303,
"unrealized_pnl_exit_net": -2175.4423795084
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 42496.1999999967,
"quote_asset_bal": 6329.8372027,
"total_value_mid": 8257.4648346998,
"total_value_exit_net": 8256.0191139758,
"total_value": 8257.4648346998,
"base_cost_quote": 4123.4355779892,
"unrealized_pnl_exit_net": -2197.2536667134
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 41399.5999999967,
"quote_asset_bal": 6380.4546436707,
"total_value_mid": 8288.9762036706,
"total_value_exit_net": 8287.5448125006,
"total_value": 8288.9762036706,
"base_cost_quote": 4073.374625413,
"unrealized_pnl_exit_net": -2166.2844565832
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 42595.0999999967,
"quote_asset_bal": 6325.983845839,
"total_value_mid": 8255.9678268388,
"total_value_exit_net": 8254.5203388531,
"total_value": 8255.9678268388,
"base_cost_quote": 4128.4383892857,
"unrealized_pnl_exit_net": -2199.9018962716
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 42262.9999999967,
"quote_asset_bal": 6341.512147334,
"total_value_mid": 8285.1875173338,
"total_value_exit_net": 8283.7297608063,
"total_value": 8285.1875173338,
"base_cost_quote": 4113.4124422713,
"unrealized_pnl_exit_net": -2171.1948287989
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 38681.8999999967,
"quote_asset_bal": 6512.577539174,
"total_value_mid": 8410.3115531738,
"total_value_exit_net": 8408.8882526633,
"total_value": 8410.3115531738,
"base_cost_quote": 3943.2063954052,
"unrealized_pnl_exit_net": -2046.8956819159
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 35261.5999999967,
"quote_asset_bal": 6694.0983576277,
"total_value_mid": 8697.3098536275,
"total_value_exit_net": 8695.8074450055,
"total_value": 8697.3098536275,
"base_cost_quote": 3762.9683051455,
"unrealized_pnl_exit_net": -1761.2592177677
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 34950.6999999967,
"quote_asset_bal": 6716.1050220275,
"total_value_mid": 8687.3245020273,
"total_value_exit_net": 8685.8460874173,
"total_value": 8687.3245020273,
"base_cost_quote": 3742.938552089,
"unrealized_pnl_exit_net": -1773.1974866992
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 37031.2999999966,
"quote_asset_bal": 6601.9645973427,
"total_value_mid": 8600.9141713425,
"total_value_exit_net": 8599.414959162,
"total_value": 8600.9141713425,
"base_cost_quote": 3858.0878523413,
"unrealized_pnl_exit_net": -1860.6374905219
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 36845.5999999967,
"quote_asset_bal": 6613.1405805702,
"total_value_mid": 8631.17409257,
"total_value_exit_net": 8629.660567436,
"total_value": 8631.17409257,
"base_cost_quote": 3848.0818614722,
"unrealized_pnl_exit_net": -1831.5618746064
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 36464.2999999967,
"quote_asset_bal": 6634.6520912772,
"total_value_mid": 8635.448232277,
"total_value_exit_net": 8633.9476351713,
"total_value": 8635.448232277,
"base_cost_quote": 3828.052924027,
"unrealized_pnl_exit_net": -1828.7573801329
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 33135.4999999967,
"quote_asset_bal": 6826.751012451,
"total_value_mid": 8798.6446174508,
"total_value_exit_net": 8797.165697247,
"total_value": 8798.6446174508,
"base_cost_quote": 3637.8110075205,
"unrealized_pnl_exit_net": -1667.3963227244
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 33042.7999999967,
"quote_asset_bal": 6833.3633840752,
"total_value_mid": 8838.730916075,
"total_value_exit_net": 8837.226890426,
"total_value": 8838.730916075,
"base_cost_quote": 3632.8080581205,
"unrealized_pnl_exit_net": -1628.9445517697
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 33204.9999999967,
"quote_asset_bal": 6825.2603448455,
"total_value_mid": 8826.1936448453,
"total_value_exit_net": 8824.6929448703,
"total_value": 8826.1936448453,
"base_cost_quote": 3642.8120584978,
"unrealized_pnl_exit_net": -1643.379458473
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 33486.7999999967,
"quote_asset_bal": 6812.3215650492,
"total_value_mid": 8783.689481049,
"total_value_exit_net": 8782.210955112,
"total_value": 8783.689481049,
"base_cost_quote": 3657.840976739,
"unrealized_pnl_exit_net": -1687.9515866762
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 32313.6999999967,
"quote_asset_bal": 6883.711761457,
"total_value_mid": 8835.4592414568,
"total_value_exit_net": 8833.9954308468,
"total_value": 8835.4592414568,
"base_cost_quote": 3587.741097231,
"unrealized_pnl_exit_net": -1637.4574278412
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 32058.3999999967,
"quote_asset_bal": 6900.21340628,
"total_value_mid": 8885.2695342798,
"total_value_exit_net": 8883.7807421838,
"total_value": 8885.2695342798,
"base_cost_quote": 3572.7203300985,
"unrealized_pnl_exit_net": -1589.1529941947
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 31421.5999999967,
"quote_asset_bal": 6941.8303239795,
"total_value_mid": 8919.1916119793,
"total_value_exit_net": 8917.7085910133,
"total_value": 8919.1916119793,
"base_cost_quote": 3532.6567409255,
"unrealized_pnl_exit_net": -1556.7784738917
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 31649.4999999967,
"quote_asset_bal": 6928.7366217495,
"total_value_mid": 8892.9045917493,
"total_value_exit_net": 8891.4314657718,
"total_value": 8892.9045917493,
"base_cost_quote": 3547.6781535418,
"unrealized_pnl_exit_net": -1584.9833095195
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 34770.6999999967,
"quote_asset_bal": 6745.1501993575,
"total_value_mid": 8694.7433483573,
"total_value_exit_net": 8693.2811534955,
"total_value": 8694.7433483573,
"base_cost_quote": 3732.9255659775,
"unrealized_pnl_exit_net": -1784.7946118394
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 36210.4999999967,
"quote_asset_bal": 6666.9823028855,
"total_value_mid": 8648.7829678853,
"total_value_exit_net": 8647.2966173866,
"total_value": 8648.7829678853,
"base_cost_quote": 3813.0330575695,
"unrealized_pnl_exit_net": -1832.7187430684
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 35027.9999999967,
"quote_asset_bal": 6733.876721053,
"total_value_mid": 8702.1000410528,
"total_value_exit_net": 8700.6238735628,
"total_value": 8702.1000410528,
"base_cost_quote": 3747.9464942307,
"unrealized_pnl_exit_net": -1781.1993417209
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 35020.2999999967,
"quote_asset_bal": 6734.529610562,
"total_value_mid": 8716.6785905618,
"total_value_exit_net": 8715.1919788268,
"total_value": 8716.6785905618,
"base_cost_quote": 3747.9421639855,
"unrealized_pnl_exit_net": -1767.2797957207
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 32627.7999999967,
"quote_asset_bal": 6875.7993110015,
"total_value_mid": 8864.7899990013,
"total_value_exit_net": 8863.2982559853,
"total_value": 8864.7899990013,
"base_cost_quote": 3607.7565745888,
"unrealized_pnl_exit_net": -1620.257629605
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 35963.9999999967,
"quote_asset_bal": 6681.7970236988,
"total_value_mid": 8713.4033836986,
"total_value_exit_net": 8711.8796789286,
"total_value": 8713.4033836986,
"base_cost_quote": 3803.0153889488,
"unrealized_pnl_exit_net": -1772.9327337189
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 34725.6999999967,
"quote_asset_bal": 6753.6782901855,
"total_value_mid": 8765.3380911853,
"total_value_exit_net": 8763.8293463346,
"total_value": 8765.3380911853,
"base_cost_quote": 3732.9320468345,
"unrealized_pnl_exit_net": -1722.7809906854
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 37477.2999999967,
"quote_asset_bal": 6599.9179022078,
"total_value_mid": 8663.7928132076,
"total_value_exit_net": 8662.2449070243,
"total_value": 8663.7928132076,
"base_cost_quote": 3888.1425084402,
"unrealized_pnl_exit_net": -1825.8155036237
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 40189.2999999967,
"quote_asset_bal": 6455.7472902543,
"total_value_mid": 8535.5435652541,
"total_value_exit_net": 8533.9837180478,
"total_value": 8535.5435652541,
"base_cost_quote": 4033.3008896358,
"unrealized_pnl_exit_net": -1955.0644618422
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 40285.7999999967,
"quote_asset_bal": 6452.4763541315,
"total_value_mid": 8486.1035381313,
"total_value_exit_net": 8484.5783177433,
"total_value": 8486.1035381313,
"base_cost_quote": 4038.2961983095,
"unrealized_pnl_exit_net": -2006.1942346977
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 42915.4999999967,
"quote_asset_bal": 6323.5558028825,
"total_value_mid": 8402.8117778824,
"total_value_exit_net": 8401.2523359011,
"total_value": 8402.8117778824,
"base_cost_quote": 4168.4743877813,
"unrealized_pnl_exit_net": -2090.7778547627
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 40084.9999999967,
"quote_asset_bal": 6464.3664039175,
"total_value_mid": 8515.9167039173,
"total_value_exit_net": 8514.3780411923,
"total_value": 8515.9167039173,
"base_cost_quote": 4028.2988829423,
"unrealized_pnl_exit_net": -1978.2872456674
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 37628.0999999967,
"quote_asset_bal": 6595.4423326863,
"total_value_mid": 8654.0756836861,
"total_value_exit_net": 8652.5317086728,
"total_value": 8654.0756836861,
"base_cost_quote": 3898.141122781,
"unrealized_pnl_exit_net": -1841.0517467944
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 40554.3999999967,
"quote_asset_bal": 6441.0587014483,
"total_value_mid": 8533.6657414481,
"total_value_exit_net": 8532.0962861681,
"total_value": 8533.6657414481,
"base_cost_quote": 4053.3375678823,
"unrealized_pnl_exit_net": -1962.2999831624
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 40355.2999999967,
"quote_asset_bal": 6451.8959652465,
"total_value_mid": 8553.5999892463,
"total_value_exit_net": 8552.0237112283,
"total_value": 8553.5999892463,
"base_cost_quote": 4043.317127184,
"unrealized_pnl_exit_net": -1943.1893812022
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 36999.0999999967,
"quote_asset_bal": 6632.861588268,
"total_value_mid": 8687.7916022678,
"total_value_exit_net": 8686.2504047573,
"total_value": 8687.7916022678,
"base_cost_quote": 3863.0961157238,
"unrealized_pnl_exit_net": -1809.7072992344
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 35839.5999999967,
"quote_asset_bal": 6698.9504566723,
"total_value_mid": 8732.8477566721,
"total_value_exit_net": 8731.3223336971,
"total_value": 8732.8477566721,
"base_cost_quote": 3798.0205796493,
"unrealized_pnl_exit_net": -1765.6487026244
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 33755.3999999967,
"quote_asset_bal": 6820.0367656455,
"total_value_mid": 8826.7952956453,
"total_value_exit_net": 8825.2902267478,
"total_value": 8826.7952956453,
"base_cost_quote": 3677.8616269735,
"unrealized_pnl_exit_net": -1672.6081658712
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 34604.1999999967,
"quote_asset_bal": 6770.968019102,
"total_value_mid": 8799.4662231018,
"total_value_exit_net": 8797.9448494488,
"total_value": 8799.4662231018,
"base_cost_quote": 3727.9278154738,
"unrealized_pnl_exit_net": -1700.9509851269
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 36278.8999999967,
"quote_asset_bal": 6676.990887606,
"total_value_mid": 8708.2464986058,
"total_value_exit_net": 8706.7230568976,
"total_value": 8708.2464986058,
"base_cost_quote": 3823.0538085003,
"unrealized_pnl_exit_net": -1793.3216392087
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 33089.6999999967,
"quote_asset_bal": 6863.607797273,
"total_value_mid": 8851.9678702728,
"total_value_exit_net": 8850.4766002181,
"total_value": 8851.9678702728,
"base_cost_quote": 3637.799260717,
"unrealized_pnl_exit_net": -1650.930457772
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 27175.5999999966,
"quote_asset_bal": 7251.4153876198,
"total_value_mid": 9162.1318236195,
"total_value_exit_net": 9160.6987862925,
"total_value": 9162.1318236195,
"base_cost_quote": 3252.3005923963,
"unrealized_pnl_exit_net": -1343.0171937235
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 30062.2999999965,
"quote_asset_bal": 7062.734235265,
"total_value_mid": 8978.0033682648,
"total_value_exit_net": 8976.566916415,
"total_value": 8978.0033682648,
"base_cost_quote": 3442.5760520412,
"unrealized_pnl_exit_net": -1528.7433708912
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 30380.8999999965,
"quote_asset_bal": 7044.1186669785,
"total_value_mid": 8937.7601639783,
"total_value_exit_net": 8936.3399328556,
"total_value": 8937.7601639783,
"base_cost_quote": 3462.615251177,
"unrealized_pnl_exit_net": -1570.3939853
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 29580.7999999965,
"quote_asset_bal": 7094.8543707273,
"total_value_mid": 8979.447138727,
"total_value_exit_net": 8978.033694151,
"total_value": 8979.447138727,
"base_cost_quote": 3412.5532758342,
"unrealized_pnl_exit_net": -1529.3739524105
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 28663.1999999965,
"quote_asset_bal": 7155.9080521443,
"total_value_mid": 9084.941412144,
"total_value_exit_net": 9083.494637124,
"total_value": 9084.941412144,
"base_cost_quote": 3352.44741122,
"unrealized_pnl_exit_net": -1424.8608262402
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 30103.1999999964,
"quote_asset_bal": 7062.1416091498,
"total_value_mid": 8996.2722091495,
"total_value_exit_net": 8994.8216111995,
"total_value": 8996.2722091495,
"base_cost_quote": 3447.5727157305,
"unrealized_pnl_exit_net": -1514.8927136807
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 31952.5999999964,
"quote_asset_bal": 6948.1087363353,
"total_value_mid": 8899.454018335,
"total_value_exit_net": 8897.9905093735,
"total_value": 8899.454018335,
"base_cost_quote": 3562.7059889715,
"unrealized_pnl_exit_net": -1612.8242159332
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 30415.4999999964,
"quote_asset_bal": 7044.451295335,
"total_value_mid": 8979.7895603348,
"total_value_exit_net": 8978.338056636,
"total_value": 8979.7895603348,
"base_cost_quote": 3467.590723985,
"unrealized_pnl_exit_net": -1533.703962684
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 32342.2999999964,
"quote_asset_bal": 6925.0014600385,
"total_value_mid": 8884.6214170383,
"total_value_exit_net": 8883.1517020705,
"total_value": 8884.6214170383,
"base_cost_quote": 3587.7638642935,
"unrealized_pnl_exit_net": -1629.6136222615
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 27744.0999999964,
"quote_asset_bal": 7226.8514051858,
"total_value_mid": 9152.0145041855,
"total_value_exit_net": 9150.5706318613,
"total_value": 9152.0145041855,
"base_cost_quote": 3287.3549384525,
"unrealized_pnl_exit_net": -1363.635711777
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 28328.6999999963,
"quote_asset_bal": 7187.5696826225,
"total_value_mid": 9134.6012336222,
"total_value_exit_net": 9133.140959959,
"total_value": 9134.6012336222,
"base_cost_quote": 3327.4174348065,
"unrealized_pnl_exit_net": -1381.84615747
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 28705.7999999963,
"quote_asset_bal": 7163.7340159725,
"total_value_mid": 9110.8484299722,
"total_value_exit_net": 9109.3880941617,
"total_value": 9110.8484299722,
"base_cost_quote": 3352.4437814998,
"unrealized_pnl_exit_net": -1406.7897033105
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 32213.5999999963,
"quote_asset_bal": 6934.791137572,
"total_value_mid": 8904.3306415718,
"total_value_exit_net": 8902.8534869438,
"total_value": 8904.3306415718,
"base_cost_quote": 3582.7490550053,
"unrealized_pnl_exit_net": -1614.6867056335
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 32121.4999999963,
"quote_asset_bal": 6940.8857705582,
"total_value_mid": 8953.297745558,
"total_value_exit_net": 8951.7884365768,
"total_value": 8953.297745558,
"base_cost_quote": 3577.7562522095,
"unrealized_pnl_exit_net": -1566.853586191
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 33337.9999999962,
"quote_asset_bal": 6866.8862834525,
"total_value_mid": 8894.1700634523,
"total_value_exit_net": 8892.6496006173,
"total_value": 8894.1700634523,
"base_cost_quote": 3652.8470390927,
"unrealized_pnl_exit_net": -1627.083721928
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 28619.6999999962,
"quote_asset_bal": 7173.4839866135,
"total_value_mid": 9002.5690136132,
"total_value_exit_net": 9001.197199843,
"total_value": 9002.5690136132,
"base_cost_quote": 3347.4262271543,
"unrealized_pnl_exit_net": -1519.7130139247
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 30080.6999999962,
"quote_asset_bal": 7084.5241298147,
"total_value_mid": 8902.6016378145,
"total_value_exit_net": 8901.2380796835,
"total_value": 8902.6016378145,
"base_cost_quote": 3437.5360628823,
"unrealized_pnl_exit_net": -1620.8221130135
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 30498.6999999962,
"quote_asset_bal": 7059.928086412,
"total_value_mid": 8896.8647874118,
"total_value_exit_net": 8895.487084886,
"total_value": 8896.8647874118,
"base_cost_quote": 3462.565770094,
"unrealized_pnl_exit_net": -1627.00677162
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 31756.5999999962,
"quote_asset_bal": 6985.1803975458,
"total_value_mid": 8842.6239315455,
"total_value_exit_net": 8841.230848895,
"total_value": 8842.6239315455,
"base_cost_quote": 3537.6646900725,
"unrealized_pnl_exit_net": -1681.6142387232
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 34953.9999999962,
"quote_asset_bal": 6805.9085225438,
"total_value_mid": 8715.0960025436,
"total_value_exit_net": 8713.6641119336,
"total_value": 8715.0960025436,
"base_cost_quote": 3717.8864140668,
"unrealized_pnl_exit_net": -1810.130824677
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 33423.8999999962,
"quote_asset_bal": 6892.0036272958,
"total_value_mid": 8785.1333232955,
"total_value_exit_net": 8783.7134760235,
"total_value": 8785.1333232955,
"base_cost_quote": 3632.7700536385,
"unrealized_pnl_exit_net": -1741.0602049107
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 32632.0999999962,
"quote_asset_bal": 6937.8181663138,
"total_value_mid": 8827.2167563135,
"total_value_exit_net": 8825.799707371,
"total_value": 8827.2167563135,
"base_cost_quote": 3587.72257535,
"unrealized_pnl_exit_net": -1699.7410342927
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 35030.1999999962,
"quote_asset_bal": 6803.0811608813,
"total_value_mid": 8721.6852148811,
"total_value_exit_net": 8720.2462618406,
"total_value": 8721.6852148811,
"base_cost_quote": 3722.916034455,
"unrealized_pnl_exit_net": -1805.7509334957
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 33855.6999999962,
"quote_asset_bal": 6868.8663466658,
"total_value_mid": 8768.5096736656,
"total_value_exit_net": 8767.0849411703,
"total_value": 8768.5096736656,
"base_cost_quote": 3657.8263267598,
"unrealized_pnl_exit_net": -1759.6077322552
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 33856.7999999962,
"quote_asset_bal": 6869.1423733675,
"total_value_mid": 8772.2331013673,
"total_value_exit_net": 8770.8057833213,
"total_value": 8772.2331013673,
"base_cost_quote": 3657.8285504263,
"unrealized_pnl_exit_net": -1756.1651404725
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 32890.5999999962,
"quote_asset_bal": 6924.666598177,
"total_value_mid": 8806.3378241768,
"total_value_exit_net": 8804.9265707573,
"total_value": 8806.3378241768,
"base_cost_quote": 3602.756714504,
"unrealized_pnl_exit_net": -1722.4967419237
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 31431.5999999962,
"quote_asset_bal": 7010.568945916,
"total_value_mid": 8878.5489339158,
"total_value_exit_net": 8877.1479489248,
"total_value": 8878.5489339158,
"base_cost_quote": 3517.6471841945,
"unrealized_pnl_exit_net": -1651.0681811857
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 31167.2999999962,
"quote_asset_bal": 7026.693294165,
"total_value_mid": 8897.9779861648,
"total_value_exit_net": 8896.5745226458,
"total_value": 8897.9779861648,
"base_cost_quote": 3502.6198051067,
"unrealized_pnl_exit_net": -1632.738576626
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 30418.2999999962,
"quote_asset_bal": 7072.5452690425,
"total_value_mid": 8928.3657520423,
"total_value_exit_net": 8926.97388668,
"total_value": 8928.3657520423,
"base_cost_quote": 3457.564353843,
"unrealized_pnl_exit_net": -1603.1357362055
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 30255.9999999962,
"quote_asset_bal": 7083.1762332853,
"total_value_mid": 8938.171593285,
"total_value_exit_net": 8936.780346765,
"total_value": 8938.171593285,
"base_cost_quote": 3447.546153824,
"unrealized_pnl_exit_net": -1593.9420403442
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 29287.9999999962,
"quote_asset_bal": 7143.8584005848,
"total_value_mid": 8984.9020805845,
"total_value_exit_net": 8983.5212978245,
"total_value": 8984.9020805845,
"base_cost_quote": 3387.4735981728,
"unrealized_pnl_exit_net": -1547.810700933
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 29602.6999999962,
"quote_asset_bal": 7124.4424110725,
"total_value_mid": 8985.8601870723,
"total_value_exit_net": 8984.4641237403,
"total_value": 8985.8601870723,
"base_cost_quote": 3407.5215728852,
"unrealized_pnl_exit_net": -1547.4998602175
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 31399.6999999962,
"quote_asset_bal": 7014.8603466413,
"total_value_mid": 8897.272361641,
"total_value_exit_net": 8895.8605526298,
"total_value": 8897.272361641,
"base_cost_quote": 3517.692255973,
"unrealized_pnl_exit_net": -1636.6920499845
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 32077.6999999962,
"quote_asset_bal": 6975.7781644088,
"total_value_mid": 8835.9639874086,
"total_value_exit_net": 8834.5688480413,
"total_value": 8835.9639874086,
"base_cost_quote": 3557.7154959068,
"unrealized_pnl_exit_net": -1698.9248122742
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 32248.5999999962,
"quote_asset_bal": 6966.4136599943,
"total_value_mid": 8830.3827399941,
"total_value_exit_net": 8828.9847631841,
"total_value": 8830.3827399941,
"base_cost_quote": 3567.7248623055,
"unrealized_pnl_exit_net": -1705.1537591157
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 31564.9999999963,
"quote_asset_bal": 7007.3568661985,
"total_value_mid": 8887.0526161983,
"total_value_exit_net": 8885.6428443858,
"total_value": 8887.0526161983,
"base_cost_quote": 3527.6860236815,
"unrealized_pnl_exit_net": -1649.4000454942
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 32497.4999999963,
"quote_asset_bal": 6952.8798719595,
"total_value_mid": 8850.0839219593,
"total_value_exit_net": 8848.6610189218,
"total_value": 8850.0839219593,
"base_cost_quote": 3582.7598941285,
"unrealized_pnl_exit_net": -1686.9787471662
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 35240.0999999963,
"quote_asset_bal": 6798.291729551,
"total_value_mid": 8741.0784425508,
"total_value_exit_net": 8739.6213525161,
"total_value": 8741.0784425508,
"base_cost_quote": 3737.9836717138,
"unrealized_pnl_exit_net": -1796.6540487487
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 33894.7999999963,
"quote_asset_bal": 6873.8713477493,
"total_value_mid": 8782.487535749,
"total_value_exit_net": 8781.056073608,
"total_value": 8782.487535749,
"base_cost_quote": 3662.872391472,
"unrealized_pnl_exit_net": -1755.6876656132
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 34255.1999999963,
"quote_asset_bal": 6854.3857011705,
"total_value_mid": 8765.1407571703,
"total_value_exit_net": 8763.7076908783,
"total_value": 8765.1407571703,
"base_cost_quote": 3682.8845603503,
"unrealized_pnl_exit_net": -1773.5625706425
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 36486.3999999963,
"quote_asset_bal": 6735.2924952573,
"total_value_mid": 8576.3962392571,
"total_value_exit_net": 8575.0154114491,
"total_value": 8576.3962392571,
"base_cost_quote": 3803.0461840277,
"unrealized_pnl_exit_net": -1963.3232678359
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 37982.8999999963,
"quote_asset_bal": 6660.8994303098,
"total_value_mid": 8543.3319543096,
"total_value_exit_net": 8541.9201299166,
"total_value": 8543.3319543096,
"base_cost_quote": 3878.147366702,
"unrealized_pnl_exit_net": -1997.1266670952
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 37660.7999999963,
"quote_asset_bal": 6676.4953908003,
"total_value_mid": 8580.6254388001,
"total_value_exit_net": 8579.1973412641,
"total_value": 8580.6254388001,
"base_cost_quote": 3863.120016636,
"unrealized_pnl_exit_net": -1960.4180661722
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 41055.8999999962,
"quote_asset_bal": 6512.5791420845,
"total_value_mid": 8437.6902930844,
"total_value_exit_net": 8436.2464597211,
"total_value": 8437.6902930844,
"base_cost_quote": 4028.3245892075,
"unrealized_pnl_exit_net": -2104.6572715709
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 38149.7999999963,
"quote_asset_bal": 6654.014299193,
"total_value_mid": 8559.2153111929,
"total_value_exit_net": 8557.7864104339,
"total_value": 8559.2153111929,
"base_cost_quote": 3888.1517553702,
"unrealized_pnl_exit_net": -1984.3796441294
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 37749.0999999963,
"quote_asset_bal": 6674.4966691628,
"total_value_mid": 8563.8391241626,
"total_value_exit_net": 8562.4221173214,
"total_value": 8563.8391241626,
"base_cost_quote": 3868.1341203955,
"unrealized_pnl_exit_net": -1980.2086722369
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 37653.4999999963,
"quote_asset_bal": 6679.9407293921,
"total_value_mid": 8588.2201093919,
"total_value_exit_net": 8586.7888998569,
"total_value": 8588.2201093919,
"base_cost_quote": 3863.1297449267,
"unrealized_pnl_exit_net": -1956.2815744619
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 38247.4999999963,
"quote_asset_bal": 6650.4671381458,
"total_value_mid": 8565.9019381456,
"total_value_exit_net": 8564.4653620456,
"total_value": 8565.9019381456,
"base_cost_quote": 3893.1688033362,
"unrealized_pnl_exit_net": -1979.1705794364
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 38555.6999999963,
"quote_asset_bal": 6636.1565855326,
"total_value_mid": 8573.5805105324,
"total_value_exit_net": 8572.1274425886,
"total_value": 8573.5805105324,
"base_cost_quote": 3908.192371568,
"unrealized_pnl_exit_net": -1972.2215145119
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 33806.5999999963,
"quote_asset_bal": 6887.8331753483,
"total_value_mid": 8739.7587233481,
"total_value_exit_net": 8738.3697791871,
"total_value": 8739.7587233481,
"base_cost_quote": 3657.8538523885,
"unrealized_pnl_exit_net": -1807.3172485497
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 33184.2999999962,
"quote_asset_bal": 6923.7695167911,
"total_value_mid": 8815.2746167909,
"total_value_exit_net": 8813.8559879659,
"total_value": 8815.2746167909,
"base_cost_quote": 3622.8020242193,
"unrealized_pnl_exit_net": -1732.7155530445
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 34070.0999999963,
"quote_asset_bal": 6874.5096732208,
"total_value_mid": 8789.2492932206,
"total_value_exit_net": 8787.8132385056,
"total_value": 8789.2492932206,
"base_cost_quote": 3672.8502162323,
"unrealized_pnl_exit_net": -1759.5466509475
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 35250.2999999962,
"quote_asset_bal": 6809.8753778948,
"total_value_mid": 8732.0742368946,
"total_value_exit_net": 8730.6325877504,
"total_value": 8732.0742368946,
"base_cost_quote": 3737.9331758703,
"unrealized_pnl_exit_net": -1817.1759660147
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 35986.6999999962,
"quote_asset_bal": 6770.4394048358,
"total_value_mid": 8708.6830668356,
"total_value_exit_net": 8707.2293840891,
"total_value": 8708.6830668356,
"base_cost_quote": 3778.0028886325,
"unrealized_pnl_exit_net": -1841.2129093792
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 32433.7999999963,
"quote_asset_bal": 6972.0134069823,
"total_value_mid": 8860.3092429821,
"total_value_exit_net": 8858.8930211051,
"total_value": 8860.3092429821,
"base_cost_quote": 3577.7624018183,
"unrealized_pnl_exit_net": -1690.8827876955
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 31934.2999999963,
"quote_asset_bal": 7018.5064482586,
"total_value_mid": 8774.2542622584,
"total_value_exit_net": 8772.9374513979,
"total_value": 8774.2542622584,
"base_cost_quote": 3532.688995098,
"unrealized_pnl_exit_net": -1778.2579919587
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 30657.9999999962,
"quote_asset_bal": 7089.8406629683,
"total_value_mid": 8830.9084829681,
"total_value_exit_net": 8829.6026821031,
"total_value": 8830.9084829681,
"base_cost_quote": 3462.5678176285,
"unrealized_pnl_exit_net": -1722.8057984937
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 32004.9999999963,
"quote_asset_bal": 7015.6861025041,
"total_value_mid": 8779.8017025039,
"total_value_exit_net": 8778.4786158039,
"total_value": 8779.8017025039,
"base_cost_quote": 3537.6720065558,
"unrealized_pnl_exit_net": -1774.879493256
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 32159.6999999962,
"quote_asset_bal": 7057.7988282888,
"total_value_mid": 8341.9356492887,
"total_value_exit_net": 8340.9725466729,
"total_value": 8341.9356492887,
"base_cost_quote": 3497.6167496272,
"unrealized_pnl_exit_net": -2214.4430312431
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 37512.9999999962,
"quote_asset_bal": 6835.4251360578,
"total_value_mid": 8353.5762460577,
"total_value_exit_net": 8352.4376327252,
"total_value": 8353.5762460577,
"base_cost_quote": 3722.899586128,
"unrealized_pnl_exit_net": -2205.8870894607
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 36657.1999999962,
"quote_asset_bal": 6872.7960447503,
"total_value_mid": 8362.9112247502,
"total_value_exit_net": 8361.7936383652,
"total_value": 8362.9112247502,
"base_cost_quote": 3687.8526986615,
"unrealized_pnl_exit_net": -2198.8551050467
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 34828.9999999962,
"quote_asset_bal": 6950.5568393001,
"total_value_mid": 8428.0030192999,
"total_value_exit_net": 8426.8949346649,
"total_value": 8428.0030192999,
"base_cost_quote": 3612.756280558,
"unrealized_pnl_exit_net": -2136.4181851932
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 38104.1999999961,
"quote_asset_bal": 6817.4645873261,
"total_value_mid": 8357.2553093259,
"total_value_exit_net": 8356.1004662844,
"total_value": 8357.2553093259,
"base_cost_quote": 3747.914941584,
"unrealized_pnl_exit_net": -2209.2790626257
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 43125.0999999961,
"quote_asset_bal": 6623.6448657421,
"total_value_mid": 8236.9548567419,
"total_value_exit_net": 8235.7448742487,
"total_value": 8236.9548567419,
"base_cost_quote": 3943.138269349,
"unrealized_pnl_exit_net": -2331.0382608424
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 44533.299999996,
"quote_asset_bal": 6575.4350473258,
"total_value_mid": 8182.1965113257,
"total_value_exit_net": 8180.9914402277,
"total_value": 8182.1965113257,
"base_cost_quote": 3993.197637738,
"unrealized_pnl_exit_net": -2387.6412448361
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 44672.7999999959,
"quote_asset_bal": 6572.2353770666,
"total_value_mid": 8176.8823530664,
"total_value_exit_net": 8175.6788678344,
"total_value": 8176.8823530664,
"base_cost_quote": 3998.2039686723,
"unrealized_pnl_exit_net": -2394.7604779044
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 44809.8999999958,
"quote_asset_bal": 6567.9645707318,
"total_value_mid": 8183.8095647317,
"total_value_exit_net": 8182.5976809862,
"total_value": 8183.8095647317,
"base_cost_quote": 4003.2002200525,
"unrealized_pnl_exit_net": -2388.5671097982
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 44080.4999999957,
"quote_asset_bal": 6593.8859091931,
"total_value_mid": 8239.4109741929,
"total_value_exit_net": 8238.1768303942,
"total_value": 8239.4109741929,
"base_cost_quote": 3978.1811508133,
"unrealized_pnl_exit_net": -2333.8902296122
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 43955.7999999957,
"quote_asset_bal": 6599.9290448648,
"total_value_mid": 8239.4803848647,
"total_value_exit_net": 8238.2507213597,
"total_value": 8239.4803848647,
"base_cost_quote": 3973.1769144488,
"unrealized_pnl_exit_net": -2334.8552379539
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 47722.1999999956,
"quote_asset_bal": 6465.8211659916,
"total_value_mid": 8123.2131719914,
"total_value_exit_net": 8121.9701279869,
"total_value": 8123.2131719914,
"base_cost_quote": 4108.3105847458,
"unrealized_pnl_exit_net": -2452.1616227504
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 51745.5999999955,
"quote_asset_bal": 6331.8432729001,
"total_value_mid": 8020.3022008999,
"total_value_exit_net": 8019.0358567039,
"total_value": 8020.3022008999,
"base_cost_quote": 4243.4600789017,
"unrealized_pnl_exit_net": -2556.2674950979
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 50680.7999999955,
"quote_asset_bal": 6367.5177074508,
"total_value_mid": 8057.7223874507,
"total_value_exit_net": 8056.4547339407,
"total_value": 8057.7223874507,
"base_cost_quote": 4208.4273520477,
"unrealized_pnl_exit_net": -2519.4903255579
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 50227.5999999955,
"quote_asset_bal": 6383.2116014876,
"total_value_mid": 8067.8453054874,
"total_value_exit_net": 8066.5818302094,
"total_value": 8067.8453054874,
"base_cost_quote": 4193.4127335232,
"unrealized_pnl_exit_net": -2510.0425048014
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 52499.0999999955,
"quote_asset_bal": 6308.4966571961,
"total_value_mid": 8013.6674251959,
"total_value_exit_net": 8012.3885471199,
"total_value": 8013.6674251959,
"base_cost_quote": 4268.493659016,
"unrealized_pnl_exit_net": -2564.6017690921
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 49948.1999999954,
"quote_asset_bal": 6394.2385340203,
"total_value_mid": 8085.4845860202,
"total_value_exit_net": 8084.2161514812,
"total_value": 8085.4845860202,
"base_cost_quote": 4183.3912790653,
"unrealized_pnl_exit_net": -2493.4136616044
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 52055.4999999954,
"quote_asset_bal": 6325.0968044931,
"total_value_mid": 8038.2433094929,
"total_value_exit_net": 8036.9584496142,
"total_value": 8038.2433094929,
"base_cost_quote": 4253.4712176287,
"unrealized_pnl_exit_net": -2541.6095725077
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 54901.2999999954,
"quote_asset_bal": 6235.9530124903,
"total_value_mid": 7960.4028454901,
"total_value_exit_net": 7959.1095081154,
"total_value": 7960.4028454901,
"base_cost_quote": 4343.556449918,
"unrealized_pnl_exit_net": -2620.3999542929
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 53002.2999999953,
"quote_asset_bal": 6297.0175422758,
"total_value_mid": 7996.2712802756,
"total_value_exit_net": 7994.9968399721,
"total_value": 7996.2712802756,
"base_cost_quote": 4283.5005367392,
"unrealized_pnl_exit_net": -2585.5212390429
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 60015.4999999953,
"quote_asset_bal": 6083.2892564856,
"total_value_mid": 7838.7426314854,
"total_value_exit_net": 7837.4260414542,
"total_value": 7838.7426314854,
"base_cost_quote": 4498.7305132455,
"unrealized_pnl_exit_net": -2744.5937282769
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 61557.5999999953,
"quote_asset_bal": 6039.3767381488,
"total_value_mid": 7818.3913781487,
"total_value_exit_net": 7817.0571171687,
"total_value": 7818.3913781487,
"base_cost_quote": 4543.7834186013,
"unrealized_pnl_exit_net": -2766.1030395814
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 34040.3999999953,
"quote_asset_bal": 7064.6082695095,
"total_value_mid": 8830.2838175093,
"total_value_exit_net": 8828.9595608483,
"total_value": 8830.2838175093,
"base_cost_quote": 3522.6280080127,
"unrealized_pnl_exit_net": -1758.276716674
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 29060.2999999952,
"quote_asset_bal": 7384.543324243,
"total_value_mid": 9161.5806692428,
"total_value_exit_net": 9160.247891234,
"total_value": 9161.5806692428,
"base_cost_quote": 3207.2158762003,
"unrealized_pnl_exit_net": -1431.5113092093
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 30823.5999999953,
"quote_asset_bal": 7288.7954778988,
"total_value_mid": 8911.9662538986,
"total_value_exit_net": 8910.7488758166,
"total_value": 8911.9662538986,
"base_cost_quote": 3307.3588191193,
"unrealized_pnl_exit_net": -1685.4054212015
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 28584.5999999953,
"quote_asset_bal": 7423.6931706961,
"total_value_mid": 9239.9586546958,
"total_value_exit_net": 9238.5964555828,
"total_value": 9239.9586546958,
"base_cost_quote": 3177.1733722085,
"unrealized_pnl_exit_net": -1362.2700873218
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 24856.2999999952,
"quote_asset_bal": 7718.3334471956,
"total_value_mid": 9596.2269121952,
"total_value_exit_net": 9594.8184920964,
"total_value": 9596.2269121952,
"base_cost_quote": 2886.7118052955,
"unrealized_pnl_exit_net": -1010.2267603946
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 25930.5999999949,
"quote_asset_bal": 7646.0855894558,
"total_value_mid": 9451.6332674555,
"total_value_exit_net": 9450.279106697,
"total_value": 9451.6332674555,
"base_cost_quote": 2961.8184530655,
"unrealized_pnl_exit_net": -1157.6249358244
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 27427.3999999948,
"quote_asset_bal": 7554.163661874,
"total_value_mid": 9271.6674498737,
"total_value_exit_net": 9270.3793220327,
"total_value": 9271.6674498737,
"base_cost_quote": 3056.9560557928,
"unrealized_pnl_exit_net": -1340.7403956341
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 30655.9999999948,
"quote_asset_bal": 7366.8825206318,
"total_value_mid": 9096.1874806315,
"total_value_exit_net": 9094.8905019115,
"total_value": 9096.1874806315,
"base_cost_quote": 3247.2024156293,
"unrealized_pnl_exit_net": -1519.1944343495
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 29892.6999999948,
"quote_asset_bal": 7415.5022985986,
"total_value_mid": 9092.1838415983,
"total_value_exit_net": 9090.926330441,
"total_value": 9092.1838415983,
"base_cost_quote": 3202.1660736867,
"unrealized_pnl_exit_net": -1526.7420418443
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 29881.4999999948,
"quote_asset_bal": 7423.7885152556,
"total_value_mid": 9128.5280902553,
"total_value_exit_net": 9127.249535574,
"total_value": 9128.5280902553,
"base_cost_quote": 3197.144245138,
"unrealized_pnl_exit_net": -1493.6832248196
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 36052.9999999948,
"quote_asset_bal": 7095.2777771536,
"total_value_mid": 8909.1042071533,
"total_value_exit_net": 8907.7438373308,
"total_value": 8909.1042071533,
"base_cost_quote": 3527.5522063938,
"unrealized_pnl_exit_net": -1715.0861462165
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 36485.1999999948,
"quote_asset_bal": 7077.1052654328,
"total_value_mid": 8880.9335534326,
"total_value_exit_net": 8879.5806822166,
"total_value": 8880.9335534326,
"base_cost_quote": 3547.5776792425,
"unrealized_pnl_exit_net": -1745.1022624588
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 38479.6999999948,
"quote_asset_bal": 6984.1189925893,
"total_value_mid": 8794.5888775891,
"total_value_exit_net": 8793.2310251754,
"total_value": 8794.5888775891,
"base_cost_quote": 3642.698060063,
"unrealized_pnl_exit_net": -1833.586027477
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 33362.7999999948,
"quote_asset_bal": 7242.6471817011,
"total_value_mid": 8965.5021737008,
"total_value_exit_net": 8964.2100324568,
"total_value": 8965.5021737008,
"base_cost_quote": 3387.3634676368,
"unrealized_pnl_exit_net": -1665.800616881
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 33499.2999999948,
"quote_asset_bal": 7240.3351650024,
"total_value_mid": 8953.1543740021,
"total_value_exit_net": 8951.8697595954,
"total_value": 8953.1543740021,
"base_cost_quote": 3392.3622549175,
"unrealized_pnl_exit_net": -1680.8276603245
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 31850.9999999948,
"quote_asset_bal": 7334.1174128524,
"total_value_mid": 8989.4138828521,
"total_value_exit_net": 8988.1724104996,
"total_value": 8989.4138828521,
"base_cost_quote": 3302.2673253608,
"unrealized_pnl_exit_net": -1648.2123277135
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 36448.5999999948,
"quote_asset_bal": 7111.6490720414,
"total_value_mid": 8798.4902800411,
"total_value_exit_net": 8797.2251491351,
"total_value": 8798.4902800411,
"base_cost_quote": 3527.5682033825,
"unrealized_pnl_exit_net": -1841.9921262887
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 37520.9999999948,
"quote_asset_bal": 7063.7989497366,
"total_value_mid": 8786.0128497364,
"total_value_exit_net": 8784.7211893114,
"total_value": 8786.0128497364,
"base_cost_quote": 3577.6120391308,
"unrealized_pnl_exit_net": -1856.689799556
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 32539.9999999948,
"quote_asset_bal": 7308.1333840032,
"total_value_mid": 8959.8637840029,
"total_value_exit_net": 8958.6249862029,
"total_value": 8959.8637840029,
"base_cost_quote": 3337.3060497095,
"unrealized_pnl_exit_net": -1686.8144475098
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 38428.0999999948,
"quote_asset_bal": 7025.4497557484,
"total_value_mid": 8753.1771317482,
"total_value_exit_net": 8751.8813362162,
"total_value": 8753.1771317482,
"base_cost_quote": 3622.6598036337,
"unrealized_pnl_exit_net": -1896.228223166
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 43376.9999999948,
"quote_asset_bal": 6817.8242680447,
"total_value_mid": 8579.3642380445,
"total_value_exit_net": 8578.043083067,
"total_value": 8579.3642380445,
"base_cost_quote": 3832.9129553188,
"unrealized_pnl_exit_net": -2072.6941402965
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 45794.9999999948,
"quote_asset_bal": 6724.5970475605,
"total_value_mid": 8493.1999475602,
"total_value_exit_net": 8491.8734953853,
"total_value": 8493.1999475602,
"base_cost_quote": 3928.0164534867,
"unrealized_pnl_exit_net": -2160.740005662
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 47101.5999999947,
"quote_asset_bal": 6676.047009125,
"total_value_mid": 8450.8352971248,
"total_value_exit_net": 8449.5042059088,
"total_value": 8450.8352971248,
"base_cost_quote": 3978.07996398,
"unrealized_pnl_exit_net": -2204.6227671962
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 45151.9999999947,
"quote_asset_bal": 6752.8522189512,
"total_value_mid": 8547.644218951,
"total_value_exit_net": 8546.298124951,
"total_value": 8547.644218951,
"base_cost_quote": 3902.9864280365,
"unrealized_pnl_exit_net": -2109.5405220367
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 40632.7999999946,
"quote_asset_bal": 6939.861813173,
"total_value_mid": 8655.3786291727,
"total_value_exit_net": 8654.0919915607,
"total_value": 8655.3786291727,
"base_cost_quote": 3717.7789825535,
"unrealized_pnl_exit_net": -2003.5488041657
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 43192.5999999946,
"quote_asset_bal": 6836.5552592587,
"total_value_mid": 8581.1043732585,
"total_value_exit_net": 8579.795961423,
"total_value": 8581.1043732585,
"base_cost_quote": 3822.896059277,
"unrealized_pnl_exit_net": -2079.6553571127
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 45103.1999999946,
"quote_asset_bal": 6762.4475394067,
"total_value_mid": 8514.2558274065,
"total_value_exit_net": 8512.9419711905,
"total_value": 8514.2558274065,
"base_cost_quote": 3897.9796037325,
"unrealized_pnl_exit_net": -2147.4851719487
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 44464.8999999946,
"quote_asset_bal": 6788.5907094625,
"total_value_mid": 8532.0594384622,
"total_value_exit_net": 8530.7518369155,
"total_value": 8532.0594384622,
"base_cost_quote": 3872.9530128563,
"unrealized_pnl_exit_net": -2130.7918854032
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 47189.1999999946,
"quote_asset_bal": 6684.0239271095,
"total_value_mid": 8470.6070391092,
"total_value_exit_net": 8469.2671017752,
"total_value": 8470.6070391092,
"base_cost_quote": 3978.0650067705,
"unrealized_pnl_exit_net": -2192.8218321047
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 49077.7999999945,
"quote_asset_bal": 6614.4948372595,
"total_value_mid": 8408.7792052593,
"total_value_exit_net": 8407.4334919833,
"total_value": 8408.7792052593,
"base_cost_quote": 4048.1529733505,
"unrealized_pnl_exit_net": -2255.2143186267
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 50667.0999999945,
"quote_asset_bal": 6560.6242805985,
"total_value_mid": 8310.6659145983,
"total_value_exit_net": 8309.3533833728,
"total_value": 8310.6659145983,
"base_cost_quote": 4103.206142283,
"unrealized_pnl_exit_net": -2354.4770395087
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 50918.4999999944,
"quote_asset_bal": 6551.7880065664,
"total_value_mid": 8347.6835015662,
"total_value_exit_net": 8346.336579945,
"total_value": 8347.6835015662,
"base_cost_quote": 4113.2223518103,
"unrealized_pnl_exit_net": -2318.6737784317
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 46137.5999999943,
"quote_asset_bal": 6728.483745592,
"total_value_mid": 8497.3993295917,
"total_value_exit_net": 8496.0726429037,
"total_value": 8497.3993295917,
"base_cost_quote": 3938.0225334225,
"unrealized_pnl_exit_net": -2170.4336361107
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 47197.3999999942,
"quote_asset_bal": 6689.8308311002,
"total_value_mid": 8461.1492531,
"total_value_exit_net": 8459.8207642835,
"total_value": 8461.1492531,
"base_cost_quote": 3978.0743287568,
"unrealized_pnl_exit_net": -2208.0843955735
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 53973.4999999941,
"quote_asset_bal": 6450.928549271,
"total_value_mid": 8260.6600042708,
"total_value_exit_net": 8259.3027056795,
"total_value": 8260.6600042708,
"base_cost_quote": 4218.341000712,
"unrealized_pnl_exit_net": -2409.9668443035
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 54880.3999999941,
"quote_asset_bal": 6421.6249213482,
"total_value_mid": 8236.519749348,
"total_value_exit_net": 8235.158578227,
"total_value": 8236.519749348,
"base_cost_quote": 4248.3689507965,
"unrealized_pnl_exit_net": -2434.8352939177
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 57039.999999994,
"quote_asset_bal": 6352.7875942957,
"total_value_mid": 8171.7931942955,
"total_value_exit_net": 8170.4289400955,
"total_value": 8171.7931942955,
"base_cost_quote": 4318.4384425307,
"unrealized_pnl_exit_net": -2500.7970967309
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 55809.299999994,
"quote_asset_bal": 6394.1613932347,
"total_value_mid": 8225.8226192345,
"total_value_exit_net": 8224.448873315,
"total_value": 8225.8226192345,
"base_cost_quote": 4278.3955378595,
"unrealized_pnl_exit_net": -2448.1080577792
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 52349.4999999939,
"quote_asset_bal": 6510.7079755047,
"total_value_mid": 8339.7995055045,
"total_value_exit_net": 8338.427686857,
"total_value": 8339.7995055045,
"base_cost_quote": 4163.2799048387,
"unrealized_pnl_exit_net": -2335.5601934865
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 53537.7999999938,
"quote_asset_bal": 6471.8635493099,
"total_value_mid": 8301.7855533097,
"total_value_exit_net": 8300.4131118067,
"total_value": 8301.7855533097,
"base_cost_quote": 4203.316148518,
"unrealized_pnl_exit_net": -2374.7665860212
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 55179.0999999938,
"quote_asset_bal": 6418.0131120572,
"total_value_mid": 8254.373560057,
"total_value_exit_net": 8252.996289721,
"total_value": 8254.373560057,
"base_cost_quote": 4258.3796181702,
"unrealized_pnl_exit_net": -2423.3964405065
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 58262.7999999938,
"quote_asset_bal": 6318.6710594012,
"total_value_mid": 8146.957723401,
"total_value_exit_net": 8145.586508403,
"total_value": 8146.957723401,
"base_cost_quote": 4358.4769979425,
"unrealized_pnl_exit_net": -2531.5615489407
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 58742.9999999938,
"quote_asset_bal": 6303.9074106934,
"total_value_mid": 8120.8284006932,
"total_value_exit_net": 8119.4657099507,
"total_value": 8120.8284006932,
"base_cost_quote": 4373.4924020557,
"unrealized_pnl_exit_net": -2557.9341027984
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 61375.4999999938,
"quote_asset_bal": 6224.4192484412,
"total_value_mid": 8024.562663441,
"total_value_exit_net": 8023.2125558797,
"total_value": 8024.562663441,
"base_cost_quote": 4453.581062535,
"unrealized_pnl_exit_net": -2654.7877550964
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 60029.1999999938,
"quote_asset_bal": 6271.7025675127,
"total_value_mid": 8017.9519955125,
"total_value_exit_net": 8016.6423084415,
"total_value": 8017.9519955125,
"base_cost_quote": 4408.533390101,
"unrealized_pnl_exit_net": -2663.5936491722
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 59684.8999999938,
"quote_asset_bal": 6283.1445701512,
"total_value_mid": 8031.912140151,
"total_value_exit_net": 8030.6005644735,
"total_value": 8031.912140151,
"base_cost_quote": 4398.5289864215,
"unrealized_pnl_exit_net": -2651.0729920992
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 63507.9999999938,
"quote_asset_bal": 6179.2439696642,
"total_value_mid": 7907.931729664,
"total_value_exit_net": 7906.635213844,
"total_value": 7907.931729664,
"base_cost_quote": 4503.6389067817,
"unrealized_pnl_exit_net": -2776.2476626019
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 68484.2999999938,
"quote_asset_bal": 6050.4630032479,
"total_value_mid": 7795.4429672478,
"total_value_exit_net": 7794.1342322748,
"total_value": 7795.4429672478,
"base_cost_quote": 4633.7688210742,
"unrealized_pnl_exit_net": -2890.0975920474
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 64650.1999999938,
"quote_asset_bal": 6151.7175474679,
"total_value_mid": 7903.0914654677,
"total_value_exit_net": 7901.7779350292,
"total_value": 7903.0914654677,
"base_cost_quote": 4533.6748048227,
"unrealized_pnl_exit_net": -2783.6144172614
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 62278.1999999938,
"quote_asset_bal": 6217.6857957982,
"total_value_mid": 7966.457651798,
"total_value_exit_net": 7965.146072906,
"total_value": 7966.457651798,
"base_cost_quote": 4468.5998391758,
"unrealized_pnl_exit_net": -2721.1395620679
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 65017.1999999938,
"quote_asset_bal": 6143.2171794782,
"total_value_mid": 7909.734503478,
"total_value_exit_net": 7908.409615485,
"total_value": 7909.734503478,
"base_cost_quote": 4543.6701116847,
"unrealized_pnl_exit_net": -2778.4776756779
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 60865.9999999938,
"quote_asset_bal": 6259.5935344781,
"total_value_mid": 7983.927314478,
"total_value_exit_net": 7982.634064143,
"total_value": 7983.927314478,
"base_cost_quote": 4428.5620383295,
"unrealized_pnl_exit_net": -2705.5215086647
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 59808.8999999938,
"quote_asset_bal": 6291.1637391226,
"total_value_mid": 8016.0524151225,
"total_value_exit_net": 8014.7587486155,
"total_value": 8016.0524151225,
"base_cost_quote": 4398.5286891988,
"unrealized_pnl_exit_net": -2674.9336797059
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 61393.0999999938,
"quote_asset_bal": 6247.1847364066,
"total_value_mid": 7985.2233974065,
"total_value_exit_net": 7983.9198684107,
"total_value": 7985.2233974065,
"base_cost_quote": 4443.573350376,
"unrealized_pnl_exit_net": -2706.8382183719
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 64031.5999999938,
"quote_asset_bal": 6172.9361907134,
"total_value_mid": 7940.8486667132,
"total_value_exit_net": 7939.5227323562,
"total_value": 7940.8486667132,
"base_cost_quote": 4518.6531520265,
"unrealized_pnl_exit_net": -2752.0666103837
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 60672.3999999938,
"quote_asset_bal": 6269.4009267122,
"total_value_mid": 8038.001386712,
"total_value_exit_net": 8036.674936367,
"total_value": 8038.001386712,
"base_cost_quote": 4423.5520436495,
"unrealized_pnl_exit_net": -2656.2780339947
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 55396.9999999938,
"quote_asset_bal": 6431.2201127057,
"total_value_mid": 8172.3478227055,
"total_value_exit_net": 8171.041976923,
"total_value": 8172.3478227055,
"base_cost_quote": 4263.3764890147,
"unrealized_pnl_exit_net": -2523.5546247974
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 59657.6999999938,
"quote_asset_bal": 6301.5168180094,
"total_value_mid": 8093.0375490092,
"total_value_exit_net": 8091.693908461,
"total_value": 8093.0375490092,
"base_cost_quote": 4393.5200245155,
"unrealized_pnl_exit_net": -2603.3429340639
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 60673.4999999938,
"quote_asset_bal": 6272.3657108497,
"total_value_mid": 8059.8070208495,
"total_value_exit_net": 8058.466439867,
"total_value": 8059.8070208495,
"base_cost_quote": 4423.5486661182,
"unrealized_pnl_exit_net": -2637.4479371009
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 60014.8999999938,
"quote_asset_bal": 6293.1332456324,
"total_value_mid": 8077.9763716322,
"total_value_exit_net": 8076.6377392877,
"total_value": 8077.9763716322,
"base_cost_quote": 4403.523203277,
"unrealized_pnl_exit_net": -2620.0187096217
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 61895.0999999938,
"quote_asset_bal": 6238.6026331604,
"total_value_mid": 8032.9415821602,
"total_value_exit_net": 8031.5958279485,
"total_value": 8032.9415821602,
"base_cost_quote": 4458.584468277,
"unrealized_pnl_exit_net": -2665.5912734889
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 57187.1999999938,
"quote_asset_bal": 6379.4833245104,
"total_value_mid": 8146.5678045102,
"total_value_exit_net": 8145.2424911502,
"total_value": 8146.5678045102,
"base_cost_quote": 4318.438993944,
"unrealized_pnl_exit_net": -2552.6798273042
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 54000.8999999938,
"quote_asset_bal": 6480.7751211564,
"total_value_mid": 8263.3448301562,
"total_value_exit_net": 8262.0079028745,
"total_value": 8263.3448301562,
"base_cost_quote": 4218.338751026,
"unrealized_pnl_exit_net": -2437.105969308
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 55375.8999999938,
"quote_asset_bal": 6436.2281841294,
"total_value_mid": 8240.3750061292,
"total_value_exit_net": 8239.0218960127,
"total_value": 8240.3750061292,
"base_cost_quote": 4263.3828798042,
"unrealized_pnl_exit_net": -2460.589167921
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 55972.9999999937,
"quote_asset_bal": 6417.0349873449,
"total_value_mid": 8248.4715473447,
"total_value_exit_net": 8247.0979699247,
"total_value": 8248.4715473447,
"base_cost_quote": 4283.4078712922,
"unrealized_pnl_exit_net": -2453.3448887125
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 52234.4999999937,
"quote_asset_bal": 6543.3599109732,
"total_value_mid": 8330.8245009729,
"total_value_exit_net": 8329.4839025304,
"total_value": 8330.8245009729,
"base_cost_quote": 4158.269997224,
"unrealized_pnl_exit_net": -2372.1460056667
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 44573.6999999936,
"quote_asset_bal": 6856.3302932264,
"total_value_mid": 8493.5222942262,
"total_value_exit_net": 8492.2944002254,
"total_value": 8493.5222942262,
"base_cost_quote": 3847.9111235147,
"unrealized_pnl_exit_net": -2211.9470165157
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 46420.2999999935,
"quote_asset_bal": 6792.4385521974,
"total_value_mid": 8357.2668651972,
"total_value_exit_net": 8356.0932439624,
"total_value": 8357.2668651972,
"base_cost_quote": 3912.9926841043,
"unrealized_pnl_exit_net": -2349.3379923392
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 47159.0999999935,
"quote_asset_bal": 6768.2620831961,
"total_value_mid": 8350.9214791959,
"total_value_exit_net": 8349.7344846489,
"total_value": 8350.9214791959,
"base_cost_quote": 3938.0133975757,
"unrealized_pnl_exit_net": -2356.540996123
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 46269.6999999934,
"quote_asset_bal": 6799.2717201389,
"total_value_mid": 8366.8891561387,
"total_value_exit_net": 8365.7134430617,
"total_value": 8366.8891561387,
"base_cost_quote": 3907.9849010817,
"unrealized_pnl_exit_net": -2341.543178159
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 44803.7999999934,
"quote_asset_bal": 6850.1110605324,
"total_value_mid": 8406.1470345321,
"total_value_exit_net": 8404.9800075516,
"total_value": 8406.1470345321,
"base_cost_quote": 3857.932869191,
"unrealized_pnl_exit_net": -2303.0639221717
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 46275.0999999933,
"quote_asset_bal": 6800.4712480771,
"total_value_mid": 8377.9894070769,
"total_value_exit_net": 8376.8062684576,
"total_value": 8377.9894070769,
"base_cost_quote": 3907.9852413367,
"unrealized_pnl_exit_net": -2331.6502209562
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 47617.6999999933,
"quote_asset_bal": 6756.2809547689,
"total_value_mid": 8340.5218337686,
"total_value_exit_net": 8339.3336531094,
"total_value": 8340.5218337686,
"base_cost_quote": 3953.039261528,
"unrealized_pnl_exit_net": -2369.9865631875
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 41487.8999999931,
"quote_asset_bal": 6973.1883381751,
"total_value_mid": 8478.7842291749,
"total_value_exit_net": 8477.6550322566,
"total_value": 8478.7842291749,
"base_cost_quote": 3737.800789655,
"unrealized_pnl_exit_net": -2233.3340955735
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 44218.3999999931,
"quote_asset_bal": 6874.3637201671,
"total_value_mid": 8447.2122081669,
"total_value_exit_net": 8446.0325718009,
"total_value": 8447.2122081669,
"base_cost_quote": 3837.9150921097,
"unrealized_pnl_exit_net": -2266.246240476
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 45564.299999993,
"quote_asset_bal": 6830.4893990311,
"total_value_mid": 8380.1312420309,
"total_value_exit_net": 8378.9690106486,
"total_value": 8380.1312420309,
"base_cost_quote": 3882.9618618672,
"unrealized_pnl_exit_net": -2334.4822502497
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 43259.1999999929,
"quote_asset_bal": 6911.5122768006,
"total_value_mid": 8435.9664848003,
"total_value_exit_net": 8434.8231441443,
"total_value": 8435.9664848003,
"base_cost_quote": 3802.8719894797,
"unrealized_pnl_exit_net": -2279.561122136
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 45562.0999999929,
"quote_asset_bal": 6832.0200470993,
"total_value_mid": 8395.7113190991,
"total_value_exit_net": 8394.5385506451,
"total_value": 8395.7113190991,
"base_cost_quote": 3882.9554970972,
"unrealized_pnl_exit_net": -2320.4369935515
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 45474.2999999928,
"quote_asset_bal": 6838.0641103368,
"total_value_mid": 8357.3604733366,
"total_value_exit_net": 8356.2210010643,
"total_value": 8357.3604733366,
"base_cost_quote": 3877.9621789152,
"unrealized_pnl_exit_net": -2359.8052881877
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 47605.2999999928,
"quote_asset_bal": 6769.5359122858,
"total_value_mid": 8306.2349962856,
"total_value_exit_net": 8305.0824719726,
"total_value": 8306.2349962856,
"base_cost_quote": 3948.0382786017,
"unrealized_pnl_exit_net": -2412.491718915
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 54745.0999999928,
"quote_asset_bal": 6550.4814847793,
"total_value_mid": 8166.0093857791,
"total_value_exit_net": 8164.7977398533,
"total_value": 8166.0093857791,
"base_cost_quote": 4168.2677789408,
"unrealized_pnl_exit_net": -2553.9515238667
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 52387.1999999928,
"quote_asset_bal": 6622.1322454203,
"total_value_mid": 8215.7508694201,
"total_value_exit_net": 8214.5556554521,
"total_value": 8215.7508694201,
"base_cost_quote": 4098.1932244122,
"unrealized_pnl_exit_net": -2505.7698143805
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 56272.9999999928,
"quote_asset_bal": 6507.8435507986,
"total_value_mid": 8147.6387707984,
"total_value_exit_net": 8146.4089243834,
"total_value": 8147.6387707984,
"base_cost_quote": 4213.3065577095,
"unrealized_pnl_exit_net": -2574.7411841247
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 55944.6999999928,
"quote_asset_bal": 6519.0183172511,
"total_value_mid": 8149.8063222509,
"total_value_exit_net": 8148.5832312471,
"total_value": 8149.8063222509,
"base_cost_quote": 4203.3088010115,
"unrealized_pnl_exit_net": -2573.7438870155
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 56289.0999999928,
"quote_asset_bal": 6509.4992632293,
"total_value_mid": 8132.8769072291,
"total_value_exit_net": 8131.6593739961,
"total_value": 8132.8769072291,
"base_cost_quote": 4213.3145667117,
"unrealized_pnl_exit_net": -2591.154455945
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 59159.2999999928,
"quote_asset_bal": 6430.3918680138,
"total_value_mid": 8041.8912000136,
"total_value_exit_net": 8040.6825755146,
"total_value": 8041.8912000136,
"base_cost_quote": 4293.4035013965,
"unrealized_pnl_exit_net": -2683.1127938957
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 58411.0999999928,
"quote_asset_bal": 6451.5233848468,
"total_value_mid": 8103.3892928466,
"total_value_exit_net": 8102.1503934156,
"total_value": 8103.3892928466,
"base_cost_quote": 4273.3718739352,
"unrealized_pnl_exit_net": -2622.7448653665
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 58919.8999999928,
"quote_asset_bal": 6437.3342176366,
"total_value_mid": 8085.9130196364,
"total_value_exit_net": 8084.6765855349,
"total_value": 8085.9130196364,
"base_cost_quote": 4288.394681597,
"unrealized_pnl_exit_net": -2641.0523136987
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 60543.0999999928,
"quote_asset_bal": 6393.1104406448,
"total_value_mid": 8065.3108626446,
"total_value_exit_net": 8064.0567123281,
"total_value": 8065.3108626446,
"base_cost_quote": 4333.44344685,
"unrealized_pnl_exit_net": -2662.4971751667
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 67147.4999999929,
"quote_asset_bal": 6218.9264986411,
"total_value_mid": 7914.4008736409,
"total_value_exit_net": 7913.1292678597,
"total_value": 7914.4008736409,
"base_cost_quote": 4508.6179112365,
"unrealized_pnl_exit_net": -2814.4151420179
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 69975.1999999929,
"quote_asset_bal": 6150.4211795471,
"total_value_mid": 7864.8135795469,
"total_value_exit_net": 7863.5277852469,
"total_value": 7864.8135795469,
"base_cost_quote": 4578.687970396,
"unrealized_pnl_exit_net": -2865.5813646962
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 80383.5999999929,
"quote_asset_bal": 5911.4488882311,
"total_value_mid": 7690.3379562309,
"total_value_exit_net": 7689.0037894299,
"total_value": 7690.3379562309,
"base_cost_quote": 4818.9328410125,
"unrealized_pnl_exit_net": -3041.3779398137
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 39795.1999999928,
"quote_asset_bal": 7058.4892938544,
"total_value_mid": 8282.5896458541,
"total_value_exit_net": 8281.6715705901,
"total_value": 8282.5896458541,
"base_cost_quote": 3677.7339673005,
"unrealized_pnl_exit_net": -2454.5516905647
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 41964.3999999928,
"quote_asset_bal": 7006.8079707706,
"total_value_mid": 8091.1680667704,
"total_value_exit_net": 8090.3547966984,
"total_value": 8091.1680667704,
"base_cost_quote": 3732.7831512465,
"unrealized_pnl_exit_net": -2649.2363253187
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 46953.0999999928,
"quote_asset_bal": 6893.9865563389,
"total_value_mid": 7977.1945733387,
"total_value_exit_net": 7976.382167326,
"total_value": 7977.1945733387,
"base_cost_quote": 3847.9063239177,
"unrealized_pnl_exit_net": -2765.5107129307
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 47560.7999999928,
"quote_asset_bal": 6881.8040417999,
"total_value_mid": 7982.3609537997,
"total_value_exit_net": 7981.5355361157,
"total_value": 7982.3609537997,
"base_cost_quote": 3862.9207502982,
"unrealized_pnl_exit_net": -2763.1892559824
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 53502.7999999928,
"quote_asset_bal": 6754.9227240464,
"total_value_mid": 7854.4052640463,
"total_value_exit_net": 7853.5806521413,
"total_value": 7854.4052640463,
"base_cost_quote": 3993.0507886837,
"unrealized_pnl_exit_net": -2894.3928605889
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 44048.1999999928,
"quote_asset_bal": 6973.9201011117,
"total_value_mid": 7989.6715931115,
"total_value_exit_net": 7988.9097794925,
"total_value": 7989.6715931115,
"base_cost_quote": 3777.829536716,
"unrealized_pnl_exit_net": -2762.8398583352
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 45974.2999999928,
"quote_asset_bal": 6935.4993905897,
"total_value_mid": 7940.0378455895,
"total_value_exit_net": 7939.2844417483,
"total_value": 7940.0378455895,
"base_cost_quote": 3817.8800140625,
"unrealized_pnl_exit_net": -2814.0949629039
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 48551.6999999928,
"quote_asset_bal": 6881.5136968007,
"total_value_mid": 7907.4111178006,
"total_value_exit_net": 7906.6416947348,
"total_value": 7907.4111178006,
"base_cost_quote": 3872.928735662,
"unrealized_pnl_exit_net": -2847.8007377279
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 42859.1999999928,
"quote_asset_bal": 7008.5158093372,
"total_value_mid": 7975.4193613371,
"total_value_exit_net": 7974.6941836731,
"total_value": 7975.4193613371,
"base_cost_quote": 3747.8061340395,
"unrealized_pnl_exit_net": -2781.6277597037
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 44966.5999999928,
"quote_asset_bal": 6964.3871264815,
"total_value_mid": 7934.7663544813,
"total_value_exit_net": 7934.0385700603,
"total_value": 7934.7663544813,
"base_cost_quote": 3792.8506551117,
"unrealized_pnl_exit_net": -2823.1992115329
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 42876.0999999928,
"quote_asset_bal": 7011.08521946,
"total_value_mid": 7963.7921614598,
"total_value_exit_net": 7963.0776312533,
"total_value": 7963.7921614598,
"base_cost_quote": 3747.8099298842,
"unrealized_pnl_exit_net": -2795.8175180909
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 43971.3999999928,
"quote_asset_bal": 6987.3438449325,
"total_value_mid": 7963.5089249324,
"total_value_exit_net": 7962.7768011224,
"total_value": 7963.5089249324,
"base_cost_quote": 3772.8325928167,
"unrealized_pnl_exit_net": -2797.3996366269
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 43970.8999999928,
"quote_asset_bal": 6988.2202332243,
"total_value_mid": 7973.6081022241,
"total_value_exit_net": 7972.8690613223,
"total_value": 7973.6081022241,
"base_cost_quote": 3772.8309525875,
"unrealized_pnl_exit_net": -2788.1821244894
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 42390.2999999928,
"quote_asset_bal": 7023.7895253333,
"total_value_mid": 8003.8532613331,
"total_value_exit_net": 8003.1182135311,
"total_value": 8003.8532613331,
"base_cost_quote": 3737.795385605,
"unrealized_pnl_exit_net": -2758.4666974072
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 44651.4999999929,
"quote_asset_bal": 6974.7591915815,
"total_value_mid": 7953.5200715814,
"total_value_exit_net": 7952.7860009214,
"total_value": 7953.5200715814,
"base_cost_quote": 3787.8445013102,
"unrealized_pnl_exit_net": -2809.8176919704
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 44195.8999999929,
"quote_asset_bal": 6985.4597519338,
"total_value_mid": 7959.9793469336,
"total_value_exit_net": 7959.2484572374,
"total_value": 7959.9793469336,
"base_cost_quote": 3777.8364559015,
"unrealized_pnl_exit_net": -2804.0477505979
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 44197.2999999928,
"quote_asset_bal": 6986.2483614095,
"total_value_mid": 7955.4951504094,
"total_value_exit_net": 7954.7682153176,
"total_value": 7955.4951504094,
"base_cost_quote": 3777.8335227032,
"unrealized_pnl_exit_net": -2809.3136687952
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 50816.8999999928,
"quote_asset_bal": 6846.508958056,
"total_value_mid": 7889.2717460559,
"total_value_exit_net": 7888.4896739649,
"total_value": 7889.2717460559,
"base_cost_quote": 3917.9714774007,
"unrealized_pnl_exit_net": -2875.9907614919
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 54290.8999999928,
"quote_asset_bal": 6777.1102248385,
"total_value_mid": 7859.1278618384,
"total_value_exit_net": 7858.3163486106,
"total_value": 7859.1278618384,
"base_cost_quote": 3988.0414514965,
"unrealized_pnl_exit_net": -2906.8353277244
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 52290.2999999929,
"quote_asset_bal": 6818.0362449458,
"total_value_mid": 7882.1438499457,
"total_value_exit_net": 7881.3457692419,
"total_value": 7882.1438499457,
"base_cost_quote": 3948.0009556305,
"unrealized_pnl_exit_net": -2884.6914313344
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 55037.5999999928,
"quote_asset_bal": 6763.2697386086,
"total_value_mid": 7851.9134666084,
"total_value_exit_net": 7851.0969838124,
"total_value": 7851.9134666084,
"base_cost_quote": 4003.05688263,
"unrealized_pnl_exit_net": -2915.2296374261
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 61462.7999999928,
"quote_asset_bal": 6638.4777376318,
"total_value_mid": 7814.2611016317,
"total_value_exit_net": 7813.3792641087,
"total_value": 7814.2611016317,
"base_cost_quote": 4128.1790088962,
"unrealized_pnl_exit_net": -2953.2774824194
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 50953.0999999927,
"quote_asset_bal": 6850.8820809713,
"total_value_mid": 7865.8678329712,
"total_value_exit_net": 7865.1065936572,
"total_value": 7865.8678329712,
"base_cost_quote": 3917.9725662167,
"unrealized_pnl_exit_net": -2903.7480535309
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 55307.6999999927,
"quote_asset_bal": 6767.0787600916,
"total_value_mid": 7825.1150610914,
"total_value_exit_net": 7824.3215338657,
"total_value": 7825.1150610914,
"base_cost_quote": 4003.0537382735,
"unrealized_pnl_exit_net": -2945.8109644994
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 51375.1999999927,
"quote_asset_bal": 6843.4388368871,
"total_value_mid": 7868.8878288869,
"total_value_exit_net": 7868.1187421429,
"total_value": 7868.8878288869,
"base_cost_quote": 3927.9859266088,
"unrealized_pnl_exit_net": -2903.3060213529
}
]
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 (156,193 closed trades) via GET /backtests/cf5c9633-eee1-4261-8199-c3fb988c660c/trades (paginate through all pages).100-row audit sample from 156,193 closed trades (RFC 4180 CSV)
100-row audit sample from 156,193 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-06-17T10:02:00Z,2024-06-17T10:11:00Z,0.26236,0.26302,19.1,,,0.0050799315,0.1013740662,0.003758307,0.0037677615,,,TP
,,2024-06-17T10:04:00Z,2024-06-17T10:05:00Z,0.27297,0.27366,18.4,,,0.005152506,0.102585449,0.003766986,0.003776508,,,TP
,,2024-06-17T10:05:00Z,2024-06-17T10:05:00Z,0.27996,0.28066,17.9,,,0.0050036765,0.0998481926,0.003758463,0.0037678605,,,TP
,,2024-06-17T10:06:00Z,2024-06-17T10:06:00Z,0.27147,0.27215,18.5,,,0.0050372725,0.1003002173,0.0037666463,0.0037760813,,,TP
,,2024-06-17T10:08:00Z,2024-06-17T10:08:00Z,0.27047,0.27115,18.5,,,0.0050650225,0.1012256442,0.0037527713,0.0037622063,,,TP
,,2024-06-17T10:08:00Z,2024-06-17T10:10:00Z,0.27027,0.27095,18.6,,,0.005097981,0.1014115514,0.0037702665,0.0037797525,,,TP
,,2024-06-17T10:11:00Z,2024-06-17T10:13:00Z,0.26566,0.26633,18.9,,,0.0051220417,0.1020129112,0.0037657305,0.0037752278,,,TP
,,2024-06-17T10:12:00Z,2024-06-17T10:18:00Z,0.26176,0.26242,19.2,,,0.005123808,0.1019502598,0.003769344,0.003778848,,,TP
,,2024-06-17T10:15:00Z,2024-06-17T10:15:00Z,0.27186,0.27254,18.4,,,0.00499928,0.0999411462,0.003751668,0.003761052,,,TP
,,2024-06-17T10:16:00Z,2024-06-17T10:16:00Z,0.26825,0.26893,18.7,,,0.005154339,0.103304753,0.0037622063,0.0037515735,,,TP
,,2024-06-17T10:18:00Z,2024-06-17T10:18:00Z,0.26736,0.26803,18.8,,,0.005047001,0.1004104952,0.003769776,0.003779223,,,TP
,,2024-06-17T10:19:00Z,2024-06-17T10:21:00Z,0.26025,0.26091,19.3,,,0.005194209,0.1034121037,0.0037671188,0.0037766723,,,TP
,,2024-06-17T10:21:00Z,2024-06-17T11:36:00Z,0.26226,0.26292,19.1,,,0.0050827965,0.1014699154,0.0037568745,0.003766329,,,TP
,,2024-06-17T10:22:00Z,2024-06-17T10:22:00Z,0.25835,0.259,19.4,,,0.0050825575,0.1014079737,0.0037589925,0.00376845,,,TP
,,2024-06-17T10:23:00Z,2024-06-17T10:23:00Z,0.25675,0.2574,19.5,,,0.0051555562,0.1029746835,0.0037549688,0.003764475,,,TP
,,2024-06-17T10:24:00Z,2024-06-17T10:24:00Z,0.25615,0.2568,19.6,,,0.005199635,0.1035672458,0.003765405,0.00377496,,,TP
,,2024-06-17T10:25:00Z,2024-06-17T10:25:00Z,0.25615,0.2568,19.6,,,0.005199635,0.1035672458,0.003765405,0.00377496,,,TP
,,2024-06-17T10:26:00Z,2024-06-17T10:26:00Z,0.25575,0.25639,19.6,,,0.005015542,0.100056696,0.003759525,0.003768933,,,TP
,,2024-06-17T10:27:00Z,2024-06-17T10:27:00Z,0.25585,0.25649,19.6,,,0.005012602,0.0999589603,0.003760995,0.003770403,,,TP
,,2024-06-17T10:27:00Z,2024-06-17T10:28:00Z,0.24664,0.24726,20.3,,,0.0050663725,0.1011899935,0.003755094,0.0037645335,,,TP
,,2024-06-17T10:31:00Z,2024-06-17T10:32:00Z,0.24974,0.25037,20.1,,,0.0051238417,0.1020731561,0.0037648305,0.0037743278,,,TP
,,2024-06-17T10:33:00Z,2024-06-17T10:33:00Z,0.24424,0.24486,20.5,,,0.0051900875,0.1036582869,0.00375519,0.0037647225,,,TP
,,2024-06-17T10:34:00Z,2024-06-17T10:42:00Z,0.24023,0.24084,20.9,,,0.0052082277,0.103732881,0.0037656053,0.003775167,,,TP
,,2024-06-17T10:38:00Z,2024-06-17T10:39:00Z,0.24774,0.24836,20.2,,,0.005008085,0.1000746751,0.003753261,0.003762654,,,TP
,,2024-06-17T10:40:00Z,2024-06-17T10:40:00Z,0.24784,0.24846,20.2,,,0.005005055,0.0999737734,0.003754776,0.003764169,,,TP
,,2024-08-24T00:59:00Z,2024-08-24T09:48:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-08-24T14:12:00Z,2024-08-24T14:14:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-08-24T14:15:00Z,2024-08-24T14:21:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-08-24T14:36:00Z,2024-08-24T14:49:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-08-24T16:13:00Z,2024-08-24T16:21:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-08-24T21:03:00Z,2024-08-25T19:38:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-08-25T21:24:00Z,2024-08-25T21:29:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-08-25T21:54:00Z,2024-08-25T22:02:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-09-26T00:23:00Z,2024-09-26T02:00:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-07T19:00:00Z,2024-10-07T19:01:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-11T18:20:00Z,2024-10-11T19:06:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-11T19:24:00Z,2024-10-11T20:02:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-11T20:05:00Z,2024-10-11T20:25:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-12T00:31:00Z,2024-10-12T01:00:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-12T01:31:00Z,2024-10-12T01:39:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-12T18:49:00Z,2024-10-12T19:01:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-10-31T14:04:00Z,2024-10-31T14:06:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-11-15T04:39:00Z,2024-11-15T04:40:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2024-12-07T04:48:00Z,2024-12-07T04:56:00Z,0.26775,0.26842,18.7,,,0.0049824285,0.1000457516,0.0037551938,0.003744459,,,TP
,,2024-12-07T05:18:00Z,2024-12-07T05:30:00Z,0.26796,0.26863,18.7,,,0.0049765695,0.099849791,0.003758139,0.0037473885,,,TP
,,2024-12-07T05:53:00Z,2024-12-07T05:54:00Z,0.26786,0.26853,18.7,,,0.0049793595,0.0999430673,0.0037567365,0.0037459935,,,TP
,,2024-12-07T07:15:00Z,2024-12-07T07:19:00Z,0.26786,0.26853,18.7,,,0.0049793595,0.0999430673,0.0037567365,0.0037459935,,,TP
,,2024-12-07T07:27:00Z,2024-12-07T22:33:00Z,0.26796,0.26863,18.7,,,0.0049765695,0.099849791,0.003758139,0.0037473885,,,TP
,,2025-01-28T23:00:00Z,2025-01-28T23:03:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2025-02-02T13:13:00Z,2025-02-02T13:38:00Z,0.13193,0.13226,37.9,,,0.0049842135,0.0999450466,0.0037501103,0.003749571,,,TP
,,2026-02-05T19:44:00Z,2026-02-05T19:54:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-05T20:16:00Z,2026-02-05T20:23:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-05T20:23:00Z,2026-02-05T20:24:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-05T20:28:00Z,2026-02-05T20:30:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-05T20:30:00Z,2026-02-05T20:31:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-05T20:48:00Z,2026-02-05T20:49:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-05T20:50:00Z,2026-02-05T20:51:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-05T20:50:00Z,2026-02-05T20:50:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-05T20:51:00Z,2026-02-05T20:56:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-05T21:10:00Z,2026-02-05T21:16:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-05T21:17:00Z,2026-02-05T22:48:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-19T12:01:00Z,2026-02-20T01:46:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-20T09:46:00Z,2026-02-20T09:57:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-20T15:04:00Z,2026-02-20T15:27:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-20T17:31:00Z,2026-02-20T17:39:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-21T16:10:00Z,2026-02-21T17:42:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-21T17:50:00Z,2026-02-21T19:01:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-21T22:01:00Z,2026-02-23T11:39:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-23T13:12:00Z,2026-02-23T13:12:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-23T13:13:00Z,2026-02-23T13:14:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-23T13:52:00Z,2026-02-25T20:34:00Z,0.02064,0.0207,242.3,,,0.0070254885,0.1404796512,0.003750804,0.0037617075,,,TP
,,2026-02-23T14:28:00Z,2026-02-23T14:31:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-23T21:43:00Z,2026-02-25T01:34:00Z,0.02005,0.02011,249.4,,,0.007452072,0.1490274314,0.0037503525,0.0037615755,,,TP
,,2026-02-25T02:32:00Z,2026-02-25T22:50:00Z,0.02015,0.02021,248.2,,,0.007378986,0.1475434243,0.0037509225,0.0037620915,,,TP
,,2026-02-25T06:28:00Z,2026-02-25T07:00:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-25T07:01:00Z,2026-02-25T07:57:00Z,0.02003,0.02009,249.7,,,0.007468527,0.149326011,0.0037511183,0.0037623548,,,TP
,,2026-02-25T14:43:00Z,2026-02-25T14:46:00Z,0.02004,0.0201,249.6,,,0.007461792,0.1491766467,0.003751488,0.00376272,,,TP
,,2026-02-25T19:57:00Z,2026-02-25T20:32:00Z,0.02061,0.02067,242.7,,,0.007048008,0.1409024745,0.0037515353,0.0037624568,,,TP
,,2026-02-25T20:34:00Z,2026-02-25T20:35:00Z,0.0207,0.02076,241.6,,,0.006983448,0.1396376812,0.00375084,0.003761712,,,TP
,,2026-02-25T20:47:00Z,2026-02-25T21:36:00Z,0.02072,0.02078,241.4,,,0.006970425,0.1393581081,0.003751356,0.003762219,,,TP
,,2026-02-25T20:51:00Z,2026-02-25T21:36:00Z,0.02067,0.02073,241.9,,,0.007003005,0.1400580552,0.0037500548,0.0037609403,,,TP
,,2026-02-25T21:03:00Z,2026-02-25T21:36:00Z,0.02061,0.02067,242.7,,,0.007048008,0.1409024745,0.0037515353,0.0037624568,,,TP
,,2026-02-25T21:10:00Z,2026-02-25T21:36:00Z,0.02057,0.02063,243.1,,,0.00707421,0.1414681575,0.0037504253,0.0037613648,,,TP
,,2026-02-25T21:12:00Z,2026-02-25T21:35:00Z,0.02054,0.0206,243.5,,,0.0070968075,0.1418938656,0.0037511175,0.003762075,,,TP
,,2026-02-25T21:14:00Z,2026-02-25T21:45:00Z,0.02048,0.02054,244.2,,,0.007139187,0.1427490234,0.003750912,0.003761901,,,TP
,,2026-02-25T21:15:00Z,2026-02-25T21:34:00Z,0.02045,0.02051,244.5,,,0.00715896,0.1431784841,0.0037500188,0.0037610212,,,TP
,,2026-02-25T21:19:00Z,2026-02-25T21:34:00Z,0.02042,0.02048,244.9,,,0.0071816925,0.1436092067,0.0037506435,0.003761664,,,TP
,,2026-02-25T21:32:00Z,2026-02-25T22:19:00Z,0.02039,0.02045,245.3,,,0.007204461,0.1440411967,0.0037512503,0.0037622888,,,TP
,,2026-02-25T21:45:00Z,2026-02-25T21:50:00Z,0.02051,0.02057,243.8,,,0.007116522,0.1423208191,0.0037502535,0.0037612245,,,TP
,,2026-02-25T21:57:00Z,2026-02-25T22:00:00Z,0.02049,0.02055,244.1,,,0.007132602,0.1426061493,0.0037512068,0.0037621913,,,TP
,,2026-02-25T22:02:00Z,2026-02-25T22:04:00Z,0.02054,0.0206,243.5,,,0.0070968075,0.1418938656,0.0037511175,0.003762075,,,TP
,,2026-02-25T22:07:00Z,2026-02-25T22:12:00Z,0.02054,0.0206,243.5,,,0.0070968075,0.1418938656,0.0037511175,0.003762075,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T23:01:00Z,0.02016,0.02022,248.1,,,0.0073722915,0.1473958333,0.003751272,0.0037624365,,,TP
,,2026-02-25T22:52:00Z,2026-02-25T22:57:00Z,0.02019,0.02025,247.7,,,0.007349259,0.1469539376,0.0037507973,0.0037619438,,,TP
,,2026-02-25T23:23:00Z,2026-02-25T23:29:00Z,0.02008,0.02014,249.1,,,0.0074318985,0.1485806773,0.003751446,0.0037626555,,,TP
,,2026-02-25T23:38:00Z,2026-02-25T23:38:00Z,0.01994,0.01999,250.8,,,0.005029167,0.1005641926,0.003750714,0.003760119,,,TP
,,2026-02-25T23:39:00Z,2026-02-25T23:52:00Z,0.01982,0.01987,252.3,,,0.0051046598,0.1020812311,0.0037504395,0.0037599008,,,TP
,,2026-02-25T23:41:00Z,2026-02-25T23:52:00Z,0.01979,0.01984,252.7,,,0.0051241242,0.1024633653,0.0037506998,0.003760176,,,TP
,,2026-02-25T23:42:00Z,2026-02-25T23:52:00Z,0.01974,0.01979,253.3,,,0.0051552883,0.1031028369,0.0037501065,0.0037596053,,,TP
,,2026-02-25T23:47:00Z,2026-02-25T23:52:00Z,0.01976,0.01981,253.1,,,0.0051436247,0.1028466599,0.003750942,0.0037604333,,,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 ZKUSDT?
Did it beat Buy & Hold of ZKUSDT?
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 ZKUSDT (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: 7,868.12 USDT
P&L: -2,131.88 USDT (-21.32%)
Result: LOSS
Completed trades: 156193
Open orders at end: 784
Win rate: 100.0%
Avg. profit/trade: 0.005375 USDT
Best trade: 0.007469 USDT
Worst trade: 0.004977 USDT
Total profit (trades only): 839.598681 USDT
Max drawdown: -26.25%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.52
Total fees: 1,174.05 USDT
Avg hold time: 16.0h
TP / SL / TSL: 156193 / 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: 1477.8s
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":"ZKUSDT","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.1,"stopLoss":false,"tickSize":0.00001,"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": "ZKUSDT LongTimeLong Backtest",
"alternateName": "ZKUSDT-3LongTimeLong.json-cf5c9633-eee1-4261-8199-c3fb988c660c",
"description": "Backtest of the LongTimeLong strategy on ZKUSDT: -21.32% return over 2024-04-24 to 2026-02-25.",
"identifier": "cf5c9633-eee1-4261-8199-c3fb988c660c",
"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": [
"ZKUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "ZKUSDT",
"description": "Trading pair: ZKUSDT"
},
{
"@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": -21.3188,
"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": 839.59868056,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 7868.11874214,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 156193,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 784,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.00746853,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00497657,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00537539,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 1477.77,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -13.212399093491477,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -26.254970084306155,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -2737.466710643199,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 420,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -0.5171418602311025,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.5982925601010546,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 22.505169662750482,
"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": 618,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Equity Samples",
"value": 619,
"unitText": "points",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Expectancy per Trade",
"value": 0.006070939923000003,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.006070939923000003,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.00517282185,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.6070939923000003,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7514404793000001,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1002.3463210000009,
"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.13333333333333333,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 2.6759036144578325,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 7063.640836020857,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:13.939Z",
"dateModified": "2026-05-15T13:03:11.287Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:03:11 UTC