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.
EURIUSDT * LongTimeLongMoreProfit
EURIUSDT | 2LongTimeLongMoreProfit.json | 2024-04-24 - 2026-02-25 | +2.02% | 3,278 closed trades | 100.0% closed WR | 187 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 | 234.90 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 35.59 USDT | Buy + sell fees across all trades. |
| Fee Drag | 15.2% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 636.1 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 3,278 | 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 EURIUSDT, 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, fee drag is healthy at 15.2% of gross profit.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="c165cf00-9000-423c-b9ce-76a476aa0ed2" */}
...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 EURIUSDT, 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 LongTimeLongMoreProfit 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 EURIUSDT 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: EURIUSDT 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 2.02% return on EURIUSDT a good backtest result?
Is a 2.02% return on EURIUSDT 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 EURIUSDT backtest?
What is the annualised return for this EURIUSDT backtest?
Can I run this exact LongTimeLongMoreProfit configuration live?
Can I run this exact LongTimeLongMoreProfit configuration live?
How is this backtest different from others on EURIUSDT?
How is this backtest different from others on EURIUSDT?
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 | EURIUSDT |
| Strategy | LongTimeLongMoreProfit |
| 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 | 546.0 days (1.49 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 546.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 | 10,202.06 USDT |
| Avg Profit / Trade | +0.0608 USDT |
| Trades / Month | 148.2 |
| Status | completed |
| Created | 2026-05-08 13:39:13 UTC |
| Started | 2026-05-10 06:23:55 UTC |
| Completed | 2026-05-10 06:32:33 UTC |
| Compute Time | 6m 58s |
| Backtest ID | c165cf00-9000-423c-b9ce-76a476aa0ed2 |
| Engine summary: |
Backtest EURIUSDT (Mode: 2LongTimeLongMoreProfit.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,202.06 USDT
P&L: +202.06 USDT (+2.02%)
Result: PROFIT
Completed trades: 3278
Open orders at end: 187
Win rate: 100.0%
Avg. profit/trade: 0.060802 USDT
Best trade: 0.612197 USDT
Worst trade: 0.010025 USDT
Total profit (trades only): 199.307884 USDT
Max drawdown: -1.06%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.07
Total fees: 35.59 USDT
Avg hold time: 636.1h
TP / SL / TSL: 3278 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 8
Sell targets: [0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 20.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 417.6s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned +2.02% over the tested window | return_pct = 2.0206 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 10,202.06 USDT | final_value - start_balance = +202.06 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 3278 of 3278 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 1.06% | max_drawdown_pct = 1.0608 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = 1.07 | sharpe_annualized = 1.0710 | 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.0001 |
buySplits | 8 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "EURIUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 8,
"buyVolumes": [
20,
10,
10,
10,
10,
25,
10,
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.5,
0.75,
1,
2.5,
5,
10,
20
],
"triggerCoolDown": 1,
"investmentPerBuy": 50,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 20,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
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 | 8 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,10,10,10,10,25,10,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 | 50 | 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 | 20 | 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.5,0.75,1,2.5,5,10,20] | 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.0001 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [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: EURIUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.1
stopLoss: false
tickSize: 0.0001
buySplits: 8
buyVolumes:
- 20
- 10
- 10
- 10
- 10
- 25
- 10
- 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.5
- 0.75
- 1
- 2.5
- 5
- 10
- 20
triggerCoolDown: 1
investmentPerBuy: 50
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 20
order_latency_seconds: 2
trailingStopLossPercentages:
- 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 == "2LongTimeLongMoreProfit.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 | EURIUSDT | 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,206 | ## ####
| #### ##############::##::::
| #::::#::::::::::::::::::::::
| ## ###::::::::::::::::::::::::::::
| #::##:::::::::::::::::::::::::::::::
| ###::::::::::::::::::::::::::::::::::::
|#### :::::::::::::::::::::::::::::::::::::::
|::::##### #:::::::::::::::::::::::::::::::::::::::
|:::::::::##### # ##::::::::::::::::::::::::::::::::::::::::
9,913 |::::::::::::::##:#::::::::::::::::::::::::::::::::::::::::::
+------------------------------------------------------------
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,003.41 USDT @ 2024-09-24 23:59:00 UTC |
| Trough | 9,897.29 USDT @ 2025-01-10 23:59:00 UTC |
| Drawdown Duration | 108.0 days |
| Recovery | 2025-03-05 23:59:00 UTC (54.0 days to recover) |
| All-time Peak | 10,222.45 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) | 8,834.79 | 8,834.79 | 86.6% |
| EURI | 1,157.90000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 1,367.26 | 13.4% |
| Total | - | 10,202.06 | 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) | +20.52 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 | +20.52 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.69 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.71 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 1.40 USDT | buy + sell on matched pairs |
| Open-position buy fees | 34.19 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 187 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 35.59 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 | 173.42% | 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/c165cf00-9000-423c-b9ce-76a476aa0ed2/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.690614 + 0.705990
= 1.396603 USDT
(B) bt.total_fees = 35.591144 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 35.591144 - 1.396603
= 34.194540 USDT
Identity check: (A) + (C) ?= (B)
1.396603 + 34.194540 = 35.591144 USDT
vs bt.total_fees = 35.591144 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 187 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 234.8h | 1810.5h | 7101.8h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-08-28 10:01:00 UTC | 2026-02-25 21:36:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 99 | +20.52 USDT | +2.02% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-09 | 9 | 9 | 100.0% | +0.19 |
| 2024-10 | 3 | 3 | 100.0% | +0.03 |
| 2024-11 | 12 | 12 | 100.0% | +0.12 |
| 2025-03 | 12 | 12 | 100.0% | +1.92 |
| 2025-04 | 16 | 16 | 100.0% | +5.40 |
| 2025-05 | 1 | 1 | 100.0% | +0.04 |
| 2025-06 | 15 | 15 | 100.0% | +8.70 |
| 2025-10 | 2 | 2 | 100.0% | +1.22 |
| 2025-12 | 1 | 1 | 100.0% | +0.61 |
| 2026-01 | 3 | 3 | 100.0% | +1.83 |
| 2026-02 | 25 | 25 | 100.0% | +0.45 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2025-04-11 -> 2025-06-20 | 1.136300 | 1.193200 | +0.6122 | +4.85% |
| 2 | TP | 2024-10-04 -> 2025-04-21 | 1.096200 | 1.151100 | +0.6120 | +4.85% |
| 3 | TP | 2024-11-11 -> 2025-04-10 | 1.068100 | 1.121600 | +0.6119 | +4.86% |
| 4 | TP | 2024-11-21 -> 2025-04-03 | 1.050200 | 1.102800 | +0.6118 | +4.85% |
| 5 | TP | 2025-04-21 -> 2025-06-20 | 1.156800 | 1.214700 | +0.6117 | +4.85% |
| 6 | TP | 2024-10-17 -> 2025-04-11 | 1.086500 | 1.140900 | +0.6117 | +4.85% |
| 7 | TP | 2025-02-03 -> 2025-03-05 | 1.024100 | 1.075400 | +0.6116 | +4.86% |
| 8 | TP | 2025-01-02 -> 2025-03-06 | 1.032600 | 1.084300 | +0.6114 | +4.85% |
| 9 | TP | 2024-11-14 -> 2025-04-03 | 1.058300 | 1.111300 | +0.6113 | +4.85% |
| 10 | TP | 2024-11-06 -> 2025-04-11 | 1.076400 | 1.130300 | +0.6113 | +4.85% |
Top 10 Losers
Top 10 Losers
Charts Catalogue
GET /backtests/{id} + /equity + /trades * Fields used: every chart from the live <AnalyticsCharts> UI, with the exact transform + API fields it consumesX-API-Key.- Equity & Balance
- Trade Analysis
- Risk & Recovery
- Deep Dive
- Advanced
Drawdown
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: computeDrawdown(equity)drawdown).| Stat | Value |
|---|---|
| Shallowest DD | 0.00% @ 2024-08-28 23:59:00 UTC |
| Deepest DD | -1.06% @ 2025-01-10 23:59:00 UTC |
| Mean | -0.21% |
| Std Dev | 0.24% |
| Last | -0.20% |
| Points | 547 |
| Across 547 points the series ranged from -1.06% (2025-01-10 23:59:00 UTC) to 0.00% (2024-08-28 23:59:00 UTC), averaging -0.21%. 0% of points were positive, 91% negative. The most recent value is -0.20%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","drawdown":0},{"timestamp":"2024-09-06T23:59:00+00:00","drawdown":-0.02240249866621441},{"timestamp":"2024-09-16T23:59:00+00:00","drawdown":0},{"timestamp":"2024-09-25T23:59:00+00:00","drawdown":-0.02012098424098485},{"timestamp":"2024-10-04T23:59:00+00:00","drawdown":-0.09835462666028842},{"timestamp":"2024-10-13T23:59:00+00:00","drawdown":-0.09935192109714665},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.2528875753328895},{"timestamp":"2024-11-01T23:59:00+00:00","drawdown":-0.20416708200657363},{"timestamp":"2024-11-10T23:59:00+00:00","drawdown":-0.29185745469025715},{"timestamp":"2024-11-19T23:59:00+00:00","drawdown":-0.4033340635751673},{"timestamp":"2024-11-29T23:59:00+00:00","drawdown":-0.3828255280892086},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":-0.4095108130766182},{"timestamp":"2024-12-17T23:59:00+00:00","drawdown":-0.531297087679901},{"timestamp":"2024-12-26T23:59:00+00:00","drawdown":-0.6435331415930021},{"timestamp":"2025-01-05T23:59:00+00:00","drawdown":-0.8873389022644611},{"timestamp":"2025-01-14T23:59:00+00:00","drawdown":-0.8838579119578274},{"timestamp":"2025-01-23T23:59:00+00:00","drawdown":-0.6259585411992182},{"timestamp":"2025-02-01T23:59:00+00:00","drawdown":-0.8079449455875388},{"timestamp":"2025-02-11T23:59:00+00:00","drawdown":-0.6974284658104487},{"timestamp":"2025-02-20T23:59:00+00:00","drawdown":-0.36443606163725234},{"timestamp":"2025-03-01T23:59:00+00:00","drawdown":-0.6803328008305674},{"timestamp":"2025-03-10T23:59:00+00:00","drawdown":-0.03043520788351585},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-0.11614397304176734},{"timestamp":"2025-03-29T23:59:00+00:00","drawdown":-0.17848836066767154},{"timestamp":"2025-04-07T23:59:00+00:00","drawdown":-0.15539871189997886},{"timestamp":"2025-04-16T23:59:00+00:00","drawdown":0},{"timestamp":"2025-04-26T23:59:00+00:00","drawdown":-0.1632630722066024},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-0.2165880141238459},{"timestamp":"2025-05-14T23:59:00+00:00","drawdown":-0.38536610987248376},{"timestamp":"2025-05-23T23:59:00+00:00","drawdown":-0.1347637722254915},{"timestamp":"2025-06-02T23:59:00+00:00","drawdown":-0.020358994873260705},{"timestamp":"2025-06-11T23:59:00+00:00","drawdown":0},{"timestamp":"2025-06-20T23:59:00+00:00","drawdown":0},{"timestamp":"2025-06-29T23:59:00+00:00","drawdown":0},{"timestamp":"2025-07-09T23:59:00+00:00","drawdown":-0.04298459613982938},{"timestamp":"2025-07-18T23:59:00+00:00","drawdown":-0.10262515122534939},{"timestamp":"2025-07-27T23:59:00+00:00","drawdown":-0.006617650905537732},{"timestamp":"2025-08-05T23:59:00+00:00","drawdown":-0.11786159236372903},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-0.055411290006695084},{"timestamp":"2025-08-24T23:59:00+00:00","drawdown":-0.0509372928427595},{"timestamp":"2025-09-02T23:59:00+00:00","drawdown":-0.11363047485790062},{"timestamp":"2025-09-11T23:59:00+00:00","drawdown":-0.03557167162288498},{"timestamp":"2025-09-21T23:59:00+00:00","drawdown":-0.11112867456453925},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-0.10357008363387481},{"timestamp":"2025-10-09T23:59:00+00:00","drawdown":-0.2620774885071165},{"timestamp":"2025-10-18T23:59:00+00:00","drawdown":-0.06942055464010817},{"timestamp":"2025-10-28T23:59:00+00:00","drawdown":-0.05122802649326247},{"timestamp":"2025-11-06T23:59:00+00:00","drawdown":-0.16796032951709058},{"timestamp":"2025-11-15T23:59:00+00:00","drawdown":-0.11248914103828683},{"timestamp":"2025-11-24T23:59:00+00:00","drawdown":-0.21556331265761836},{"timestamp":"2025-12-04T23:59:00+00:00","drawdown":-0.048041824543152964},{"timestamp":"2025-12-13T23:59:00+00:00","drawdown":-0.009995235024333384},{"timestamp":"2025-12-22T23:59:00+00:00","drawdown":0},{"timestamp":"2025-12-31T23:59:00+00:00","drawdown":-0.012791468721096646},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-0.16752850894763463},{"timestamp":"2026-01-19T23:59:00+00:00","drawdown":-0.16004500734713506},{"timestamp":"2026-01-28T23:59:00+00:00","drawdown":-0.036702278010003093},{"timestamp":"2026-02-06T23:59:00+00:00","drawdown":-0.22864861810863554},{"timestamp":"2026-02-16T23:59:00+00:00","drawdown":-0.16014939826651317},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-0.19952040342472954}]
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 | 79.39 USDT @ 2026-01-27 23:59:00 UTC |
| Worst Unrealized | -114.18 USDT @ 2025-02-02 23:59:00 UTC |
| Mean | 4.66 USDT |
| Std Dev | 43.72 USDT |
| Last | 60.30 USDT |
| Points | 547 |
| Sum | 2,547.65 USDT |
| Across 547 points the series ranged from -114.18 USDT (2025-02-02 23:59:00 UTC) to 79.39 USDT (2026-01-27 23:59:00 UTC), averaging 4.66 USDT. 65% of points were positive, 35% negative. The most recent value is 60.30 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","pnl":-0.4504069125},{"timestamp":"2024-09-06T23:59:00+00:00","pnl":-0.798233435},{"timestamp":"2024-09-16T23:59:00+00:00","pnl":3.1703693025},{"timestamp":"2024-09-25T23:59:00+00:00","pnl":2.3636017725},{"timestamp":"2024-10-04T23:59:00+00:00","pnl":-5.5510003075},{"timestamp":"2024-10-13T23:59:00+00:00","pnl":-5.6720217325},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-21.1993617075},{"timestamp":"2024-11-01T23:59:00+00:00","pnl":-16.7600708175},{"timestamp":"2024-11-10T23:59:00+00:00","pnl":-26.8249058025},{"timestamp":"2024-11-19T23:59:00+00:00","pnl":-42.9184438975},{"timestamp":"2024-11-29T23:59:00+00:00","pnl":-41.92558031},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":-45.56488625},{"timestamp":"2024-12-17T23:59:00+00:00","pnl":-58.3383995575},{"timestamp":"2024-12-26T23:59:00+00:00","pnl":-69.80869947},{"timestamp":"2025-01-05T23:59:00+00:00","pnl":-95.6250372075},{"timestamp":"2025-01-14T23:59:00+00:00","pnl":-95.98066133},{"timestamp":"2025-01-23T23:59:00+00:00","pnl":-72.458724285},{"timestamp":"2025-02-01T23:59:00+00:00","pnl":-91.9109982675},{"timestamp":"2025-02-11T23:59:00+00:00","pnl":-82.4053398975},{"timestamp":"2025-02-20T23:59:00+00:00","pnl":-50.6349803825},{"timestamp":"2025-03-01T23:59:00+00:00","pnl":-82.7274510175},{"timestamp":"2025-03-10T23:59:00+00:00","pnl":0.5935863175},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":0.4910763425},{"timestamp":"2025-03-29T23:59:00+00:00","pnl":-6.037888575},{"timestamp":"2025-04-07T23:59:00+00:00","pnl":3.8815859575},{"timestamp":"2025-04-16T23:59:00+00:00","pnl":29.6043326},{"timestamp":"2025-04-26T23:59:00+00:00","pnl":15.51274176},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":9.8418927875},{"timestamp":"2025-05-14T23:59:00+00:00","pnl":-7.57755476},{"timestamp":"2025-05-23T23:59:00+00:00","pnl":16.5093144975},{"timestamp":"2025-06-02T23:59:00+00:00","pnl":26.5100958725},{"timestamp":"2025-06-11T23:59:00+00:00","pnl":31.7097308675},{"timestamp":"2025-06-20T23:59:00+00:00","pnl":9.396454855},{"timestamp":"2025-06-29T23:59:00+00:00","pnl":16.2919013925},{"timestamp":"2025-07-09T23:59:00+00:00","pnl":16.59032989},{"timestamp":"2025-07-18T23:59:00+00:00","pnl":15.53567692},{"timestamp":"2025-07-27T23:59:00+00:00","pnl":27.4730470675},{"timestamp":"2025-08-05T23:59:00+00:00","pnl":15.56301851},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":28.7012575475},{"timestamp":"2025-08-24T23:59:00+00:00","pnl":34.06360527},{"timestamp":"2025-09-02T23:59:00+00:00","pnl":28.402056635},{"timestamp":"2025-09-11T23:59:00+00:00","pnl":38.318517895},{"timestamp":"2025-09-21T23:59:00+00:00","pnl":39.1196772925},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":41.59757071},{"timestamp":"2025-10-09T23:59:00+00:00","pnl":28.25084779},{"timestamp":"2025-10-18T23:59:00+00:00","pnl":41.8992074575},{"timestamp":"2025-10-28T23:59:00+00:00","pnl":43.808277535},{"timestamp":"2025-11-06T23:59:00+00:00","pnl":31.859438135},{"timestamp":"2025-11-15T23:59:00+00:00","pnl":37.014783565},{"timestamp":"2025-11-24T23:59:00+00:00","pnl":26.45717242},{"timestamp":"2025-12-04T23:59:00+00:00","pnl":42.9304185175},{"timestamp":"2025-12-13T23:59:00+00:00","pnl":52.85860631},{"timestamp":"2025-12-22T23:59:00+00:00","pnl":57.36563117},{"timestamp":"2025-12-31T23:59:00+00:00","pnl":59.8863713},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":44.414902385},{"timestamp":"2026-01-19T23:59:00+00:00","pnl":45.4783678325},{"timestamp":"2026-01-28T23:59:00+00:00","pnl":75.5789355125},{"timestamp":"2026-02-06T23:59:00+00:00","pnl":55.825818225},{"timestamp":"2026-02-16T23:59:00+00:00","pnl":64.15708565},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":60.2981022125}]
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,222.45 USDT @ 2026-01-27 23:59:00 UTC |
| Trough Total Equity | 9,897.29 USDT @ 2025-01-10 23:59:00 UTC |
| Mean | 10,083.23 USDT |
| Std Dev | 98.20 USDT |
| Last | 10,202.06 USDT |
| Points | 547 |
| Sum | 5,515,526.09 USDT |
| Across 547 points the series ranged from 9,897.29 USDT (2025-01-10 23:59:00 UTC) to 10,222.45 USDT (2026-01-27 23:59:00 UTC), averaging 10,083.23 USDT. 100% of points were positive, 0% negative. The most recent value is 10,202.06 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","quote":9808.66264108,"base":190.78613300250072,"total":9999.4487740825},{"timestamp":"2024-09-06T23:59:00+00:00","quote":9625.540424855,"base":372.70326274999934,"total":9998.243687605},{"timestamp":"2024-09-16T23:59:00+00:00","quote":9660.4402752875,"base":341.3042696700013,"total":10001.7445449575},{"timestamp":"2024-09-25T23:59:00+00:00","quote":9608.6503919,"base":392.7461792799986,"total":10001.39657118},{"timestamp":"2024-10-04T23:59:00+00:00","quote":9346.084118975,"base":647.4864206999991,"total":9993.570539675},{"timestamp":"2024-10-13T23:59:00+00:00","quote":9260.44391901,"base":733.0268572200002,"total":9993.47077623},{"timestamp":"2024-10-23T23:59:00+00:00","quote":8816.576561645,"base":1161.5354145849997,"total":9978.11197623},{"timestamp":"2024-11-01T23:59:00+00:00","quote":8844.8395369175,"base":1138.1461497,"total":9982.9856866175},{"timestamp":"2024-11-10T23:59:00+00:00","quote":8543.4863305575,"base":1430.7273291149995,"total":9974.2136596725},{"timestamp":"2024-11-19T23:59:00+00:00","quote":8271.097024475,"base":1691.9651736750002,"total":9963.06219815},{"timestamp":"2024-11-29T23:59:00+00:00","quote":8083.4883491675,"base":1881.6254017399997,"total":9965.1137509075},{"timestamp":"2024-12-08T23:59:00+00:00","quote":8109.7132238725,"base":1852.7310887400008,"total":9962.4443126125},{"timestamp":"2024-12-17T23:59:00+00:00","quote":8044.75023915,"base":1905.511293874999,"total":9950.261533025},{"timestamp":"2024-12-26T23:59:00+00:00","quote":7759.860537985,"base":2179.1735631225,"total":9939.0341011075},{"timestamp":"2025-01-05T23:59:00+00:00","quote":7576.9784088625,"base":2337.666803972499,"total":9914.645212835},{"timestamp":"2025-01-14T23:59:00+00:00","quote":7361.415011825,"base":2553.5784187200006,"total":9914.993430545},{"timestamp":"2025-01-23T23:59:00+00:00","quote":7570.4195141475,"base":2370.3726461800006,"total":9940.7921603275},{"timestamp":"2025-02-01T23:59:00+00:00","quote":7516.010882365,"base":2406.5764329599997,"total":9922.587315325},{"timestamp":"2025-02-11T23:59:00+00:00","quote":7444.3826575175,"base":2489.260073685001,"total":9933.6427312025},{"timestamp":"2025-02-20T23:59:00+00:00","quote":7653.0728873774,"base":2313.8804371376,"total":9966.953324515},{"timestamp":"2025-03-01T23:59:00+00:00","quote":7491.9796359149,"base":2443.3732446376,"total":9935.3528805525},{"timestamp":"2025-03-10T23:59:00+00:00","quote":8352.4694820875,"base":1679.6980809000015,"total":10032.1675629875},{"timestamp":"2025-03-20T23:59:00+00:00","quote":8412.2069284525,"base":1623.6135458725003,"total":10035.820474325},{"timestamp":"2025-03-29T23:59:00+00:00","quote":8295.755035235,"base":1733.8013929599983,"total":10029.556428195},{"timestamp":"2025-04-07T23:59:00+00:00","quote":8628.1625546749,"base":1420.4612344649995,"total":10048.6237891399},{"timestamp":"2025-04-16T23:59:00+00:00","quote":8954.2944352824,"base":1146.5020280874996,"total":10100.7964633699},{"timestamp":"2025-04-26T23:59:00+00:00","quote":8760.413449165,"base":1334.9219670674993,"total":10095.3354162325},{"timestamp":"2025-05-05T23:59:00+00:00","quote":8705.05532667,"base":1384.8879544499996,"total":10089.94328112},{"timestamp":"2025-05-14T23:59:00+00:00","quote":8453.013711925,"base":1619.862990900001,"total":10072.876702825},{"timestamp":"2025-05-23T23:59:00+00:00","quote":8681.3592121675,"base":1416.8580089125007,"total":10098.21722108},{"timestamp":"2025-06-02T23:59:00+00:00","quote":8814.3851836275,"base":1295.4004704374984,"total":10109.785654065},{"timestamp":"2025-06-11T23:59:00+00:00","quote":8936.40195886,"base":1179.655074639999,"total":10116.0570335},{"timestamp":"2025-06-20T23:59:00+00:00","quote":9973.93529899,"base":183.49803317999977,"total":10157.43333217},{"timestamp":"2025-06-29T23:59:00+00:00","quote":9550.489617025,"base":613.8519055200013,"total":10164.341522545},{"timestamp":"2025-07-09T23:59:00+00:00","quote":9336.8807884025,"base":826.415223375001,"total":10163.2960117775},{"timestamp":"2025-07-18T23:59:00+00:00","quote":9205.6817573125,"base":951.5502016999999,"total":10157.2319590125},{"timestamp":"2025-07-27T23:59:00+00:00","quote":9345.056362945,"base":822.2077213699995,"total":10167.264084315},{"timestamp":"2025-08-05T23:59:00+00:00","quote":9070.31014365,"base":1085.6427268224998,"total":10155.9528704725},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9230.0710528375,"base":936.4409821200006,"total":10166.5120349575},{"timestamp":"2025-08-24T23:59:00+00:00","quote":9298.42036061,"base":871.3883681999996,"total":10169.80872881},{"timestamp":"2025-09-02T23:59:00+00:00","quote":9181.770959465,"base":981.6587433449004,"total":10163.4297028099},{"timestamp":"2025-09-11T23:59:00+00:00","quote":9235.1997358025,"base":936.1724436749992,"total":10171.3721794775},{"timestamp":"2025-09-21T23:59:00+00:00","quote":9133.20463147,"base":1036.4464017599003,"total":10169.6510332299},{"timestamp":"2025-09-30T23:59:00+00:00","quote":9081.1251255,"base":1089.295445227399,"total":10170.4205707274},{"timestamp":"2025-10-09T23:59:00+00:00","quote":8921.5607029475,"base":1232.722284359901,"total":10154.2829873074},{"timestamp":"2025-10-18T23:59:00+00:00","quote":8726.178788765,"base":1452.5347812499986,"total":10178.713570015},{"timestamp":"2025-10-28T23:59:00+00:00","quote":8700.5714212675,"base":1479.9952004775005,"total":10180.566621745},{"timestamp":"2025-11-06T23:59:00+00:00","quote":8568.9317299275,"base":1599.744790875,"total":10168.6765208025},{"timestamp":"2025-11-15T23:59:00+00:00","quote":8670.609730775,"base":1503.7169658000003,"total":10174.326696575},{"timestamp":"2025-11-24T23:59:00+00:00","quote":8559.3382937975,"base":1604.4894896799997,"total":10163.8277834775},{"timestamp":"2025-12-04T23:59:00+00:00","quote":8711.7952103625,"base":1469.0959510500015,"total":10180.8911614125},{"timestamp":"2025-12-13T23:59:00+00:00","quote":8871.80006576,"base":1320.1912134249997,"total":10191.991279185},{"timestamp":"2025-12-22T23:59:00+00:00","quote":8942.5532386725,"base":1254.1598341298995,"total":10196.7130728024},{"timestamp":"2025-12-31T23:59:00+00:00","quote":8987.4707731675,"base":1211.3258637199997,"total":10198.7966368875},{"timestamp":"2026-01-10T23:59:00+00:00","quote":8846.3448357025,"base":1336.6684662099997,"total":10183.0133019125},{"timestamp":"2026-01-19T23:59:00+00:00","quote":8780.093828925,"base":1403.6827977374996,"total":10183.7766266625},{"timestamp":"2026-01-28T23:59:00+00:00","quote":9124.5056404525,"base":1094.1968564098988,"total":10218.7024968624},{"timestamp":"2026-02-06T23:59:00+00:00","quote":8886.9217678,"base":1312.1591020300002,"total":10199.08086983},{"timestamp":"2026-02-16T23:59:00+00:00","quote":8931.08648656,"base":1274.9966847625,"total":10206.0831713225},{"timestamp":"2026-02-25T23:59:00+00:00","quote":8834.7942761075,"base":1367.2642121775007,"total":10202.058488285}]
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 | 26.09% @ 2025-01-13 23:59:00 UTC |
| Min Exposure | 1.81% @ 2025-06-20 23:59:00 UTC |
| Mean | 13.62% |
| Std Dev | 5.49% |
| Last | 13.40% |
| Points | 547 |
| Across 547 points the series ranged from 1.81% (2025-06-20 23:59:00 UTC) to 26.09% (2025-01-13 23:59:00 UTC), averaging 13.62%. 100% of points were positive, 0% negative. The most recent value is 13.40%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","exposure":1.907966502083574},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":3.7276873258455003},{"timestamp":"2024-09-16T23:59:00+00:00","exposure":3.4124473799130763},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":3.9269133713959015},{"timestamp":"2024-10-04T23:59:00+00:00","exposure":6.4790298735516405},{"timestamp":"2024-10-13T23:59:00+00:00","exposure":7.335057795571319},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.640833630169974},{"timestamp":"2024-11-01T23:59:00+00:00","exposure":11.4008592762556},{"timestamp":"2024-11-10T23:59:00+00:00","exposure":14.344261893042074},{"timestamp":"2024-11-19T23:59:00+00:00","exposure":16.98238091888229},{"timestamp":"2024-11-29T23:59:00+00:00","exposure":18.88212667485752},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":18.59715377675371},{"timestamp":"2024-12-17T23:59:00+00:00","exposure":19.150363913054864},{"timestamp":"2024-12-26T23:59:00+00:00","exposure":21.925405838779408},{"timestamp":"2025-01-05T23:59:00+00:00","exposure":23.577916847153276},{"timestamp":"2025-01-14T23:59:00+00:00","exposure":25.754716194296435},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":23.844907004895155},{"timestamp":"2025-02-01T23:59:00+00:00","exposure":24.253517318443226},{"timestamp":"2025-02-11T23:59:00+00:00","exposure":25.05888465130724},{"timestamp":"2025-02-20T23:59:00+00:00","exposure":23.215523960028133},{"timestamp":"2025-03-01T23:59:00+00:00","exposure":24.592717279526813},{"timestamp":"2025-03-10T23:59:00+00:00","exposure":16.743122264993353},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":16.178184434708143},{"timestamp":"2025-03-29T23:59:00+00:00","exposure":17.286919968723158},{"timestamp":"2025-04-07T23:59:00+00:00","exposure":14.135878347840727},{"timestamp":"2025-04-16T23:59:00+00:00","exposure":11.350610144905302},{"timestamp":"2025-04-26T23:59:00+00:00","exposure":13.223156161023145},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":13.725428536762546},{"timestamp":"2025-05-14T23:59:00+00:00","exposure":16.081433722361563},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":14.030773728602448},{"timestamp":"2025-06-02T23:59:00+00:00","exposure":12.81333269332606},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":11.661214154225231},{"timestamp":"2025-06-20T23:59:00+00:00","exposure":1.8065393803652745},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":6.0392687923605095},{"timestamp":"2025-07-09T23:59:00+00:00","exposure":8.131370201333592},{"timestamp":"2025-07-18T23:59:00+00:00","exposure":9.368203911654202},{"timestamp":"2025-07-27T23:59:00+00:00","exposure":8.086813862132452},{"timestamp":"2025-08-05T23:59:00+00:00","exposure":10.689718046830507},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":9.211035002959255},{"timestamp":"2025-08-24T23:59:00+00:00","exposure":8.568385025093422},{"timestamp":"2025-09-02T23:59:00+00:00","exposure":9.65873501416062},{"timestamp":"2025-09-11T23:59:00+00:00","exposure":9.20399359256452},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":10.191563096641703},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":10.71042674835512},{"timestamp":"2025-10-09T23:59:00+00:00","exposure":12.139924462424114},{"timestamp":"2025-10-18T23:59:00+00:00","exposure":14.27031786736738},{"timestamp":"2025-10-28T23:59:00+00:00","exposure":14.537454107086054},{"timestamp":"2025-11-06T23:59:00+00:00","exposure":15.732084579564834},{"timestamp":"2025-11-15T23:59:00+00:00","exposure":14.779523113860682},{"timestamp":"2025-11-24T23:59:00+00:00","exposure":15.786271903271388},{"timestamp":"2025-12-04T23:59:00+00:00","exposure":14.42993474498728},{"timestamp":"2025-12-13T23:59:00+00:00","exposure":12.95322157625088},{"timestamp":"2025-12-22T23:59:00+00:00","exposure":12.299648182462922},{"timestamp":"2025-12-31T23:59:00+00:00","exposure":11.877144989231551},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":13.126453109503021},{"timestamp":"2026-01-19T23:59:00+00:00","exposure":13.78351911276676},{"timestamp":"2026-01-28T23:59:00+00:00","exposure":10.707786597622022},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":12.86546423915032},{"timestamp":"2026-02-16T23:59:00+00:00","exposure":12.49251709358044},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":13.40184643861361}]
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 | 40.04 USDT @ 2025-06-20 23:59:00 UTC |
| Worst Day | -27.55 USDT @ 2024-12-18 23:59:00 UTC |
| Mean | 0.3711 USDT |
| Std Dev | 6.61 USDT |
| Last | 5.36 USDT |
| Points | 546 |
| Sum | 202.61 USDT |
| Across 546 points the series ranged from -27.55 USDT (2024-12-18 23:59:00 UTC) to 40.04 USDT (2025-06-20 23:59:00 UTC), averaging 0.3711 USDT. 50% of points were positive, 50% negative. The most recent value is 5.36 USDT. | |
| Showing 60 of 546 points (down-sampled for readability). |
[{"timestamp":"2024-08-29T23:59:00+00:00","delta":-0.8694061075002537},{"timestamp":"2024-09-07T23:59:00+00:00","delta":0.4390704500001448},{"timestamp":"2024-09-16T23:59:00+00:00","delta":1.7779036550000455},{"timestamp":"2024-09-26T23:59:00+00:00","delta":1.4511667200004013},{"timestamp":"2024-10-05T23:59:00+00:00","delta":0.4133897249994334},{"timestamp":"2024-10-14T23:59:00+00:00","delta":-2.558510054999715},{"timestamp":"2024-10-23T23:59:00+00:00","delta":-1.5084831349995511},{"timestamp":"2024-11-02T23:59:00+00:00","delta":-2.8872777249998762},{"timestamp":"2024-11-11T23:59:00+00:00","delta":5.664926182500494},{"timestamp":"2024-11-20T23:59:00+00:00","delta":-5.7541688950004755},{"timestamp":"2024-11-29T23:59:00+00:00","delta":5.58519292749952},{"timestamp":"2024-12-09T23:59:00+00:00","delta":-4.616842937501133},{"timestamp":"2024-12-18T23:59:00+00:00","delta":-27.550812929999665},{"timestamp":"2024-12-27T23:59:00+00:00","delta":0.22725942750003014},{"timestamp":"2025-01-05T23:59:00+00:00","delta":-2.494357827501517},{"timestamp":"2025-01-15T23:59:00+00:00","delta":8.025543042498612},{"timestamp":"2025-01-24T23:59:00+00:00","delta":19.21213245999934},{"timestamp":"2025-02-02T23:59:00+00:00","delta":-22.231816284998786},{"timestamp":"2025-02-11T23:59:00+00:00","delta":15.909858650000388},{"timestamp":"2025-02-21T23:59:00+00:00","delta":-10.384792322500289},{"timestamp":"2025-03-02T23:59:00+00:00","delta":9.980373812499238},{"timestamp":"2025-03-11T23:59:00+00:00","delta":11.525530847498885},{"timestamp":"2025-03-20T23:59:00+00:00","delta":-7.24559969999973},{"timestamp":"2025-03-29T23:59:00+00:00","delta":-1.763296535000336},{"timestamp":"2025-04-08T23:59:00+00:00","delta":9.463954945000296},{"timestamp":"2025-04-17T23:59:00+00:00","delta":-2.6035241025001596},{"timestamp":"2025-04-26T23:59:00+00:00","delta":0.1175417774993548},{"timestamp":"2025-05-05T23:59:00+00:00","delta":-0.24874927000018943},{"timestamp":"2025-05-15T23:59:00+00:00","delta":0.9879633375003323},{"timestamp":"2025-05-24T23:59:00+00:00","delta":-1.3723199875003047},{"timestamp":"2025-06-02T23:59:00+00:00","delta":12.854062217498722},{"timestamp":"2025-06-11T23:59:00+00:00","delta":7.087680249998812},{"timestamp":"2025-06-21T23:59:00+00:00","delta":0.031896059999780846},{"timestamp":"2025-06-30T23:59:00+00:00","delta":2.675107612498323},{"timestamp":"2025-07-09T23:59:00+00:00","delta":0.9251556125000207},{"timestamp":"2025-07-18T23:59:00+00:00","delta":0.775707782500831},{"timestamp":"2025-07-28T23:59:00+00:00","delta":-11.34161198000038},{"timestamp":"2025-08-06T23:59:00+00:00","delta":6.873111847500695},{"timestamp":"2025-08-15T23:59:00+00:00","delta":3.9084497725016263},{"timestamp":"2025-08-24T23:59:00+00:00","delta":-4.673927255000308},{"timestamp":"2025-09-02T23:59:00+00:00","delta":-6.290773390099275},{"timestamp":"2025-09-12T23:59:00+00:00","delta":0.8083347650008363},{"timestamp":"2025-09-21T23:59:00+00:00","delta":0.08837366999978258},{"timestamp":"2025-09-30T23:59:00+00:00","delta":0.8694074550003279},{"timestamp":"2025-10-09T23:59:00+00:00","delta":-6.678408882498843},{"timestamp":"2025-10-19T23:59:00+00:00","delta":1.6237812500003201},{"timestamp":"2025-10-28T23:59:00+00:00","delta":-0.8863247575009154},{"timestamp":"2025-11-06T23:59:00+00:00","delta":8.429922812500081},{"timestamp":"2025-11-15T23:59:00+00:00","delta":-3.8922785999984626},{"timestamp":"2025-11-25T23:59:00+00:00","delta":6.1313988775000325},{"timestamp":"2025-12-04T23:59:00+00:00","delta":-3.015856409998378},{"timestamp":"2025-12-13T23:59:00+00:00","delta":0.11261547499998414},{"timestamp":"2025-12-22T23:59:00+00:00","delta":5.186077522499545},{"timestamp":"2026-01-01T23:59:00+00:00","delta":-1.6557216450000851},{"timestamp":"2026-01-10T23:59:00+00:00","delta":-0.6891227699998126},{"timestamp":"2026-01-19T23:59:00+00:00","delta":2.5121189175006293},{"timestamp":"2026-01-28T23:59:00+00:00","delta":-3.75187362250108},{"timestamp":"2026-02-07T23:59:00+00:00","delta":-0.6757635700014362},{"timestamp":"2026-02-16T23:59:00+00:00","delta":-1.183042052500241},{"timestamp":"2026-02-25T23:59:00+00:00","delta":5.3571691074994305}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 0.96% @ 2025-03 |
| Worst Month | -0.32% @ 2024-12 |
| Mean | 0.11% |
| Std Dev | 0.32% |
| Last | -0.03% |
| Points | 19 |
| Across 19 points the series ranged from -0.32% (2024-12) to 0.96% (2025-03), averaging 0.11%. 58% of points were positive, 42% negative. The most recent value is -0.03%. | |
| Full series - 19 points. |
[
{
"month": "2024-08",
"returnPct": -0.012821515905185097
},
{
"month": "2024-09",
"returnPct": 0.041433396826767256
},
{
"month": "2024-10",
"returnPct": -0.10151898054062646
},
{
"month": "2024-11",
"returnPct": -0.1662091588465643
},
{
"month": "2024-12",
"returnPct": -0.32180333515883053
},
{
"month": "2025-01",
"returnPct": -0.002815398585742934
},
{
"month": "2025-02",
"returnPct": 0.1691264889055961
},
{
"month": "2025-03",
"returnPct": 0.959417445394246
},
{
"month": "2025-04",
"returnPct": 0.6351769974249577
},
{
"month": "2025-05",
"returnPct": 0.05789013339537395
},
{
"month": "2025-06",
"returnPct": 0.6941221466389553
},
{
"month": "2025-07",
"returnPct": -0.2802822907230757
},
{
"month": "2025-08",
"returnPct": 0.11796737208233993
},
{
"month": "2025-09",
"returnPct": 0.006884107867446627
},
{
"month": "2025-10",
"returnPct": -0.029027069167091014
},
{
"month": "2025-11",
"returnPct": 0.0578828586638085
},
{
"month": "2025-12",
"returnPct": 0.223238159089116
},
{
"month": "2026-01",
"returnPct": 0.051282377172831704
},
{
"month": "2026-02",
"returnPct": -0.03404075240906325
}
]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 199.31 USDT @ 2026-02-25 |
| Trough Cum. | 0.0102 USDT @ 2024-08-28 |
| Mean | 97.22 USDT |
| Std Dev | 76.07 USDT |
| Last | 199.31 USDT |
| Points | 547 |
| Sum | 53,176.66 USDT |
| Across 547 points the series ranged from 0.0102 USDT (2024-08-28) to 199.31 USDT (2026-02-25), averaging 97.22 USDT. 100% of points were positive, 0% negative. The most recent value is 199.31 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28","cumProfit":0.010204},{"timestamp":"2024-09-06","cumProfit":0.592022},{"timestamp":"2024-09-16","cumProfit":0.8994780000000001},{"timestamp":"2024-09-25","cumProfit":1.5804280000000004},{"timestamp":"2024-10-04","cumProfit":1.6689990000000003},{"timestamp":"2024-10-13","cumProfit":1.6902570000000003},{"timestamp":"2024-10-23","cumProfit":1.8587970000000003},{"timestamp":"2024-11-01","cumProfit":2.293218000000001},{"timestamp":"2024-11-10","cumProfit":3.5860260000000013},{"timestamp":"2024-11-19","cumProfit":8.528104000000003},{"timestamp":"2024-11-29","cumProfit":9.586793000000002},{"timestamp":"2024-12-08","cumProfit":10.556661000000004},{"timestamp":"2024-12-17","cumProfit":11.147396000000004},{"timestamp":"2024-12-26","cumProfit":11.390265000000003},{"timestamp":"2025-01-05","cumProfit":12.817716000000003},{"timestamp":"2025-01-14","cumProfit":13.521558000000002},{"timestamp":"2025-01-23","cumProfit":15.798351},{"timestamp":"2025-02-01","cumProfit":17.045779},{"timestamp":"2025-02-11","cumProfit":18.595536999999997},{"timestamp":"2025-02-20","cumProfit":20.135771},{"timestamp":"2025-03-01","cumProfit":20.627798000000002},{"timestamp":"2025-03-10","cumProfit":34.121442},{"timestamp":"2025-03-20","cumProfit":37.876863000000014},{"timestamp":"2025-03-29","cumProfit":38.14178200000001},{"timestamp":"2025-04-07","cumProfit":49.38878100000001},{"timestamp":"2025-04-16","cumProfit":77.827139},{"timestamp":"2025-04-26","cumProfit":86.457682},{"timestamp":"2025-05-05","cumProfit":86.736396},{"timestamp":"2025-05-14","cumProfit":87.42231500000001},{"timestamp":"2025-05-23","cumProfit":88.675963},{"timestamp":"2025-06-02","cumProfit":90.24361400000001},{"timestamp":"2025-06-11","cumProfit":91.315358},{"timestamp":"2025-06-20","cumProfit":155.00493400000002},{"timestamp":"2025-06-29","cumProfit":156.41988700000005},{"timestamp":"2025-07-09","cumProfit":157.53599100000005},{"timestamp":"2025-07-18","cumProfit":158.85573500000007},{"timestamp":"2025-07-27","cumProfit":159.52177600000007},{"timestamp":"2025-08-05","cumProfit":160.12059100000005},{"timestamp":"2025-08-15","cumProfit":162.44610400000005},{"timestamp":"2025-08-24","cumProfit":163.18548200000006},{"timestamp":"2025-09-02","cumProfit":163.63406900000007},{"timestamp":"2025-09-11","cumProfit":164.11375300000006},{"timestamp":"2025-09-21","cumProfit":165.82253800000004},{"timestamp":"2025-09-30","cumProfit":166.10375300000004},{"timestamp":"2025-10-09","cumProfit":166.71250100000003},{"timestamp":"2025-10-18","cumProfit":178.9710010000001},{"timestamp":"2025-10-28","cumProfit":179.0314290000001},{"timestamp":"2025-11-06","cumProfit":179.0901680000001},{"timestamp":"2025-11-15","cumProfit":179.5849990000001},{"timestamp":"2025-11-24","cumProfit":179.6436980000001},{"timestamp":"2025-12-04","cumProfit":180.35033600000006},{"timestamp":"2025-12-13","cumProfit":183.03948300000005},{"timestamp":"2025-12-22","cumProfit":184.77744300000003},{"timestamp":"2025-12-31","cumProfit":185.04445500000003},{"timestamp":"2026-01-10","cumProfit":185.08305200000004},{"timestamp":"2026-01-19","cumProfit":185.13266300000004},{"timestamp":"2026-01-28","cumProfit":198.54422000000002},{"timestamp":"2026-02-06","cumProfit":198.67571},{"timestamp":"2026-02-16","cumProfit":199.238271},{"timestamp":"2026-02-25","cumProfit":199.307888}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 57.64 USDT @ 2025-06-20 |
| Worst Day | 0.0000 USDT @ 2024-08-30 |
| Mean | 0.3644 USDT |
| Std Dev | 2.74 USDT |
| Last | 0.0105 USDT |
| Points | 547 |
| Sum | 199.31 USDT |
| Across 547 points the series ranged from 0.0000 USDT (2024-08-30) to 57.64 USDT (2025-06-20), averaging 0.3644 USDT. 61% of points were positive, 0% negative. The most recent value is 0.0105 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"day":"2024-08-28","profit":0.010204},{"day":"2024-09-06","profit":0.345619},{"day":"2024-09-16","profit":0.23012},{"day":"2024-09-25","profit":0.190202},{"day":"2024-10-04","profit":0},{"day":"2024-10-13","profit":0},{"day":"2024-10-23","profit":0},{"day":"2024-11-01","profit":0.205973},{"day":"2024-11-10","profit":0.286586},{"day":"2024-11-19","profit":0.010607},{"day":"2024-11-29","profit":0.122804},{"day":"2024-12-08","profit":0.038963},{"day":"2024-12-17","profit":0},{"day":"2024-12-26","profit":0.011033},{"day":"2025-01-05","profit":0},{"day":"2025-01-14","profit":0.17815},{"day":"2025-01-23","profit":0.021103},{"day":"2025-02-01","profit":0},{"day":"2025-02-11","profit":0.107232},{"day":"2025-02-20","profit":0.097107},{"day":"2025-03-01","profit":0},{"day":"2025-03-10","profit":0.032745},{"day":"2025-03-20","profit":0},{"day":"2025-03-29","profit":0},{"day":"2025-04-07","profit":0.41802},{"day":"2025-04-16","profit":0.292306},{"day":"2025-04-26","profit":0},{"day":"2025-05-05","profit":0.03939},{"day":"2025-05-14","profit":0.279138},{"day":"2025-05-23","profit":0.159462},{"day":"2025-06-02","profit":0.677395},{"day":"2025-06-11","profit":0.473618},{"day":"2025-06-20","profit":57.635967},{"day":"2025-06-29","profit":0.010568},{"day":"2025-07-09","profit":0.010565},{"day":"2025-07-18","profit":0.046634},{"day":"2025-07-27","profit":0.010526},{"day":"2025-08-05","profit":0.010157},{"day":"2025-08-15","profit":0.049268},{"day":"2025-08-24","profit":0},{"day":"2025-09-02","profit":0.02155},{"day":"2025-09-11","profit":0.021155},{"day":"2025-09-21","profit":0},{"day":"2025-09-30","profit":0.040122},{"day":"2025-10-09","profit":0},{"day":"2025-10-18","profit":0},{"day":"2025-10-28","profit":0.010911},{"day":"2025-11-06","profit":0.048658},{"day":"2025-11-15","profit":0},{"day":"2025-11-24","profit":0.020525},{"day":"2025-12-04","profit":0.073975},{"day":"2025-12-13","profit":0},{"day":"2025-12-22","profit":0.021059},{"day":"2025-12-31","profit":0.020969},{"day":"2026-01-10","profit":0},{"day":"2026-01-19","profit":0.010937},{"day":"2026-01-28","profit":0.058153},{"day":"2026-02-06","profit":0.02092},{"day":"2026-02-16","profit":0},{"day":"2026-02-25","profit":0.010459}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 182 trades @ 2025-10-10 |
| Quietest Day | 0 trades @ 2024-08-30 |
| Mean | 6 trades |
| Std Dev | 15 trades |
| Last | 1 trades |
| Points | 547 |
| Sum | 3278 trades |
| Across 547 points the series ranged from 0 trades (2024-08-30) to 182 trades (2025-10-10), averaging 6 trades. The most recent value is 1 trades. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"day":"2024-08-28","count":1},{"day":"2024-09-06","count":15},{"day":"2024-09-16","count":11},{"day":"2024-09-25","count":8},{"day":"2024-10-04","count":0},{"day":"2024-10-13","count":0},{"day":"2024-10-23","count":0},{"day":"2024-11-01","count":8},{"day":"2024-11-10","count":18},{"day":"2024-11-19","count":1},{"day":"2024-11-29","count":6},{"day":"2024-12-08","count":3},{"day":"2024-12-17","count":0},{"day":"2024-12-26","count":1},{"day":"2025-01-05","count":0},{"day":"2025-01-14","count":8},{"day":"2025-01-23","count":2},{"day":"2025-02-01","count":0},{"day":"2025-02-11","count":7},{"day":"2025-02-20","count":7},{"day":"2025-03-01","count":0},{"day":"2025-03-10","count":3},{"day":"2025-03-20","count":0},{"day":"2025-03-29","count":0},{"day":"2025-04-07","count":22},{"day":"2025-04-16","count":16},{"day":"2025-04-26","count":0},{"day":"2025-05-05","count":3},{"day":"2025-05-14","count":12},{"day":"2025-05-23","count":11},{"day":"2025-06-02","count":21},{"day":"2025-06-11","count":13},{"day":"2025-06-20","count":157},{"day":"2025-06-29","count":1},{"day":"2025-07-09","count":1},{"day":"2025-07-18","count":3},{"day":"2025-07-27","count":1},{"day":"2025-08-05","count":1},{"day":"2025-08-15","count":4},{"day":"2025-08-24","count":0},{"day":"2025-09-02","count":2},{"day":"2025-09-11","count":2},{"day":"2025-09-21","count":0},{"day":"2025-09-30","count":2},{"day":"2025-10-09","count":0},{"day":"2025-10-18","count":0},{"day":"2025-10-28","count":1},{"day":"2025-11-06","count":4},{"day":"2025-11-15","count":0},{"day":"2025-11-24","count":2},{"day":"2025-12-04","count":2},{"day":"2025-12-13","count":0},{"day":"2025-12-22","count":2},{"day":"2025-12-31","count":2},{"day":"2026-01-10","count":0},{"day":"2026-01-19","count":1},{"day":"2026-01-28","count":5},{"day":"2026-02-06","count":2},{"day":"2026-02-16","count":0},{"day":"2026-02-25","count":1}]
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 | 35.59 USDT @ 2026-02-25 |
| Start | 0.0151 USDT @ 2024-08-28 |
| Mean | 19.28 USDT |
| Std Dev | 11.88 USDT |
| Last | 35.59 USDT |
| Points | 547 |
| Sum | 10,546.00 USDT |
| Across 547 points the series ranged from 0.0151 USDT (2024-08-28) to 35.59 USDT (2026-02-25), averaging 19.28 USDT. 100% of points were positive, 0% negative. The most recent value is 35.59 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-08-28","cumFees":0.015079},{"index":9,"timestamp":"2024-09-06","cumFees":0.36295900000000003},{"index":19,"timestamp":"2024-09-16","cumFees":0.552085},{"index":28,"timestamp":"2024-09-25","cumFees":0.9002410000000001},{"index":37,"timestamp":"2024-10-04","cumFees":1.0132700000000001},{"index":46,"timestamp":"2024-10-13","cumFees":1.0435320000000001},{"index":56,"timestamp":"2024-10-23","cumFees":1.1726120000000002},{"index":65,"timestamp":"2024-11-01","cumFees":1.4304610000000002},{"index":74,"timestamp":"2024-11-10","cumFees":2.3834930000000005},{"index":83,"timestamp":"2024-11-19","cumFees":4.615584999999999},{"index":93,"timestamp":"2024-11-29","cumFees":5.347955999999998},{"index":102,"timestamp":"2024-12-08","cumFees":5.907367999999999},{"index":111,"timestamp":"2024-12-17","cumFees":6.300392999999999},{"index":120,"timestamp":"2024-12-26","cumFees":6.527723999999998},{"index":130,"timestamp":"2025-01-05","cumFees":7.231512999999998},{"index":139,"timestamp":"2025-01-14","cumFees":7.670540999999997},{"index":148,"timestamp":"2025-01-23","cumFees":9.062597999999998},{"index":157,"timestamp":"2025-02-01","cumFees":9.456469999999998},{"index":167,"timestamp":"2025-02-11","cumFees":10.318301999999997},{"index":176,"timestamp":"2025-02-20","cumFees":10.849217999999997},{"index":185,"timestamp":"2025-03-01","cumFees":11.045940999999997},{"index":194,"timestamp":"2025-03-10","cumFees":12.985676999999995},{"index":204,"timestamp":"2025-03-20","cumFees":13.533145999999997},{"index":213,"timestamp":"2025-03-29","cumFees":13.752396999999997},{"index":222,"timestamp":"2025-04-07","cumFees":15.518520999999998},{"index":231,"timestamp":"2025-04-16","cumFees":18.542142999999996},{"index":241,"timestamp":"2025-04-26","cumFees":19.463489999999993},{"index":250,"timestamp":"2025-05-05","cumFees":19.698375999999993},{"index":259,"timestamp":"2025-05-14","cumFees":20.122256999999994},{"index":268,"timestamp":"2025-05-23","cumFees":20.705738999999987},{"index":278,"timestamp":"2025-06-02","cumFees":21.214887999999988},{"index":287,"timestamp":"2025-06-11","cumFees":21.600443999999992},{"index":296,"timestamp":"2025-06-20","cumFees":23.98103799999999},{"index":305,"timestamp":"2025-06-29","cumFees":24.618103999999988},{"index":315,"timestamp":"2025-07-09","cumFees":24.949423999999986},{"index":324,"timestamp":"2025-07-18","cumFees":25.81610399999999},{"index":333,"timestamp":"2025-07-27","cumFees":26.12486999999999},{"index":342,"timestamp":"2025-08-05","cumFees":26.46547499999999},{"index":352,"timestamp":"2025-08-15","cumFees":27.280639999999988},{"index":361,"timestamp":"2025-08-24","cumFees":27.59669399999999},{"index":370,"timestamp":"2025-09-02","cumFees":27.891511999999995},{"index":379,"timestamp":"2025-09-11","cumFees":28.169486999999997},{"index":389,"timestamp":"2025-09-21","cumFees":28.652411999999998},{"index":398,"timestamp":"2025-09-30","cumFees":28.862469000000004},{"index":407,"timestamp":"2025-10-09","cumFees":29.19299},{"index":416,"timestamp":"2025-10-18","cumFees":32.220147000000004},{"index":426,"timestamp":"2025-10-28","cumFees":32.288256000000004},{"index":435,"timestamp":"2025-11-06","cumFees":32.356247},{"index":444,"timestamp":"2025-11-15","cumFees":32.561466},{"index":453,"timestamp":"2025-11-24","cumFees":32.62949700000001},{"index":463,"timestamp":"2025-12-04","cumFees":32.95619700000002},{"index":472,"timestamp":"2025-12-13","cumFees":33.22548800000001},{"index":481,"timestamp":"2025-12-22","cumFees":33.42220900000001},{"index":490,"timestamp":"2025-12-31","cumFees":33.520106000000006},{"index":500,"timestamp":"2026-01-10","cumFees":33.55755200000001},{"index":509,"timestamp":"2026-01-19","cumFees":33.61008300000001},{"index":518,"timestamp":"2026-01-28","cumFees":35.00238100000001},{"index":527,"timestamp":"2026-02-06","cumFees":35.17569100000001},{"index":537,"timestamp":"2026-02-16","cumFees":35.508308000000014},{"index":546,"timestamp":"2026-02-25","cumFees":35.59114700000001}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 1238 trades @ 0.10% |
| Least Populated Bin | 0 trades @ 0.42% |
| Mean | 55 trades |
| Std Dev | 198 trades |
| Last | 95 trades |
| Points | 60 |
| Sum | 3278 trades |
| Across 60 points the series ranged from 0 trades (0.42%) to 1238 trades (0.10%), averaging 55 trades. The most recent value is 95 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":1238,"from":0.099812},{"bin":"0.26%","count":717,"from":0.262353},{"bin":"0.42%","count":0,"from":0.424894},{"bin":"0.59%","count":521,"from":0.587435},{"bin":"0.75%","count":408,"from":0.749976},{"bin":"0.91%","count":0,"from":0.912517},{"bin":"1.08%","count":0,"from":1.075058},{"bin":"1.24%","count":0,"from":1.237599},{"bin":"1.40%","count":0,"from":1.40014},{"bin":"1.56%","count":0,"from":1.562681},{"bin":"1.73%","count":0,"from":1.725222},{"bin":"1.89%","count":0,"from":1.887763},{"bin":"2.05%","count":0,"from":2.050304},{"bin":"2.21%","count":182,"from":2.212844},{"bin":"2.38%","count":0,"from":2.375385},{"bin":"2.54%","count":0,"from":2.537926},{"bin":"2.70%","count":0,"from":2.700467},{"bin":"2.86%","count":0,"from":2.863008},{"bin":"3.03%","count":0,"from":3.025549},{"bin":"3.19%","count":0,"from":3.18809},{"bin":"3.35%","count":0,"from":3.350631},{"bin":"3.51%","count":0,"from":3.513172},{"bin":"3.68%","count":0,"from":3.675713},{"bin":"3.84%","count":0,"from":3.838254},{"bin":"4.00%","count":0,"from":4.000795},{"bin":"4.16%","count":0,"from":4.163336},{"bin":"4.33%","count":0,"from":4.325876},{"bin":"4.49%","count":0,"from":4.488417},{"bin":"4.65%","count":0,"from":4.650958},{"bin":"4.81%","count":117,"from":4.813499},{"bin":"4.98%","count":0,"from":4.97604},{"bin":"5.14%","count":0,"from":5.138581},{"bin":"5.30%","count":0,"from":5.301122},{"bin":"5.46%","count":0,"from":5.463663},{"bin":"5.63%","count":0,"from":5.626204},{"bin":"5.79%","count":0,"from":5.788745},{"bin":"5.95%","count":0,"from":5.951286},{"bin":"6.11%","count":0,"from":6.113827},{"bin":"6.28%","count":0,"from":6.276368},{"bin":"6.44%","count":0,"from":6.438908},{"bin":"6.60%","count":0,"from":6.601449},{"bin":"6.76%","count":0,"from":6.76399},{"bin":"6.93%","count":0,"from":6.926531},{"bin":"7.09%","count":0,"from":7.089072},{"bin":"7.25%","count":0,"from":7.251613},{"bin":"7.41%","count":0,"from":7.414154},{"bin":"7.58%","count":0,"from":7.576695},{"bin":"7.74%","count":0,"from":7.739236},{"bin":"7.90%","count":0,"from":7.901777},{"bin":"8.06%","count":0,"from":8.064318},{"bin":"8.23%","count":0,"from":8.226859},{"bin":"8.39%","count":0,"from":8.3894},{"bin":"8.55%","count":0,"from":8.55194},{"bin":"8.71%","count":0,"from":8.714481},{"bin":"8.88%","count":0,"from":8.877022},{"bin":"9.04%","count":0,"from":9.039563},{"bin":"9.20%","count":0,"from":9.202104},{"bin":"9.36%","count":0,"from":9.364645},{"bin":"9.53%","count":0,"from":9.527186},{"bin":"9.69%","count":95,"from":9.689727}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 50 |
| Coldest Window | 100.00% @ 50 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (50) to 100.00% (50), 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":50,"winRate":100},{"index":105,"winRate":100},{"index":160,"winRate":100},{"index":215,"winRate":100},{"index":270,"winRate":100},{"index":325,"winRate":100},{"index":380,"winRate":100},{"index":435,"winRate":100},{"index":486,"winRate":100},{"index":541,"winRate":100},{"index":596,"winRate":100},{"index":651,"winRate":100},{"index":706,"winRate":100},{"index":761,"winRate":100},{"index":816,"winRate":100},{"index":871,"winRate":100},{"index":926,"winRate":100},{"index":981,"winRate":100},{"index":1036,"winRate":100},{"index":1090,"winRate":100},{"index":1145,"winRate":100},{"index":1200,"winRate":100},{"index":1255,"winRate":100},{"index":1307,"winRate":100},{"index":1362,"winRate":100},{"index":1417,"winRate":100},{"index":1472,"winRate":100},{"index":1527,"winRate":100},{"index":1582,"winRate":100},{"index":1637,"winRate":100},{"index":1691,"winRate":100},{"index":1746,"winRate":100},{"index":1801,"winRate":100},{"index":1856,"winRate":100},{"index":1911,"winRate":100},{"index":1966,"winRate":100},{"index":2021,"winRate":100},{"index":2073,"winRate":100},{"index":2128,"winRate":100},{"index":2183,"winRate":100},{"index":2238,"winRate":100},{"index":2292,"winRate":100},{"index":2347,"winRate":100},{"index":2402,"winRate":100},{"index":2457,"winRate":100},{"index":2512,"winRate":100},{"index":2567,"winRate":100},{"index":2622,"winRate":100},{"index":2677,"winRate":100},{"index":2732,"winRate":100},{"index":2787,"winRate":100},{"index":2842,"winRate":100},{"index":2893,"winRate":100},{"index":2948,"winRate":100},{"index":3003,"winRate":100},{"index":3058,"winRate":100},{"index":3113,"winRate":100},{"index":3168,"winRate":100},{"index":3223,"winRate":100},{"index":3278,"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 | 20.52 USDT @ 2026-02-25 21:36:00 UTC |
| Trough Net | 0.0102 USDT @ 2024-09-06 10:52:00 UTC |
| Mean | 9.26 USDT |
| Std Dev | 8.30 USDT |
| Last | 20.52 USDT |
| Points | 99 |
| Sum | 916.75 USDT |
| Across 99 points the series ranged from 0.0102 USDT (2024-09-06 10:52:00 UTC) to 20.52 USDT (2026-02-25 21:36:00 UTC), averaging 9.26 USDT. 100% of points were positive, 0% negative. The most recent value is 20.52 USDT. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"timestamp":"2024-09-06T10:52:00Z","net":0.01017585,"gross":0.0252},{"timestamp":"2024-09-18T18:20:00Z","net":0.038007225,"gross":0.0756},{"timestamp":"2024-09-18T18:35:00Z","net":0.048134474999999996,"gross":0.1008},{"timestamp":"2024-09-18T18:35:00Z","net":0.096757635,"gross":0.16464},{"timestamp":"2024-09-25T13:06:00Z","net":0.14468083499999998,"gross":0.22764},{"timestamp":"2024-09-25T13:06:00Z","net":0.18804768,"gross":0.2787},{"timestamp":"2024-10-24T17:26:00Z","net":0.20812731,"gross":0.32892000000000005},{"timestamp":"2024-11-06T08:30:00Z","net":0.228225075,"gross":0.3791400000000001},{"timestamp":"2024-11-06T22:23:00Z","net":0.2382809325,"gross":0.4042500000000001},{"timestamp":"2024-11-07T01:39:00Z","net":0.2583591675,"gross":0.45447000000000015},{"timestamp":"2024-11-07T15:13:00Z","net":0.27845553749999996,"gross":0.5046900000000002},{"timestamp":"2024-11-07T20:27:00Z","net":0.28848209999999996,"gross":0.5298000000000002},{"timestamp":"2024-11-10T21:02:00Z","net":0.30858544499999996,"gross":0.5800200000000001},{"timestamp":"2024-11-12T10:43:00Z","net":0.32866646999999993,"gross":0.63024},{"timestamp":"2024-11-12T10:45:00Z","net":0.3387069824999999,"gross":0.65535},{"timestamp":"2025-03-05T22:45:00Z","net":0.9603696074999999,"gross":1.31145},{"timestamp":"2025-03-06T15:01:00Z","net":1.58176514,"gross":1.9672999999999998},{"timestamp":"2025-03-06T19:48:00Z","net":1.5918223925,"gross":1.9924099999999998},{"timestamp":"2025-03-07T06:26:00Z","net":1.6119215525,"gross":2.04263},{"timestamp":"2025-03-11T13:27:00Z","net":2.2330020475,"gross":2.69815},{"timestamp":"2025-03-25T10:49:00Z","net":2.243038375,"gross":2.7232600000000002},{"timestamp":"2025-03-28T14:02:00Z","net":2.2631193999999994,"gross":2.7734800000000006},{"timestamp":"2025-04-03T09:08:00Z","net":2.8849745424999993,"gross":3.4297900000000006},{"timestamp":"2025-04-03T10:12:00Z","net":3.4963108624999992,"gross":4.060490000000001},{"timestamp":"2025-04-10T15:43:00Z","net":4.149949647499999,"gross":4.74101},{"timestamp":"2025-04-10T15:44:00Z","net":4.792128352499999,"gross":5.4101099999999995},{"timestamp":"2025-04-10T18:24:00Z","net":4.822373077499999,"gross":5.447909999999999},{"timestamp":"2025-04-11T00:32:00Z","net":5.476474559999999,"gross":6.128939999999999},{"timestamp":"2025-04-11T08:02:00Z","net":5.711919847499999,"gross":6.3795899999999985},{"timestamp":"2025-04-11T08:02:00Z","net":6.323581467499999,"gross":7.010629999999999},{"timestamp":"2025-04-21T02:28:00Z","net":7.053477417499999,"gross":7.767529999999999},{"timestamp":"2025-04-21T04:13:00Z","net":7.6643142924999985,"gross":8.39773},{"timestamp":"2025-06-12T10:30:00Z","net":8.318203817499999,"gross":9.07855},{"timestamp":"2025-06-20T07:51:00Z","net":9.540431912499999,"gross":10.33951},{"timestamp":"2025-06-20T07:51:00Z","net":10.034728337499999,"gross":10.84171},{"timestamp":"2025-06-20T07:51:00Z","net":11.138207464999999,"gross":11.972420000000001},{"timestamp":"2025-06-20T07:51:00Z","net":12.239698404999999,"gross":13.101100000000002},{"timestamp":"2025-06-20T07:51:00Z","net":12.742260595,"gross":13.611700000000003},{"timestamp":"2025-06-20T07:51:00Z","net":13.9613196225,"gross":14.869410000000002},{"timestamp":"2025-06-20T07:51:00Z","net":15.184639245,"gross":16.13148},{"timestamp":"2025-06-20T07:51:00Z","net":15.79556577,"gross":16.761779999999998},{"timestamp":"2025-10-10T22:00:00Z","net":17.0181256325,"gross":18.023089999999996},{"timestamp":"2025-12-11T13:31:00Z","net":18.2403230525,"gross":19.284049999999997},{"timestamp":"2026-01-23T19:58:00Z","net":18.8515084525,"gross":19.914609999999996},{"timestamp":"2026-01-27T20:46:00Z","net":20.073547667499998,"gross":21.175389999999993},{"timestamp":"2026-02-09T13:11:00Z","net":20.1455651725,"gross":21.262506872499994},{"timestamp":"2026-02-09T13:21:00Z","net":20.1559092475,"gross":21.288006872499995},{"timestamp":"2026-02-09T13:28:00Z","net":20.2157256475,"gross":21.362944104999993},{"timestamp":"2026-02-09T14:06:00Z","net":20.2633396825,"gross":21.425701712499993},{"timestamp":"2026-02-09T15:00:00Z","net":20.2932324475,"gross":21.463170512499993},{"timestamp":"2026-02-09T15:04:00Z","net":20.346055772499998,"gross":21.538739072499993},{"timestamp":"2026-02-10T14:42:00Z","net":20.374067162499998,"gross":21.589528112499995},{"timestamp":"2026-02-11T06:16:00Z","net":20.384378087499996,"gross":21.615028112499996},{"timestamp":"2026-02-11T13:31:00Z","net":20.405195012499995,"gross":21.666028112499998},{"timestamp":"2026-02-11T17:15:00Z","net":20.433294692499995,"gross":21.71681683},{"timestamp":"2026-02-13T13:30:00Z","net":20.443662992499995,"gross":21.74231683},{"timestamp":"2026-02-17T18:24:00Z","net":20.464467167499993,"gross":21.793316830000002},{"timestamp":"2026-02-22T23:15:00Z","net":20.48541796749999,"gross":21.844405007500004},{"timestamp":"2026-02-22T23:22:00Z","net":20.50277247249999,"gross":21.869273185000004},{"timestamp":"2026-02-25T21:36:00Z","net":20.523669722499992,"gross":21.920273185000006}]
Rolling Sharpe Ratio (30d / 90d)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: rollingSharpe(equity, 30) + rollingSharpe(equity, 90)sharpe30).| Stat | Value |
|---|---|
| Peak Sharpe (30d) | 9.09 @ 2025-12-23 23:59:00 UTC |
| Worst Sharpe (30d) | -7.42 @ 2024-10-17 23:59:00 UTC |
| Mean | 0.76 |
| Std Dev | 2.99 |
| Last | -1.13 |
| Points | 517 |
| Across 517 points the series ranged from -7.42 (2024-10-17 23:59:00 UTC) to 9.09 (2025-12-23 23:59:00 UTC), averaging 0.76. The most recent value is -1.13. | |
| Showing 60 of 517 points (down-sampled for readability). |
[{"timestamp":"2024-09-27T23:59:00+00:00","sharpe30":1.4934257604810939,"sharpe90":-2.8792348100246428},{"timestamp":"2024-10-06T23:59:00+00:00","sharpe30":-2.0265804033893327,"sharpe90":-1.7145151876103377},{"timestamp":"2024-10-14T23:59:00+00:00","sharpe30":-4.060554523909511,"sharpe90":-2.28715377410844},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-6.696312584450104,"sharpe90":-2.3806751801995016},{"timestamp":"2024-11-01T23:59:00+00:00","sharpe30":-3.214574716351766,"sharpe90":-2.5294906092414626},{"timestamp":"2024-11-10T23:59:00+00:00","sharpe30":-2.6034820445471794,"sharpe90":-2.675356870195455},{"timestamp":"2024-11-18T23:59:00+00:00","sharpe30":-2.675877943897643,"sharpe90":-2.1828020674312305},{"timestamp":"2024-11-27T23:59:00+00:00","sharpe30":-2.557926004598123,"sharpe90":-0.7660091786321512},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":-1.6870504715944399,"sharpe90":-1.1345522665103707},{"timestamp":"2024-12-15T23:59:00+00:00","sharpe30":-0.37063146784978007,"sharpe90":-0.10114454121038599},{"timestamp":"2024-12-23T23:59:00+00:00","sharpe30":-0.8079030599208838,"sharpe90":0.26835853524149383},{"timestamp":"2025-01-01T23:59:00+00:00","sharpe30":-1.975443546387384,"sharpe90":-0.10172807165877014},{"timestamp":"2025-01-10T23:59:00+00:00","sharpe30":-4.192729578079658,"sharpe90":1.717388203015195},{"timestamp":"2025-01-19T23:59:00+00:00","sharpe30":-1.6269939066072188,"sharpe90":2.128228312420617},{"timestamp":"2025-01-27T23:59:00+00:00","sharpe30":0.3774049780876421,"sharpe90":1.7833921776220398},{"timestamp":"2025-02-05T23:59:00+00:00","sharpe30":0.4839561939886828,"sharpe90":2.600949389602632},{"timestamp":"2025-02-14T23:59:00+00:00","sharpe30":2.0849043937684852,"sharpe90":3.2496834950324986},{"timestamp":"2025-02-23T23:59:00+00:00","sharpe30":0.23672080334227874,"sharpe90":2.896952780682745},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":2.4418201855265402,"sharpe90":3.557448559710848},{"timestamp":"2025-03-12T23:59:00+00:00","sharpe30":6.815557121873016,"sharpe90":3.839304882868373},{"timestamp":"2025-03-21T23:59:00+00:00","sharpe30":4.3815525952572445,"sharpe90":3.0969864596000902},{"timestamp":"2025-03-30T23:59:00+00:00","sharpe30":6.094634721397285,"sharpe90":3.832321736797378},{"timestamp":"2025-04-07T23:59:00+00:00","sharpe30":1.6788753394549782,"sharpe90":2.013635171901755},{"timestamp":"2025-04-16T23:59:00+00:00","sharpe30":3.788241072944646,"sharpe90":2.1170661697548616},{"timestamp":"2025-04-25T23:59:00+00:00","sharpe30":5.268456196278848,"sharpe90":3.5939285430577796},{"timestamp":"2025-05-04T23:59:00+00:00","sharpe30":2.6801319716786796,"sharpe90":2.9595927993768574},{"timestamp":"2025-05-12T23:59:00+00:00","sharpe30":-3.33755563750689,"sharpe90":2.159828938191406},{"timestamp":"2025-05-21T23:59:00+00:00","sharpe30":-1.5509353121962124,"sharpe90":1.4272590729400445},{"timestamp":"2025-05-30T23:59:00+00:00","sharpe30":0.43253443172069406,"sharpe90":1.9434937387980369},{"timestamp":"2025-06-08T23:59:00+00:00","sharpe30":1.7840030545473615,"sharpe90":2.5219246845184187},{"timestamp":"2025-06-16T23:59:00+00:00","sharpe30":5.285645572100672,"sharpe90":3.2017919065024008},{"timestamp":"2025-06-25T23:59:00+00:00","sharpe30":4.215846815605277,"sharpe90":2.237993141146008},{"timestamp":"2025-07-04T23:59:00+00:00","sharpe30":4.913181801956455,"sharpe90":2.056662670904136},{"timestamp":"2025-07-13T23:59:00+00:00","sharpe30":3.7182129235265506,"sharpe90":1.8801923125771605},{"timestamp":"2025-07-21T23:59:00+00:00","sharpe30":1.5241294400415697,"sharpe90":0.6309218619408316},{"timestamp":"2025-07-30T23:59:00+00:00","sharpe30":-4.75139233787691,"sharpe90":0.0023487715694385687},{"timestamp":"2025-08-08T23:59:00+00:00","sharpe30":-0.09676181825715645,"sharpe90":-0.006079333325631812},{"timestamp":"2025-08-17T23:59:00+00:00","sharpe30":1.1905678996182396,"sharpe90":1.1922534020419966},{"timestamp":"2025-08-25T23:59:00+00:00","sharpe30":-0.5637978593593265,"sharpe90":0.4739039653068704},{"timestamp":"2025-09-03T23:59:00+00:00","sharpe30":1.149297902031187,"sharpe90":0.4418226501916391},{"timestamp":"2025-09-12T23:59:00+00:00","sharpe30":0.00464932790239584,"sharpe90":0.0552140359601967},{"timestamp":"2025-09-21T23:59:00+00:00","sharpe30":-0.9841865252445229,"sharpe90":-0.3642512411049867},{"timestamp":"2025-09-29T23:59:00+00:00","sharpe30":0.6468028270264113,"sharpe90":0.3751649079610926},{"timestamp":"2025-10-08T23:59:00+00:00","sharpe30":-2.352793355662099,"sharpe90":0.3138942860661868},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":0.1613019183472467,"sharpe90":0.8814979067871278},{"timestamp":"2025-10-26T23:59:00+00:00","sharpe30":1.606046776131335,"sharpe90":1.7680490501184467},{"timestamp":"2025-11-03T23:59:00+00:00","sharpe30":-1.0868599837304476,"sharpe90":0.9667713015622326},{"timestamp":"2025-11-12T23:59:00+00:00","sharpe30":1.077156263218676,"sharpe90":1.0873063166419457},{"timestamp":"2025-11-21T23:59:00+00:00","sharpe30":-2.076663627425859,"sharpe90":1.3689698611936314},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":1.2416044935851955,"sharpe90":3.0497094150612956},{"timestamp":"2025-12-08T23:59:00+00:00","sharpe30":1.9689051376163715,"sharpe90":1.6006688769971287},{"timestamp":"2025-12-17T23:59:00+00:00","sharpe30":3.8056830444836653,"sharpe90":1.7118639015052142},{"timestamp":"2025-12-26T23:59:00+00:00","sharpe30":5.931220057897534,"sharpe90":1.247543817209196},{"timestamp":"2026-01-04T23:59:00+00:00","sharpe30":2.9231910002158124,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":-1.449130565470558,"sharpe90":null},{"timestamp":"2026-01-21T23:59:00+00:00","sharpe30":-1.7147603032824772,"sharpe90":null},{"timestamp":"2026-01-30T23:59:00+00:00","sharpe30":1.0025273549229559,"sharpe90":null},{"timestamp":"2026-02-08T23:59:00+00:00","sharpe30":2.1777222862242365,"sharpe90":null},{"timestamp":"2026-02-16T23:59:00+00:00","sharpe30":3.4762549346727747,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-1.1340182127751228,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.10% @ 2 |
| Deepest Episode | -1.06% @ 147 |
| Mean | -0.29% |
| Std Dev | 0.24% |
| Last | -0.25% |
| Points | 13 |
| Across 13 points the series ranged from -1.06% (147) to -0.10% (2), averaging -0.29%. 0% of points were positive, 100% negative. The most recent value is -0.25%. | |
| Full series - 13 points. |
[{"start":"2024-10-09T23:59:00+00:00","end":"2025-03-05T23:59:00+00:00","depth":-1.0608068882595072,"durationDays":147},{"start":"2025-03-20T23:59:00+00:00","end":"2025-04-03T23:59:00+00:00","depth":-0.311450612057736,"durationDays":14},{"start":"2025-04-07T23:59:00+00:00","end":"2025-04-10T23:59:00+00:00","depth":-0.15539871189997886,"durationDays":3},{"start":"2025-04-22T23:59:00+00:00","end":"2025-06-11T23:59:00+00:00","depth":-0.48975682935297965,"durationDays":50},{"start":"2025-06-18T23:59:00+00:00","end":"2025-06-20T23:59:00+00:00","depth":-0.10295619747349823,"durationDays":2},{"start":"2025-07-15T23:59:00+00:00","end":"2025-07-23T23:59:00+00:00","depth":-0.1168912908699163,"durationDays":8},{"start":"2025-07-28T23:59:00+00:00","end":"2025-08-13T23:59:00+00:00","depth":-0.2829343800271625,"durationDays":16},{"start":"2025-08-21T23:59:00+00:00","end":"2025-08-22T23:59:00+00:00","depth":-0.11378729025539498,"durationDays":1},{"start":"2025-08-25T23:59:00+00:00","end":"2025-09-13T23:59:00+00:00","depth":-0.13883560958640903,"durationDays":19},{"start":"2025-09-19T23:59:00+00:00","end":"2025-10-16T23:59:00+00:00","depth":-0.3224782714345078,"durationDays":27},{"start":"2025-10-21T23:59:00+00:00","end":"2025-12-10T23:59:00+00:00","depth":-0.26557321627280955,"durationDays":50},{"start":"2026-01-06T23:59:00+00:00","end":"2026-01-23T23:59:00+00:00","depth":-0.22131061447098016,"durationDays":17},{"start":"2026-01-30T23:59:00+00:00","end":"ongoing","depth":-0.2519263023736853,"durationDays":26}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 99 trades @ win |
| Shortest Streak | 99 trades @ win |
| Mean | 99 trades |
| Std Dev | 0 trades |
| Last | 99 trades |
| Points | 1 |
| Sum | 99 trades |
| Across 1 points the series ranged from 99 trades (win) to 99 trades (win), averaging 99 trades. The most recent value is 99 trades. | |
| Full series - 1 points. |
[{"type":"win","length":99,"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 | 26.09% @ 2025-01-13 23:59:00 UTC |
| Min Utilization | 1.81% @ 2025-06-20 23:59:00 UTC |
| Mean | 13.62% |
| Std Dev | 5.49% |
| Last | 13.40% |
| Points | 547 |
| Across 547 points the series ranged from 1.81% (2025-06-20 23:59:00 UTC) to 26.09% (2025-01-13 23:59:00 UTC), averaging 13.62%. 100% of points were positive, 0% negative. The most recent value is 13.40%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","exposure":1.907966502083574},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":3.7276873258455003},{"timestamp":"2024-09-16T23:59:00+00:00","exposure":3.4124473799130763},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":3.9269133713959015},{"timestamp":"2024-10-04T23:59:00+00:00","exposure":6.4790298735516405},{"timestamp":"2024-10-13T23:59:00+00:00","exposure":7.335057795571319},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.640833630169974},{"timestamp":"2024-11-01T23:59:00+00:00","exposure":11.4008592762556},{"timestamp":"2024-11-10T23:59:00+00:00","exposure":14.344261893042074},{"timestamp":"2024-11-19T23:59:00+00:00","exposure":16.98238091888229},{"timestamp":"2024-11-29T23:59:00+00:00","exposure":18.88212667485752},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":18.59715377675371},{"timestamp":"2024-12-17T23:59:00+00:00","exposure":19.150363913054864},{"timestamp":"2024-12-26T23:59:00+00:00","exposure":21.925405838779408},{"timestamp":"2025-01-05T23:59:00+00:00","exposure":23.577916847153276},{"timestamp":"2025-01-14T23:59:00+00:00","exposure":25.754716194296435},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":23.844907004895155},{"timestamp":"2025-02-01T23:59:00+00:00","exposure":24.253517318443226},{"timestamp":"2025-02-11T23:59:00+00:00","exposure":25.05888465130724},{"timestamp":"2025-02-20T23:59:00+00:00","exposure":23.215523960028133},{"timestamp":"2025-03-01T23:59:00+00:00","exposure":24.592717279526813},{"timestamp":"2025-03-10T23:59:00+00:00","exposure":16.743122264993353},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":16.178184434708143},{"timestamp":"2025-03-29T23:59:00+00:00","exposure":17.286919968723158},{"timestamp":"2025-04-07T23:59:00+00:00","exposure":14.135878347840727},{"timestamp":"2025-04-16T23:59:00+00:00","exposure":11.350610144905302},{"timestamp":"2025-04-26T23:59:00+00:00","exposure":13.223156161023145},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":13.725428536762546},{"timestamp":"2025-05-14T23:59:00+00:00","exposure":16.081433722361563},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":14.030773728602448},{"timestamp":"2025-06-02T23:59:00+00:00","exposure":12.81333269332606},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":11.661214154225231},{"timestamp":"2025-06-20T23:59:00+00:00","exposure":1.8065393803652745},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":6.0392687923605095},{"timestamp":"2025-07-09T23:59:00+00:00","exposure":8.131370201333592},{"timestamp":"2025-07-18T23:59:00+00:00","exposure":9.368203911654202},{"timestamp":"2025-07-27T23:59:00+00:00","exposure":8.086813862132452},{"timestamp":"2025-08-05T23:59:00+00:00","exposure":10.689718046830507},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":9.211035002959255},{"timestamp":"2025-08-24T23:59:00+00:00","exposure":8.568385025093422},{"timestamp":"2025-09-02T23:59:00+00:00","exposure":9.65873501416062},{"timestamp":"2025-09-11T23:59:00+00:00","exposure":9.20399359256452},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":10.191563096641703},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":10.71042674835512},{"timestamp":"2025-10-09T23:59:00+00:00","exposure":12.139924462424114},{"timestamp":"2025-10-18T23:59:00+00:00","exposure":14.27031786736738},{"timestamp":"2025-10-28T23:59:00+00:00","exposure":14.537454107086054},{"timestamp":"2025-11-06T23:59:00+00:00","exposure":15.732084579564834},{"timestamp":"2025-11-15T23:59:00+00:00","exposure":14.779523113860682},{"timestamp":"2025-11-24T23:59:00+00:00","exposure":15.786271903271388},{"timestamp":"2025-12-04T23:59:00+00:00","exposure":14.42993474498728},{"timestamp":"2025-12-13T23:59:00+00:00","exposure":12.95322157625088},{"timestamp":"2025-12-22T23:59:00+00:00","exposure":12.299648182462922},{"timestamp":"2025-12-31T23:59:00+00:00","exposure":11.877144989231551},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":13.126453109503021},{"timestamp":"2026-01-19T23:59:00+00:00","exposure":13.78351911276676},{"timestamp":"2026-01-28T23:59:00+00:00","exposure":10.707786597622022},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":12.86546423915032},{"timestamp":"2026-02-16T23:59:00+00:00","exposure":12.49251709358044},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":13.40184643861361}]
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 | 1.20 @ 2026-01-27 20:46:00 UTC |
| Lowest Price | 1.02 @ 2025-02-03 00:15:00 UTC |
| Mean | 1.12 |
| Std Dev | 0.0476 |
| Last | 1.18 |
| Points | 147 |
| Across 147 points the series ranged from 1.02 (2025-02-03 00:15:00 UTC) to 1.20 (2026-01-27 20:46:00 UTC), averaging 1.12. The most recent value is 1.18. | |
| Showing 60 of 147 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T10:01:00Z","price":1.1151},{"timestamp":"2024-08-28T11:22:00Z","price":1.1115},{"timestamp":"2024-09-01T07:04:00Z","price":1.1044},{"timestamp":"2024-09-18T18:00:00Z","price":1.116},{"timestamp":"2024-09-25T12:30:00Z","price":1.1199},{"timestamp":"2024-10-04T18:49:00Z","price":1.0962},{"timestamp":"2024-10-23T13:49:00Z","price":1.0784},{"timestamp":"2024-10-24T08:03:00Z","price":1.0811},{"timestamp":"2024-10-28T08:15:00Z","price":1.0816},{"timestamp":"2024-11-06T02:40:00Z","price":1.0777},{"timestamp":"2024-11-06T09:04:00Z","price":1.0778},{"timestamp":"2024-11-06T22:54:00Z","price":1.0821},{"timestamp":"2024-11-07T03:50:00Z","price":1.0809},{"timestamp":"2024-11-07T15:13:00Z","price":1.0812},{"timestamp":"2024-11-07T20:27:00Z","price":1.0826},{"timestamp":"2024-11-08T09:21:00Z","price":1.0777},{"timestamp":"2024-11-11T09:56:00Z","price":1.0681},{"timestamp":"2024-11-11T23:33:00Z","price":1.0778},{"timestamp":"2024-11-12T10:45:00Z","price":1.0816},{"timestamp":"2024-11-14T06:04:00Z","price":1.0583},{"timestamp":"2024-12-19T07:16:00Z","price":1.0404},{"timestamp":"2025-03-05T14:33:00Z","price":1.0754},{"timestamp":"2025-03-05T22:45:00Z","price":1.0816},{"timestamp":"2025-03-06T18:49:00Z","price":1.0777},{"timestamp":"2025-03-06T19:48:00Z","price":1.0804},{"timestamp":"2025-03-07T06:26:00Z","price":1.0815},{"timestamp":"2025-03-11T13:27:00Z","price":1.0925},{"timestamp":"2025-03-26T07:29:00Z","price":1.0788},{"timestamp":"2025-03-28T07:17:00Z","price":1.079},{"timestamp":"2025-04-02T13:12:00Z","price":1.0822},{"timestamp":"2025-04-03T10:12:00Z","price":1.1113},{"timestamp":"2025-04-10T15:44:00Z","price":1.1216},{"timestamp":"2025-04-10T23:55:00Z","price":1.1252},{"timestamp":"2025-04-11T00:42:00Z","price":1.1363},{"timestamp":"2025-04-11T08:02:00Z","price":1.1411},{"timestamp":"2025-04-21T02:28:00Z","price":1.1511},{"timestamp":"2025-04-21T09:13:00Z","price":1.1568},{"timestamp":"2025-06-20T07:51:00Z","price":1.1709},{"timestamp":"2025-10-10T21:18:00Z","price":1.135},{"timestamp":"2025-10-10T21:43:00Z","price":1.0951},{"timestamp":"2025-10-10T22:05:00Z","price":1.1251},{"timestamp":"2025-12-11T13:31:00Z","price":1.1716},{"timestamp":"2026-01-27T20:46:00Z","price":1.2026},{"timestamp":"2026-01-30T18:36:00Z","price":1.1872},{"timestamp":"2026-02-02T16:27:00Z","price":1.1791},{"timestamp":"2026-02-05T06:45:00Z","price":1.1814},{"timestamp":"2026-02-09T13:07:00Z","price":1.1893},{"timestamp":"2026-02-09T13:21:00Z","price":1.1902},{"timestamp":"2026-02-09T14:06:00Z","price":1.1916},{"timestamp":"2026-02-09T15:01:00Z","price":1.1927},{"timestamp":"2026-02-10T14:42:00Z","price":1.1932},{"timestamp":"2026-02-11T06:16:00Z","price":1.1928},{"timestamp":"2026-02-11T13:33:00Z","price":1.1851},{"timestamp":"2026-02-11T17:15:00Z","price":1.1889},{"timestamp":"2026-02-14T11:57:00Z","price":1.1836},{"timestamp":"2026-02-17T15:14:00Z","price":1.1817},{"timestamp":"2026-02-19T11:41:00Z","price":1.1781},{"timestamp":"2026-02-20T15:14:00Z","price":1.1787},{"timestamp":"2026-02-22T23:56:00Z","price":1.1828},{"timestamp":"2026-02-25T21:36:00Z","price":1.1812}]
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 | 42 trades @ $9.87 |
| Least Populated Bin | 0 trades @ $5.31 |
| Mean | 4 trades |
| Std Dev | 11 trades |
| Last | 28 trades |
| Points | 25 |
| Sum | 99 trades |
| Across 25 points the series ranged from 0 trades (5.31)to∗∗42trades∗∗(9.87), averaging 4 trades. The most recent value is 28 trades. | |
| Full series - 25 points. |
[{"bin":"$5.00","count":29,"from":5.0017499999999995},{"bin":"$5.31","count":0,"from":5.3061972},{"bin":"$5.61","count":0,"from":5.6106444},{"bin":"$5.92","count":0,"from":5.915091599999999},{"bin":"$6.22","count":0,"from":6.2195388},{"bin":"$6.52","count":0,"from":6.523986},{"bin":"$6.83","count":0,"from":6.828433199999999},{"bin":"$7.13","count":0,"from":7.1328803999999995},{"bin":"$7.44","count":0,"from":7.4373276},{"bin":"$7.74","count":0,"from":7.7417748},{"bin":"$8.05","count":0,"from":8.046222},{"bin":"$8.35","count":0,"from":8.350669199999999},{"bin":"$8.66","count":0,"from":8.6551164},{"bin":"$8.96","count":0,"from":8.9595636},{"bin":"$9.26","count":0,"from":9.2640108},{"bin":"$9.57","count":0,"from":9.568458},{"bin":"$9.87","count":42,"from":9.8729052},{"bin":"$10.18","count":0,"from":10.1773524},{"bin":"$10.48","count":0,"from":10.4817996},{"bin":"$10.79","count":0,"from":10.7862468},{"bin":"$11.09","count":0,"from":11.090694},{"bin":"$11.40","count":0,"from":11.395141200000001},{"bin":"$11.70","count":0,"from":11.6995884},{"bin":"$12.00","count":0,"from":12.0040356},{"bin":"$12.31","count":28,"from":12.3084828}]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 50 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 1.07 |
| Mean | 5 trades |
| Std Dev | 12 trades |
| Last | 4 trades |
| Points | 20 |
| Sum | 99 trades |
| Across 20 points the series ranged from 0 trades (1.07) to 50 trades (0.1), averaging 5 trades. The most recent value is 4 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 50,
"SL": 0,
"TSL": 0
},
{
"bin": 0.59,
"TP": 14,
"SL": 0,
"TSL": 0
},
{
"bin": 1.07,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 1.56,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 2.05,
"TP": 3,
"SL": 0,
"TSL": 0
},
{
"bin": 2.54,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.03,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.51,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 4,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 4.49,
"TP": 28,
"SL": 0,
"TSL": 0
},
{
"bin": 4.98,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 5.46,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 5.95,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 6.44,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 6.93,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 7.41,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 7.9,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 8.39,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 8.88,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 9.36,
"TP": 4,
"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 | 102.73 @ Dec |
| Worst Indexed Value | 100.00 @ Jan |
| Mean | 101.79 |
| Std Dev | 0.8983 |
| Last | 102.73 |
| Points | 12 |
| Across 12 points the series ranged from 100.00 (Jan) to 102.73 (Dec), averaging 101.79. The most recent value is 102.73. | |
| Full series - 12 points. |
[
{
"2025": 99.99718460141426,
"2026": 100.05128237717283,
"month": "Jan"
},
{
"2025": 100.11642188898485,
"2026": 100.04822501800625,
"month": "Feb"
},
{
"2025": 101.0361145731622,
"month": "Mar"
},
{
"2025": 101.648462305052,
"month": "Apr"
},
{
"2025": 101.67819860184548,
"month": "May"
},
{
"2025": 102.40945097395435,
"month": "Jun"
},
{
"2025": 102.12894344842667,
"month": "Jul"
},
{
"2024": 99.98717848409481,
"2025": 102.41101417473608,
"month": "Aug"
},
{
"2024": 100.02092826562023,
"2025": 102.44373789386334,
"month": "Sep"
},
{
"2024": 99.88944779427588,
"2025": 102.41773540524835,
"month": "Oct"
},
{
"2024": 99.66942453779875,
"2025": 102.4824596759983,
"month": "Nov"
},
{
"2024": 99.28811093092948,
"2025": 102.72956189336746,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 93.00 USDT @ Thu |
| Worst Weekday | 1.69 USDT @ Fri |
| Mean | 28.47 USDT |
| Std Dev | 28.25 USDT |
| Last | 19.93 USDT |
| Points | 7 |
| Sum | 199.31 USDT |
| Across 7 points the series ranged from 1.69 USDT (Fri) to 93.00 USDT (Thu), averaging 28.47 USDT. 100% of points were positive, 0% negative. The most recent value is 19.93 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 25.856165
},
{
"day": "Tue",
"profit": 19.268417
},
{
"day": "Wed",
"profit": 33.723108
},
{
"day": "Thu",
"profit": 92.999596
},
{
"day": "Fri",
"profit": 1.690114
},
{
"day": "Sat",
"profit": 5.839367
},
{
"day": "Sun",
"profit": 19.931116
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 62.05 USDT @ 7:00 |
| Worst Hour (UTC) | 1.59 USDT @ 3:00 |
| Mean | 8.30 USDT |
| Std Dev | 11.77 USDT |
| Last | 4.10 USDT |
| Points | 24 |
| Sum | 199.31 USDT |
| Across 24 points the series ranged from 1.59 USDT (3:00) to 62.05 USDT (7:00), averaging 8.30 USDT. 100% of points were positive, 0% negative. The most recent value is 4.10 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":11.916617},{"hour":"1:00","profit":3.763686},{"hour":"2:00","profit":3.332206},{"hour":"3:00","profit":1.591603},{"hour":"4:00","profit":1.65642},{"hour":"5:00","profit":1.79878},{"hour":"6:00","profit":4.257302},{"hour":"7:00","profit":62.051788},{"hour":"8:00","profit":15.095186},{"hour":"9:00","profit":7.210492},{"hour":"10:00","profit":11.96955},{"hour":"11:00","profit":1.971595},{"hour":"12:00","profit":7.036551},{"hour":"13:00","profit":6.369397},{"hour":"14:00","profit":10.063729},{"hour":"15:00","profit":8.629851},{"hour":"16:00","profit":2.98957},{"hour":"17:00","profit":3.275673},{"hour":"18:00","profit":5.23327},{"hour":"19:00","profit":2.181232},{"hour":"20:00","profit":8.891421},{"hour":"21:00","profit":6.366293},{"hour":"22:00","profit":7.553698},{"hour":"23:00","profit":4.101972}]
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 | 9.85% @ 7101.833333333333 |
| Worst Trade Return | 0.10% @ 109.71666666666667 |
| Mean | 2.02% |
| Std Dev | 2.60% |
| Last | 0.10% |
| Points | 99 |
| Across 99 points the series ranged from 0.10% (109.71666666666667) to 9.85% (7101.833333333333), averaging 2.02%. 100% of points were positive, 0% negative. The most recent value is 0.10%. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"hours":7101.833333333333,"profitPct":4.8502824859,"profit":0.61116615},{"hours":512.5666666666667,"profitPct":0.1009102323,"profit":0.01012725},{"hours":675.0833333333334,"profitPct":0.3518204645,"profit":0.017654175},{"hours":5414.033333333334,"profitPct":0.8536409291,"profit":0.042835275},{"hours":6077.783333333334,"profitPct":0.8553539346,"profit":0.0428481},{"hours":512.5333333333333,"profitPct":0.3526769673,"profit":0.017667},{"hours":5421.983333333334,"profitPct":2.3544084621,"profit":0.1179417375},{"hours":7101.8,"profitPct":9.8496810995,"profit":0.493409925},{"hours":7101.8,"profitPct":4.8498405498,"profit":0.6100692025},{"hours":7100.483333333334,"profitPct":9.8469950517,"profit":0.492522075},{"hours":7100.483333333334,"profitPct":4.8484975259,"profit":0.608968865},{"hours":673.1333333333333,"profitPct":0.605168691,"profit":0.030269025},{"hours":5420.666666666667,"profitPct":2.3492487629,"profit":0.11750355},{"hours":7099.333333333333,"profitPct":4.8489521363,"profit":0.6078753075},{"hours":672.5833333333334,"profitPct":0.8497904273,"profit":0.043366845},{"hours":6857.2,"profitPct":4.8480576158,"profit":0.611041425},{"hours":4759.65,"profitPct":4.854454023,"profit":0.6119670375},{"hours":4633.466666666666,"profitPct":4.8503561319,"profit":0.610836875},{"hours":18.233333333333334,"profitPct":0.1001831417,"profit":0.0100474875},{"hours":56.86666666666667,"profitPct":0.1000671981,"profit":0.0100405125},{"hours":20.416666666666668,"profitPct":0.0999513619,"profit":0.0100335375},{"hours":3741.4,"profitPct":4.8536766072,"profit":0.6112662075},{"hours":1.65,"profitPct":0.1001367513,"profit":0.0100446975},{"hours":2.183333333333333,"profitPct":0.1002295492,"profit":0.0100502775},{"hours":4.366666666666666,"profitPct":0.0998356329,"profit":0.0100265625},{"hours":109.71666666666667,"profitPct":0.0998125,"profit":0.0100251675},{"hours":59.68333333333333,"profitPct":0.1003456435,"profit":0.0100572525},{"hours":3605.8,"profitPct":4.8551376276,"profit":0.611921155},{"hours":11.15,"profitPct":0.100322416,"profit":0.0100558575},{"hours":2723.7833333333333,"profitPct":0.1000671981,"profit":0.0100405125},{"hours":3183.5,"profitPct":4.8548133689,"profit":0.611823},{"hours":1974.1833333333334,"profitPct":4.8539335832,"profit":0.6110539325},{"hours":734.3,"profitPct":4.8555194805,"profit":0.6116221125},{"hours":12.783333333333333,"profitPct":0.0998356329,"profit":0.0100265625},{"hours":0.9833333333333333,"profitPct":0.1003456435,"profit":0.0100572525},{"hours":6.116666666666666,"profitPct":0.1003456435,"profit":0.0100572525},{"hours":32.21666666666667,"profitPct":0.1000903782,"profit":0.0100419075},{"hours":6.75,"profitPct":0.1000440222,"profit":0.0100391175},{"hours":1687.9333333333334,"profitPct":4.8498022574,"profit":0.61118372},{"hours":1687.1166666666666,"profitPct":4.8541791571,"profit":0.61112271},{"hours":1678.9166666666667,"profitPct":4.8484308162,"profit":0.610926525},{"hours":4328.65,"profitPct":4.8493036759,"profit":0.610929825},{"hours":1480.0333333333333,"profitPct":4.8471455458,"profit":0.611154285},{"hours":56.733333333333334,"profitPct":4.8485097241,"profit":0.611043135},{"hours":2517.883333333333,"profitPct":4.8502466447,"profit":0.6111854},{"hours":260.1,"profitPct":0.3550117925,"profit":0.01770174},{"hours":234.75,"profitPct":0.1025058962,"profit":0.010344075},{"hours":209.85,"profitPct":0.6019510442,"profit":0.029900955},{"hours":158.65,"profitPct":0.8570354844,"profit":0.042503475},{"hours":156.81666666666666,"profitPct":0.6031609925,"profit":0.029912925},{"hours":84.68333333333334,"profitPct":0.8513715499,"profit":0.04210458},{"hours":7.2,"profitPct":0.3563766892,"profit":0.0177219},{"hours":0.6,"profitPct":0.1019329355,"profit":0.01030965},{"hours":3.75,"profitPct":0.356847578,"profit":0.01772883},{"hours":0.6166666666666667,"profitPct":0.1029533373,"profit":0.01037085},{"hours":6.1,"profitPct":0.1029106555,"profit":0.0103683},{"hours":3.1666666666666665,"profitPct":0.1036811373,"profit":0.0104142},{"hours":83.56666666666666,"profitPct":0.104456328,"profit":0.0104601},{"hours":82.2,"profitPct":0.3514523263,"profit":0.017354505},{"hours":57.78333333333333,"profitPct":0.1044347309,"profit":0.010458825}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 99 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 33 trades |
| Std Dev | 47 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 99 trades |
| Across 3 points the series ranged from 0 trades (SL) to 99 trades (TP), averaging 33 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 99
},
{
"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": "c165cf00-9000-423c-b9ce-76a476aa0ed2",
"symbol": "EURIUSDT",
"strategy": "2LongTimeLongMoreProfit.json",
"strategy_label": "LongTimeLongMoreProfit",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 546,
"start_balance_usdt": 10000,
"final_value_usdt": 10202.05848828,
"return_pct": 2.0206,
"total_profit_usdt": 199.30788435,
"avg_profit_per_trade_usdt": 0.06080167,
"fulfilled_trades": 3278,
"active_orders": 187,
"win_rate_pct": 100,
"best_trade_usdt": 0.61219691,
"worst_trade_usdt": 0.01002517,
"trades_per_month": 148.2436130971066,
"max_drawdown_pct": 1.0608068882595072,
"max_drawdown_abs_usdt": 106.11685550500079,
"drawdown_duration_days": 108,
"recovery_days": 54,
"cagr_pct": 1.3472018085348703,
"volatility_annualized_pct": 1.2595163372077602,
"sharpe_annualized": 1.0709900386067035,
"sortino_annualized": 1.2427437878858731,
"time_in_market_pct": 100,
"final_cash_usdt": 8834.7942761075,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": 60.2981022125,
"median_hold_hours": 234.75,
"avg_hold_hours": 1810.4863636363627,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | c165cf00-9000-423c-b9ce-76a476aa0ed2 |
symbol | EURIUSDT |
strategy | 2LongTimeLongMoreProfit.json |
strategy_label | LongTimeLongMoreProfit |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 546 |
start_balance_usdt | 10000 |
final_value_usdt | 10202.05848828 |
return_pct | 2.0206 |
total_profit_usdt | 199.30788435 |
avg_profit_per_trade_usdt | 0.06080167 |
fulfilled_trades | 3278 |
active_orders | 187 |
win_rate_pct | 100 |
best_trade_usdt | 0.61219691 |
worst_trade_usdt | 0.01002517 |
trades_per_month | 148.2436130971066 |
max_drawdown_pct | 1.0608068882595072 |
max_drawdown_abs_usdt | 106.11685550500079 |
drawdown_duration_days | 108 |
recovery_days | 54 |
cagr_pct | 1.3472018085348703 |
volatility_annualized_pct | 1.2595163372077602 |
sharpe_annualized | 1.0709900386067035 |
sortino_annualized | 1.2427437878858731 |
time_in_market_pct | 100 |
final_cash_usdt | 8834.7942761075 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | 60.2981022125 |
median_hold_hours | 234.75 |
avg_hold_hours | 1810.4863636363627 |
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 | EURIUSDT |
| Mode | GET /backtests/{id} | $.mode_name | direct API value | 2LongTimeLongMoreProfit.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 | 10,202.06 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | +2.02% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +199.31 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)) | 3,278 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.6122 USDT |
| Worst trade | GET /backtests/{id} | $.min_profit | direct API value (cross-check: min(trades[].profit)) | +0.0100 USDT |
| Avg profit / trade | GET /backtests/{id} | $.avg_profit | direct API value | +0.0608 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 148.2 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -1.06% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -106.12 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | +1.35% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 1.26% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | 1.07 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | 1.24 |
| 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) | 1.40 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +20.52 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.2073 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 99 |
| 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 | 1810.5h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 234.8h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,864 USDT |
Raw API Attachments
/trades. Full trade population: 3,278 closed trades - fetch the complete list via GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2 - backtest summary (verbatim)
GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2 - backtest summary (verbatim)
{
"id": "c165cf00-9000-423c-b9ce-76a476aa0ed2",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:13.939223Z",
"started_at": "2026-05-10T06:23:55.716554Z",
"completed_at": "2026-05-10T06:32:33.739074Z",
"mode_name": "2LongTimeLongMoreProfit.json",
"symbol": "EURIUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 10202.05848828,
"return_pct": 2.0206,
"total_profit": 199.30788435,
"fulfilled_trades": 3278,
"active_orders": 187,
"win_rate": 100,
"avg_profit": 0.06080167,
"max_profit": 0.61219691,
"min_profit": 0.01002517,
"elapsed_sec": 417.63,
"max_drawdown": -1.0608,
"profit_factor": null,
"sharpe_ratio": 1.071,
"total_fees": 35.59114393,
"avg_hold_time_hours": 636.1239,
"tp_count": 3278,
"sl_count": 0,
"tsl_count": 0,
"start_price": 1.1106,
"end_price": 1.1817,
"gross_profit_quote": 234.899028,
"gross_loss_quote": 0,
"wins": 3278,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 3278,
"consecutive_losses_max": 0,
"holding_minutes_p50": 3524,
"holding_minutes_p95": 251788.7,
"holding_minutes_max": 426110,
"description": "EURIUSDT | 2LongTimeLongMoreProfit.json | 2024-04-24 - 2026-02-25 | +2.02% | 3278 trades | 100% WR",
"summary_text": "Backtest EURIUSDT (Mode: 2LongTimeLongMoreProfit.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 10,202.06 USDT\nP&L: +202.06 USDT (+2.02%)\nResult: PROFIT\nCompleted trades: 3278\nOpen orders at end: 187\nWin rate: 100.0%\nAvg. profit/trade: 0.060802 USDT\nBest trade: 0.612197 USDT\nWorst trade: 0.010025 USDT\nTotal profit (trades only): 199.307884 USDT\nMax drawdown: -1.06%\nProfit factor: inf (no losing trades)\nSharpe ratio: 1.07\nTotal fees: 35.59 USDT\nAvg hold time: 636.1h\nTP / SL / TSL: 3278 / 0 / 0\n\nStrategy parameters:\n Buy trigger: -0.1% from last buy\n Buy splits: 8\n Sell targets: [0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 20.0]\n Investment per buy: 50.0 USDT\n Fees: maker 7.5 bps / taker 7.5 bps\n\nElapsed: 417.6s",
"share_token": null,
"config_hash": "b865370fcb4068dcf66825ef4428f280332f983d928897cf8603c32f0a1ca4d6",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "EURIUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 8,
"buyVolumes": [
20,
10,
10,
10,
10,
25,
10,
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.5,
0.75,
1,
2.5,
5,
10,
20
],
"triggerCoolDown": 1,
"investmentPerBuy": 50,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 20,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
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/c165cf00-9000-423c-b9ce-76a476aa0ed2/equity - equity series (verbatim, 547 points)
GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2/equity - equity series (verbatim, 547 points)
[
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 171.9,
"quote_asset_bal": 9808.66264108,
"total_value_mid": 9999.59197108,
"total_value_exit_net": 9999.4487740825,
"total_value": 9999.59197108,
"base_cost_quote": 191.236539915,
"unrealized_pnl_exit_net": -0.4504069125
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 258.8,
"quote_asset_bal": 9712.354357855,
"total_value_mid": 9998.794197855,
"total_value_exit_net": 9998.579367975,
"total_value": 9998.794197855,
"base_cost_quote": 287.44398142,
"unrealized_pnl_exit_net": -1.2189713
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 302.3,
"quote_asset_bal": 9664.224687655,
"total_value_mid": 9998.024347655,
"total_value_exit_net": 9997.77399791,
"total_value": 9998.024347655,
"base_cost_quote": 335.57365162,
"unrealized_pnl_exit_net": -2.024341365
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 302.3,
"quote_asset_bal": 9664.224687655,
"total_value_mid": 9998.417337655,
"total_value_exit_net": 9998.1666931675,
"total_value": 9998.417337655,
"base_cost_quote": 335.57365162,
"unrealized_pnl_exit_net": -1.6316461075
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 423.9,
"quote_asset_bal": 9530.018761635,
"total_value_mid": 9997.750021635,
"total_value_exit_net": 9997.39922319,
"total_value": 9997.750021635,
"base_cost_quote": 469.5797909025,
"unrealized_pnl_exit_net": -2.1993293475
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 401.3,
"quote_asset_bal": 9555.00830541,
"total_value_mid": 9998.88623541,
"total_value_exit_net": 9998.5533269625,
"total_value": 9998.88623541,
"base_cost_quote": 444.40805625,
"unrealized_pnl_exit_net": -0.8630346975
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 410.4,
"quote_asset_bal": 9544.95437061,
"total_value_mid": 9998.28221061,
"total_value_exit_net": 9997.94221473,
"total_value": 9998.28221061,
"base_cost_quote": 454.46199105,
"unrealized_pnl_exit_net": -1.47414693
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 369.6,
"quote_asset_bal": 9590.154265245,
"total_value_mid": 9999.412345245,
"total_value_exit_net": 9999.105401685,
"total_value": 9999.412345245,
"base_cost_quote": 409.0277709225,
"unrealized_pnl_exit_net": -0.0766344825
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 351.5,
"quote_asset_bal": 9610.260433285,
"total_value_mid": 10000.776933285,
"total_value_exit_net": 10000.48404591,
"total_value": 10000.776933285,
"base_cost_quote": 388.7688681325,
"unrealized_pnl_exit_net": 1.4547444925
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 338,
"quote_asset_bal": 9625.540424855,
"total_value_mid": 9998.523424855,
"total_value_exit_net": 9998.243687605,
"total_value": 9998.523424855,
"base_cost_quote": 373.501496185,
"unrealized_pnl_exit_net": -0.798233435
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 338,
"quote_asset_bal": 9625.540424855,
"total_value_mid": 9998.962824855,
"total_value_exit_net": 9998.682758055,
"total_value": 9998.962824855,
"base_cost_quote": 373.501496185,
"unrealized_pnl_exit_net": -0.359162985
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 356.3,
"quote_asset_bal": 9605.2726253975,
"total_value_mid": 9999.3404253975,
"total_value_exit_net": 9999.0448745475,
"total_value": 9999.3404253975,
"base_cost_quote": 393.7692956425,
"unrealized_pnl_exit_net": 0.0029535075
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 379.2,
"quote_asset_bal": 9579.9766476325,
"total_value_mid": 9998.3100876325,
"total_value_exit_net": 9997.9963375525,
"total_value": 9998.3100876325,
"base_cost_quote": 419.0652734075,
"unrealized_pnl_exit_net": -1.0455834875
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 402.1,
"quote_asset_bal": 9554.7081704775,
"total_value_mid": 9997.6615304775,
"total_value_exit_net": 9997.3293154575,
"total_value": 9997.6615304775,
"base_cost_quote": 444.3337505625,
"unrealized_pnl_exit_net": -1.7126055825
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 402.1,
"quote_asset_bal": 9554.7081704775,
"total_value_mid": 9997.4202704775,
"total_value_exit_net": 9997.0882364025,
"total_value": 9997.4202704775,
"base_cost_quote": 444.3337505625,
"unrealized_pnl_exit_net": -1.9536846375
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 384.1,
"quote_asset_bal": 9574.6012394775,
"total_value_mid": 9999.8383494775,
"total_value_exit_net": 9999.519421645,
"total_value": 9999.8383494775,
"base_cost_quote": 424.2404518825,
"unrealized_pnl_exit_net": 0.677730285
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 366,
"quote_asset_bal": 9594.6330696525,
"total_value_mid": 9999.9414696525,
"total_value_exit_net": 9999.6374883525,
"total_value": 9999.9414696525,
"base_cost_quote": 404.0440359225,
"unrealized_pnl_exit_net": 0.9603827775
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 366,
"quote_asset_bal": 9594.6330696525,
"total_value_mid": 10000.2342696525,
"total_value_exit_net": 9999.9300687525,
"total_value": 10000.2342696525,
"base_cost_quote": 404.0440359225,
"unrealized_pnl_exit_net": 1.2529631775
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 366,
"quote_asset_bal": 9594.6330696525,
"total_value_mid": 10000.2708696525,
"total_value_exit_net": 9999.9666413025,
"total_value": 10000.2708696525,
"base_cost_quote": 404.0440359225,
"unrealized_pnl_exit_net": 1.2895357275
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 306.8,
"quote_asset_bal": 9660.4402752875,
"total_value_mid": 10002.0007152875,
"total_value_exit_net": 10001.7445449575,
"total_value": 10002.0007152875,
"base_cost_quote": 338.1339003675,
"unrealized_pnl_exit_net": 3.1703693025
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 306.8,
"quote_asset_bal": 9660.4402752875,
"total_value_mid": 10001.5405152875,
"total_value_exit_net": 10001.2846901075,
"total_value": 10001.5405152875,
"base_cost_quote": 338.1339003675,
"unrealized_pnl_exit_net": 2.7105144525
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 369,
"quote_asset_bal": 9590.938884055,
"total_value_mid": 10000.860984055,
"total_value_exit_net": 10000.55354248,
"total_value": 10000.860984055,
"base_cost_quote": 407.94224739,
"unrealized_pnl_exit_net": 1.672411035
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 355.7,
"quote_asset_bal": 9605.8304084525,
"total_value_mid": 10002.7916084525,
"total_value_exit_net": 10002.4938875525,
"total_value": 10002.7916084525,
"base_cost_quote": 393.01610117,
"unrealized_pnl_exit_net": 3.64737793
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 351.2,
"quote_asset_bal": 9610.8567358775,
"total_value_mid": 10002.6905758775,
"total_value_exit_net": 10002.3967004975,
"total_value": 10002.6905758775,
"base_cost_quote": 388.007447495,
"unrealized_pnl_exit_net": 3.532517125
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 351.2,
"quote_asset_bal": 9610.8567358775,
"total_value_mid": 10002.5500958775,
"total_value_exit_net": 10002.2563258575,
"total_value": 10002.5500958775,
"base_cost_quote": 388.007447495,
"unrealized_pnl_exit_net": 3.392142485
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 351.2,
"quote_asset_bal": 9610.8567358775,
"total_value_mid": 10002.5852158775,
"total_value_exit_net": 10002.2914195175,
"total_value": 10002.5852158775,
"base_cost_quote": 388.007447495,
"unrealized_pnl_exit_net": 3.427236145
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 369.4,
"quote_asset_bal": 9590.61870719,
"total_value_mid": 10000.80046719,
"total_value_exit_net": 10000.49283087,
"total_value": 10000.80046719,
"base_cost_quote": 408.1445890325,
"unrealized_pnl_exit_net": 1.7295346475
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 342.2,
"quote_asset_bal": 9620.97991296,
"total_value_mid": 10003.69639296,
"total_value_exit_net": 10003.4093556,
"total_value": 10003.69639296,
"base_cost_quote": 377.8628547525,
"unrealized_pnl_exit_net": 4.5665878875
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 353.2,
"quote_asset_bal": 9608.6503919,
"total_value_mid": 10001.6913519,
"total_value_exit_net": 10001.39657118,
"total_value": 10001.6913519,
"base_cost_quote": 390.3825775075,
"unrealized_pnl_exit_net": 2.3636017725
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 366.7,
"quote_asset_bal": 9593.551040825,
"total_value_mid": 10003.154940825,
"total_value_exit_net": 10002.8477379,
"total_value": 10003.154940825,
"base_cost_quote": 405.5022087325,
"unrealized_pnl_exit_net": 3.7944883425
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 371.2,
"quote_asset_bal": 9588.5782747625,
"total_value_mid": 10002.6518747625,
"total_value_exit_net": 10002.3413195625,
"total_value": 10002.6518747625,
"base_cost_quote": 410.52302152,
"unrealized_pnl_exit_net": 3.24002328
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 371.2,
"quote_asset_bal": 9588.5782747625,
"total_value_mid": 10002.6518747625,
"total_value_exit_net": 10002.3413195625,
"total_value": 10002.6518747625,
"base_cost_quote": 410.52302152,
"unrealized_pnl_exit_net": 3.24002328
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 371.2,
"quote_asset_bal": 9588.5782747625,
"total_value_mid": 10003.0230747625,
"total_value_exit_net": 10002.7122411625,
"total_value": 10003.0230747625,
"base_cost_quote": 410.52302152,
"unrealized_pnl_exit_net": 3.61094488
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 362.2,
"quote_asset_bal": 9598.6428460625,
"total_value_mid": 10001.8438860625,
"total_value_exit_net": 10001.5414852825,
"total_value": 10001.8438860625,
"base_cost_quote": 400.47869392,
"unrealized_pnl_exit_net": 2.4199453
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 435,
"quote_asset_bal": 9517.7954159325,
"total_value_mid": 9998.9054159325,
"total_value_exit_net": 9998.5445834325,
"total_value": 9998.9054159325,
"base_cost_quote": 481.32612405,
"unrealized_pnl_exit_net": -0.57695655
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 457.9,
"quote_asset_bal": 9492.4627706875,
"total_value_mid": 9998.0759506875,
"total_value_exit_net": 9997.6967408025,
"total_value": 9998.0759506875,
"base_cost_quote": 506.658769295,
"unrealized_pnl_exit_net": -1.42479918
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 503.7,
"quote_asset_bal": 9441.93269153,
"total_value_mid": 9997.41305153,
"total_value_exit_net": 9996.99644126,
"total_value": 9997.41305153,
"base_cost_quote": 557.1888484525,
"unrealized_pnl_exit_net": -2.1250987225
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 591,
"quote_asset_bal": 9346.084118975,
"total_value_mid": 9994.056518975,
"total_value_exit_net": 9993.570539675,
"total_value": 9994.056518975,
"base_cost_quote": 653.0374210075,
"unrealized_pnl_exit_net": -5.5510003075
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 591,
"quote_asset_bal": 9346.084118975,
"total_value_mid": 9994.470218975,
"total_value_exit_net": 9993.9839294,
"total_value": 9994.470218975,
"base_cost_quote": 653.0374210075,
"unrealized_pnl_exit_net": -5.1376105825
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 591,
"quote_asset_bal": 9346.084118975,
"total_value_mid": 9994.352018975,
"total_value_exit_net": 9993.86581805,
"total_value": 9994.352018975,
"base_cost_quote": 653.0374210075,
"unrealized_pnl_exit_net": -5.2557219325
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 591,
"quote_asset_bal": 9346.084118975,
"total_value_mid": 9994.470218975,
"total_value_exit_net": 9993.9839294,
"total_value": 9994.470218975,
"base_cost_quote": 653.0374210075,
"unrealized_pnl_exit_net": -5.1376105825
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 581.8,
"quote_asset_bal": 9356.187335875,
"total_value_mid": 9994.829195875,
"total_value_exit_net": 9994.35021448,
"total_value": 9994.829195875,
"base_cost_quote": 642.9448172275,
"unrealized_pnl_exit_net": -4.7819386225
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 634.7,
"quote_asset_bal": 9298.2536081425,
"total_value_mid": 9992.5519381425,
"total_value_exit_net": 9992.031214395,
"total_value": 9992.5519381425,
"base_cost_quote": 700.87854496,
"unrealized_pnl_exit_net": -7.1009387075
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 678.4,
"quote_asset_bal": 9250.36184624,
"total_value_mid": 9992.32792624,
"total_value_exit_net": 9991.77145168,
"total_value": 9992.32792624,
"base_cost_quote": 748.7703068625,
"unrealized_pnl_exit_net": -7.3607014225
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 678.4,
"quote_asset_bal": 9250.36184624,
"total_value_mid": 9993.00632624,
"total_value_exit_net": 9992.44934288,
"total_value": 9993.00632624,
"base_cost_quote": 748.7703068625,
"unrealized_pnl_exit_net": -6.6828102225
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 669.2,
"quote_asset_bal": 9260.44391901,
"total_value_mid": 9993.75327901,
"total_value_exit_net": 9993.20329699,
"total_value": 9993.75327901,
"base_cost_quote": 738.6988789525,
"unrealized_pnl_exit_net": -5.9395009725
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 669.2,
"quote_asset_bal": 9260.44391901,
"total_value_mid": 9994.02095901,
"total_value_exit_net": 9993.47077623,
"total_value": 9994.02095901,
"base_cost_quote": 738.6988789525,
"unrealized_pnl_exit_net": -5.6720217325
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 722.1,
"quote_asset_bal": 9202.6096868625,
"total_value_mid": 9991.5039368625,
"total_value_exit_net": 9990.912266175,
"total_value": 9991.5039368625,
"base_cost_quote": 796.5437601,
"unrealized_pnl_exit_net": -8.2411807875
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 809.5,
"quote_asset_bal": 9107.232877865,
"total_value_mid": 9988.778377865,
"total_value_exit_net": 9988.11721874,
"total_value": 9988.778377865,
"base_cost_quote": 891.9205690975,
"unrealized_pnl_exit_net": -11.0362282225
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 809.5,
"quote_asset_bal": 9107.232877865,
"total_value_mid": 9987.240327865,
"total_value_exit_net": 9986.5803222775,
"total_value": 9987.240327865,
"base_cost_quote": 891.9205690975,
"unrealized_pnl_exit_net": -12.573124685
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 986.4,
"quote_asset_bal": 8915.096483565,
"total_value_mid": 9984.748643565,
"total_value_exit_net": 9983.946404445,
"total_value": 9984.748643565,
"base_cost_quote": 1084.0569633975,
"unrealized_pnl_exit_net": -15.2070425175
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 1012.2,
"quote_asset_bal": 8887.060464465,
"total_value_mid": 9986.815764465,
"total_value_exit_net": 9985.99094799,
"total_value": 9986.815764465,
"base_cost_quote": 1112.1147909975,
"unrealized_pnl_exit_net": -13.1843074725
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 1012.2,
"quote_asset_bal": 8887.060464465,
"total_value_mid": 9987.929184465,
"total_value_exit_net": 9987.103532925,
"total_value": 9987.929184465,
"base_cost_quote": 1112.1147909975,
"unrealized_pnl_exit_net": -12.0717225375
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 960.9,
"quote_asset_bal": 8942.926773285,
"total_value_mid": 9990.980403285,
"total_value_exit_net": 9990.1943630625,
"total_value": 9990.980403285,
"base_cost_quote": 1056.3845646525,
"unrealized_pnl_exit_net": -9.116974875
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 960.9,
"quote_asset_bal": 8942.926773285,
"total_value_mid": 9983.389293285,
"total_value_exit_net": 9982.608946395,
"total_value": 9983.389293285,
"base_cost_quote": 1056.3845646525,
"unrealized_pnl_exit_net": -16.7023915425
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 1033.3,
"quote_asset_bal": 8864.493432365,
"total_value_mid": 9980.457432365,
"total_value_exit_net": 9979.620459365,
"total_value": 9980.457432365,
"base_cost_quote": 1134.8179055725,
"unrealized_pnl_exit_net": -19.6908785725
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 1077.7,
"quote_asset_bal": 8816.576561645,
"total_value_mid": 9978.983781645,
"total_value_exit_net": 9978.11197623,
"total_value": 9978.983781645,
"base_cost_quote": 1182.7347762925,
"unrealized_pnl_exit_net": -21.1993617075
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 1103.5,
"quote_asset_bal": 8788.7144152775,
"total_value_mid": 9983.6945652775,
"total_value_exit_net": 9982.798330165,
"total_value": 9983.6945652775,
"base_cost_quote": 1210.61700229,
"unrealized_pnl_exit_net": -16.5330874025
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 1108.1,
"quote_asset_bal": 8783.763159555,
"total_value_mid": 9977.297669555,
"total_value_exit_net": 9976.4025186725,
"total_value": 9977.297669555,
"base_cost_quote": 1215.5860162575,
"unrealized_pnl_exit_net": -22.94665714
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 1108.1,
"quote_asset_bal": 8783.763159555,
"total_value_mid": 9978.738199555,
"total_value_exit_net": 9977.841968275,
"total_value": 9978.738199555,
"base_cost_quote": 1215.5860162575,
"unrealized_pnl_exit_net": -21.5072075375
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 1117.4,
"quote_asset_bal": 8773.7106958575,
"total_value_mid": 9980.8379158575,
"total_value_exit_net": 9979.9325704425,
"total_value": 9980.8379158575,
"base_cost_quote": 1225.638479955,
"unrealized_pnl_exit_net": -19.41660537
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 1108.2,
"quote_asset_bal": 8783.6430141125,
"total_value_mid": 9985.3750941125,
"total_value_exit_net": 9984.4737950525,
"total_value": 9985.3750941125,
"base_cost_quote": 1215.7380902275,
"unrealized_pnl_exit_net": -14.9073092875
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 1108.2,
"quote_asset_bal": 8783.6539602125,
"total_value_mid": 9983.9453802125,
"total_value_exit_net": 9983.0451616475,
"total_value": 9983.9453802125,
"base_cost_quote": 1215.7380902275,
"unrealized_pnl_exit_net": -16.3468887925
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 1094.2,
"quote_asset_bal": 8798.8176736725,
"total_value_mid": 9986.6811936725,
"total_value_exit_net": 9985.7902960325,
"total_value": 9986.6811936725,
"base_cost_quote": 1200.644388435,
"unrealized_pnl_exit_net": -13.671766075
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 1080,
"quote_asset_bal": 8814.2354429025,
"total_value_mid": 9989.2754429025,
"total_value_exit_net": 9988.3941629025,
"total_value": 9989.2754429025,
"base_cost_quote": 1185.3043420225,
"unrealized_pnl_exit_net": -11.1456220225
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 1052,
"quote_asset_bal": 8844.8395369175,
"total_value_mid": 9983.8399369175,
"total_value_exit_net": 9982.9856866175,
"total_value": 9983.8399369175,
"base_cost_quote": 1154.9062205175,
"unrealized_pnl_exit_net": -16.7600708175
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 1070.7,
"quote_asset_bal": 8824.6096758925,
"total_value_mid": 9980.9656758925,
"total_value_exit_net": 9980.0984088925,
"total_value": 9980.9656758925,
"base_cost_quote": 1175.1360815425,
"unrealized_pnl_exit_net": -19.6473485425
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 1066.1,
"quote_asset_bal": 8829.56626986,
"total_value_mid": 9985.64510986,
"total_value_exit_net": 9984.77805073,
"total_value": 9985.64510986,
"base_cost_quote": 1170.20135327,
"unrealized_pnl_exit_net": -14.9895724
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 1033.3,
"quote_asset_bal": 8865.2391051525,
"total_value_mid": 9988.5395351525,
"total_value_exit_net": 9987.69705983,
"total_value": 9988.5395351525,
"base_cost_quote": 1134.655774065,
"unrealized_pnl_exit_net": -12.1978193875
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 1010,
"quote_asset_bal": 8890.668708635,
"total_value_mid": 9993.790708635,
"total_value_exit_net": 9992.963367135,
"total_value": 9993.790708635,
"base_cost_quote": 1109.3294835825,
"unrealized_pnl_exit_net": -7.0348250825
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 1290.9,
"quote_asset_bal": 8588.2912023775,
"total_value_mid": 9980.6559423775,
"total_value_exit_net": 9979.6116688225,
"total_value": 9980.6559423775,
"base_cost_quote": 1412.2860907525,
"unrealized_pnl_exit_net": -20.9656243075
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 1300.2,
"quote_asset_bal": 8578.3938384775,
"total_value_mid": 9982.4798184775,
"total_value_exit_net": 9981.4267539925,
"total_value": 9982.4798184775,
"base_cost_quote": 1422.3376237525,
"unrealized_pnl_exit_net": -19.3047082375
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 1389.3,
"quote_asset_bal": 8482.6569659,
"total_value_mid": 9972.1254959,
"total_value_exit_net": 9971.0083945025,
"total_value": 9972.1254959,
"base_cost_quote": 1518.084770295,
"unrealized_pnl_exit_net": -29.7333416925
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 1379.9,
"quote_asset_bal": 8492.753447855,
"total_value_mid": 9972.558207855,
"total_value_exit_net": 9971.448354285,
"total_value": 9972.558207855,
"base_cost_quote": 1507.998531285,
"unrealized_pnl_exit_net": -29.303624855
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 1332.9,
"quote_asset_bal": 8543.4863305575,
"total_value_mid": 9975.2875105575,
"total_value_exit_net": 9974.2136596725,
"total_value": 9975.2875105575,
"base_cost_quote": 1457.5522349175,
"unrealized_pnl_exit_net": -26.8249058025
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 1415.3,
"quote_asset_bal": 8456.0365751675,
"total_value_mid": 9981.0223251675,
"total_value_exit_net": 9979.878585855,
"total_value": 9981.0223251675,
"base_cost_quote": 1545.5412572275,
"unrealized_pnl_exit_net": -21.69924654
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 1248.6,
"quote_asset_bal": 8641.9609911175,
"total_value_mid": 9978.8370111175,
"total_value_exit_net": 9977.8343541025,
"total_value": 9978.8370111175,
"base_cost_quote": 1363.348164815,
"unrealized_pnl_exit_net": -27.47480183
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 1398.4,
"quote_asset_bal": 8482.714196315,
"total_value_mid": 9964.318996315,
"total_value_exit_net": 9963.207792715,
"total_value": 9964.318996315,
"base_cost_quote": 1522.71349924,
"unrealized_pnl_exit_net": -42.21990284
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 1594.4,
"quote_asset_bal": 8275.603423355,
"total_value_mid": 9953.709423355,
"total_value_exit_net": 9952.450843855,
"total_value": 9953.709423355,
"base_cost_quote": 1729.845511825,
"unrealized_pnl_exit_net": -52.998091325
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 1580,
"quote_asset_bal": 8290.843718645,
"total_value_mid": 9961.535718645,
"total_value_exit_net": 9960.282699645,
"total_value": 9961.535718645,
"base_cost_quote": 1714.676223385,
"unrealized_pnl_exit_net": -45.237242385
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 1565.7,
"quote_asset_bal": 8305.9770301425,
"total_value_mid": 9963.8967601425,
"total_value_exit_net": 9962.653320345,
"total_value": 9963.8967601425,
"base_cost_quote": 1699.5713232,
"unrealized_pnl_exit_net": -42.8950329975
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 1536.7,
"quote_asset_bal": 8336.8285804075,
"total_value_mid": 9962.5035104075,
"total_value_exit_net": 9961.28425421,
"total_value": 9962.5035104075,
"base_cost_quote": 1669.1202720275,
"unrealized_pnl_exit_net": -44.664598225
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 1598.9,
"quote_asset_bal": 8271.0864174875,
"total_value_mid": 9964.1616274875,
"total_value_exit_net": 9962.89182108,
"total_value": 9964.1616274875,
"base_cost_quote": 1734.8836175725,
"unrealized_pnl_exit_net": -43.07821398
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 1598.9,
"quote_asset_bal": 8271.097024475,
"total_value_mid": 9964.332124475,
"total_value_exit_net": 9963.06219815,
"total_value": 9964.332124475,
"base_cost_quote": 1734.8836175725,
"unrealized_pnl_exit_net": -42.9184438975
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 1641.8,
"quote_asset_bal": 8225.851876045,
"total_value_mid": 9958.607596045,
"total_value_exit_net": 9957.308029255,
"total_value": 9958.607596045,
"base_cost_quote": 1780.1287660025,
"unrealized_pnl_exit_net": -48.6726127925
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 1701.9,
"quote_asset_bal": 8162.974975945,
"total_value_mid": 9954.054535945,
"total_value_exit_net": 9952.711226275,
"total_value": 9954.054535945,
"base_cost_quote": 1843.223121305,
"unrealized_pnl_exit_net": -53.486870975
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 1913,
"quote_asset_bal": 7941.8923699975,
"total_value_mid": 9945.3772699975,
"total_value_exit_net": 9943.8746563225,
"total_value": 9945.3772699975,
"base_cost_quote": 2064.3958465325,
"unrealized_pnl_exit_net": -62.4135602075
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 1922.6,
"quote_asset_bal": 7931.8384351975,
"total_value_mid": 9946.1464551975,
"total_value_exit_net": 9944.6357241825,
"total_value": 9946.1464551975,
"base_cost_quote": 2074.4497813325,
"unrealized_pnl_exit_net": -61.6524923475
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 1908.2,
"quote_asset_bal": 7947.0178561975,
"total_value_mid": 9946.8114561975,
"total_value_exit_net": 9945.3116109975,
"total_value": 9946.8114561975,
"base_cost_quote": 2059.3727220125,
"unrealized_pnl_exit_net": -61.0789672125
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 1884.2,
"quote_asset_bal": 7972.2155169175,
"total_value_mid": 9943.4655569175,
"total_value_exit_net": 9941.9871193875,
"total_value": 9943.4655569175,
"base_cost_quote": 2034.2253956525,
"unrealized_pnl_exit_net": -64.4537931825
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 1874.6,
"quote_asset_bal": 7982.4411904375,
"total_value_mid": 9949.8338904375,
"total_value_exit_net": 9948.3583459125,
"total_value": 9949.8338904375,
"base_cost_quote": 2024.1930770525,
"unrealized_pnl_exit_net": -58.2759215775
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 1802.7,
"quote_asset_bal": 8058.202747705,
"total_value_mid": 9961.132867705,
"total_value_exit_net": 9959.705670115,
"total_value": 9961.132867705,
"base_cost_quote": 1948.713780005,
"unrealized_pnl_exit_net": -47.210857595
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 1812.2,
"quote_asset_bal": 8048.186040805,
"total_value_mid": 9960.963140805,
"total_value_exit_net": 9959.52855798,
"total_value": 9960.963140805,
"base_cost_quote": 1958.730486905,
"unrealized_pnl_exit_net": -47.38796973
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 1778.8,
"quote_asset_bal": 8083.4883491675,
"total_value_mid": 9966.5260291675,
"total_value_exit_net": 9965.1137509075,
"total_value": 9966.5260291675,
"base_cost_quote": 1923.55098205,
"unrealized_pnl_exit_net": -41.92558031
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 1740.5,
"quote_asset_bal": 8124.0641838175,
"total_value_mid": 9967.7758338175,
"total_value_exit_net": 9966.39305008,
"total_value": 9967.7758338175,
"base_cost_quote": 1883.178625475,
"unrealized_pnl_exit_net": -40.8497592125
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 1740.5,
"quote_asset_bal": 8124.074736655,
"total_value_mid": 9961.694636655,
"total_value_exit_net": 9960.31642173,
"total_value": 9961.694636655,
"base_cost_quote": 1883.178625475,
"unrealized_pnl_exit_net": -46.9369404
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 1860.3,
"quote_asset_bal": 7998.1855028275,
"total_value_mid": 9951.5005028275,
"total_value_exit_net": 9950.0355165775,
"total_value": 9951.5005028275,
"base_cost_quote": 2009.1002859425,
"unrealized_pnl_exit_net": -57.2502721925
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 1845.9,
"quote_asset_bal": 8013.3162262675,
"total_value_mid": 9954.8338462675,
"total_value_exit_net": 9953.3777080525,
"total_value": 9954.8338462675,
"base_cost_quote": 1993.9982479025,
"unrealized_pnl_exit_net": -53.9367661175
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 1850.6,
"quote_asset_bal": 8008.3598570425,
"total_value_mid": 9952.6002170425,
"total_value_exit_net": 9951.1420367725,
"total_value": 9952.6002170425,
"base_cost_quote": 1999.0048600475,
"unrealized_pnl_exit_net": -56.2226803175
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 1797.8,
"quote_asset_bal": 8064.10557661,
"total_value_mid": 9964.20039661,
"total_value_exit_net": 9962.775325495,
"total_value": 9964.20039661,
"base_cost_quote": 1943.6298299,
"unrealized_pnl_exit_net": -44.960081015
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 1759.6,
"quote_asset_bal": 8104.61075641,
"total_value_mid": 9964.33199641,
"total_value_exit_net": 9962.93720548,
"total_value": 9964.33199641,
"base_cost_quote": 1903.3594797725,
"unrealized_pnl_exit_net": -45.0330307025
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 1769.1,
"quote_asset_bal": 8094.554119585,
"total_value_mid": 9965.908099585,
"total_value_exit_net": 9964.5045841,
"total_value": 9965.908099585,
"base_cost_quote": 1913.4161165975,
"unrealized_pnl_exit_net": -43.4656520825
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 1754.8,
"quote_asset_bal": 8109.7132238725,
"total_value_mid": 9963.8349038725,
"total_value_exit_net": 9962.4443126125,
"total_value": 9963.8349038725,
"base_cost_quote": 1898.29597499,
"unrealized_pnl_exit_net": -45.56488625
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 1778.6,
"quote_asset_bal": 8084.589052975,
"total_value_mid": 9959.233452975,
"total_value_exit_net": 9957.827469675,
"total_value": 9959.233452975,
"base_cost_quote": 1923.4413498875,
"unrealized_pnl_exit_net": -50.2029331875
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 1879.3,
"quote_asset_bal": 7978.78494688,
"total_value_mid": 9951.86201688,
"total_value_exit_net": 9950.3822090775,
"total_value": 9951.86201688,
"base_cost_quote": 2029.266909575,
"unrealized_pnl_exit_net": -57.6696473775
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 1855.3,
"quote_asset_bal": 8004.01688872,
"total_value_mid": 9956.72013872,
"total_value_exit_net": 9955.2556112825,
"total_value": 9956.72013872,
"base_cost_quote": 2004.074429375,
"unrealized_pnl_exit_net": -52.8357068125
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 1874.5,
"quote_asset_bal": 7983.85930456,
"total_value_mid": 9948.52275456,
"total_value_exit_net": 9947.0492569725,
"total_value": 9948.52275456,
"base_cost_quote": 2024.242824335,
"unrealized_pnl_exit_net": -61.0528719225
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 1874.5,
"quote_asset_bal": 7983.85930456,
"total_value_mid": 9951.89685456,
"total_value_exit_net": 9950.4208263975,
"total_value": 9951.89685456,
"base_cost_quote": 2024.242824335,
"unrealized_pnl_exit_net": -57.6813024975
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 1864.9,
"quote_asset_bal": 7993.9490116,
"total_value_mid": 9955.2643416,
"total_value_exit_net": 9953.7933551025,
"total_value": 9955.2643416,
"base_cost_quote": 2014.163910815,
"unrealized_pnl_exit_net": -54.3195673125
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 1836.1,
"quote_asset_bal": 8024.28741928,
"total_value_mid": 9958.61876928,
"total_value_exit_net": 9957.1680207675,
"total_value": 9958.61876928,
"base_cost_quote": 1983.906034415,
"unrealized_pnl_exit_net": -51.0254329275
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 1797.8,
"quote_asset_bal": 8064.93976995,
"total_value_mid": 9960.54008995,
"total_value_exit_net": 9959.11838971,
"total_value": 9960.54008995,
"base_cost_quote": 1943.6601626325,
"unrealized_pnl_exit_net": -49.4815428725
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 1817,
"quote_asset_bal": 8044.75023915,
"total_value_mid": 9951.69173915,
"total_value_exit_net": 9950.261533025,
"total_value": 9951.69173915,
"base_cost_quote": 1963.8496934325,
"unrealized_pnl_exit_net": -58.3383995575
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 2000.8,
"quote_asset_bal": 7853.035981215,
"total_value_mid": 9924.264141215,
"total_value_exit_net": 9922.710720095,
"total_value": 9924.264141215,
"base_cost_quote": 2155.5639513675,
"unrealized_pnl_exit_net": -85.8892124875
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 2102.8,
"quote_asset_bal": 7746.9638687425,
"total_value_mid": 9921.4693487425,
"total_value_exit_net": 9919.8384696325,
"total_value": 9921.4693487425,
"base_cost_quote": 2261.684211915,
"unrealized_pnl_exit_net": -88.809611025
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 2105.3,
"quote_asset_bal": 7744.6065950675,
"total_value_mid": 9932.8554150675,
"total_value_exit_net": 9931.2142284525,
"total_value": 9932.8554150675,
"base_cost_quote": 2264.17613946,
"unrealized_pnl_exit_net": -77.568506075
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 2115,
"quote_asset_bal": 7734.52792089,
"total_value_mid": 9934.76242089,
"total_value_exit_net": 9933.112245015,
"total_value": 9934.76242089,
"base_cost_quote": 2274.2649103675,
"unrealized_pnl_exit_net": -75.6805862425
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 2095.6,
"quote_asset_bal": 7754.737252515,
"total_value_mid": 9938.562012515,
"total_value_exit_net": 9936.924143945,
"total_value": 9938.562012515,
"base_cost_quote": 2254.07669055,
"unrealized_pnl_exit_net": -71.88979912
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 2100.4,
"quote_asset_bal": 7749.7500565375,
"total_value_mid": 9936.6865365375,
"total_value_exit_net": 9935.0463341775,
"total_value": 9936.6865365375,
"base_cost_quote": 2259.0817115025,
"unrealized_pnl_exit_net": -73.7854338625
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 2100.4,
"quote_asset_bal": 7749.7500565375,
"total_value_mid": 9934.1660565375,
"total_value_exit_net": 9932.5277445375,
"total_value": 9934.1660565375,
"base_cost_quote": 2259.0817115025,
"unrealized_pnl_exit_net": -76.3040235025
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 2100.4,
"quote_asset_bal": 7749.7500565375,
"total_value_mid": 9934.5861365375,
"total_value_exit_net": 9932.9475094775,
"total_value": 9934.5861365375,
"base_cost_quote": 2259.0817115025,
"unrealized_pnl_exit_net": -75.8842585625
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 2090.7,
"quote_asset_bal": 7759.860537985,
"total_value_mid": 9940.669707985,
"total_value_exit_net": 9939.0341011075,
"total_value": 9940.669707985,
"base_cost_quote": 2248.9822625925,
"unrealized_pnl_exit_net": -69.80869947
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 2076.2,
"quote_asset_bal": 7774.993939415,
"total_value_mid": 9940.885779415,
"total_value_exit_net": 9939.261360535,
"total_value": 9940.885779415,
"base_cost_quote": 2233.8903321275,
"unrealized_pnl_exit_net": -69.6229110075
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 2071.3,
"quote_asset_bal": 7780.1101094075,
"total_value_mid": 9944.2043494075,
"total_value_exit_net": 9942.5812787275,
"total_value": 9944.2043494075,
"base_cost_quote": 2228.81748034,
"unrealized_pnl_exit_net": -66.34631102
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 2008.2,
"quote_asset_bal": 7846.1570239725,
"total_value_mid": 9946.1317639725,
"total_value_exit_net": 9944.5567829175,
"total_value": 9946.1317639725,
"base_cost_quote": 2163.109656405,
"unrealized_pnl_exit_net": -64.70989746
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 2075.7,
"quote_asset_bal": 7775.762077695,
"total_value_mid": 9939.471757695,
"total_value_exit_net": 9937.848975435,
"total_value": 9939.471757695,
"base_cost_quote": 2233.5263193225,
"unrealized_pnl_exit_net": -71.4394215825
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 2051.8,
"quote_asset_bal": 7801.3228742825,
"total_value_mid": 9929.8601942825,
"total_value_exit_net": 9928.2637912925,
"total_value": 9929.8601942825,
"base_cost_quote": 2208.5117324425,
"unrealized_pnl_exit_net": -81.5708154325
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 2076.2,
"quote_asset_bal": 7775.9913298625,
"total_value_mid": 9929.4259698625,
"total_value_exit_net": 9927.8108938825,
"total_value": 9929.4259698625,
"base_cost_quote": 2233.8432768625,
"unrealized_pnl_exit_net": -82.0237128425
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 2301.1,
"quote_asset_bal": 7543.9818181725,
"total_value_mid": 9910.4330581725,
"total_value_exit_net": 9908.6582197425,
"total_value": 9910.4330581725,
"base_cost_quote": 2465.8631613625,
"unrealized_pnl_exit_net": -101.1867597925
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 2269.3,
"quote_asset_bal": 7576.9784088625,
"total_value_mid": 9922.9807488625,
"total_value_exit_net": 9921.2212471075,
"total_value": 9922.9807488625,
"base_cost_quote": 2433.29184118,
"unrealized_pnl_exit_net": -89.049002935
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 2269.3,
"quote_asset_bal": 7576.9784088625,
"total_value_mid": 9918.8960088625,
"total_value_exit_net": 9917.1395706625,
"total_value": 9918.8960088625,
"base_cost_quote": 2433.29184118,
"unrealized_pnl_exit_net": -93.13067938
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 2269.3,
"quote_asset_bal": 7576.9784088625,
"total_value_mid": 9916.3997788625,
"total_value_exit_net": 9914.645212835,
"total_value": 9916.3997788625,
"base_cost_quote": 2433.29184118,
"unrealized_pnl_exit_net": -95.6250372075
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 2210.8,
"quote_asset_bal": 7637.9780657175,
"total_value_mid": 9933.2306257175,
"total_value_exit_net": 9931.5091862975,
"total_value": 9933.2306257175,
"base_cost_quote": 2372.6786053225,
"unrealized_pnl_exit_net": -79.1474847425
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 2220.5,
"quote_asset_bal": 7627.955062105,
"total_value_mid": 9923.063862105,
"total_value_exit_net": 9921.342530505,
"total_value": 9923.063862105,
"base_cost_quote": 2382.729527865,
"unrealized_pnl_exit_net": -89.342059465
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 2337.7,
"quote_asset_bal": 7506.956113625,
"total_value_mid": 9916.189733625,
"total_value_exit_net": 9914.38280841,
"total_value": 9916.189733625,
"base_cost_quote": 2503.738816815,
"unrealized_pnl_exit_net": -96.31212203
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 2347.5,
"quote_asset_bal": 7496.86925415,
"total_value_mid": 9909.86450415,
"total_value_exit_net": 9908.0547577125,
"total_value": 9909.86450415,
"base_cost_quote": 2513.82567629,
"unrealized_pnl_exit_net": -102.6401727275
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 2440.6,
"quote_asset_bal": 7401.455742625,
"total_value_mid": 9899.165782625,
"total_value_exit_net": 9897.292500095,
"total_value": 9899.165782625,
"base_cost_quote": 2609.249610605,
"unrealized_pnl_exit_net": -113.412853135
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 2440.6,
"quote_asset_bal": 7401.455742625,
"total_value_mid": 9902.826682625,
"total_value_exit_net": 9900.95065442,
"total_value": 9902.826682625,
"base_cost_quote": 2609.249610605,
"unrealized_pnl_exit_net": -109.75469881
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 2440.6,
"quote_asset_bal": 7401.455742625,
"total_value_mid": 9900.874202625,
"total_value_exit_net": 9898.99963878,
"total_value": 9900.874202625,
"base_cost_quote": 2609.249610605,
"unrealized_pnl_exit_net": -111.70571445
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 2519.5,
"quote_asset_bal": 7320.8946781075,
"total_value_mid": 9907.6653281075,
"total_value_exit_net": 9905.72525012,
"total_value": 9907.6653281075,
"base_cost_quote": 2689.9012640125,
"unrealized_pnl_exit_net": -105.070692
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 2480.1,
"quote_asset_bal": 7361.415011825,
"total_value_mid": 9916.910051825,
"total_value_exit_net": 9914.993430545,
"total_value": 9916.910051825,
"base_cost_quote": 2649.55908005,
"unrealized_pnl_exit_net": -95.98066133
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 2401.9,
"quote_asset_bal": 7442.2770864675,
"total_value_mid": 9924.8809264675,
"total_value_exit_net": 9923.0189735875,
"total_value": 9924.8809264675,
"base_cost_quote": 2569.09865996,
"unrealized_pnl_exit_net": -88.35677284
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 2406.9,
"quote_asset_bal": 7437.496641295,
"total_value_mid": 9921.417441295,
"total_value_exit_net": 9919.554500695,
"total_value": 9921.417441295,
"base_cost_quote": 2574.1334832475,
"unrealized_pnl_exit_net": -92.0756238475
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 2392.3,
"quote_asset_bal": 7452.6182975475,
"total_value_mid": 9917.1657575475,
"total_value_exit_net": 9915.3173469525,
"total_value": 9917.1657575475,
"base_cost_quote": 2559.07847045,
"unrealized_pnl_exit_net": -96.379421045
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 2367.7,
"quote_asset_bal": 7478.18032858,
"total_value_mid": 9933.01168858,
"total_value_exit_net": 9931.17056506,
"total_value": 9933.01168858,
"base_cost_quote": 2533.8525652,
"unrealized_pnl_exit_net": -80.86232872
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 2411.9,
"quote_asset_bal": 7432.9986033875,
"total_value_mid": 9910.5022833875,
"total_value_exit_net": 9908.6441556275,
"total_value": 9910.5022833875,
"base_cost_quote": 2579.1895724725,
"unrealized_pnl_exit_net": -103.5440202325
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 2260.3,
"quote_asset_bal": 7590.30529677,
"total_value_mid": 9942.82553677,
"total_value_exit_net": 9941.06114659,
"total_value": 9942.82553677,
"base_cost_quote": 2422.70586765,
"unrealized_pnl_exit_net": -71.95001783
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 2270,
"quote_asset_bal": 7580.3426053525,
"total_value_mid": 9944.3206053525,
"total_value_exit_net": 9942.5476218525,
"total_value": 9944.3206053525,
"base_cost_quote": 2432.815023835,
"unrealized_pnl_exit_net": -70.610007335
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 2265,
"quote_asset_bal": 7585.5831010525,
"total_value_mid": 9942.3156010525,
"total_value_exit_net": 9940.5480516775,
"total_value": 9942.3156010525,
"base_cost_quote": 2427.6466804825,
"unrealized_pnl_exit_net": -72.6817298575
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 2279.6,
"quote_asset_bal": 7570.4195141475,
"total_value_mid": 9942.5712741475,
"total_value_exit_net": 9940.7921603275,
"total_value": 9942.5712741475,
"base_cost_quote": 2442.831370465,
"unrealized_pnl_exit_net": -72.458724285
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 2167.7,
"quote_asset_bal": 7687.57582334,
"total_value_mid": 9961.70989334,
"total_value_exit_net": 9960.0042927875,
"total_value": 9961.70989334,
"base_cost_quote": 2326.6681033075,
"unrealized_pnl_exit_net": -54.23963386
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 2186.9,
"quote_asset_bal": 7667.44009286,
"total_value_mid": 9959.52998286,
"total_value_exit_net": 9957.8109154425,
"total_value": 9959.52998286,
"base_cost_quote": 2346.8038337875,
"unrealized_pnl_exit_net": -56.433011205
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 2186.9,
"quote_asset_bal": 7667.44009286,
"total_value_mid": 9955.59356286,
"total_value_exit_net": 9953.8774477575,
"total_value": 9955.59356286,
"base_cost_quote": 2346.8038337875,
"unrealized_pnl_exit_net": -60.36647889
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 2182,
"quote_asset_bal": 7672.6885671125,
"total_value_mid": 9950.9147671125,
"total_value_exit_net": 9949.2060974625,
"total_value": 9950.9147671125,
"base_cost_quote": 2341.7668588875,
"unrealized_pnl_exit_net": -65.2493285375
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 2201.2,
"quote_asset_bal": 7652.6383407125,
"total_value_mid": 9947.3893407125,
"total_value_exit_net": 9945.6682774625,
"total_value": 9947.3893407125,
"base_cost_quote": 2361.8170852875,
"unrealized_pnl_exit_net": -68.7871485375
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 2244.8,
"quote_asset_bal": 7607.1868376325,
"total_value_mid": 9948.2887576325,
"total_value_exit_net": 9946.5329311925,
"total_value": 9948.2887576325,
"base_cost_quote": 2407.2685883675,
"unrealized_pnl_exit_net": -67.9224948075
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 2244.9,
"quote_asset_bal": 7607.13371975,
"total_value_mid": 9943.85012975,
"total_value_exit_net": 9942.0975924425,
"total_value": 9943.85012975,
"base_cost_quote": 2407.3544927475,
"unrealized_pnl_exit_net": -72.390620055
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 2284,
"quote_asset_bal": 7566.505484935,
"total_value_mid": 9929.303484935,
"total_value_exit_net": 9927.531386435,
"total_value": 9929.303484935,
"base_cost_quote": 2447.9928286575,
"unrealized_pnl_exit_net": -86.9669271575
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 2332.8,
"quote_asset_bal": 7516.010882365,
"total_value_mid": 9924.393602365,
"total_value_exit_net": 9922.587315325,
"total_value": 9924.393602365,
"base_cost_quote": 2498.4874312275,
"unrealized_pnl_exit_net": -91.9109982675
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 2474.8,
"quote_asset_bal": 7370.03930056,
"total_value_mid": 9902.25466056,
"total_value_exit_net": 9900.35549904,
"total_value": 9902.25466056,
"base_cost_quote": 2644.5005189725,
"unrealized_pnl_exit_net": -114.1843204925
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 2447.9,
"quote_asset_bal": 7398.361879895,
"total_value_mid": 9918.474929895,
"total_value_exit_net": 9916.5848451075,
"total_value": 9918.474929895,
"base_cost_quote": 2616.7672145825,
"unrealized_pnl_exit_net": -98.54424937
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 2413.8,
"quote_asset_bal": 7433.6986674375,
"total_value_mid": 9932.9471874375,
"total_value_exit_net": 9931.0727510475,
"total_value": 9932.9471874375,
"base_cost_quote": 2581.77323877,
"unrealized_pnl_exit_net": -84.39915516
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 2321,
"quote_asset_bal": 7530.21772065,
"total_value_mid": 9942.20092065,
"total_value_exit_net": 9940.39193325,
"total_value": 9942.20092065,
"base_cost_quote": 2485.692332095,
"unrealized_pnl_exit_net": -75.518119495
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 2355.1,
"quote_asset_bal": 7494.8300097575,
"total_value_mid": 9938.7172797575,
"total_value_exit_net": 9936.884364305,
"total_value": 9938.7172797575,
"base_cost_quote": 2521.0800429875,
"unrealized_pnl_exit_net": -79.02568844
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 2418.5,
"quote_asset_bal": 7429.30516829,
"total_value_mid": 9923.98791829,
"total_value_exit_net": 9922.1169062275,
"total_value": 9923.98791829,
"base_cost_quote": 2586.615007375,
"unrealized_pnl_exit_net": -93.8032694375
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 2418.5,
"quote_asset_bal": 7429.30516829,
"total_value_mid": 9922.29496829,
"total_value_exit_net": 9920.42522594,
"total_value": 9922.29496829,
"base_cost_quote": 2586.615007375,
"unrealized_pnl_exit_net": -95.494949725
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 2467.5,
"quote_asset_bal": 7378.83654519,
"total_value_mid": 9921.59529519,
"total_value_exit_net": 9919.6882261275,
"total_value": 9921.59529519,
"base_cost_quote": 2637.083630475,
"unrealized_pnl_exit_net": -96.2319495375
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 2457.7,
"quote_asset_bal": 7388.93720282,
"total_value_mid": 9919.63089282,
"total_value_exit_net": 9917.7328725525,
"total_value": 9919.63089282,
"base_cost_quote": 2627.003636145,
"unrealized_pnl_exit_net": -98.2079664125
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 2404.1,
"quote_asset_bal": 7444.3826575175,
"total_value_mid": 9935.5110775175,
"total_value_exit_net": 9933.6427312025,
"total_value": 9935.5110775175,
"base_cost_quote": 2571.6654135825,
"unrealized_pnl_exit_net": -82.4053398975
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 2340.5,
"quote_asset_bal": 7510.4475435175,
"total_value_mid": 9941.9929935175,
"total_value_exit_net": 9940.16933443,
"total_value": 9941.9929935175,
"base_cost_quote": 2505.9639544175,
"unrealized_pnl_exit_net": -76.242163505
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 2267.4,
"quote_asset_bal": 7586.8406501925,
"total_value_mid": 9957.6340901925,
"total_value_exit_net": 9955.8559951125,
"total_value": 9957.6340901925,
"base_cost_quote": 2430.04264611,
"unrealized_pnl_exit_net": -61.02730119
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 2204.3,
"quote_asset_bal": 7652.9757806174,
"total_value_mid": 9964.1843306175,
"total_value_exit_net": 9962.450924205,
"total_value": 9964.1843306175,
"base_cost_quote": 2364.51541752,
"unrealized_pnl_exit_net": -55.0402739325
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 2204.3,
"quote_asset_bal": 7652.9757806174,
"total_value_mid": 9962.8617506175,
"total_value_exit_net": 9961.12933614,
"total_value": 9962.8617506175,
"base_cost_quote": 2364.51541752,
"unrealized_pnl_exit_net": -56.3618619975
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 2204.3,
"quote_asset_bal": 7652.9757806174,
"total_value_mid": 9963.5230406175,
"total_value_exit_net": 9961.7901301725,
"total_value": 9963.5230406175,
"base_cost_quote": 2364.51541752,
"unrealized_pnl_exit_net": -55.701067965
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 2213.9,
"quote_asset_bal": 7642.9112778974,
"total_value_mid": 9964.1854278975,
"total_value_exit_net": 9962.444472285,
"total_value": 9964.1854278975,
"base_cost_quote": 2374.57992024,
"unrealized_pnl_exit_net": -55.0467258525
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 2242.7,
"quote_asset_bal": 7612.7955880575,
"total_value_mid": 9957.0898980575,
"total_value_exit_net": 9955.331677325,
"total_value": 9957.0898980575,
"base_cost_quote": 2404.69561008,
"unrealized_pnl_exit_net": -62.1595208125
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 2257.1,
"quote_asset_bal": 7597.7622414974,
"total_value_mid": 9955.0774814975,
"total_value_exit_net": 9953.3094950675,
"total_value": 9955.0774814975,
"base_cost_quote": 2419.72895664,
"unrealized_pnl_exit_net": -64.18170307
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 2204.3,
"quote_asset_bal": 7653.0728873774,
"total_value_mid": 9968.6900373775,
"total_value_exit_net": 9966.953324515,
"total_value": 9968.6900373775,
"base_cost_quote": 2364.51541752,
"unrealized_pnl_exit_net": -50.6349803825
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 2213.9,
"quote_asset_bal": 7643.0083846574,
"total_value_mid": 9958.3050046575,
"total_value_exit_net": 9956.5685321925,
"total_value": 9958.3050046575,
"base_cost_quote": 2374.57992024,
"unrealized_pnl_exit_net": -61.019772705
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 2228.3,
"quote_asset_bal": 7627.9361289374,
"total_value_mid": 9960.0749089375,
"total_value_exit_net": 9958.3258048525,
"total_value": 9960.0749089375,
"base_cost_quote": 2389.65217596,
"unrealized_pnl_exit_net": -59.262500045
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 2218.7,
"quote_asset_bal": 7637.9951390174,
"total_value_mid": 9965.1895690175,
"total_value_exit_net": 9963.444173195,
"total_value": 9965.1895690175,
"base_cost_quote": 2379.60400548,
"unrealized_pnl_exit_net": -54.1549713025
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 2189.6,
"quote_asset_bal": 7668.6529998724,
"total_value_mid": 9957.8797998725,
"total_value_exit_net": 9956.1628797725,
"total_value": 9957.8797998725,
"base_cost_quote": 2349.3358513775,
"unrealized_pnl_exit_net": -61.8259714775
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 2165.6,
"quote_asset_bal": 7693.8571171924,
"total_value_mid": 9973.5842371925,
"total_value_exit_net": 9971.8744418525,
"total_value": 9973.5842371925,
"base_cost_quote": 2324.1928482575,
"unrealized_pnl_exit_net": -46.1755235975
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 2179.9,
"quote_asset_bal": 7678.8019676549,
"total_value_mid": 9968.568927655,
"total_value_exit_net": 9966.851602435,
"total_value": 9968.568927655,
"base_cost_quote": 2339.278363915,
"unrealized_pnl_exit_net": -51.228729135
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 2261.5,
"quote_asset_bal": 7593.4669743749,
"total_value_mid": 9946.105424375,
"total_value_exit_net": 9944.3409455375,
"total_value": 9946.105424375,
"base_cost_quote": 2424.613357195,
"unrealized_pnl_exit_net": -73.7393860325
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 2334.7,
"quote_asset_bal": 7517.3014130149,
"total_value_mid": 9941.186953015,
"total_value_exit_net": 9939.36903886,
"total_value": 9941.186953015,
"base_cost_quote": 2500.778918555,
"unrealized_pnl_exit_net": -78.71129271
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 2359.1,
"quote_asset_bal": 7491.9796359149,
"total_value_mid": 9937.186785915,
"total_value_exit_net": 9935.3528805525,
"total_value": 9937.186785915,
"base_cost_quote": 2526.100695655,
"unrealized_pnl_exit_net": -82.7274510175
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 2369.1,
"quote_asset_bal": 7481.8967584599,
"total_value_mid": 9947.18221846,
"total_value_exit_net": 9945.333254365,
"total_value": 9947.18221846,
"base_cost_quote": 2536.37709718,
"unrealized_pnl_exit_net": -72.940601275
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 2228.1,
"quote_asset_bal": 7629.3065893549,
"total_value_mid": 9965.915059355,
"total_value_exit_net": 9964.1626030025,
"total_value": 9965.915059355,
"base_cost_quote": 2389.6342725425,
"unrealized_pnl_exit_net": -54.778258895
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 1968.7,
"quote_asset_bal": 7903.5125759325,
"total_value_mid": 9994.6657159325,
"total_value_exit_net": 9993.0973510775,
"total_value": 9994.6657159325,
"base_cost_quote": 2117.2750362025,
"unrealized_pnl_exit_net": -27.6902610575
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 1568.7,
"quote_asset_bal": 8332.7771882175,
"total_value_mid": 10026.0319682175,
"total_value_exit_net": 10024.7620271325,
"total_value": 10026.0319682175,
"base_cost_quote": 1696.177799965,
"unrealized_pnl_exit_net": -4.19296105
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 1635.8,
"quote_asset_bal": 8260.172568205,
"total_value_mid": 10024.710028205,
"total_value_exit_net": 10023.38662511,
"total_value": 10024.710028205,
"base_cost_quote": 1769.656107395,
"unrealized_pnl_exit_net": -6.44205049
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 1546,
"quote_asset_bal": 8357.525020605,
"total_value_mid": 10032.770620605,
"total_value_exit_net": 10031.514186405,
"total_value": 10032.770620605,
"base_cost_quote": 1674.01621123,
"unrealized_pnl_exit_net": -0.02704543
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 1546,
"quote_asset_bal": 8357.525020605,
"total_value_mid": 10031.224620605,
"total_value_exit_net": 10029.969345905,
"total_value": 10031.224620605,
"base_cost_quote": 1674.01621123,
"unrealized_pnl_exit_net": -1.57188593
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 1546,
"quote_asset_bal": 8357.525020605,
"total_value_mid": 10036.481020605,
"total_value_exit_net": 10035.221803605,
"total_value": 10036.481020605,
"base_cost_quote": 1674.01621123,
"unrealized_pnl_exit_net": 3.68057177
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 1550.7,
"quote_asset_bal": 8352.4694820875,
"total_value_mid": 10033.4282820875,
"total_value_exit_net": 10032.1675629875,
"total_value": 10033.4282820875,
"base_cost_quote": 1679.1044945825,
"unrealized_pnl_exit_net": 0.5935863175
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 1422,
"quote_asset_bal": 8492.744178585,
"total_value_mid": 10044.857178585,
"total_value_exit_net": 10043.693093835,
"total_value": 10044.857178585,
"base_cost_quote": 1542.3406185475,
"unrealized_pnl_exit_net": 8.6082967025
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 1445,
"quote_asset_bal": 8467.663561785,
"total_value_mid": 10040.835061785,
"total_value_exit_net": 10039.65518316,
"total_value": 10040.835061785,
"base_cost_quote": 1567.4533589875,
"unrealized_pnl_exit_net": 4.5382623875
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 1482.3,
"quote_asset_bal": 8427.13000375,
"total_value_mid": 10036.61134375,
"total_value_exit_net": 10035.404232745,
"total_value": 10036.61134375,
"base_cost_quote": 1607.9978045325,
"unrealized_pnl_exit_net": 0.2764244625
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 1477.5,
"quote_asset_bal": 8432.3412647925,
"total_value_mid": 10039.1225147925,
"total_value_exit_net": 10037.917428855,
"total_value": 10039.1225147925,
"base_cost_quote": 1602.8263288325,
"unrealized_pnl_exit_net": 2.74983523
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 1477.5,
"quote_asset_bal": 8432.3412647925,
"total_value_mid": 10038.9747647925,
"total_value_exit_net": 10037.7697896675,
"total_value": 10038.9747647925,
"base_cost_quote": 1602.8263288325,
"unrealized_pnl_exit_net": 2.6021960425
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 1477.5,
"quote_asset_bal": 8432.3412647925,
"total_value_mid": 10039.7135147925,
"total_value_exit_net": 10038.507985605,
"total_value": 10039.7135147925,
"base_cost_quote": 1602.8263288325,
"unrealized_pnl_exit_net": 3.34039198
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 1454.4,
"quote_asset_bal": 8457.54341899,
"total_value_mid": 10045.74821899,
"total_value_exit_net": 10044.55706539,
"total_value": 10045.74821899,
"base_cost_quote": 1577.6637710575,
"unrealized_pnl_exit_net": 9.3498753425
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 1422,
"quote_asset_bal": 8492.988779435,
"total_value_mid": 10048.656779435,
"total_value_exit_net": 10047.490028435,
"total_value": 10048.656779435,
"base_cost_quote": 1542.3406185475,
"unrealized_pnl_exit_net": 12.1606304525
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 1440.4,
"quote_asset_bal": 8472.912213295,
"total_value_mid": 10044.244573295,
"total_value_exit_net": 10043.066074025,
"total_value": 10044.244573295,
"base_cost_quote": 1562.4171846875,
"unrealized_pnl_exit_net": 7.7366760425
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 1496.3,
"quote_asset_bal": 8412.2069284525,
"total_value_mid": 10037.0390984525,
"total_value_exit_net": 10035.820474325,
"total_value": 10037.0390984525,
"base_cost_quote": 1623.12246953,
"unrealized_pnl_exit_net": 0.4910763425
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 1538.4,
"quote_asset_bal": 8366.53790237,
"total_value_mid": 10031.24054237,
"total_value_exit_net": 10029.99201539,
"total_value": 10031.24054237,
"base_cost_quote": 1668.8024138125,
"unrealized_pnl_exit_net": -5.3483007925
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 1561.8,
"quote_asset_bal": 8341.2141638,
"total_value_mid": 10030.7694038,
"total_value_exit_net": 10029.50223737,
"total_value": 10030.7694038,
"base_cost_quote": 1694.1261523825,
"unrealized_pnl_exit_net": -5.8380788125
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 1561.8,
"quote_asset_bal": 8341.2141638,
"total_value_mid": 10033.2682838,
"total_value_exit_net": 10031.99924321,
"total_value": 10033.2682838,
"base_cost_quote": 1694.1261523825,
"unrealized_pnl_exit_net": -3.3410729725
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 1599.3,
"quote_asset_bal": 8300.73968606,
"total_value_mid": 10027.82375606,
"total_value_exit_net": 10026.5284430075,
"total_value": 10027.82375606,
"base_cost_quote": 1734.6224818675,
"unrealized_pnl_exit_net": -8.83372492
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 1590,
"quote_asset_bal": 8310.7938098075,
"total_value_mid": 10025.9268098075,
"total_value_exit_net": 10024.6404600575,
"total_value": 10025.9268098075,
"base_cost_quote": 1724.5783944475,
"unrealized_pnl_exit_net": -10.7317441975
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 1622.7,
"quote_asset_bal": 8275.5350855825,
"total_value_mid": 10017.5035355825,
"total_value_exit_net": 10016.197059245,
"total_value": 10017.5035355825,
"base_cost_quote": 1759.8371186725,
"unrealized_pnl_exit_net": -19.17514501
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 1622.9,
"quote_asset_bal": 8275.4527185625,
"total_value_mid": 10028.6715885625,
"total_value_exit_net": 10027.35667441,
"total_value": 10028.6715885625,
"base_cost_quote": 1759.995467345,
"unrealized_pnl_exit_net": -8.0915114975
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 1604.2,
"quote_asset_bal": 8295.755035235,
"total_value_mid": 10032.622375235,
"total_value_exit_net": 10031.31972473,
"total_value": 10032.622375235,
"base_cost_quote": 1739.839281535,
"unrealized_pnl_exit_net": -4.27459204
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 1604.2,
"quote_asset_bal": 8295.755035235,
"total_value_mid": 10030.857755235,
"total_value_exit_net": 10029.556428195,
"total_value": 10030.857755235,
"base_cost_quote": 1739.839281535,
"unrealized_pnl_exit_net": -6.037888575
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 1604.2,
"quote_asset_bal": 8295.755035235,
"total_value_mid": 10031.820275235,
"total_value_exit_net": 10030.518226305,
"total_value": 10031.820275235,
"base_cost_quote": 1739.839281535,
"unrealized_pnl_exit_net": -5.076090465
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 1622.8,
"quote_asset_bal": 8275.63521668,
"total_value_mid": 10031.99165668,
"total_value_exit_net": 10030.67438935,
"total_value": 10031.99165668,
"base_cost_quote": 1759.95910009,
"unrealized_pnl_exit_net": -4.91992742
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 1622.8,
"quote_asset_bal": 8275.6526832425,
"total_value_mid": 10029.0880832425,
"total_value_exit_net": 10027.7730066925,
"total_value": 10029.0880832425,
"base_cost_quote": 1759.9525852075,
"unrealized_pnl_exit_net": -7.8322617575
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 1491.8,
"quote_asset_bal": 8418.195206165,
"total_value_mid": 10045.003106165,
"total_value_exit_net": 10043.78300024,
"total_value": 10045.003106165,
"base_cost_quote": 1618.22279753,
"unrealized_pnl_exit_net": 7.364996545
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 1097.3,
"quote_asset_bal": 8852.8757078,
"total_value_mid": 10065.1727478,
"total_value_exit_net": 10064.26352502,
"total_value": 10065.1727478,
"base_cost_quote": 1192.1360819875,
"unrealized_pnl_exit_net": 19.2517352325
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 1274.4,
"quote_asset_bal": 8658.2483408974,
"total_value_mid": 10055.8828208974,
"total_value_exit_net": 10054.8345950374,
"total_value": 10055.8828208974,
"base_cost_quote": 1386.34281788,
"unrealized_pnl_exit_net": 10.24343626
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 1265.2,
"quote_asset_bal": 8668.3368488374,
"total_value_mid": 10056.7673288374,
"total_value_exit_net": 10055.7260059774,
"total_value": 10056.7673288374,
"base_cost_quote": 1376.26494514,
"unrealized_pnl_exit_net": 11.124212
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 1265.2,
"quote_asset_bal": 8668.5814893724,
"total_value_mid": 10060.1749693724,
"total_value_exit_net": 10059.1312742624,
"total_value": 10060.1749693724,
"base_cost_quote": 1376.183464075,
"unrealized_pnl_exit_net": 14.366320815
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 1302.6,
"quote_asset_bal": 8628.1625546749,
"total_value_mid": 10049.6899346749,
"total_value_exit_net": 10048.6237891399,
"total_value": 10049.6899346749,
"base_cost_quote": 1416.5796485075,
"unrealized_pnl_exit_net": 3.8815859575
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 1270.4,
"quote_asset_bal": 8663.599994885,
"total_value_mid": 10059.1343948849,
"total_value_exit_net": 10058.0877440849,
"total_value": 10059.1343948849,
"base_cost_quote": 1381.3393180675,
"unrealized_pnl_exit_net": 13.1484311325
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 1276,
"quote_asset_bal": 8658.1190734024,
"total_value_mid": 10054.9562734024,
"total_value_exit_net": 10053.9086455024,
"total_value": 10054.9562734024,
"base_cost_quote": 1386.41555239,
"unrealized_pnl_exit_net": 9.37401971
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 928.7,
"quote_asset_bal": 9043.5488884499,
"total_value_mid": 10088.8936084499,
"total_value_exit_net": 10088.1095999099,
"total_value": 10088.8936084499,
"base_cost_quote": 1008.3963204425,
"unrealized_pnl_exit_net": 36.1643910175
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 1018.6,
"quote_asset_bal": 8940.5172956549,
"total_value_mid": 10097.9524756549,
"total_value_exit_net": 10097.0843992699,
"total_value": 10097.9524756549,
"base_cost_quote": 1129.99774316,
"unrealized_pnl_exit_net": 26.569360455
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 1018.6,
"quote_asset_bal": 8940.5172956549,
"total_value_mid": 10096.0171356549,
"total_value_exit_net": 10095.1505107749,
"total_value": 10096.0171356549,
"base_cost_quote": 1129.99774316,
"unrealized_pnl_exit_net": 24.63547196
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 1027.5,
"quote_asset_bal": 8930.4251422124,
"total_value_mid": 10095.6101422124,
"total_value_exit_net": 10094.7362534624,
"total_value": 10095.6101422124,
"base_cost_quote": 1140.0898966025,
"unrealized_pnl_exit_net": 24.2212146475
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 1042.7,
"quote_asset_bal": 8913.3693874249,
"total_value_mid": 10095.3741074249,
"total_value_exit_net": 10094.4876038849,
"total_value": 10095.3741074249,
"base_cost_quote": 1157.5197191725,
"unrealized_pnl_exit_net": 23.5984972875
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 1105.2,
"quote_asset_bal": 8842.6710939024,
"total_value_mid": 10090.2208539024,
"total_value_exit_net": 10089.2851915824,
"total_value": 10090.2208539024,
"base_cost_quote": 1228.2287311875,
"unrealized_pnl_exit_net": 18.3853664925
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 1006.9,
"quote_asset_bal": 8954.2944352824,
"total_value_mid": 10101.6569852824,
"total_value_exit_net": 10100.7964633699,
"total_value": 10101.6569852824,
"base_cost_quote": 1116.8976954875,
"unrealized_pnl_exit_net": 29.6043326
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 1029.1,
"quote_asset_bal": 8929.0866371099,
"total_value_mid": 10099.0704271099,
"total_value_exit_net": 10098.1929392674,
"total_value": 10099.0704271099,
"base_cost_quote": 1142.126773115,
"unrealized_pnl_exit_net": 26.9795290425
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 1020.2,
"quote_asset_bal": 8939.2054622949,
"total_value_mid": 10101.0092222949,
"total_value_exit_net": 10100.1378694749,
"total_value": 10101.0092222949,
"base_cost_quote": 1132.0185876575,
"unrealized_pnl_exit_net": 28.9138195225
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 1006.9,
"quote_asset_bal": 8954.3548217474,
"total_value_mid": 10102.0194417474,
"total_value_exit_net": 10101.1586932824,
"total_value": 10102.0194417474,
"base_cost_quote": 1116.8976954875,
"unrealized_pnl_exit_net": 29.9061760475
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 953.6,
"quote_asset_bal": 9015.2317942199,
"total_value_mid": 10106.4362742199,
"total_value_exit_net": 10105.6178708599,
"total_value": 10106.4362742199,
"base_cost_quote": 1056.2847098175,
"unrealized_pnl_exit_net": 34.1013668225
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 964.2,
"quote_asset_bal": 9002.2080357875,
"total_value_mid": 10112.6771757875,
"total_value_exit_net": 10111.8443239325,
"total_value": 10112.6771757875,
"base_cost_quote": 1077.336016465,
"unrealized_pnl_exit_net": 32.30027168
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 1131.6,
"quote_asset_bal": 8810.949898185,
"total_value_mid": 10096.221178185,
"total_value_exit_net": 10095.257224725,
"total_value": 10096.221178185,
"base_cost_quote": 1268.6537672425,
"unrealized_pnl_exit_net": 15.6535592975
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 1194.1,
"quote_asset_bal": 8740.1405470375,
"total_value_mid": 10092.6976170375,
"total_value_exit_net": 10091.683199235,
"total_value": 10092.6976170375,
"base_cost_quote": 1339.5715757375,
"unrealized_pnl_exit_net": 11.97107646
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 1162.9,
"quote_asset_bal": 8775.603066645,
"total_value_mid": 10097.587786645,
"total_value_exit_net": 10096.596298105,
"total_value": 10097.587786645,
"base_cost_quote": 1304.1982856525,
"unrealized_pnl_exit_net": 16.7949458075
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 1176.3,
"quote_asset_bal": 8760.413449165,
"total_value_mid": 10096.219729165,
"total_value_exit_net": 10095.217874455,
"total_value": 10096.219729165,
"base_cost_quote": 1319.4092253075,
"unrealized_pnl_exit_net": 15.3951999825
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 1176.3,
"quote_asset_bal": 8760.413449165,
"total_value_mid": 10096.337359165,
"total_value_exit_net": 10095.3354162325,
"total_value": 10096.337359165,
"base_cost_quote": 1319.4092253075,
"unrealized_pnl_exit_net": 15.51274176
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 1176.3,
"quote_asset_bal": 8760.413449165,
"total_value_mid": 10094.337649165,
"total_value_exit_net": 10093.337206015,
"total_value": 10094.337649165,
"base_cost_quote": 1319.4092253075,
"unrealized_pnl_exit_net": 13.5145315425
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 1127.3,
"quote_asset_bal": 8816.2345818925,
"total_value_mid": 10101.5820418925,
"total_value_exit_net": 10100.6180312975,
"total_value": 10101.5820418925,
"base_cost_quote": 1263.73477076,
"unrealized_pnl_exit_net": 20.648678645
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 1144.9,
"quote_asset_bal": 8796.1889089925,
"total_value_mid": 10099.1995989925,
"total_value_exit_net": 10098.222340975,
"total_value": 10099.1995989925,
"base_cost_quote": 1283.7909216,
"unrealized_pnl_exit_net": 18.2425103825
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 1167.1,
"quote_asset_bal": 8770.9509146825,
"total_value_mid": 10092.4582446825,
"total_value_exit_net": 10091.467114185,
"total_value": 10092.4582446825,
"base_cost_quote": 1309.02891591,
"unrealized_pnl_exit_net": 11.4872835925
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 1234.3,
"quote_asset_bal": 8694.866054915,
"total_value_mid": 10089.625054915,
"total_value_exit_net": 10088.578985665,
"total_value": 10089.625054915,
"base_cost_quote": 1385.1244648,
"unrealized_pnl_exit_net": 8.58846595
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 1212,
"quote_asset_bal": 8720.1834129675,
"total_value_mid": 10088.6526129675,
"total_value_exit_net": 10087.6262610675,
"total_value": 10088.6526129675,
"base_cost_quote": 1359.86785654,
"unrealized_pnl_exit_net": 7.57499156
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 1229.9,
"quote_asset_bal": 8699.9734868825,
"total_value_mid": 10087.6696568825,
"total_value_exit_net": 10086.628884755,
"total_value": 10087.6696568825,
"base_cost_quote": 1380.077782625,
"unrealized_pnl_exit_net": 6.5776152475
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 1221,
"quote_asset_bal": 8710.03272679,
"total_value_mid": 10091.22792679,
"total_value_exit_net": 10090.19203039,
"total_value": 10091.22792679,
"base_cost_quote": 1370.02927189,
"unrealized_pnl_exit_net": 10.13003171
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 1225.4,
"quote_asset_bal": 8705.05532667,
"total_value_mid": 10090.98272667,
"total_value_exit_net": 10089.94328112,
"total_value": 10090.98272667,
"base_cost_quote": 1375.0460616625,
"unrealized_pnl_exit_net": 9.8418927875
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 1212,
"quote_asset_bal": 8720.283017655,
"total_value_mid": 10094.812217655,
"total_value_exit_net": 10093.781320755,
"total_value": 10094.812217655,
"base_cost_quote": 1359.886410445,
"unrealized_pnl_exit_net": 13.611892655
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 1225.4,
"quote_asset_bal": 8705.1362471825,
"total_value_mid": 10090.5734871825,
"total_value_exit_net": 10089.5344092525,
"total_value": 10090.5734871825,
"base_cost_quote": 1375.04382999,
"unrealized_pnl_exit_net": 9.35433208
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 1301.6,
"quote_asset_bal": 8619.250955625,
"total_value_mid": 10083.030315625,
"total_value_exit_net": 10081.932481105,
"total_value": 10083.030315625,
"base_cost_quote": 1461.004552215,
"unrealized_pnl_exit_net": 1.676973265
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 1292.7,
"quote_asset_bal": 8629.2926554675,
"total_value_mid": 10085.0021254675,
"total_value_exit_net": 10083.910343365,
"total_value": 10085.0021254675,
"base_cost_quote": 1450.98454284,
"unrealized_pnl_exit_net": 3.6331450575
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 1292.7,
"quote_asset_bal": 8629.2926554675,
"total_value_mid": 10085.6484754675,
"total_value_exit_net": 10084.5562086025,
"total_value": 10085.6484754675,
"base_cost_quote": 1450.98454284,
"unrealized_pnl_exit_net": 4.279010295
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 1319.5,
"quote_asset_bal": 8599.08148407,
"total_value_mid": 10084.44263407,
"total_value_exit_net": 10083.3286132075,
"total_value": 10084.44263407,
"base_cost_quote": 1481.1957142375,
"unrealized_pnl_exit_net": 3.0514149
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 1473.7,
"quote_asset_bal": 8427.298952615,
"total_value_mid": 10063.548062615,
"total_value_exit_net": 10062.3208757825,
"total_value": 10063.548062615,
"base_cost_quote": 1652.88809702,
"unrealized_pnl_exit_net": -17.8661738525
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 1455.2,
"quote_asset_bal": 8447.774276165,
"total_value_mid": 10075.124436165,
"total_value_exit_net": 10073.903923545,
"total_value": 10075.124436165,
"base_cost_quote": 1632.400843095,
"unrealized_pnl_exit_net": -6.271195715
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 1450.5,
"quote_asset_bal": 8453.013711925,
"total_value_mid": 10074.092511925,
"total_value_exit_net": 10072.876702825,
"total_value": 10074.092511925,
"base_cost_quote": 1627.44054566,
"unrealized_pnl_exit_net": -7.57755476
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 1459.5,
"quote_asset_bal": 8442.9299353,
"total_value_mid": 10075.0887853,
"total_value_exit_net": 10073.8646661625,
"total_value": 10075.0887853,
"base_cost_quote": 1637.534410385,
"unrealized_pnl_exit_net": -6.5996795225
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 1468.5,
"quote_asset_bal": 8432.9389282,
"total_value_mid": 10070.6101282,
"total_value_exit_net": 10069.3818748,
"total_value": 10070.6101282,
"base_cost_quote": 1647.535505585,
"unrealized_pnl_exit_net": -11.092558985
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 1468.5,
"quote_asset_bal": 8432.9389282,
"total_value_mid": 10070.3164282,
"total_value_exit_net": 10069.088395075,
"total_value": 10070.3164282,
"base_cost_quote": 1647.535505585,
"unrealized_pnl_exit_net": -11.38603871
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 1468.5,
"quote_asset_bal": 8432.9238487,
"total_value_mid": 10075.5879487,
"total_value_exit_net": 10074.355950625,
"total_value": 10075.5879487,
"base_cost_quote": 1647.560724485,
"unrealized_pnl_exit_net": -6.12862256
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 1392,
"quote_asset_bal": 8518.8372532775,
"total_value_mid": 10082.1924532775,
"total_value_exit_net": 10081.0199368775,
"total_value": 10082.1924532775,
"base_cost_quote": 1561.935353585,
"unrealized_pnl_exit_net": 0.247330015
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 1374.1,
"quote_asset_bal": 8539.00708455,
"total_value_mid": 10089.67893455,
"total_value_exit_net": 10088.5159306625,
"total_value": 10089.67893455,
"base_cost_quote": 1541.849340365,
"unrealized_pnl_exit_net": 7.6595057475
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 1288.9,
"quote_asset_bal": 8635.355119025,
"total_value_mid": 10096.838829025,
"total_value_exit_net": 10095.7427162425,
"total_value": 10096.838829025,
"base_cost_quote": 1445.92939432,
"unrealized_pnl_exit_net": 14.4582028975
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 1311,
"quote_asset_bal": 8610.50502844,
"total_value_mid": 10091.54172844,
"total_value_exit_net": 10090.430950915,
"total_value": 10091.54172844,
"base_cost_quote": 1471.04341572,
"unrealized_pnl_exit_net": 8.882506755
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 1248.5,
"quote_asset_bal": 8681.3592121675,
"total_value_mid": 10099.2806621675,
"total_value_exit_net": 10098.21722108,
"total_value": 10099.2806621675,
"base_cost_quote": 1400.348694415,
"unrealized_pnl_exit_net": 16.5093144975
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 1248.5,
"quote_asset_bal": 8681.3592121675,
"total_value_mid": 10097.9073121675,
"total_value_exit_net": 10096.8449010925,
"total_value": 10097.9073121675,
"base_cost_quote": 1400.348694415,
"unrealized_pnl_exit_net": 15.13699451
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 1248.5,
"quote_asset_bal": 8681.3592121675,
"total_value_mid": 10100.4043121675,
"total_value_exit_net": 10099.3400283425,
"total_value": 10100.4043121675,
"base_cost_quote": 1400.348694415,
"unrealized_pnl_exit_net": 17.63212176
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 1185.7,
"quote_asset_bal": 8752.8377430325,
"total_value_mid": 10102.5200530325,
"total_value_exit_net": 10101.5077913,
"total_value": 10102.5200530325,
"base_cost_quote": 1329.3862424625,
"unrealized_pnl_exit_net": 19.283805805
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 1216.8,
"quote_asset_bal": 8717.51744266,
"total_value_mid": 10096.63856266,
"total_value_exit_net": 10095.60422182,
"total_value": 10096.63856266,
"base_cost_quote": 1364.706542835,
"unrealized_pnl_exit_net": 13.380236325
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 1297.5,
"quote_asset_bal": 8626.4632331825,
"total_value_mid": 10083.6854831825,
"total_value_exit_net": 10082.592566495,
"total_value": 10083.6854831825,
"base_cost_quote": 1455.7607523125,
"unrealized_pnl_exit_net": 0.368581
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 1243.8,
"quote_asset_bal": 8687.3991786025,
"total_value_mid": 10101.1022586025,
"total_value_exit_net": 10100.0419812925,
"total_value": 10101.1022586025,
"base_cost_quote": 1395.15766406,
"unrealized_pnl_exit_net": 17.48513863
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 1248.2,
"quote_asset_bal": 8682.4052051125,
"total_value_mid": 10097.3647251125,
"total_value_exit_net": 10096.3035054725,
"total_value": 10097.3647251125,
"base_cost_quote": 1400.1929577,
"unrealized_pnl_exit_net": 13.70534266
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 1257.1,
"quote_asset_bal": 8672.32373968,
"total_value_mid": 10095.48664968,
"total_value_exit_net": 10094.4192774975,
"total_value": 10095.48664968,
"base_cost_quote": 1410.2744231325,
"unrealized_pnl_exit_net": 11.821114685
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 1257.1,
"quote_asset_bal": 8672.32373968,
"total_value_mid": 10098.00084968,
"total_value_exit_net": 10096.9315918475,
"total_value": 10098.00084968,
"base_cost_quote": 1410.2744231325,
"unrealized_pnl_exit_net": 14.333429035
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 1132.5,
"quote_asset_bal": 8814.3851836275,
"total_value_mid": 10110.7579336275,
"total_value_exit_net": 10109.785654065,
"total_value": 10110.7579336275,
"base_cost_quote": 1268.890374565,
"unrealized_pnl_exit_net": 26.5100958725
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 1141.1,
"quote_asset_bal": 8804.53515431,
"total_value_mid": 10102.53640431,
"total_value_exit_net": 10101.5629033725,
"total_value": 10102.53640431,
"base_cost_quote": 1278.7690280025,
"unrealized_pnl_exit_net": 18.25872106
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 1141.1,
"quote_asset_bal": 8804.52713971,
"total_value_mid": 10107.09278971,
"total_value_exit_net": 10106.1158654725,
"total_value": 10107.09278971,
"base_cost_quote": 1278.7875218625,
"unrealized_pnl_exit_net": 22.8012039
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 1074.8,
"quote_asset_bal": 8880.43180974,
"total_value_mid": 10110.43292974,
"total_value_exit_net": 10109.5104289,
"total_value": 10110.43292974,
"base_cost_quote": 1203.3615747975,
"unrealized_pnl_exit_net": 25.7170443625
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 1118.8,
"quote_asset_bal": 8830.25444492,
"total_value_mid": 10103.78448492,
"total_value_exit_net": 10102.82933739,
"total_value": 10103.78448492,
"base_cost_quote": 1253.5389396175,
"unrealized_pnl_exit_net": 19.0359528525
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 1118.8,
"quote_asset_bal": 8830.25444492,
"total_value_mid": 10104.79140492,
"total_value_exit_net": 10103.8355022,
"total_value": 10104.79140492,
"base_cost_quote": 1253.5389396175,
"unrealized_pnl_exit_net": 20.0421176625
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 1110,
"quote_asset_bal": 8840.28683498,
"total_value_mid": 10106.01983498,
"total_value_exit_net": 10105.07053523,
"total_value": 10106.01983498,
"base_cost_quote": 1243.5170288175,
"unrealized_pnl_exit_net": 21.2666714325
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 1110,
"quote_asset_bal": 8840.27868552,
"total_value_mid": 10109.00868552,
"total_value_exit_net": 10108.05713802,
"total_value": 10109.00868552,
"base_cost_quote": 1243.5460905975,
"unrealized_pnl_exit_net": 24.2323619025
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 1096.8,
"quote_asset_bal": 8855.39040313,
"total_value_mid": 10109.91024313,
"total_value_exit_net": 10108.96935325,
"total_value": 10109.91024313,
"base_cost_quote": 1228.4832819575,
"unrealized_pnl_exit_net": 25.0956681625
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 1026.2,
"quote_asset_bal": 8936.40195886,
"total_value_mid": 10116.94243886,
"total_value_exit_net": 10116.0570335,
"total_value": 10116.94243886,
"base_cost_quote": 1147.9453437725,
"unrealized_pnl_exit_net": 31.7097308675
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 868.8,
"quote_asset_bal": 9118.0050110175,
"total_value_mid": 10125.0310910175,
"total_value_exit_net": 10124.2758214575,
"total_value": 10125.0310910175,
"base_cost_quote": 971.8289754875,
"unrealized_pnl_exit_net": 34.4418349525
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 934.5,
"quote_asset_bal": 9042.220942085,
"total_value_mid": 10120.820842085,
"total_value_exit_net": 10120.01189216,
"total_value": 10120.820842085,
"base_cost_quote": 1047.661657375,
"unrealized_pnl_exit_net": 30.1292927
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 934.5,
"quote_asset_bal": 9042.220942085,
"total_value_mid": 10120.260142085,
"total_value_exit_net": 10119.451612685,
"total_value": 10120.260142085,
"base_cost_quote": 1047.661657375,
"unrealized_pnl_exit_net": 29.569013225
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 921.4,
"quote_asset_bal": 9057.361897845,
"total_value_mid": 10121.210337845,
"total_value_exit_net": 10120.412451515,
"total_value": 10121.210337845,
"base_cost_quote": 1032.5487611975,
"unrealized_pnl_exit_net": 30.5017924725
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 888.3,
"quote_asset_bal": 9095.65755488,
"total_value_mid": 10121.99937488,
"total_value_exit_net": 10121.229618515,
"total_value": 10121.99937488,
"base_cost_quote": 994.683993905,
"unrealized_pnl_exit_net": 30.88806973
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 953.9,
"quote_asset_bal": 9019.9327538425,
"total_value_mid": 10115.4869038425,
"total_value_exit_net": 10114.66523823,
"total_value": 10115.4869038425,
"base_cost_quote": 1070.4087949425,
"unrealized_pnl_exit_net": 24.323689445
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 975.9,
"quote_asset_bal": 8994.6518523725,
"total_value_mid": 10114.6922823725,
"total_value_exit_net": 10113.85225205,
"total_value": 10114.6922823725,
"base_cost_quote": 1095.7000291525,
"unrealized_pnl_exit_net": 23.500370525
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 997.9,
"quote_asset_bal": 8969.4743752125,
"total_value_mid": 10118.2568552125,
"total_value_exit_net": 10117.3952683525,
"total_value": 10118.2568552125,
"base_cost_quote": 1120.9265348525,
"unrealized_pnl_exit_net": 26.9943582875
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 159.6,
"quote_asset_bal": 9973.93529899,
"total_value_mid": 10157.57105899,
"total_value_exit_net": 10157.43333217,
"total_value": 10157.57105899,
"base_cost_quote": 174.101578325,
"unrealized_pnl_exit_net": 9.396454855
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 159.6,
"quote_asset_bal": 9973.93529899,
"total_value_mid": 10157.60297899,
"total_value_exit_net": 10157.46522823,
"total_value": 10157.60297899,
"base_cost_quote": 174.101578325,
"unrealized_pnl_exit_net": 9.428350915
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 201.3,
"quote_asset_bal": 9926.064035145,
"total_value_mid": 10157.599295145,
"total_value_exit_net": 10157.4256437,
"total_value": 10157.599295145,
"base_cost_quote": 221.98320263,
"unrealized_pnl_exit_net": 9.378405925
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 284.6,
"quote_asset_bal": 9829.8845197325,
"total_value_mid": 10159.6220797325,
"total_value_exit_net": 10159.3747765625,
"total_value": 10159.6220797325,
"base_cost_quote": 318.45878509,
"unrealized_pnl_exit_net": 11.03147174
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 384.9,
"quote_asset_bal": 9713.35365832,
"total_value_mid": 10160.1840683199,
"total_value_exit_net": 10159.8489455125,
"total_value": 10160.1840683199,
"base_cost_quote": 435.29526678,
"unrealized_pnl_exit_net": 11.2000204125
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 442.1,
"quote_asset_bal": 9646.46422001,
"total_value_mid": 10162.79281001,
"total_value_exit_net": 10162.4055635675,
"total_value": 10162.79281001,
"base_cost_quote": 502.3866776275,
"unrealized_pnl_exit_net": 13.55466593
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 446.3,
"quote_asset_bal": 9641.3943081625,
"total_value_mid": 10163.1636381625,
"total_value_exit_net": 10162.772311165,
"total_value": 10163.1636381625,
"base_cost_quote": 506.9310833775,
"unrealized_pnl_exit_net": 14.446919625
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 532.3,
"quote_asset_bal": 9540.52999235,
"total_value_mid": 10163.80006235,
"total_value_exit_net": 10163.3326097975,
"total_value": 10163.80006235,
"base_cost_quote": 607.6261080475,
"unrealized_pnl_exit_net": 15.1765094
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 532.3,
"quote_asset_bal": 9540.52999235,
"total_value_mid": 10163.90652235,
"total_value_exit_net": 10163.4389899525,
"total_value": 10163.90652235,
"base_cost_quote": 607.6261080475,
"unrealized_pnl_exit_net": 15.282889555
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 523.8,
"quote_asset_bal": 9550.489617025,
"total_value_mid": 10164.802257025,
"total_value_exit_net": 10164.341522545,
"total_value": 10164.802257025,
"base_cost_quote": 597.5600041275,
"unrealized_pnl_exit_net": 16.2919013925
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 532.9,
"quote_asset_bal": 9539.57149721,
"total_value_mid": 10167.48756721,
"total_value_exit_net": 10167.0166301575,
"total_value": 10167.48756721,
"base_cost_quote": 607.8032808275,
"unrealized_pnl_exit_net": 19.64185212
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 616.4,
"quote_asset_bal": 9440.8600561775,
"total_value_mid": 10168.2120561775,
"total_value_exit_net": 10167.6665421775,
"total_value": 10168.2120561775,
"base_cost_quote": 706.3586019225,
"unrealized_pnl_exit_net": 20.4478840775
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 616.4,
"quote_asset_bal": 9440.8722277525,
"total_value_mid": 10168.0393077525,
"total_value_exit_net": 10167.4939324425,
"total_value": 10168.0393077525,
"base_cost_quote": 706.3569006475,
"unrealized_pnl_exit_net": 20.2648040425
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 665.9,
"quote_asset_bal": 9382.69521611,
"total_value_mid": 10166.12656611,
"total_value_exit_net": 10165.5389925975,
"total_value": 10166.12656611,
"base_cost_quote": 764.4374884425,
"unrealized_pnl_exit_net": 18.406288045
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 665.9,
"quote_asset_bal": 9382.69521611,
"total_value_mid": 10165.99338611,
"total_value_exit_net": 10165.4059124825,
"total_value": 10165.99338611,
"base_cost_quote": 764.4374884425,
"unrealized_pnl_exit_net": 18.27320793
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 665.9,
"quote_asset_bal": 9382.69521611,
"total_value_mid": 10166.19315611,
"total_value_exit_net": 10165.605532655,
"total_value": 10166.19315611,
"base_cost_quote": 764.4374884425,
"unrealized_pnl_exit_net": 18.4728281025
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 665.9,
"quote_asset_bal": 9382.69521611,
"total_value_mid": 10166.79246611,
"total_value_exit_net": 10166.2043931725,
"total_value": 10166.79246611,
"base_cost_quote": 764.4374884425,
"unrealized_pnl_exit_net": 19.07168862
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 687.6,
"quote_asset_bal": 9357.2848621975,
"total_value_mid": 10163.9771821975,
"total_value_exit_net": 10163.3721629575,
"total_value": 10163.9771821975,
"base_cost_quote": 789.634161785,
"unrealized_pnl_exit_net": 16.453138975
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 713.5,
"quote_asset_bal": 9326.91861564,
"total_value_mid": 10162.99791564,
"total_value_exit_net": 10162.370856165,
"total_value": 10162.99791564,
"base_cost_quote": 819.89357934,
"unrealized_pnl_exit_net": 15.558661185
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 705,
"quote_asset_bal": 9336.8807884025,
"total_value_mid": 10163.9162884025,
"total_value_exit_net": 10163.2960117775,
"total_value": 10163.9162884025,
"base_cost_quote": 809.824893485,
"unrealized_pnl_exit_net": 16.59032989
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 646.7,
"quote_asset_bal": 9405.6881957825,
"total_value_mid": 10167.7594757825,
"total_value_exit_net": 10167.1879223225,
"total_value": 10167.7594757825,
"base_cost_quote": 739.263051765,
"unrealized_pnl_exit_net": 22.236674775
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 699.4,
"quote_asset_bal": 9344.02119872,
"total_value_mid": 10166.09595872,
"total_value_exit_net": 10165.47940265,
"total_value": 10166.09595872,
"base_cost_quote": 799.778444295,
"unrealized_pnl_exit_net": 21.679759635
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 682.5,
"quote_asset_bal": 9363.8876783875,
"total_value_mid": 10166.5759283875,
"total_value_exit_net": 10165.9739122,
"total_value": 10166.5759283875,
"base_cost_quote": 779.51079495,
"unrealized_pnl_exit_net": 22.5754388625
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 661.9,
"quote_asset_bal": 9388.23859022,
"total_value_mid": 10163.98539022,
"total_value_exit_net": 10163.40358012,
"total_value": 10163.98539022,
"base_cost_quote": 754.3867360275,
"unrealized_pnl_exit_net": 20.7782538725
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 701.7,
"quote_asset_bal": 9341.7821081225,
"total_value_mid": 10161.0168581225,
"total_value_exit_net": 10160.40243206,
"total_value": 10161.0168581225,
"base_cost_quote": 799.778484325,
"unrealized_pnl_exit_net": 18.8418396125
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 788.5,
"quote_asset_bal": 9240.6255575675,
"total_value_mid": 10156.4683075675,
"total_value_exit_net": 10155.781425505,
"total_value": 10156.4683075675,
"base_cost_quote": 900.93503488,
"unrealized_pnl_exit_net": 14.2208330575
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 805.5,
"quote_asset_bal": 9221.0547666125,
"total_value_mid": 10158.4151166125,
"total_value_exit_net": 10157.71209635,
"total_value": 10158.4151166125,
"base_cost_quote": 920.5645960175,
"unrealized_pnl_exit_net": 16.09273372
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 836.3,
"quote_asset_bal": 9185.3209194025,
"total_value_mid": 10157.1851494025,
"total_value_exit_net": 10156.45625123,
"total_value": 10157.1851494025,
"base_cost_quote": 956.328729015,
"unrealized_pnl_exit_net": 14.8066028125
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 818.8,
"quote_asset_bal": 9205.6817573125,
"total_value_mid": 10157.9461573125,
"total_value_exit_net": 10157.2319590125,
"total_value": 10157.9461573125,
"base_cost_quote": 936.01452478,
"unrealized_pnl_exit_net": 15.53567692
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 818.8,
"quote_asset_bal": 9205.6817573125,
"total_value_mid": 10157.4548773125,
"total_value_exit_net": 10156.7410474725,
"total_value": 10157.4548773125,
"base_cost_quote": 936.01452478,
"unrealized_pnl_exit_net": 15.04476538
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 818.8,
"quote_asset_bal": 9205.6817573125,
"total_value_mid": 10158.1917973125,
"total_value_exit_net": 10157.4774147825,
"total_value": 10158.1917973125,
"base_cost_quote": 936.01452478,
"unrealized_pnl_exit_net": 15.78113269
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 771.6,
"quote_asset_bal": 9260.7908310325,
"total_value_mid": 10162.8683910325,
"total_value_exit_net": 10162.1918328625,
"total_value": 10162.8683910325,
"base_cost_quote": 880.437333125,
"unrealized_pnl_exit_net": 20.963668705
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 707.7,
"quote_asset_bal": 9335.727716185,
"total_value_mid": 10166.284436185,
"total_value_exit_net": 10165.661518645,
"total_value": 10166.284436185,
"base_cost_quote": 804.7525821025,
"unrealized_pnl_exit_net": 25.1812203575
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 686.7,
"quote_asset_bal": 9360.4344843075,
"total_value_mid": 10168.5430443075,
"total_value_exit_net": 10167.9369628875,
"total_value": 10168.5430443075,
"base_cost_quote": 779.5701094025,
"unrealized_pnl_exit_net": 27.9323691775
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 9355.3756129975,
"total_value_mid": 10167.0242129975,
"total_value_exit_net": 10166.4154765475,
"total_value": 10167.0242129975,
"base_cost_quote": 784.6289807125,
"unrealized_pnl_exit_net": 26.4108828375
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 708.3,
"quote_asset_bal": 9335.0687093075,
"total_value_mid": 10166.8253993075,
"total_value_exit_net": 10166.20158179,
"total_value": 10166.8253993075,
"base_cost_quote": 804.8291795075,
"unrealized_pnl_exit_net": 26.303692975
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 708.3,
"quote_asset_bal": 9335.0687093075,
"total_value_mid": 10166.8962293075,
"total_value_exit_net": 10166.2723586675,
"total_value": 10166.8962293075,
"base_cost_quote": 804.8291795075,
"unrealized_pnl_exit_net": 26.3744698525
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 699.8,
"quote_asset_bal": 9345.056362945,
"total_value_mid": 10167.881202945,
"total_value_exit_net": 10167.264084315,
"total_value": 10167.881202945,
"base_cost_quote": 794.7346743025,
"unrealized_pnl_exit_net": 27.4730470675
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 760.4,
"quote_asset_bal": 9274.520020335,
"total_value_mid": 10156.584020335,
"total_value_exit_net": 10155.922472335,
"total_value": 10156.584020335,
"base_cost_quote": 865.2710169125,
"unrealized_pnl_exit_net": 16.1314350875
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 848,
"quote_asset_bal": 9173.1648773325,
"total_value_mid": 10152.4352773325,
"total_value_exit_net": 10151.7008245325,
"total_value": 10152.4352773325,
"base_cost_quote": 966.6362838875,
"unrealized_pnl_exit_net": 11.8996633125
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 984.5,
"quote_asset_bal": 9016.8772164325,
"total_value_mid": 10142.6529664325,
"total_value_exit_net": 10141.80863462,
"total_value": 10142.6529664325,
"base_cost_quote": 1122.95482493,
"unrealized_pnl_exit_net": 1.9765932575
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 1026.3,
"quote_asset_bal": 8968.9357766775,
"total_value_mid": 10140.0467066775,
"total_value_exit_net": 10139.16837348,
"total_value": 10140.0467066775,
"base_cost_quote": 1170.917109685,
"unrealized_pnl_exit_net": -0.6845128825
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 916.4,
"quote_asset_bal": 9095.6208434625,
"total_value_mid": 10155.9872834625,
"total_value_exit_net": 10155.1920086325,
"total_value": 10155.9872834625,
"base_cost_quote": 1044.7588519025,
"unrealized_pnl_exit_net": 14.8123132675
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 916.4,
"quote_asset_bal": 9095.6208434625,
"total_value_mid": 10156.4454834625,
"total_value_exit_net": 10155.6498649825,
"total_value": 10156.4454834625,
"base_cost_quote": 1044.7588519025,
"unrealized_pnl_exit_net": 15.2701696175
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 916.4,
"quote_asset_bal": 9095.6208434625,
"total_value_mid": 10156.3538434625,
"total_value_exit_net": 10155.5582937125,
"total_value": 10156.3538434625,
"base_cost_quote": 1044.7588519025,
"unrealized_pnl_exit_net": 15.1785983475
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 925.1,
"quote_asset_bal": 9085.5561005625,
"total_value_mid": 10157.0994305625,
"total_value_exit_net": 10156.295773065,
"total_value": 10157.0994305625,
"base_cost_quote": 1054.8235948025,
"unrealized_pnl_exit_net": 15.9160777
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 938.3,
"quote_asset_bal": 9070.31014365,
"total_value_mid": 10156.76771365,
"total_value_exit_net": 10155.9528704725,
"total_value": 10156.76771365,
"base_cost_quote": 1070.0797083125,
"unrealized_pnl_exit_net": 15.56301851
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 867.8,
"quote_asset_bal": 9152.07693308,
"total_value_mid": 10163.58461308,
"total_value_exit_net": 10162.82598232,
"total_value": 10163.58461308,
"base_cost_quote": 988.7123685425,
"unrealized_pnl_exit_net": 22.0366806975
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 837.6,
"quote_asset_bal": 9187.339125975,
"total_value_mid": 10165.404645975,
"total_value_exit_net": 10164.671096835,
"total_value": 10165.404645975,
"base_cost_quote": 953.2186081725,
"unrealized_pnl_exit_net": 24.1133626875
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 837.6,
"quote_asset_bal": 9187.339125975,
"total_value_mid": 10163.310645975,
"total_value_exit_net": 10162.578667335,
"total_value": 10163.310645975,
"base_cost_quote": 953.2186081725,
"unrealized_pnl_exit_net": 22.0209331875
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 833.4,
"quote_asset_bal": 9192.195027695,
"total_value_mid": 10166.356287695,
"total_value_exit_net": 10165.62566675,
"total_value": 10166.356287695,
"base_cost_quote": 948.2131568975,
"unrealized_pnl_exit_net": 25.2174821575
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 833.7,
"quote_asset_bal": 9191.8770958925,
"total_value_mid": 10164.6382558925,
"total_value_exit_net": 10163.9086850225,
"total_value": 10164.6382558925,
"base_cost_quote": 948.19481315,
"unrealized_pnl_exit_net": 23.83677598
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 877.3,
"quote_asset_bal": 9141.1783872125,
"total_value_mid": 10159.9868772125,
"total_value_exit_net": 10159.222770845,
"total_value": 10159.9868772125,
"base_cost_quote": 998.6814997875,
"unrealized_pnl_exit_net": 19.362883845
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 869,
"quote_asset_bal": 9150.8787464925,
"total_value_mid": 10166.4790464925,
"total_value_exit_net": 10165.7173462675,
"total_value": 10166.4790464925,
"base_cost_quote": 988.728810865,
"unrealized_pnl_exit_net": 26.10978891
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 732.6,
"quote_asset_bal": 9310.9642866725,
"total_value_mid": 10172.7949266725,
"total_value_exit_net": 10172.1485536925,
"total_value": 10172.7949266725,
"base_cost_quote": 827.26382288,
"unrealized_pnl_exit_net": 33.92044414
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 814.3,
"quote_asset_bal": 9215.469269085,
"total_value_mid": 10163.314469085,
"total_value_exit_net": 10162.603585185,
"total_value": 10163.314469085,
"base_cost_quote": 922.7588404675,
"unrealized_pnl_exit_net": 24.3754756325
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 801.8,
"quote_asset_bal": 9230.0710528375,
"total_value_mid": 10167.2148928375,
"total_value_exit_net": 10166.5120349575,
"total_value": 10167.2148928375,
"base_cost_quote": 907.7397245725,
"unrealized_pnl_exit_net": 28.7012575475
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 801.8,
"quote_asset_bal": 9230.0710528375,
"total_value_mid": 10166.3329128375,
"total_value_exit_net": 10165.6307164425,
"total_value": 10166.3329128375,
"base_cost_quote": 907.7397245725,
"unrealized_pnl_exit_net": 27.8199390325
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 801.8,
"quote_asset_bal": 9230.0710528375,
"total_value_mid": 10167.7761528375,
"total_value_exit_net": 10167.0728740125,
"total_value": 10167.7761528375,
"base_cost_quote": 907.7397245725,
"unrealized_pnl_exit_net": 29.2620966025
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 819,
"quote_asset_bal": 9209.9973688575,
"total_value_mid": 10164.8694688575,
"total_value_exit_net": 10164.1533147825,
"total_value": 10164.8694688575,
"base_cost_quote": 927.8134085525,
"unrealized_pnl_exit_net": 26.3425373725
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 819,
"quote_asset_bal": 9209.9973688575,
"total_value_mid": 10163.3952688575,
"total_value_exit_net": 10162.6802204325,
"total_value": 10163.3952688575,
"base_cost_quote": 927.8134085525,
"unrealized_pnl_exit_net": 24.8694430225
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 832,
"quote_asset_bal": 9194.8746135625,
"total_value_mid": 10163.9882135625,
"total_value_exit_net": 10163.2613783625,
"total_value": 10163.9882135625,
"base_cost_quote": 942.830372835,
"unrealized_pnl_exit_net": 25.556391965
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 840.6,
"quote_asset_bal": 9184.8653122125,
"total_value_mid": 10161.3062722125,
"total_value_exit_net": 10160.5739414925,
"total_value": 10161.3062722125,
"base_cost_quote": 952.839674185,
"unrealized_pnl_exit_net": 22.868955095
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 743.8,
"quote_asset_bal": 9298.63477501,
"total_value_mid": 10175.64935501,
"total_value_exit_net": 10174.991594075,
"total_value": 10175.64935501,
"base_cost_quote": 837.27312423,
"unrealized_pnl_exit_net": 39.083694835
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 735.4,
"quote_asset_bal": 9308.537242585,
"total_value_mid": 10175.132602585,
"total_value_exit_net": 10174.482656065,
"total_value": 10175.132602585,
"base_cost_quote": 827.207880955,
"unrealized_pnl_exit_net": 38.737532525
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 744,
"quote_asset_bal": 9298.42036061,
"total_value_mid": 10170.46276061,
"total_value_exit_net": 10169.80872881,
"total_value": 10170.46276061,
"base_cost_quote": 837.32476293,
"unrealized_pnl_exit_net": 34.06360527
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 791.8,
"quote_asset_bal": 9242.59122478,
"total_value_mid": 10161.55430478,
"total_value_exit_net": 10160.86508247,
"total_value": 10161.55430478,
"base_cost_quote": 893.04816416,
"unrealized_pnl_exit_net": 25.22569353
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 839.3,
"quote_asset_bal": 9187.25915691,
"total_value_mid": 10163.95256691,
"total_value_exit_net": 10163.2200468525,
"total_value": 10163.95256691,
"base_cost_quote": 948.412996665,
"unrealized_pnl_exit_net": 27.5478932775
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 861.2,
"quote_asset_bal": 9161.857279965,
"total_value_mid": 10164.466319965,
"total_value_exit_net": 10163.714363185,
"total_value": 10164.466319965,
"base_cost_quote": 973.8358995525,
"unrealized_pnl_exit_net": 28.0211836675
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 839.4,
"quote_asset_bal": 9187.22012342,
"total_value_mid": 10167.47144342,
"total_value_exit_net": 10166.73625493,
"total_value": 10167.47144342,
"base_cost_quote": 948.3571247925,
"unrealized_pnl_exit_net": 31.1590067175
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 835.3,
"quote_asset_bal": 9192.0227425175,
"total_value_mid": 10167.0684325175,
"total_value_exit_net": 10166.33714825,
"total_value": 10167.0684325175,
"base_cost_quote": 943.34946186,
"unrealized_pnl_exit_net": 30.9649438725
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 835.3,
"quote_asset_bal": 9192.0227425175,
"total_value_mid": 10166.6507825175,
"total_value_exit_net": 10165.9198114875,
"total_value": 10166.6507825175,
"base_cost_quote": 943.34946186,
"unrealized_pnl_exit_net": 30.54760711
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 835.3,
"quote_asset_bal": 9192.0227425175,
"total_value_mid": 10167.9037325175,
"total_value_exit_net": 10167.171821775,
"total_value": 10167.9037325175,
"base_cost_quote": 943.34946186,
"unrealized_pnl_exit_net": 31.7996173975
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 805.2,
"quote_asset_bal": 9227.21660466,
"total_value_mid": 10170.42788466,
"total_value_exit_net": 10169.7204762,
"total_value": 10170.42788466,
"base_cost_quote": 907.9059691625,
"unrealized_pnl_exit_net": 34.5979023775
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 844.2,
"quote_asset_bal": 9181.770959465,
"total_value_mid": 10164.166499465,
"total_value_exit_net": 10163.4297028099,
"total_value": 10164.166499465,
"base_cost_quote": 953.25668671,
"unrealized_pnl_exit_net": 28.402056635
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 831.4,
"quote_asset_bal": 9196.7383639925,
"total_value_mid": 10165.5687839925,
"total_value_exit_net": 10164.8421611775,
"total_value": 10165.5687839925,
"base_cost_quote": 938.106592655,
"unrealized_pnl_exit_net": 29.99720453
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 840,
"quote_asset_bal": 9186.7058252275,
"total_value_mid": 10165.4738252275,
"total_value_exit_net": 10164.7397492275,
"total_value": 10165.4738252275,
"base_cost_quote": 948.13913142,
"unrealized_pnl_exit_net": 29.89479258
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 784.8,
"quote_asset_bal": 9251.35185515,
"total_value_mid": 10170.11721515,
"total_value_exit_net": 10169.42814113,
"total_value": 10170.11721515,
"base_cost_quote": 882.6708570125,
"unrealized_pnl_exit_net": 35.4054289675
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 784.8,
"quote_asset_bal": 9251.35185515,
"total_value_mid": 10169.48937515,
"total_value_exit_net": 10168.80077201,
"total_value": 10169.48937515,
"base_cost_quote": 882.6708570125,
"unrealized_pnl_exit_net": 34.7780598475
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 793.4,
"quote_asset_bal": 9241.272841555,
"total_value_mid": 10170.344241555,
"total_value_exit_net": 10169.647438005,
"total_value": 10170.344241555,
"base_cost_quote": 892.7498706075,
"unrealized_pnl_exit_net": 35.6247258425
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 763.8,
"quote_asset_bal": 9276.03724868,
"total_value_mid": 10174.57156868,
"total_value_exit_net": 10173.89766794,
"total_value": 10174.57156868,
"base_cost_quote": 857.4978514075,
"unrealized_pnl_exit_net": 40.3625678525
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 764,
"quote_asset_bal": 9275.81226287,
"total_value_mid": 10169.53946287,
"total_value_exit_net": 10168.86916747,
"total_value": 10169.53946287,
"base_cost_quote": 857.5606784925,
"unrealized_pnl_exit_net": 35.4962261075
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 789.9,
"quote_asset_bal": 9245.4665912275,
"total_value_mid": 10169.7285812275,
"total_value_exit_net": 10169.035384735,
"total_value": 10169.7285812275,
"base_cost_quote": 887.79987089,
"unrealized_pnl_exit_net": 35.7689226175
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 798.7,
"quote_asset_bal": 9235.1997358025,
"total_value_mid": 10172.0748358025,
"total_value_exit_net": 10171.3721794775,
"total_value": 10172.0748358025,
"base_cost_quote": 897.85392578,
"unrealized_pnl_exit_net": 38.318517895
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 786.1,
"quote_asset_bal": 9249.9912752925,
"total_value_mid": 10172.8726752925,
"total_value_exit_net": 10172.1805142425,
"total_value": 10172.8726752925,
"base_cost_quote": 882.74960603,
"unrealized_pnl_exit_net": 39.43963292
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 756.5,
"quote_asset_bal": 9284.782772085,
"total_value_mid": 10174.653722085,
"total_value_exit_net": 10173.9863188725,
"total_value": 10174.653722085,
"base_cost_quote": 847.4575668375,
"unrealized_pnl_exit_net": 41.74597995
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 756.5,
"quote_asset_bal": 9284.782772085,
"total_value_mid": 10171.779022085,
"total_value_exit_net": 10171.1137748975,
"total_value": 10171.779022085,
"base_cost_quote": 847.4575668375,
"unrealized_pnl_exit_net": 38.873435975
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 756.6,
"quote_asset_bal": 9284.67584154,
"total_value_mid": 10174.13480154,
"total_value_exit_net": 10173.46770732,
"total_value": 10174.13480154,
"base_cost_quote": 847.4575668375,
"unrealized_pnl_exit_net": 41.3342989425
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 738.6,
"quote_asset_bal": 9305.4947801875,
"total_value_mid": 10181.6221001875,
"total_value_exit_net": 10180.9650046975,
"total_value": 10181.6221001875,
"base_cost_quote": 825.350528985,
"unrealized_pnl_exit_net": 50.119695525
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 773,
"quote_asset_bal": 9264.4741977925,
"total_value_mid": 10178.3147977924,
"total_value_exit_net": 10177.6294173425,
"total_value": 10178.3147977924,
"base_cost_quote": 866.046708245,
"unrealized_pnl_exit_net": 47.108511305
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 841.4,
"quote_asset_bal": 9183.7610703825,
"total_value_mid": 10175.6875303824,
"total_value_exit_net": 10174.9435855374,
"total_value": 10175.6875303824,
"base_cost_quote": 946.770285555,
"unrealized_pnl_exit_net": 44.4122296
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 884.4,
"quote_asset_bal": 9133.20463147,
"total_value_mid": 10170.4289514699,
"total_value_exit_net": 10169.6510332299,
"total_value": 10170.4289514699,
"base_cost_quote": 997.3267244675,
"unrealized_pnl_exit_net": 39.1196772925
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 884.4,
"quote_asset_bal": 9133.20463147,
"total_value_mid": 10170.3405114699,
"total_value_exit_net": 10169.5626595599,
"total_value": 10170.3405114699,
"base_cost_quote": 997.3267244675,
"unrealized_pnl_exit_net": 39.0313036225
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 884.4,
"quote_asset_bal": 9133.20463147,
"total_value_mid": 10170.4289514699,
"total_value_exit_net": 10169.6510332299,
"total_value": 10170.4289514699,
"base_cost_quote": 997.3267244675,
"unrealized_pnl_exit_net": 39.1196772925
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 876.2,
"quote_asset_bal": 9142.9231746325,
"total_value_mid": 10175.0867746324,
"total_value_exit_net": 10174.3126519324,
"total_value": 10175.0867746324,
"base_cost_quote": 987.1874657225,
"unrealized_pnl_exit_net": 44.2020115775
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 876.4,
"quote_asset_bal": 9142.66087686,
"total_value_mid": 10177.1634368599,
"total_value_exit_net": 10176.3875599399,
"total_value": 10177.1634368599,
"base_cost_quote": 987.27241939,
"unrealized_pnl_exit_net": 46.45426369
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 889.3,
"quote_asset_bal": 9127.5087913125,
"total_value_mid": 10171.1912713124,
"total_value_exit_net": 10170.4085094524,
"total_value": 10171.1912713124,
"base_cost_quote": 1002.4245049375,
"unrealized_pnl_exit_net": 40.4752132025
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 979.6,
"quote_asset_bal": 9022.0083452775,
"total_value_mid": 10163.3403052774,
"total_value_exit_net": 10162.4843063074,
"total_value": 10163.3403052774,
"base_cost_quote": 1107.9249509725,
"unrealized_pnl_exit_net": 32.5510100575
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 971.1,
"quote_asset_bal": 9031.928049915,
"total_value_mid": 10166.2699599149,
"total_value_exit_net": 10165.4192034824,
"total_value": 10166.2699599149,
"base_cost_quote": 1097.8992973675,
"unrealized_pnl_exit_net": 35.5918562
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 971.1,
"quote_asset_bal": 9031.928049915,
"total_value_mid": 10166.2699599149,
"total_value_exit_net": 10165.4192034824,
"total_value": 10166.2699599149,
"base_cost_quote": 1097.8992973675,
"unrealized_pnl_exit_net": 35.5918562
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 962.6,
"quote_asset_bal": 9041.858796265,
"total_value_mid": 10167.9082762649,
"total_value_exit_net": 10167.0637391549,
"total_value": 10167.9082762649,
"base_cost_quote": 1087.8624553775,
"unrealized_pnl_exit_net": 37.3424875125
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 941.8,
"quote_asset_bal": 9066.2129680125,
"total_value_mid": 10170.3792880124,
"total_value_exit_net": 10169.5511632724,
"total_value": 10170.3792880124,
"base_cost_quote": 1062.8039155575,
"unrealized_pnl_exit_net": 40.5342797025
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 929.1,
"quote_asset_bal": 9081.1251255,
"total_value_mid": 10171.2381554999,
"total_value_exit_net": 10170.4205707274,
"total_value": 10171.2381554999,
"base_cost_quote": 1047.6978745175,
"unrealized_pnl_exit_net": 41.59757071
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 933.8,
"quote_asset_bal": 9075.6123162725,
"total_value_mid": 10171.6133762724,
"total_value_exit_net": 10170.7913754774,
"total_value": 10171.6133762724,
"base_cost_quote": 1052.8419496825,
"unrealized_pnl_exit_net": 42.3371095225
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 955.3,
"quote_asset_bal": 9050.4195158325,
"total_value_mid": 10170.7953558324,
"total_value_exit_net": 10169.9550739524,
"total_value": 10170.7953558324,
"base_cost_quote": 1078.0347501225,
"unrealized_pnl_exit_net": 41.5008079975
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 913,
"quote_asset_bal": 9100.1232398225,
"total_value_mid": 10173.0808398224,
"total_value_exit_net": 10172.2761216224,
"total_value": 10173.0808398224,
"base_cost_quote": 1027.6293544075,
"unrealized_pnl_exit_net": 44.5235273925
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 913,
"quote_asset_bal": 9100.1232398225,
"total_value_mid": 10174.5416398224,
"total_value_exit_net": 10173.7358260224,
"total_value": 10174.5416398224,
"base_cost_quote": 1027.6293544075,
"unrealized_pnl_exit_net": 45.9832317925
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 866.7,
"quote_asset_bal": 9154.7885385575,
"total_value_mid": 10173.5077185574,
"total_value_exit_net": 10172.7436791724,
"total_value": 10173.5077185574,
"base_cost_quote": 972.1640466025,
"unrealized_pnl_exit_net": 45.7910940125
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 914.9,
"quote_asset_bal": 9098.3379865475,
"total_value_mid": 10171.8816465474,
"total_value_exit_net": 10171.0764888024,
"total_value": 10171.8816465474,
"base_cost_quote": 1027.69415297,
"unrealized_pnl_exit_net": 45.044349285
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 970.8,
"quote_asset_bal": 9033.03783814,
"total_value_mid": 10164.0198381399,
"total_value_exit_net": 10163.1716016399,
"total_value": 10164.0198381399,
"base_cost_quote": 1092.9943013775,
"unrealized_pnl_exit_net": 37.1394621225
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 1018.6,
"quote_asset_bal": 8977.42163725,
"total_value_mid": 10161.8497172499,
"total_value_exit_net": 10160.9613961899,
"total_value": 10161.8497172499,
"base_cost_quote": 1148.6105022675,
"unrealized_pnl_exit_net": 34.9292566725
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 1066.8,
"quote_asset_bal": 8921.5607029475,
"total_value_mid": 10155.2082229474,
"total_value_exit_net": 10154.2829873074,
"total_value": 10155.2082229474,
"base_cost_quote": 1204.47143657,
"unrealized_pnl_exit_net": 28.25084779
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 1444.8,
"quote_asset_bal": 8498.95147123,
"total_value_mid": 10151.22475123,
"total_value_exit_net": 10149.98554627,
"total_value": 10151.22475123,
"base_cost_quote": 1633.09554373,
"unrealized_pnl_exit_net": 17.93853131
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 1519.5,
"quote_asset_bal": 8413.7105483725,
"total_value_mid": 10149.4353983725,
"total_value_exit_net": 10148.133604735,
"total_value": 10149.4353983725,
"base_cost_quote": 1718.9094659375,
"unrealized_pnl_exit_net": 15.513590425
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 1449,
"quote_asset_bal": 8494.82491028,
"total_value_mid": 10171.75261028,
"total_value_exit_net": 10170.494914505,
"total_value": 10171.75261028,
"base_cost_quote": 1638.46865054,
"unrealized_pnl_exit_net": 37.201353685
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 1411.2,
"quote_asset_bal": 8538.494148305,
"total_value_mid": 10168.430148305,
"total_value_exit_net": 10167.207696305,
"total_value": 10168.430148305,
"base_cost_quote": 1595.6869383025,
"unrealized_pnl_exit_net": 33.0266096975
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 1411.2,
"quote_asset_bal": 8538.5268217825,
"total_value_mid": 10174.3898617825,
"total_value_exit_net": 10173.1629645025,
"total_value": 10174.3898617825,
"base_cost_quote": 1595.7026100475,
"unrealized_pnl_exit_net": 38.9335326725
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 1334,
"quote_asset_bal": 8628.189933975,
"total_value_mid": 10180.165533975,
"total_value_exit_net": 10179.001552275,
"total_value": 10180.165533975,
"base_cost_quote": 1507.1198827925,
"unrealized_pnl_exit_net": 43.6917355075
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 1241.5,
"quote_asset_bal": 8736.0558108525,
"total_value_mid": 10186.8727108525,
"total_value_exit_net": 10185.7845981775,
"total_value": 10186.8727108525,
"base_cost_quote": 1400.826972855,
"unrealized_pnl_exit_net": 48.90181447
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 1250,
"quote_asset_bal": 8726.178788765,
"total_value_mid": 10180.178788765,
"total_value_exit_net": 10179.088288765,
"total_value": 10180.178788765,
"base_cost_quote": 1410.6355737925,
"unrealized_pnl_exit_net": 42.2739262075
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 1250,
"quote_asset_bal": 8726.178788765,
"total_value_mid": 10179.803788765,
"total_value_exit_net": 10178.713570015,
"total_value": 10179.803788765,
"base_cost_quote": 1410.6355737925,
"unrealized_pnl_exit_net": 41.8992074575
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 1250,
"quote_asset_bal": 8726.178788765,
"total_value_mid": 10181.428788765,
"total_value_exit_net": 10180.337351265,
"total_value": 10181.428788765,
"base_cost_quote": 1410.6355737925,
"unrealized_pnl_exit_net": 43.5229887075
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 1241.5,
"quote_asset_bal": 8736.08745169,
"total_value_mid": 10180.69685169,
"total_value_exit_net": 10179.61339464,
"total_value": 10180.69685169,
"base_cost_quote": 1400.6211085725,
"unrealized_pnl_exit_net": 42.9048343775
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 1280.7,
"quote_asset_bal": 8690.5014778325,
"total_value_mid": 10175.4731278325,
"total_value_exit_net": 10174.359399095,
"total_value": 10175.4731278325,
"base_cost_quote": 1446.20708243,
"unrealized_pnl_exit_net": 37.6508388325
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 1293.9,
"quote_asset_bal": 8675.202612155,
"total_value_mid": 10176.385392155,
"total_value_exit_net": 10175.25950507,
"total_value": 10176.385392155,
"base_cost_quote": 1461.51603554,
"unrealized_pnl_exit_net": 38.540857375
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 1293.9,
"quote_asset_bal": 8675.202612155,
"total_value_mid": 10177.679292155,
"total_value_exit_net": 10176.552434645,
"total_value": 10177.679292155,
"base_cost_quote": 1461.51603554,
"unrealized_pnl_exit_net": 39.83378695
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 1285.2,
"quote_asset_bal": 8685.3192090125,
"total_value_mid": 10178.8501290125,
"total_value_exit_net": 10177.7299808225,
"total_value": 10178.8501290125,
"base_cost_quote": 1451.4103719725,
"unrealized_pnl_exit_net": 41.0003998375
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 1285.2,
"quote_asset_bal": 8685.3192090125,
"total_value_mid": 10179.2356890125,
"total_value_exit_net": 10178.1152516525,
"total_value": 10179.2356890125,
"base_cost_quote": 1451.4103719725,
"unrealized_pnl_exit_net": 41.3856706675
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 1280.8,
"quote_asset_bal": 8690.4400455025,
"total_value_mid": 10180.0104455025,
"total_value_exit_net": 10178.8932677025,
"total_value": 10180.0104455025,
"base_cost_quote": 1446.3073876025,
"unrealized_pnl_exit_net": 42.1458345975
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 1280.8,
"quote_asset_bal": 8690.4400455025,
"total_value_mid": 10182.5720455025,
"total_value_exit_net": 10181.4529465025,
"total_value": 10182.5720455025,
"base_cost_quote": 1446.3073876025,
"unrealized_pnl_exit_net": 44.7055133975
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 1272.1,
"quote_asset_bal": 8700.5714212675,
"total_value_mid": 10181.6774512675,
"total_value_exit_net": 10180.566621745,
"total_value": 10181.6774512675,
"base_cost_quote": 1436.1869229425,
"unrealized_pnl_exit_net": 43.808277535
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 1293.9,
"quote_asset_bal": 8675.2636146375,
"total_value_mid": 10175.6700546375,
"total_value_exit_net": 10174.5447498075,
"total_value": 10175.6700546375,
"base_cost_quote": 1461.4947295725,
"unrealized_pnl_exit_net": 37.7864055975
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 1329,
"quote_asset_bal": 8634.6731579625,
"total_value_mid": 10171.3958579625,
"total_value_exit_net": 10170.2433159375,
"total_value": 10171.3958579625,
"base_cost_quote": 1502.095267155,
"unrealized_pnl_exit_net": 33.47489082
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 1350.9,
"quote_asset_bal": 8609.3947533675,
"total_value_mid": 10169.0088033675,
"total_value_exit_net": 10167.83909283,
"total_value": 10169.0088033675,
"base_cost_quote": 1527.37367175,
"unrealized_pnl_exit_net": 31.0706677125
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 1350.9,
"quote_asset_bal": 8609.3947533675,
"total_value_mid": 10169.5491633675,
"total_value_exit_net": 10168.37904756,
"total_value": 10169.5491633675,
"base_cost_quote": 1527.37367175,
"unrealized_pnl_exit_net": 31.6106224425
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 1350.9,
"quote_asset_bal": 8609.3947533675,
"total_value_mid": 10167.1175433675,
"total_value_exit_net": 10165.949251275,
"total_value": 10167.1175433675,
"base_cost_quote": 1527.37367175,
"unrealized_pnl_exit_net": 29.1808261575
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 1372.8,
"quote_asset_bal": 8584.1514150525,
"total_value_mid": 10165.4797350525,
"total_value_exit_net": 10164.2937388125,
"total_value": 10165.4797350525,
"base_cost_quote": 1552.617010065,
"unrealized_pnl_exit_net": 27.525313695
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 1394.7,
"quote_asset_bal": 8558.958484515,
"total_value_mid": 10159.934614515,
"total_value_exit_net": 10158.7338824175,
"total_value": 10159.934614515,
"base_cost_quote": 1577.8099406025,
"unrealized_pnl_exit_net": 21.9654573
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 1416.7,
"quote_asset_bal": 8533.679139215,
"total_value_mid": 10161.467439215,
"total_value_exit_net": 10160.24659799,
"total_value": 10161.467439215,
"base_cost_quote": 1603.0892859025,
"unrealized_pnl_exit_net": 23.4781728725
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 1386.1,
"quote_asset_bal": 8568.9317299275,
"total_value_mid": 10169.8772299275,
"total_value_exit_net": 10168.6765208025,
"total_value": 10169.8772299275,
"base_cost_quote": 1567.88535274,
"unrealized_pnl_exit_net": 31.859438135
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 1359.8,
"quote_asset_bal": 8599.3159296775,
"total_value_mid": 10173.0124696775,
"total_value_exit_net": 10171.8321972725,
"total_value": 10173.0124696775,
"base_cost_quote": 1537.61858968,
"unrealized_pnl_exit_net": 34.897677915
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 1359.8,
"quote_asset_bal": 8599.3159296775,
"total_value_mid": 10172.6045296775,
"total_value_exit_net": 10171.4245632275,
"total_value": 10172.6045296775,
"base_cost_quote": 1537.61858968,
"unrealized_pnl_exit_net": 34.49004387
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 1359.8,
"quote_asset_bal": 8599.3159296775,
"total_value_mid": 10169.2050296775,
"total_value_exit_net": 10168.0276128525,
"total_value": 10169.2050296775,
"base_cost_quote": 1537.61858968,
"unrealized_pnl_exit_net": 31.093093495
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 1368.5,
"quote_asset_bal": 8589.2581519975,
"total_value_mid": 10171.1073019975,
"total_value_exit_net": 10169.920915135,
"total_value": 10171.1073019975,
"base_cost_quote": 1547.67636736,
"unrealized_pnl_exit_net": 32.9863957775
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 1351,
"quote_asset_bal": 8609.521573025,
"total_value_mid": 10174.519973025,
"total_value_exit_net": 10173.346224225,
"total_value": 10174.519973025,
"base_cost_quote": 1527.4839544,
"unrealized_pnl_exit_net": 36.3406968
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 1351,
"quote_asset_bal": 8609.521573025,
"total_value_mid": 10174.655073025,
"total_value_exit_net": 10173.4812229,
"total_value": 10174.655073025,
"base_cost_quote": 1527.4839544,
"unrealized_pnl_exit_net": 36.475695475
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 1289.7,
"quote_asset_bal": 8680.7275834775,
"total_value_mid": 10180.2617734775,
"total_value_exit_net": 10179.137122835,
"total_value": 10180.2617734775,
"base_cost_quote": 1456.5843295325,
"unrealized_pnl_exit_net": 41.825209825
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 1298.4,
"quote_asset_bal": 8670.609730775,
"total_value_mid": 10179.350530775,
"total_value_exit_net": 10178.218975175,
"total_value": 10179.350530775,
"base_cost_quote": 1466.702182235,
"unrealized_pnl_exit_net": 40.907062165
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 1298.4,
"quote_asset_bal": 8670.609730775,
"total_value_mid": 10175.455330775,
"total_value_exit_net": 10174.326696575,
"total_value": 10175.455330775,
"base_cost_quote": 1466.702182235,
"unrealized_pnl_exit_net": 37.014783565
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 1307.1,
"quote_asset_bal": 8660.50842047,
"total_value_mid": 10178.83578047,
"total_value_exit_net": 10177.69703495,
"total_value": 10178.83578047,
"base_cost_quote": 1476.80349254,
"unrealized_pnl_exit_net": 40.38512194
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 1307.1,
"quote_asset_bal": 8660.50842047,
"total_value_mid": 10178.31294047,
"total_value_exit_net": 10177.17458708,
"total_value": 10178.31294047,
"base_cost_quote": 1476.80349254,
"unrealized_pnl_exit_net": 39.86267407
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 1320.2,
"quote_asset_bal": 8645.31675526,
"total_value_mid": 10174.76845526,
"total_value_exit_net": 10173.621366485,
"total_value": 10174.76845526,
"base_cost_quote": 1491.99515775,
"unrealized_pnl_exit_net": 36.309453475
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 1337.7,
"quote_asset_bal": 8625.08559326,
"total_value_mid": 10169.72778326,
"total_value_exit_net": 10168.5693016175,
"total_value": 10169.72778326,
"base_cost_quote": 1512.22631975,
"unrealized_pnl_exit_net": 31.2573886075
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 1359.6,
"quote_asset_bal": 8599.7962304525,
"total_value_mid": 10168.7746304524,
"total_value_exit_net": 10167.5978966525,
"total_value": 10168.7746304524,
"base_cost_quote": 1537.5156825575,
"unrealized_pnl_exit_net": 30.2859836425
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 1368.4,
"quote_asset_bal": 8589.70053927,
"total_value_mid": 10165.68681927,
"total_value_exit_net": 10164.50482956,
"total_value": 10165.68681927,
"base_cost_quote": 1547.64954726,
"unrealized_pnl_exit_net": 27.15474303
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 1368.4,
"quote_asset_bal": 8589.70053927,
"total_value_mid": 10165.00261927,
"total_value_exit_net": 10163.82114271,
"total_value": 10165.00261927,
"base_cost_quote": 1547.64954726,
"unrealized_pnl_exit_net": 26.47105618
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 1412.3,
"quote_asset_bal": 8539.177735565,
"total_value_mid": 10163.322735565,
"total_value_exit_net": 10162.104626815,
"total_value": 10163.322735565,
"base_cost_quote": 1598.172350965,
"unrealized_pnl_exit_net": 24.754540285
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 1394.8,
"quote_asset_bal": 8559.3382937975,
"total_value_mid": 10165.0320537975,
"total_value_exit_net": 10163.8277834775,
"total_value": 10165.0320537975,
"base_cost_quote": 1578.03231726,
"unrealized_pnl_exit_net": 26.45717242
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 1386.1,
"quote_asset_bal": 8569.383355225,
"total_value_mid": 10171.160515225,
"total_value_exit_net": 10169.959182355,
"total_value": 10171.160515225,
"base_cost_quote": 1568.0434011875,
"unrealized_pnl_exit_net": 32.5324259425
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 1377.3,
"quote_asset_bal": 8579.5696761025,
"total_value_mid": 10175.8603761025,
"total_value_exit_net": 10174.6631580775,
"total_value": 10175.8603761025,
"base_cost_quote": 1557.95655172,
"unrealized_pnl_exit_net": 37.136930255
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 1372.9,
"quote_asset_bal": 8584.6685290925,
"total_value_mid": 10175.5850490925,
"total_value_exit_net": 10174.3918617025,
"total_value": 10175.5850490925,
"base_cost_quote": 1552.87558385,
"unrealized_pnl_exit_net": 36.84774876
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 1372.9,
"quote_asset_bal": 8584.678650455,
"total_value_mid": 10174.634140455,
"total_value_exit_net": 10173.4416738375,
"total_value": 10174.634140455,
"base_cost_quote": 1552.87558385,
"unrealized_pnl_exit_net": 35.8874395325
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 1372.9,
"quote_asset_bal": 8584.678650455,
"total_value_mid": 10174.222270455,
"total_value_exit_net": 10173.03011274,
"total_value": 10174.222270455,
"base_cost_quote": 1552.87558385,
"unrealized_pnl_exit_net": 35.475878435
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 1372.9,
"quote_asset_bal": 8584.678650455,
"total_value_mid": 10175.457880455,
"total_value_exit_net": 10174.2647960325,
"total_value": 10175.457880455,
"base_cost_quote": 1552.87558385,
"unrealized_pnl_exit_net": 36.7105617275
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 1302.8,
"quote_asset_bal": 8666.09536209,
"total_value_mid": 10177.21308209,
"total_value_exit_net": 10176.0797438,
"total_value": 10177.21308209,
"base_cost_quote": 1471.783150105,
"unrealized_pnl_exit_net": 38.201231605
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 1311.5,
"quote_asset_bal": 8655.9879572175,
"total_value_mid": 10180.0821072175,
"total_value_exit_net": 10178.939036605,
"total_value": 10180.0821072175,
"base_cost_quote": 1481.8905549775,
"unrealized_pnl_exit_net": 41.06052441
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 1272.4,
"quote_asset_bal": 8701.5284761925,
"total_value_mid": 10185.0196361925,
"total_value_exit_net": 10183.9070178225,
"total_value": 10185.0196361925,
"base_cost_quote": 1436.3582913725,
"unrealized_pnl_exit_net": 46.0202502575
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 1263.6,
"quote_asset_bal": 8711.7952103625,
"total_value_mid": 10181.9938103625,
"total_value_exit_net": 10180.8911614125,
"total_value": 10181.9938103625,
"base_cost_quote": 1426.1655325325,
"unrealized_pnl_exit_net": 42.9304185175
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 1272.2,
"quote_asset_bal": 8701.7833270775,
"total_value_mid": 10180.0797270775,
"total_value_exit_net": 10178.9710047775,
"total_value": 10180.0797270775,
"base_cost_quote": 1436.1774158175,
"unrealized_pnl_exit_net": 41.0102618825
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 1272.2,
"quote_asset_bal": 8701.7833270775,
"total_value_mid": 10180.3341670775,
"total_value_exit_net": 10179.2252539475,
"total_value": 10180.3341670775,
"base_cost_quote": 1436.1774158175,
"unrealized_pnl_exit_net": 41.2645110525
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 1272.2,
"quote_asset_bal": 8701.7833270775,
"total_value_mid": 10181.2247070775,
"total_value_exit_net": 10180.1151260425,
"total_value": 10181.2247070775,
"base_cost_quote": 1436.1774158175,
"unrealized_pnl_exit_net": 42.1543831475
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 1272.2,
"quote_asset_bal": 8701.7833270775,
"total_value_mid": 10181.4791470775,
"total_value_exit_net": 10180.3693752125,
"total_value": 10181.4791470775,
"base_cost_quote": 1436.1774158175,
"unrealized_pnl_exit_net": 42.4086323175
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 1272.2,
"quote_asset_bal": 8701.7833270775,
"total_value_mid": 10180.8430470775,
"total_value_exit_net": 10179.7337522875,
"total_value": 10180.8430470775,
"base_cost_quote": 1436.1774158175,
"unrealized_pnl_exit_net": 41.7730093925
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 1246.4,
"quote_asset_bal": 8731.89061966,
"total_value_mid": 10188.93221966,
"total_value_exit_net": 10187.83943846,
"total_value": 10188.93221966,
"base_cost_quote": 1405.9199597325,
"unrealized_pnl_exit_net": 50.0288590675
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 1131.4,
"quote_asset_bal": 8866.64713336,
"total_value_mid": 10194.00561336,
"total_value_exit_net": 10193.0100945,
"total_value": 10194.00561336,
"base_cost_quote": 1272.367340335,
"unrealized_pnl_exit_net": 53.995620805
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 1127,
"quote_asset_bal": 8871.80006576,
"total_value_mid": 10192.86946576,
"total_value_exit_net": 10191.87866371,
"total_value": 10192.86946576,
"base_cost_quote": 1267.332607115,
"unrealized_pnl_exit_net": 52.745990835
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 1127,
"quote_asset_bal": 8871.80006576,
"total_value_mid": 10192.98216576,
"total_value_exit_net": 10191.991279185,
"total_value": 10192.98216576,
"base_cost_quote": 1267.332607115,
"unrealized_pnl_exit_net": 52.85860631
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 1127,
"quote_asset_bal": 8871.80006576,
"total_value_mid": 10193.09486576,
"total_value_exit_net": 10192.10389466,
"total_value": 10193.09486576,
"base_cost_quote": 1267.332607115,
"unrealized_pnl_exit_net": 52.971221785
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 1114.3,
"quote_asset_bal": 8886.724484045,
"total_value_mid": 10195.358404045,
"total_value_exit_net": 10194.376928605,
"total_value": 10195.358404045,
"base_cost_quote": 1252.2140867225,
"unrealized_pnl_exit_net": 55.4383578375
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 1049.4,
"quote_asset_bal": 8963.0747061425,
"total_value_mid": 10195.9098261425,
"total_value_exit_net": 10194.9851998025,
"total_value": 10195.9098261425,
"base_cost_quote": 1176.59314352,
"unrealized_pnl_exit_net": 55.31735014
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 1075.3,
"quote_asset_bal": 8932.66893761,
"total_value_mid": 10195.60878761,
"total_value_exit_net": 10194.6615827224,
"total_value": 10195.60878761,
"base_cost_quote": 1206.892150745,
"unrealized_pnl_exit_net": 55.1004943675
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 1075.3,
"quote_asset_bal": 8932.66893761,
"total_value_mid": 10193.5657176099,
"total_value_exit_net": 10192.6200450249,
"total_value": 10193.5657176099,
"base_cost_quote": 1206.892150745,
"unrealized_pnl_exit_net": 53.05895667
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 1083.9,
"quote_asset_bal": 8922.58217821,
"total_value_mid": 10192.15424821,
"total_value_exit_net": 10191.2020691575,
"total_value": 10192.15424821,
"base_cost_quote": 1216.978910145,
"unrealized_pnl_exit_net": 51.6409808025
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 1083.9,
"quote_asset_bal": 8922.58217821,
"total_value_mid": 10191.50390821,
"total_value_exit_net": 10190.5522169125,
"total_value": 10191.50390821,
"base_cost_quote": 1216.978910145,
"unrealized_pnl_exit_net": 50.9911285575
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 1083.9,
"quote_asset_bal": 8922.58217821,
"total_value_mid": 10192.47941821,
"total_value_exit_net": 10191.5269952799,
"total_value": 10192.47941821,
"base_cost_quote": 1216.978910145,
"unrealized_pnl_exit_net": 51.965906925
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 1066.9,
"quote_asset_bal": 8942.5532386725,
"total_value_mid": 10197.6543986725,
"total_value_exit_net": 10196.7130728024,
"total_value": 10197.6543986725,
"base_cost_quote": 1196.79420296,
"unrealized_pnl_exit_net": 57.36563117
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 1037.1,
"quote_asset_bal": 8977.655742035,
"total_value_mid": 10201.018902035,
"total_value_exit_net": 10200.101379665,
"total_value": 10201.018902035,
"base_cost_quote": 1161.51420279,
"unrealized_pnl_exit_net": 60.93143484
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 1028.7,
"quote_asset_bal": 8987.56744268,
"total_value_mid": 10199.37604268,
"total_value_exit_net": 10198.46718623,
"total_value": 10199.37604268,
"base_cost_quote": 1151.43949242,
"unrealized_pnl_exit_net": 59.46025113
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 1028.7,
"quote_asset_bal": 8987.56744268,
"total_value_mid": 10199.68465268,
"total_value_exit_net": 10198.7755647725,
"total_value": 10199.68465268,
"base_cost_quote": 1151.43949242,
"unrealized_pnl_exit_net": 59.7686296725
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 1028.7,
"quote_asset_bal": 8987.56744268,
"total_value_mid": 10198.65595268,
"total_value_exit_net": 10197.7476362975,
"total_value": 10198.65595268,
"base_cost_quote": 1151.43949242,
"unrealized_pnl_exit_net": 58.7407011975
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 1028.7,
"quote_asset_bal": 8987.56744268,
"total_value_mid": 10199.58178268,
"total_value_exit_net": 10198.672771925,
"total_value": 10199.58178268,
"base_cost_quote": 1151.43949242,
"unrealized_pnl_exit_net": 59.665836825
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 1028.7,
"quote_asset_bal": 8987.56744268,
"total_value_mid": 10199.78752268,
"total_value_exit_net": 10198.87835762,
"total_value": 10199.78752268,
"base_cost_quote": 1151.43949242,
"unrealized_pnl_exit_net": 59.87142252
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 1037.2,
"quote_asset_bal": 8977.5562899425,
"total_value_mid": 10199.6890499425,
"total_value_exit_net": 10198.7724503725,
"total_value": 10199.6890499425,
"base_cost_quote": 1161.4506451575,
"unrealized_pnl_exit_net": 59.7655152725
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 1045.8,
"quote_asset_bal": 8967.4394079675,
"total_value_mid": 10197.4047879675,
"total_value_exit_net": 10196.4823139325,
"total_value": 10197.4047879675,
"base_cost_quote": 1171.5675271325,
"unrealized_pnl_exit_net": 57.4753788325
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 1028.8,
"quote_asset_bal": 8987.4707731675,
"total_value_mid": 10199.7058131675,
"total_value_exit_net": 10198.7966368875,
"total_value": 10199.7058131675,
"base_cost_quote": 1151.43949242,
"unrealized_pnl_exit_net": 59.8863713
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 1037.4,
"quote_asset_bal": 8977.3478666775,
"total_value_mid": 10198.0564466775,
"total_value_exit_net": 10197.1409152425,
"total_value": 10198.0564466775,
"base_cost_quote": 1161.56239891,
"unrealized_pnl_exit_net": 58.230649655
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 1058.8,
"quote_asset_bal": 8952.1846884375,
"total_value_mid": 10193.0982884375,
"total_value_exit_net": 10192.1676032375,
"total_value": 10193.0982884375,
"base_cost_quote": 1186.72557715,
"unrealized_pnl_exit_net": 53.25733765
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 1058.8,
"quote_asset_bal": 8952.1846884375,
"total_value_mid": 10191.9336084375,
"total_value_exit_net": 10191.0037967475,
"total_value": 10191.9336084375,
"base_cost_quote": 1186.72557715,
"unrealized_pnl_exit_net": 52.09353116
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 1076,
"quote_asset_bal": 8932.0180547975,
"total_value_mid": 10191.3684547975,
"total_value_exit_net": 10190.4239419975,
"total_value": 10191.3684547975,
"base_cost_quote": 1206.89221079,
"unrealized_pnl_exit_net": 51.51367641
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 1097.8,
"quote_asset_bal": 8906.5753547375,
"total_value_mid": 10192.2089347374,
"total_value_exit_net": 10191.2447095524,
"total_value": 10192.2089347374,
"base_cost_quote": 1232.02304479,
"unrealized_pnl_exit_net": 52.646310025
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 1106.4,
"quote_asset_bal": 8896.5066688825,
"total_value_mid": 10189.9989088824,
"total_value_exit_net": 10189.0287897025,
"total_value": 10189.9989088824,
"base_cost_quote": 1242.091730645,
"unrealized_pnl_exit_net": 50.430390175
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 1115,
"quote_asset_bal": 8886.4517533475,
"total_value_mid": 10188.8832533475,
"total_value_exit_net": 10187.9064297225,
"total_value": 10188.8832533475,
"base_cost_quote": 1252.14664618,
"unrealized_pnl_exit_net": 49.308030195
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 1127.9,
"quote_asset_bal": 8871.400363265,
"total_value_mid": 10186.757343265,
"total_value_exit_net": 10185.77082553,
"total_value": 10186.757343265,
"base_cost_quote": 1267.1980362625,
"unrealized_pnl_exit_net": 47.1724260025
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 1149.4,
"quote_asset_bal": 8846.3448357025,
"total_value_mid": 10184.7061957025,
"total_value_exit_net": 10183.7024246825,
"total_value": 10184.7061957025,
"base_cost_quote": 1292.253563825,
"unrealized_pnl_exit_net": 45.104025155
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 1149.4,
"quote_asset_bal": 8846.3448357025,
"total_value_mid": 10184.0165557025,
"total_value_exit_net": 10183.0133019125,
"total_value": 10184.0165557025,
"base_cost_quote": 1292.253563825,
"unrealized_pnl_exit_net": 44.414902385
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 1149.4,
"quote_asset_bal": 8846.3448357025,
"total_value_mid": 10183.9016157025,
"total_value_exit_net": 10182.8984481175,
"total_value": 10183.9016157025,
"base_cost_quote": 1292.253563825,
"unrealized_pnl_exit_net": 44.30004859
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 1136.8,
"quote_asset_bal": 8861.0283453125,
"total_value_mid": 10188.2423453125,
"total_value_exit_net": 10187.2469348125,
"total_value": 10188.2423453125,
"base_cost_quote": 1277.2589763125,
"unrealized_pnl_exit_net": 48.9596131875
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 1158.3,
"quote_asset_bal": 8835.922039695,
"total_value_mid": 10185.920689695,
"total_value_exit_net": 10184.9081907075,
"total_value": 10185.920689695,
"base_cost_quote": 1302.36528193,
"unrealized_pnl_exit_net": 46.6208690825
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 1162.6,
"quote_asset_bal": 8830.9109341825,
"total_value_mid": 10184.5261141825,
"total_value_exit_net": 10183.5109027975,
"total_value": 10184.5261141825,
"base_cost_quote": 1307.3763874425,
"unrealized_pnl_exit_net": 45.2235811725
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 1206.4,
"quote_asset_bal": 8779.996887265,
"total_value_mid": 10180.868567265,
"total_value_exit_net": 10179.817913505,
"total_value": 10180.868567265,
"base_cost_quote": 1358.29043436,
"unrealized_pnl_exit_net": 41.53059188
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 1206.4,
"quote_asset_bal": 8779.996887265,
"total_value_mid": 10180.024087265,
"total_value_exit_net": 10178.974066865,
"total_value": 10180.024087265,
"base_cost_quote": 1358.29043436,
"unrealized_pnl_exit_net": 40.68674524
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 1206.4,
"quote_asset_bal": 8779.996887265,
"total_value_mid": 10178.576407265,
"total_value_exit_net": 10177.527472625,
"total_value": 10178.576407265,
"base_cost_quote": 1358.29043436,
"unrealized_pnl_exit_net": 39.240151
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 1206.4,
"quote_asset_bal": 8779.996887265,
"total_value_mid": 10182.316247265,
"total_value_exit_net": 10181.264507745,
"total_value": 10182.316247265,
"base_cost_quote": 1358.29043436,
"unrealized_pnl_exit_net": 42.97718612
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 1206.3,
"quote_asset_bal": 8780.093828925,
"total_value_mid": 10184.830178925,
"total_value_exit_net": 10183.7766266625,
"total_value": 10184.830178925,
"base_cost_quote": 1358.204429905,
"unrealized_pnl_exit_net": 45.4783678325
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 1125.3,
"quote_asset_bal": 8874.834551175,
"total_value_mid": 10195.9367511749,
"total_value_exit_net": 10194.9459245249,
"total_value": 10195.9367511749,
"base_cost_quote": 1262.46473895,
"unrealized_pnl_exit_net": 57.6466344
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 1133.7,
"quote_asset_bal": 8864.97654221,
"total_value_mid": 10189.1381422099,
"total_value_exit_net": 10188.1450210099,
"total_value": 10189.1381422099,
"base_cost_quote": 1272.397562985,
"unrealized_pnl_exit_net": 50.770915815
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 1095.6,
"quote_asset_bal": 8909.717061635,
"total_value_mid": 10198.2522216349,
"total_value_exit_net": 10197.2858202649,
"total_value": 10198.2522216349,
"base_cost_quote": 1227.07513664,
"unrealized_pnl_exit_net": 60.49362199
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 987,
"quote_asset_bal": 9037.82696709,
"total_value_mid": 10205.7440670899,
"total_value_exit_net": 10204.8681292649,
"total_value": 10205.7440670899,
"base_cost_quote": 1098.4957243525,
"unrealized_pnl_exit_net": 68.5454378225
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 987,
"quote_asset_bal": 9037.82696709,
"total_value_mid": 10206.1388670899,
"total_value_exit_net": 10205.2626331649,
"total_value": 10206.1388670899,
"base_cost_quote": 1098.4957243525,
"unrealized_pnl_exit_net": 68.9399417225
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 863,
"quote_asset_bal": 9184.9258701075,
"total_value_mid": 10209.0479701074,
"total_value_exit_net": 10208.2798785324,
"total_value": 10209.0479701074,
"base_cost_quote": 951.885439045,
"unrealized_pnl_exit_net": 71.46856938
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 877.4,
"quote_asset_bal": 9167.7247601625,
"total_value_mid": 10211.1288401624,
"total_value_exit_net": 10210.3462871024,
"total_value": 10211.1288401624,
"base_cost_quote": 968.962357135,
"unrealized_pnl_exit_net": 73.659169805
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 774.7,
"quote_asset_bal": 9290.724772175,
"total_value_mid": 10223.153692175,
"total_value_exit_net": 10222.4543704849,
"total_value": 10223.153692175,
"base_cost_quote": 852.340636395,
"unrealized_pnl_exit_net": 79.388961915
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 913.2,
"quote_asset_bal": 9124.5056404525,
"total_value_mid": 10219.5237604524,
"total_value_exit_net": 10218.7024968624,
"total_value": 10219.5237604524,
"base_cost_quote": 1018.6179208975,
"unrealized_pnl_exit_net": 75.5789355125
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 930,
"quote_asset_bal": 9104.4083851975,
"total_value_mid": 10219.0133851974,
"total_value_exit_net": 10218.1774314474,
"total_value": 10219.0133851974,
"base_cost_quote": 1038.7631985325,
"unrealized_pnl_exit_net": 75.0058477175
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 1010.6,
"quote_asset_bal": 9008.3743336375,
"total_value_mid": 10207.4512336374,
"total_value_exit_net": 10206.5519259624,
"total_value": 10207.4512336374,
"base_cost_quote": 1134.7972500925,
"unrealized_pnl_exit_net": 63.3803422325
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 1053.4,
"quote_asset_bal": 8957.6589856325,
"total_value_mid": 10203.3044856325,
"total_value_exit_net": 10202.3702515075,
"total_value": 10203.3044856325,
"base_cost_quote": 1185.5125980975,
"unrealized_pnl_exit_net": 59.1986677775
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 1053.4,
"quote_asset_bal": 8957.66343262,
"total_value_mid": 10206.46913262,
"total_value_exit_net": 10205.532528345,
"total_value": 10206.46913262,
"base_cost_quote": 1185.51855256,
"unrealized_pnl_exit_net": 62.350543165
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 1074.8,
"quote_asset_bal": 8932.42896569,
"total_value_mid": 10200.90792569,
"total_value_exit_net": 10199.95656647,
"total_value": 10200.90792569,
"base_cost_quote": 1210.763412015,
"unrealized_pnl_exit_net": 56.764188765
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 1087.7,
"quote_asset_bal": 8917.1916502125,
"total_value_mid": 10203.3969002125,
"total_value_exit_net": 10202.432246275,
"total_value": 10203.3969002125,
"base_cost_quote": 1226.0216170925,
"unrealized_pnl_exit_net": 59.21897897
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 1079.2,
"quote_asset_bal": 8927.2464034875,
"total_value_mid": 10202.8608034875,
"total_value_exit_net": 10201.9040926875,
"total_value": 10202.8608034875,
"base_cost_quote": 1215.9772894925,
"unrealized_pnl_exit_net": 58.6803997075
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 1087.7,
"quote_asset_bal": 8917.2074104875,
"total_value_mid": 10199.8232504875,
"total_value_exit_net": 10198.8612886075,
"total_value": 10199.8232504875,
"base_cost_quote": 1226.0267209175,
"unrealized_pnl_exit_net": 55.6271572025
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 1113.4,
"quote_asset_bal": 8886.9217678,
"total_value_mid": 10200.0657278,
"total_value_exit_net": 10199.08086983,
"total_value": 10200.0657278,
"base_cost_quote": 1256.333283805,
"unrealized_pnl_exit_net": 55.825818225
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 1121.9,
"quote_asset_bal": 8876.90125805,
"total_value_mid": 10199.39697805,
"total_value_exit_net": 10198.40510626,
"total_value": 10199.39697805,
"base_cost_quote": 1266.353793555,
"unrealized_pnl_exit_net": 55.150054655
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 1113.4,
"quote_asset_bal": 8886.932229175,
"total_value_mid": 10201.857629175,
"total_value_exit_net": 10200.871435125,
"total_value": 10201.857629175,
"base_cost_quote": 1256.333283805,
"unrealized_pnl_exit_net": 57.605922145
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 1033.4,
"quote_asset_bal": 8981.954292565,
"total_value_mid": 10212.423672565,
"total_value_exit_net": 10211.50082053,
"total_value": 10212.423672565,
"base_cost_quote": 1160.10098367,
"unrealized_pnl_exit_net": 69.445544295
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 1037.7,
"quote_asset_bal": 8976.85139866,
"total_value_mid": 10210.88423866,
"total_value_exit_net": 10209.95871403,
"total_value": 10210.88423866,
"base_cost_quote": 1165.113079925,
"unrealized_pnl_exit_net": 67.994235445
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 1055,
"quote_asset_bal": 8956.3574128325,
"total_value_mid": 10209.9084128325,
"total_value_exit_net": 10208.9682495825,
"total_value": 10209.9084128325,
"base_cost_quote": 1185.547914565,
"unrealized_pnl_exit_net": 67.062922185
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 1063.5,
"quote_asset_bal": 8946.2416316825,
"total_value_mid": 10209.3605816825,
"total_value_exit_net": 10208.41324247,
"total_value": 10209.3605816825,
"base_cost_quote": 1195.663695715,
"unrealized_pnl_exit_net": 66.5079150725
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 1072,
"quote_asset_bal": 8936.169393695,
"total_value_mid": 10208.204593695,
"total_value_exit_net": 10207.250567295,
"total_value": 10208.204593695,
"base_cost_quote": 1205.7463020025,
"unrealized_pnl_exit_net": 65.3348715975
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 1084.8,
"quote_asset_bal": 8921.007951135,
"total_value_mid": 10206.495951135,
"total_value_exit_net": 10205.531835135,
"total_value": 10206.495951135,
"base_cost_quote": 1220.9077445625,
"unrealized_pnl_exit_net": 63.6161394375
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 1076.3,
"quote_asset_bal": 8931.08648656,
"total_value_mid": 10208.22406656,
"total_value_exit_net": 10207.266213375,
"total_value": 10208.22406656,
"base_cost_quote": 1210.8395991125,
"unrealized_pnl_exit_net": 65.3401277025
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 1076.3,
"quote_asset_bal": 8931.08648656,
"total_value_mid": 10207.04013656,
"total_value_exit_net": 10206.0831713225,
"total_value": 10207.04013656,
"base_cost_quote": 1210.8395991125,
"unrealized_pnl_exit_net": 64.15708565
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 1093.4,
"quote_asset_bal": 8910.86021462,
"total_value_mid": 10206.86723462,
"total_value_exit_net": 10205.895229355,
"total_value": 10206.86723462,
"base_cost_quote": 1231.0762852525,
"unrealized_pnl_exit_net": 63.9587294825
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 1131.9,
"quote_asset_bal": 8865.3588841975,
"total_value_mid": 10199.9821741975,
"total_value_exit_net": 10198.98120673,
"total_value": 10199.9821741975,
"base_cost_quote": 1276.577615675,
"unrealized_pnl_exit_net": 57.0447068575
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 1179.1,
"quote_asset_bal": 8809.7728258975,
"total_value_mid": 10197.8093458975,
"total_value_exit_net": 10196.7683185075,
"total_value": 10197.8093458975,
"base_cost_quote": 1332.163673975,
"unrealized_pnl_exit_net": 54.831818635
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 1170.6,
"quote_asset_bal": 8819.784261685,
"total_value_mid": 10198.751061685,
"total_value_exit_net": 10197.716836585,
"total_value": 10198.751061685,
"base_cost_quote": 1322.04507071,
"unrealized_pnl_exit_net": 55.88750419
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 1170.6,
"quote_asset_bal": 8819.784261685,
"total_value_mid": 10198.516941685,
"total_value_exit_net": 10197.482892175,
"total_value": 10198.516941685,
"base_cost_quote": 1322.04507071,
"unrealized_pnl_exit_net": 55.65355978
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 1149.4,
"quote_asset_bal": 8844.8213397825,
"total_value_mid": 10204.7914197825,
"total_value_exit_net": 10203.7714422225,
"total_value": 10204.7914197825,
"base_cost_quote": 1296.928587465,
"unrealized_pnl_exit_net": 62.021514975
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 1166.4,
"quote_asset_bal": 8824.7616062575,
"total_value_mid": 10200.0638462575,
"total_value_exit_net": 10199.0323695775,
"total_value": 10200.0638462575,
"base_cost_quote": 1316.98832099,
"unrealized_pnl_exit_net": 57.28244233
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 1166.4,
"quote_asset_bal": 8824.7616062575,
"total_value_mid": 10197.7310462575,
"total_value_exit_net": 10196.7013191775,
"total_value": 10197.7310462575,
"base_cost_quote": 1316.98832099,
"unrealized_pnl_exit_net": 54.95139193
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 1157.9,
"quote_asset_bal": 8834.7942761075,
"total_value_mid": 10203.0847061075,
"total_value_exit_net": 10202.058488285,
"total_value": 10203.0847061075,
"base_cost_quote": 1306.966109965,
"unrealized_pnl_exit_net": 60.2981022125
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 99-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (3,278 closed trades) via GET /backtests/c165cf00-9000-423c-b9ce-76a476aa0ed2/trades (paginate through all pages).99-row audit sample from 3,278 closed trades (RFC 4180 CSV)
99-row audit sample from 3,278 closed trades (RFC 4180 CSV)
id,symbol,buy_time,sell_time,buy_price,sell_price,buy_quantity,sell_quantity,quantity,profit,profit_percentage,buy_fee_in_quote,sell_fee_in_quote,fee_buy,fee_sell,fill_type
,,2024-08-28T10:01:00Z,2025-06-20T07:51:00Z,1.1151,1.1709,11.3,,,0.61116615,4.8502824859,0.0094504725,0.0099233775,,,TP
,,2024-08-28T10:01:00Z,2025-06-20T07:51:00Z,1.1151,1.2267,4.5,,,0.494296425,9.8505649718,0.0037634625,0.0041401125,,,TP
,,2024-08-28T10:01:00Z,2024-09-18T18:35:00Z,1.1151,1.1179,9,,,0.01012725,0.1009102323,0.007526925,0.007545825,,,TP
,,2024-08-28T10:01:00Z,2024-09-25T13:06:00Z,1.1151,1.1207,4.5,,,0.017654175,0.3518204645,0.0037634625,0.0037823625,,,TP
,,2024-08-28T10:01:00Z,2025-04-10T18:24:00Z,1.1151,1.1235,4.5,,,0.030244725,0.6027306968,0.0037634625,0.0037918125,,,TP
,,2024-08-28T10:01:00Z,2025-04-11T00:03:00Z,1.1151,1.1263,4.5,,,0.042835275,0.8536409291,0.0037634625,0.0038012625,,,TP
,,2024-08-28T10:01:00Z,2025-04-11T08:41:00Z,1.1151,1.143,4.5,,,0.1179289125,2.3501412429,0.0037634625,0.003857625,,,TP
,,2024-08-28T10:03:00Z,2025-05-08T15:50:00Z,1.1132,1.1244,4.5,,,0.0428481,0.8553539346,0.00375705,0.00379485,,,TP
,,2024-08-28T10:03:00Z,2024-09-18T18:35:00Z,1.1132,1.1188,4.5,,,0.017667,0.3526769673,0.00375705,0.00377595,,,TP
,,2024-08-28T10:03:00Z,2025-04-10T15:44:00Z,1.1132,1.1216,4.5,,,0.03025755,0.604015451,0.00375705,0.0037854,,,TP
,,2024-08-28T10:03:00Z,2025-04-11T08:02:00Z,1.1132,1.1411,4.5,,,0.1179417375,2.3544084621,0.00375705,0.0038512125,,,TP
,,2024-08-28T10:03:00Z,2024-09-18T18:00:00Z,1.1132,1.116,9,,,0.0101529,0.1013384837,0.0075141,0.007533,,,TP
,,2024-08-28T10:03:00Z,2025-06-20T07:51:00Z,1.1132,1.2246,4.5,,,0.493409925,9.8496810995,0.00375705,0.004133025,,,TP
,,2024-08-28T10:03:00Z,2025-06-20T07:51:00Z,1.1132,1.1689,11.3,,,0.6100692025,4.8498405498,0.00943437,0.0099064275,,,TP
,,2024-08-28T11:22:00Z,2024-09-18T18:20:00Z,1.1115,1.1171,4.5,,,0.017678475,0.353445794,0.0037513125,0.0037702125,,,TP
,,2024-08-28T11:22:00Z,2025-06-20T07:51:00Z,1.1115,1.2227,4.5,,,0.492522075,9.8469950517,0.0037513125,0.0041266125,,,TP
,,2024-08-28T11:22:00Z,2025-04-10T15:43:00Z,1.1115,1.1227,4.5,,,0.042859575,0.8568915879,0.0037513125,0.0037891125,,,TP
,,2024-08-28T11:22:00Z,2025-06-20T07:51:00Z,1.1115,1.1671,11.3,,,0.608968865,4.8484975259,0.0094199625,0.0098911725,,,TP
,,2024-08-28T11:22:00Z,2024-09-25T12:30:00Z,1.1115,1.1199,4.5,,,0.030269025,0.605168691,0.0037513125,0.0037796625,,,TP
,,2024-08-28T11:22:00Z,2024-09-06T10:52:00Z,1.1115,1.1143,9,,,0.01017585,0.101722897,0.007502625,0.007521525,,,TP
,,2024-08-28T11:22:00Z,2025-04-11T08:02:00Z,1.1115,1.1393,4.5,,,0.11750355,2.3492487629,0.0037513125,0.0038451375,,,TP
,,2024-08-28T12:31:00Z,2025-06-20T07:51:00Z,1.1094,1.2204,4.6,,,0.50256219,9.8479042726,0.00382743,0.00421038,,,TP
,,2024-08-28T12:31:00Z,2025-06-20T07:51:00Z,1.1094,1.1649,11.3,,,0.6078753075,4.8489521363,0.009402165,0.0098725275,,,TP
,,2024-08-28T12:31:00Z,2024-09-25T13:06:00Z,1.1094,1.1205,4.6,,,0.043366845,0.8497904273,0.00382743,0.003865725,,,TP
,,2024-08-28T12:31:00Z,2024-09-18T18:35:00Z,1.1094,1.1178,4.6,,,0.03095616,0.6065981612,0.00382743,0.00385641,,,TP
,,2024-08-30T17:18:00Z,2025-06-12T10:30:00Z,1.1056,1.1609,11.4,,,0.611041425,4.8480576158,0.00945288,0.009925695,,,TP
,,2024-09-01T07:04:00Z,2025-06-12T10:30:00Z,1.1044,1.1597,11.4,,,0.611061945,4.8534883194,0.00944262,0.009915435,,,TP
,,2024-10-04T18:49:00Z,2025-04-21T02:28:00Z,1.0962,1.1511,11.5,,,0.6119670375,4.854454023,0.009454725,0.0099282375,,,TP
,,2024-10-10T02:45:00Z,2025-04-21T04:13:00Z,1.0951,1.1499,11.5,,,0.610836875,4.8503561319,0.0094452375,0.0099178875,,,TP
,,2024-10-17T10:58:00Z,2025-04-11T08:02:00Z,1.0865,1.1409,11.6,,,0.61166162,4.853147722,0.00945255,0.00992583,,,TP
,,2024-10-23T13:49:00Z,2024-10-24T08:03:00Z,1.0784,1.0811,9.3,,,0.0100474875,0.1001831417,0.00752184,0.0075406725,,,TP
,,2024-10-24T02:32:00Z,2024-10-24T17:26:00Z,1.0795,1.0822,9.3,,,0.0100321425,0.0999282075,0.0075295125,0.007548345,,,TP
,,2024-10-25T23:23:00Z,2024-10-28T08:15:00Z,1.0789,1.0816,9.3,,,0.0100405125,0.1000671981,0.0075253275,0.00754416,,,TP
,,2024-11-06T02:29:00Z,2024-11-06T22:54:00Z,1.0794,1.0821,9.3,,,0.0100335375,0.0999513619,0.007528815,0.0075476475,,,TP
,,2024-11-06T02:40:00Z,2024-11-06T08:30:00Z,1.0777,1.0804,9.3,,,0.0100572525,0.1003456435,0.0075169575,0.00753579,,,TP
,,2024-11-06T03:08:00Z,2025-04-11T00:32:00Z,1.0764,1.1303,11.7,,,0.6112662075,4.8536766072,0.00944541,0.0099183825,,,TP
,,2024-11-06T09:04:00Z,2024-11-06T22:23:00Z,1.0778,1.0805,9.3,,,0.0100558575,0.100322416,0.007517655,0.0075364875,,,TP
,,2024-11-07T00:00:00Z,2024-11-07T01:39:00Z,1.0786,1.0813,9.3,,,0.0100446975,0.1001367513,0.007523235,0.0075420675,,,TP
,,2024-11-07T01:39:00Z,2024-11-07T03:50:00Z,1.0782,1.0809,9.3,,,0.0100502775,0.1002295492,0.007520445,0.0075392775,,,TP
,,2024-11-07T13:11:00Z,2024-11-07T15:13:00Z,1.0785,1.0812,9.3,,,0.0100460925,0.1001599444,0.0075225375,0.00754137,,,TP
,,2024-11-07T16:05:00Z,2024-11-07T20:27:00Z,1.0799,1.0826,9.3,,,0.0100265625,0.0998356329,0.0075323025,0.007551135,,,TP
,,2024-11-07T19:40:00Z,2024-11-07T20:27:00Z,1.0785,1.0812,9.3,,,0.0100460925,0.1001599444,0.0075225375,0.00754137,,,TP
,,2024-11-07T21:00:00Z,2024-11-12T10:43:00Z,1.08,1.0827,9.3,,,0.0100251675,0.0998125,0.007533,0.0075518325,,,TP
,,2024-11-08T09:21:00Z,2024-11-10T21:02:00Z,1.0777,1.0804,9.3,,,0.0100572525,0.1003456435,0.0075169575,0.00753579,,,TP
,,2024-11-10T20:59:00Z,2024-11-12T10:45:00Z,1.0789,1.0816,9.3,,,0.0100405125,0.1000671981,0.0075253275,0.00754416,,,TP
,,2024-11-11T09:56:00Z,2025-04-10T15:44:00Z,1.0681,1.1216,11.8,,,0.611921155,4.8551376276,0.009452685,0.00992616,,,TP
,,2024-11-11T15:17:00Z,2025-04-10T15:36:00Z,1.066,1.1194,11.8,,,0.61077921,4.8556238274,0.0094341,0.00990669,,,TP
,,2024-11-11T23:33:00Z,2024-11-12T10:42:00Z,1.0778,1.0805,9.3,,,0.0100558575,0.100322416,0.007517655,0.0075364875,,,TP
,,2024-11-12T10:58:00Z,2025-03-05T22:45:00Z,1.0789,1.0816,9.3,,,0.0100405125,0.1000671981,0.0075253275,0.00754416,,,TP
,,2024-11-14T06:04:00Z,2025-04-03T10:12:00Z,1.0583,1.1113,11.9,,,0.61133632,4.8542757252,0.0094453275,0.0099183525,,,TP
,,2024-11-21T17:38:00Z,2025-04-03T09:08:00Z,1.0502,1.1028,12,,,0.611823,4.8548133689,0.0094518,0.0099252,,,TP
,,2024-12-19T07:16:00Z,2025-03-11T13:27:00Z,1.0404,1.0925,12.1,,,0.6110539325,4.8539335832,0.00944163,0.0099144375,,,TP
,,2025-01-02T14:16:00Z,2025-03-06T15:01:00Z,1.0326,1.0843,12.2,,,0.611370365,4.8530239202,0.00944829,0.009921345,,,TP
,,2025-02-03T00:15:00Z,2025-03-05T14:33:00Z,1.0241,1.0754,12.3,,,0.6116221125,4.8555194805,0.0094473225,0.009920565,,,TP
,,2025-03-05T20:10:00Z,2025-03-05T22:45:00Z,1.08,1.0827,9.3,,,0.0100251675,0.0998125,0.007533,0.0075518325,,,TP
,,2025-03-06T18:06:00Z,2025-03-07T06:53:00Z,1.0799,1.0826,9.3,,,0.0100265625,0.0998356329,0.0075323025,0.007551135,,,TP
,,2025-03-06T18:49:00Z,2025-03-06T19:48:00Z,1.0777,1.0804,9.3,,,0.0100572525,0.1003456435,0.0075169575,0.00753579,,,TP
,,2025-03-06T19:19:00Z,2025-03-07T06:26:00Z,1.0788,1.0815,9.3,,,0.0100419075,0.1000903782,0.00752463,0.0075434625,,,TP
,,2025-03-06T21:31:00Z,2025-03-07T03:38:00Z,1.0777,1.0804,9.3,,,0.0100572525,0.1003456435,0.0075169575,0.00753579,,,TP
,,2025-03-24T17:00:00Z,2025-03-25T10:49:00Z,1.0792,1.0819,9.3,,,0.0100363275,0.0999976835,0.00752742,0.0075462525,,,TP
,,2025-03-26T07:29:00Z,2025-03-27T15:42:00Z,1.0788,1.0815,9.3,,,0.0100419075,0.1000903782,0.00752463,0.0075434625,,,TP
,,2025-03-28T07:17:00Z,2025-03-28T14:02:00Z,1.079,1.0817,9.3,,,0.0100391175,0.1000440222,0.007526025,0.0075448575,,,TP
,,2025-04-01T12:40:00Z,2025-04-02T13:12:00Z,1.0795,1.0822,9.3,,,0.0100321425,0.0999282075,0.0075295125,0.007548345,,,TP
,,2025-04-10T23:55:00Z,2025-06-20T07:51:00Z,1.1252,1.1815,11.2,,,0.61118372,4.8498022574,0.00945168,0.0099246,,,TP
,,2025-04-11T00:42:00Z,2025-06-20T07:51:00Z,1.1363,1.1932,11.1,,,0.6121969125,4.8537248086,0.0094596975,0.00993339,,,TP
,,2025-04-11T00:44:00Z,2025-06-20T07:51:00Z,1.1342,1.191,11.1,,,0.61112271,4.8541791571,0.009442215,0.009915075,,,TP
,,2025-04-11T08:56:00Z,2025-06-20T07:51:00Z,1.1455,1.2028,11,,,0.610926525,4.8484308162,0.009450375,0.0099231,,,TP
,,2025-04-21T09:13:00Z,2025-06-20T07:51:00Z,1.1568,1.2147,10.9,,,0.6117229875,4.851432832,0.00945684,0.0099301725,,,TP
,,2025-07-31T12:07:00Z,2026-01-27T20:46:00Z,1.1453,1.2026,11,,,0.610929825,4.8493036759,0.009448725,0.00992145,,,TP
,,2025-10-10T21:18:00Z,2026-01-27T12:12:00Z,1.135,1.1918,11.1,,,0.61110939,4.8506519824,0.009448875,0.009921735,,,TP
,,2025-10-10T21:29:00Z,2025-12-11T13:31:00Z,1.1158,1.1716,11.3,,,0.611154285,4.8471455458,0.009456405,0.00992931,,,TP
,,2025-10-10T21:39:00Z,2025-10-13T06:23:00Z,1.1055,1.1608,11.4,,,0.611043135,4.8485097241,0.009452025,0.00992484,,,TP
,,2025-10-10T21:43:00Z,2025-10-10T22:00:00Z,1.0951,1.1499,11.5,,,0.610836875,4.8503561319,0.0094452375,0.0099178875,,,TP
,,2025-10-10T22:05:00Z,2026-01-23T19:58:00Z,1.1251,1.1814,11.2,,,0.6111854,4.8502466447,0.00945084,0.00992376,,,TP
,,2026-01-30T17:24:00Z,2026-02-09T15:04:00Z,1.1891,1.1921,8.5,,,0.01031985,0.1021024304,0.0075805125,0.0075996375,,,TP
,,2026-01-30T18:36:00Z,2026-02-10T14:42:00Z,1.1872,1.1932,4.3,,,0.01770174,0.3550117925,0.00382872,0.00375858,,,TP
,,2026-01-30T18:36:00Z,2026-02-09T13:21:00Z,1.1872,1.1902,8.5,,,0.010344075,0.1025058962,0.0075684,0.007587525,,,TP
,,2026-01-31T15:16:00Z,2026-02-09T14:02:00Z,1.1854,1.1914,4.3,,,0.01771308,0.3557786401,0.003822915,0.00375291,,,TP
,,2026-01-31T20:15:00Z,2026-02-09T14:06:00Z,1.1827,1.1916,4.3,,,0.029900955,0.6019510442,0.0038142075,0.00375354,,,TP
,,2026-02-02T16:27:00Z,2026-02-09T13:28:00Z,1.1791,1.1909,4.3,,,0.0420945,0.8500127216,0.0038025975,0.003751335,,,TP
,,2026-02-03T00:22:00Z,2026-02-09T15:01:00Z,1.1808,1.1927,4.3,,,0.042503475,0.8570354844,0.00380808,0.003757005,,,TP
,,2026-02-03T00:22:00Z,2026-02-09T13:11:00Z,1.1808,1.1897,4.3,,,0.029912925,0.6031609925,0.00380808,0.003747555,,,TP
,,2026-02-05T06:45:00Z,2026-02-11T13:30:00Z,1.1814,1.1844,8.5,,,0.010418025,0.1037455561,0.007531425,0.00755055,,,TP
,,2026-02-06T00:26:00Z,2026-02-09T13:07:00Z,1.1775,1.1893,4.3,,,0.04210458,0.8513715499,0.0037974375,0.003746295,,,TP
,,2026-02-09T06:09:00Z,2026-02-09T15:00:00Z,1.184,1.1929,4.3,,,0.029892765,0.6011254223,0.0038184,0.003757635,,,TP
,,2026-02-09T06:09:00Z,2026-02-09T13:21:00Z,1.184,1.19,4.3,,,0.0177219,0.3563766892,0.0038184,0.0037485,,,TP
,,2026-02-10T14:06:00Z,2026-02-10T14:42:00Z,1.1899,1.1929,8.5,,,0.01030965,0.1019329355,0.0075856125,0.0076047375,,,TP
,,2026-02-10T16:51:00Z,2026-02-11T06:16:00Z,1.1898,1.1928,8.5,,,0.010310925,0.1019541099,0.007584975,0.0076041,,,TP
,,2026-02-11T13:30:00Z,2026-02-11T17:15:00Z,1.1829,1.1889,4.3,,,0.01772883,0.356847578,0.0038148525,0.003745035,,,TP
,,2026-02-11T13:30:00Z,2026-02-11T13:31:00Z,1.1829,1.1859,8.5,,,0.0103989,0.103423789,0.0075409875,0.0075601125,,,TP
,,2026-02-11T13:33:00Z,2026-02-11T14:10:00Z,1.1851,1.1881,8.5,,,0.01037085,0.1029533373,0.0075550125,0.0075741375,,,TP
,,2026-02-13T07:24:00Z,2026-02-13T13:30:00Z,1.1853,1.1883,8.5,,,0.0103683,0.1029106555,0.0075562875,0.0075754125,,,TP
,,2026-02-14T11:57:00Z,2026-02-15T06:26:00Z,1.1836,1.1866,8.5,,,0.010389975,0.1032739101,0.00754545,0.007564575,,,TP
,,2026-02-17T15:14:00Z,2026-02-17T18:24:00Z,1.1817,1.1847,8.5,,,0.0104142,0.1036811373,0.0075333375,0.0075524625,,,TP
,,2026-02-18T18:30:00Z,2026-02-22T23:56:00Z,1.1798,1.1828,8.5,,,0.010438425,0.1040896762,0.007521225,0.00754035,,,TP
,,2026-02-19T11:41:00Z,2026-02-22T23:15:00Z,1.1781,1.1811,8.5,,,0.0104601,0.104456328,0.0075103875,0.0075295125,,,TP
,,2026-02-19T13:10:00Z,2026-02-22T23:22:00Z,1.1757,1.1816,4.3,,,0.017354505,0.3514523263,0.0037916325,0.00372204,,,TP
,,2026-02-19T13:10:00Z,2026-02-20T15:14:00Z,1.1757,1.1787,8.6,,,0.0104907,0.1049757591,0.007583265,0.0075142125,,,TP
,,2026-02-23T11:49:00Z,2026-02-25T21:36:00Z,1.1782,1.1812,8.5,,,0.010458825,0.1044347309,0.007511025,0.00753015,,,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 EURIUSDT?
Did it beat Buy & Hold of EURIUSDT?
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 EURIUSDT (Mode: 2LongTimeLongMoreProfit.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,202.06 USDT
P&L: +202.06 USDT (+2.02%)
Result: PROFIT
Completed trades: 3278
Open orders at end: 187
Win rate: 100.0%
Avg. profit/trade: 0.060802 USDT
Best trade: 0.612197 USDT
Worst trade: 0.010025 USDT
Total profit (trades only): 199.307884 USDT
Max drawdown: -1.06%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.07
Total fees: 35.59 USDT
Avg hold time: 636.1h
TP / SL / TSL: 3278 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 8
Sell targets: [0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 20.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 417.6s
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":"EURIUSDT","mode_name":"2LongTimeLongMoreProfit.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.0001,"buySplits":8,"buyVolumes":[20,10,10,10,10,25,10,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.5,0.75,1,2.5,5,10,20],"triggerCoolDown":1,"investmentPerBuy":50,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":20,"order_latency_seconds":2,"trailingStopLossPercentages":[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 35 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": "EURIUSDT LongTimeLongMoreProfit Backtest",
"alternateName": "EURIUSDT-2LongTimeLongMoreProfit.json-c165cf00-9000-423c-b9ce-76a476aa0ed2",
"description": "Backtest of the LongTimeLongMoreProfit strategy on EURIUSDT: +2.02% return over 2024-04-24 to 2026-02-25.",
"identifier": "c165cf00-9000-423c-b9ce-76a476aa0ed2",
"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": [
"EURIUSDT",
"LongTimeLongMoreProfit",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "EURIUSDT",
"description": "Trading pair: EURIUSDT"
},
{
"@type": "Thing",
"name": "LongTimeLongMoreProfit",
"description": "Trading strategy: LongTimeLongMoreProfit"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": 2.0206,
"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": 199.30788435,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 10202.05848828,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 3278,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 187,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.61219691,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.01002517,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.06080167,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 417.63,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": 1.3472018085348703,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -1.0608068882595072,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -106.11685550500079,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 108,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Recovery Duration",
"value": 54,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": 1.0709900386067035,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": 1.2427437878858731,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 1.2595163372077602,
"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": 546,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Equity Samples",
"value": 547,
"unitText": "points",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Expectancy per Trade",
"value": 0.20730979517676754,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.20730979517676754,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.01772883,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 20.523669722499985,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 1.3966034624999994,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1863.5650400000002,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 99,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 234.75,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 1810.4863636363627,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 148.2436130971066,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:13.939Z",
"dateModified": "2026-05-15T13:00:54.271Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:00:54 UTC