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 * FullBullMarket
EURIUSDT | 1FullBullMarket.json | 2024-04-24 - 2026-02-25 | +2.69% | 1,632 closed trades | 100.0% closed WR | 131 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 | 279.32 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 25.52 USDT | Buy + sell fees across all trades. |
| Fee Drag | 9.1% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 786.2 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 1,632 | 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 9.1% 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="566c8576-4163-4aae-86e3-fc00f82a61d6" */}
...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 FullBullMarket 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. Lower trade frequency keeps slippage drag minimal, so live results should track the backtest more closely than a high-frequency configuration would. 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.69% return on EURIUSDT a good backtest result?
Is a 2.69% 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 FullBullMarket configuration live?
Can I run this exact FullBullMarket 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 | FullBullMarket |
| 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,268.71 USDT |
| Avg Profit / Trade | +0.1555 USDT |
| Trades / Month | 73.8 |
| Status | completed |
| Created | 2026-05-08 13:39:13 UTC |
| Started | 2026-05-09 08:20:45 UTC |
| Completed | 2026-05-09 08:27:52 UTC |
| Compute Time | 5m 9s |
| Backtest ID | 566c8576-4163-4aae-86e3-fc00f82a61d6 |
| Engine summary: |
Backtest EURIUSDT (Mode: 1FullBullMarket.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,268.71 USDT
P&L: +268.71 USDT (+2.69%)
Result: PROFIT
Completed trades: 1632
Open orders at end: 131
Win rate: 100.0%
Avg. profit/trade: 0.155519 USDT
Best trade: 1.488407 USDT
Worst trade: 0.010025 USDT
Total profit (trades only): 253.806595 USDT
Max drawdown: -1.16%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.17
Total fees: 25.52 USDT
Avg hold time: 786.2h
TP / SL / TSL: 1632 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 6
Sell targets: [0.25, 2.5, 5.0, 10.0, 20.0, 30.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 308.9s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned +2.69% over the tested window | return_pct = 2.6871 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 10,268.71 USDT | final_value - start_balance = +268.71 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 1632 of 1632 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 1.16% | max_drawdown_pct = 1.1641 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = 1.17 | sharpe_annualized = 1.1652 | 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 | 6 |
{
"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": 6,
"buyVolumes": [
20,
20,
20,
30,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
2.5,
5,
10,
20,
30
],
"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
],
"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 | 6 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,20,20,30,5,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 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,2.5,5,10,20,30] | 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] | 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: 6
buyVolumes:
- 20
- 20
- 20
- 30
- 5
- 5
canBuyDown: false
minNotional: 5
buyPercentage: 0.1
fees_in_quote: true
intrabar_mode: OLHC
maker_fee_bps: 7.5
taker_fee_bps: 7.5
sellPercentages:
- 0.25
- 2.5
- 5
- 10
- 20
- 30
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
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 == "1FullBullMarket.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,274 | ## ####
| ###################::##::::
| #:::::::::::::::::::::::::::
| #::::::::::::::::::::::::::::
| ### ##:::::::::::::::::::::::::::::
| #:::#:::::::::::::::::::::::::::::::
| ###::::::::::::::::::::::::::::::::::::
|######## :::::::::::::::::::::::::::::::::::::::
|::::::::###### # ###:::::::::::::::::::::::::::::::::::::::
9,902 |::::::::::::::##:#::::::::::::::::::::::::::::::::::::::::::
+------------------------------------------------------------
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.17 USDT @ 2024-09-24 23:59:00 UTC |
| Trough | 9,886.72 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,297.28 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,614.16 | 8,614.16 | 83.9% |
| EURI | 1,401.20000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 1,654.56 | 16.1% |
| Total | - | 10,268.71 | 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) | +49.25 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 | +49.25 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.86 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.90 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 1.76 USDT | buy + sell on matched pairs |
| Open-position buy fees | 23.76 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 131 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 25.52 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 | 51.81% | 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/566c8576-4163-4aae-86e3-fc00f82a61d6/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.859315 + 0.896645
= 1.755960 USDT
(B) bt.total_fees = 25.516483 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 25.516483 - 1.755960
= 23.760523 USDT
Identity check: (A) + (C) ?= (B)
1.755960 + 23.760523 = 25.516483 USDT
vs bt.total_fees = 25.516483 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 131 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 159.9h | 2118.6h | 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 | +49.25 USDT | +3.46% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-08 | 2 | 2 | 100.0% | +0.02 |
| 2024-09 | 6 | 6 | 100.0% | +0.06 |
| 2024-10 | 3 | 3 | 100.0% | +0.03 |
| 2024-11 | 12 | 12 | 100.0% | +0.12 |
| 2025-03 | 9 | 9 | 100.0% | +0.09 |
| 2025-04 | 10 | 10 | 100.0% | +7.13 |
| 2025-06 | 32 | 32 | 100.0% | +41.53 |
| 2026-02 | 25 | 25 | 100.0% | +0.26 |
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.250000 | +1.4884 | +9.85% |
| 2 | TP | 2025-06-12 -> 2025-06-20 | 1.162300 | 1.278600 | +1.4881 | +9.85% |
| 3 | TP | 2024-11-06 -> 2025-06-20 | 1.071400 | 1.178600 | +1.4877 | +9.85% |
| 4 | TP | 2024-11-14 -> 2025-06-12 | 1.056200 | 1.161900 | +1.4877 | +9.85% |
| 5 | TP | 2024-09-01 -> 2025-06-20 | 1.102900 | 1.213200 | +1.4873 | +9.84% |
| 6 | TP | 2024-10-17 -> 2025-06-20 | 1.086500 | 1.195200 | +1.4871 | +9.85% |
| 7 | TP | 2024-11-13 -> 2025-06-20 | 1.063700 | 1.170100 | +1.4871 | +9.85% |
| 8 | TP | 2025-06-16 -> 2025-06-20 | 1.161100 | 1.277300 | +1.4868 | +9.85% |
| 9 | TP | 2024-10-23 -> 2025-06-20 | 1.078400 | 1.186300 | +1.4868 | +9.85% |
| 10 | TP | 2025-04-21 -> 2025-06-20 | 1.152400 | 1.267700 | +1.4867 | +9.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.16% @ 2025-01-10 23:59:00 UTC |
| Mean | -0.25% |
| Std Dev | 0.27% |
| Last | -0.28% |
| Points | 547 |
| Across 547 points the series ranged from -1.16% (2025-01-10 23:59:00 UTC) to 0.00% (2024-08-28 23:59:00 UTC), averaging -0.25%. 0% of points were positive, 92% negative. The most recent value is -0.28%. | |
| 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.026156825299370946},{"timestamp":"2024-09-16T23:59:00+00:00","drawdown":0},{"timestamp":"2024-09-25T23:59:00+00:00","drawdown":-0.02493044298663947},{"timestamp":"2024-10-04T23:59:00+00:00","drawdown":-0.10727031207761828},{"timestamp":"2024-10-13T23:59:00+00:00","drawdown":-0.10826191537408483},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.26020324657365584},{"timestamp":"2024-11-01T23:59:00+00:00","drawdown":-0.21488046268763067},{"timestamp":"2024-11-10T23:59:00+00:00","drawdown":-0.30767159650305764},{"timestamp":"2024-11-19T23:59:00+00:00","drawdown":-0.4655034670873033},{"timestamp":"2024-11-29T23:59:00+00:00","drawdown":-0.44538933233525674},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":-0.480360988449361},{"timestamp":"2024-12-17T23:59:00+00:00","drawdown":-0.6132661018534132},{"timestamp":"2024-12-26T23:59:00+00:00","drawdown":-0.7289820761879391},{"timestamp":"2025-01-05T23:59:00+00:00","drawdown":-0.986988330047544},{"timestamp":"2025-01-14T23:59:00+00:00","drawdown":-0.9866816770440151},{"timestamp":"2025-01-23T23:59:00+00:00","drawdown":-0.7314214371114275},{"timestamp":"2025-02-01T23:59:00+00:00","drawdown":-0.9235625749139356},{"timestamp":"2025-02-11T23:59:00+00:00","drawdown":-0.8186290428571139},{"timestamp":"2025-02-20T23:59:00+00:00","drawdown":-0.4671882711359518},{"timestamp":"2025-03-01T23:59:00+00:00","drawdown":-0.8052998658228049},{"timestamp":"2025-03-10T23:59:00+00:00","drawdown":-0.0381577312549551},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-0.14792873406126544},{"timestamp":"2025-03-29T23:59:00+00:00","drawdown":-0.22735581001283459},{"timestamp":"2025-04-07T23:59:00+00:00","drawdown":-0.21832560920901126},{"timestamp":"2025-04-16T23:59:00+00:00","drawdown":0},{"timestamp":"2025-04-26T23:59:00+00:00","drawdown":-0.23871291179958723},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-0.31113513484661953},{"timestamp":"2025-05-14T23:59:00+00:00","drawdown":-0.5268046230382457},{"timestamp":"2025-05-23T23:59:00+00:00","drawdown":-0.21681402721505802},{"timestamp":"2025-06-02T23:59:00+00:00","drawdown":-0.06836360769971775},{"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.05231321298401607},{"timestamp":"2025-07-18T23:59:00+00:00","drawdown":-0.12992051805102578},{"timestamp":"2025-07-27T23:59:00+00:00","drawdown":-0.025485132798906327},{"timestamp":"2025-08-05T23:59:00+00:00","drawdown":-0.15250471813803498},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-0.0649437723794545},{"timestamp":"2025-08-24T23:59:00+00:00","drawdown":-0.060090829070839395},{"timestamp":"2025-09-02T23:59:00+00:00","drawdown":-0.13329258340323027},{"timestamp":"2025-09-11T23:59:00+00:00","drawdown":-0.050554422561862135},{"timestamp":"2025-09-21T23:59:00+00:00","drawdown":-0.1318246806050082},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-0.12567024740850638},{"timestamp":"2025-10-09T23:59:00+00:00","drawdown":-0.2960785800210809},{"timestamp":"2025-10-18T23:59:00+00:00","drawdown":-0.08192943722243896},{"timestamp":"2025-10-28T23:59:00+00:00","drawdown":-0.06138265250226682},{"timestamp":"2025-11-06T23:59:00+00:00","drawdown":-0.19629048041264635},{"timestamp":"2025-11-15T23:59:00+00:00","drawdown":-0.13720663563328914},{"timestamp":"2025-11-24T23:59:00+00:00","drawdown":-0.25239652103420296},{"timestamp":"2025-12-04T23:59:00+00:00","drawdown":-0.07020195386745719},{"timestamp":"2025-12-13T23:59:00+00:00","drawdown":-0.012305107654142087},{"timestamp":"2025-12-22T23:59:00+00:00","drawdown":0},{"timestamp":"2025-12-31T23:59:00+00:00","drawdown":-0.016528357431192447},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-0.20890706760982955},{"timestamp":"2026-01-19T23:59:00+00:00","drawdown":-0.19903781515604999},{"timestamp":"2026-01-28T23:59:00+00:00","drawdown":-0.055662630606160765},{"timestamp":"2026-02-06T23:59:00+00:00","drawdown":-0.3099187199011591},{"timestamp":"2026-02-16T23:59:00+00:00","drawdown":-0.22745387737293657},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-0.27746099926868817}]
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 | 74.47 USDT @ 2026-01-27 23:59:00 UTC |
| Worst Unrealized | -116.64 USDT @ 2025-02-02 23:59:00 UTC |
| Mean | 4.53 USDT |
| Std Dev | 43.22 USDT |
| Last | 45.66 USDT |
| Points | 547 |
| Sum | 2,475.30 USDT |
| Across 547 points the series ranged from -116.64 USDT (2025-02-02 23:59:00 UTC) to 74.47 USDT (2026-01-27 23:59:00 UTC), averaging 4.53 USDT. 69% of points were positive, 31% negative. The most recent value is 45.66 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","pnl":-0.4202751975},{"timestamp":"2024-09-06T23:59:00+00:00","pnl":-0.746959255},{"timestamp":"2024-09-16T23:59:00+00:00","pnl":3.4943499325},{"timestamp":"2024-09-25T23:59:00+00:00","pnl":2.8464092225},{"timestamp":"2024-10-04T23:59:00+00:00","pnl":-5.461093795},{"timestamp":"2024-10-13T23:59:00+00:00","pnl":-5.5815435425},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-20.845426055},{"timestamp":"2024-11-01T23:59:00+00:00","pnl":-16.4289761275},{"timestamp":"2024-11-10T23:59:00+00:00","pnl":-26.18043207},{"timestamp":"2024-11-19T23:59:00+00:00","pnl":-44.790058785},{"timestamp":"2024-11-29T23:59:00+00:00","pnl":-43.1544681},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":-46.9084619},{"timestamp":"2024-12-17T23:59:00+00:00","pnl":-60.3959201925},{"timestamp":"2024-12-26T23:59:00+00:00","pnl":-72.0942666825},{"timestamp":"2025-01-05T23:59:00+00:00","pnl":-98.17884395},{"timestamp":"2025-01-14T23:59:00+00:00","pnl":-98.3428471225},{"timestamp":"2025-01-23T23:59:00+00:00","pnl":-73.4360204},{"timestamp":"2025-02-01T23:59:00+00:00","pnl":-93.999178275},{"timestamp":"2025-02-11T23:59:00+00:00","pnl":-83.8742418575},{"timestamp":"2025-02-20T23:59:00+00:00","pnl":-49.84146347},{"timestamp":"2025-03-01T23:59:00+00:00","pnl":-84.23380453},{"timestamp":"2025-03-10T23:59:00+00:00","pnl":12.1984769625},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":13.08701654},{"timestamp":"2025-03-29T23:59:00+00:00","pnl":4.98987509},{"timestamp":"2025-04-07T23:59:00+00:00","pnl":19.309579185},{"timestamp":"2025-04-16T23:59:00+00:00","pnl":56.172216495},{"timestamp":"2025-04-26T23:59:00+00:00","pnl":36.0436065575},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":28.5728864475},{"timestamp":"2025-05-14T23:59:00+00:00","pnl":6.83863209},{"timestamp":"2025-05-23T23:59:00+00:00","pnl":37.9124015875},{"timestamp":"2025-06-02T23:59:00+00:00","pnl":51.963715155},{"timestamp":"2025-06-11T23:59:00+00:00","pnl":59.816764455},{"timestamp":"2025-06-20T23:59:00+00:00","pnl":10.91441927},{"timestamp":"2025-06-29T23:59:00+00:00","pnl":19.3210257925},{"timestamp":"2025-07-09T23:59:00+00:00","pnl":17.8851805525},{"timestamp":"2025-07-18T23:59:00+00:00","pnl":12.8165112775},{"timestamp":"2025-07-27T23:59:00+00:00","pnl":24.6753456025},{"timestamp":"2025-08-05T23:59:00+00:00","pnl":11.5222119975},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":23.161660365},{"timestamp":"2025-08-24T23:59:00+00:00","pnl":27.08768575},{"timestamp":"2025-09-02T23:59:00+00:00","pnl":20.2596985425},{"timestamp":"2025-09-11T23:59:00+00:00","pnl":29.889690695},{"timestamp":"2025-09-21T23:59:00+00:00","pnl":26.88741958},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":28.4665742125},{"timestamp":"2025-10-09T23:59:00+00:00","pnl":12.1634552575},{"timestamp":"2025-10-18T23:59:00+00:00","pnl":33.895222185},{"timestamp":"2025-10-28T23:59:00+00:00","pnl":36.0754480425},{"timestamp":"2025-11-06T23:59:00+00:00","pnl":22.2045448275},{"timestamp":"2025-11-15T23:59:00+00:00","pnl":28.1999822875},{"timestamp":"2025-11-24T23:59:00+00:00","pnl":16.3504684225},{"timestamp":"2025-12-04T23:59:00+00:00","pnl":35.030351905},{"timestamp":"2025-12-13T23:59:00+00:00","pnl":46.3385856525},{"timestamp":"2025-12-22T23:59:00+00:00","pnl":51.2821356675},{"timestamp":"2025-12-31T23:59:00+00:00","pnl":53.8407862525},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":34.3012011225},{"timestamp":"2026-01-19T23:59:00+00:00","pnl":35.5155366825},{"timestamp":"2026-01-28T23:59:00+00:00","pnl":68.694682555},{"timestamp":"2026-02-06T23:59:00+00:00","pnl":42.39937625},{"timestamp":"2026-02-16T23:59:00+00:00","pnl":50.7457348125},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":45.6617549675}]
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,297.28 USDT @ 2026-01-27 23:59:00 UTC |
| Trough Total Equity | 9,886.72 USDT @ 2025-01-10 23:59:00 UTC |
| Mean | 10,112.89 USDT |
| Std Dev | 129.98 USDT |
| Last | 10,268.71 USDT |
| Points | 547 |
| Sum | 5,531,749.42 USDT |
| Across 547 points the series ranged from 9,886.72 USDT (2025-01-10 23:59:00 UTC) to 10,297.28 USDT (2026-01-27 23:59:00 UTC), averaging 10,112.89 USDT. 100% of points were positive, 0% negative. The most recent value is 10,268.71 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","quote":9819.12552236,"base":180.35338343749936,"total":9999.4789057975},{"timestamp":"2024-09-06T23:59:00+00:00","quote":9596.49397879,"base":401.3727445000004,"total":9997.86672329},{"timestamp":"2024-09-16T23:59:00+00:00","quote":9626.0689965275,"base":375.3456994349999,"total":10001.4146959625},{"timestamp":"2024-09-25T23:59:00+00:00","quote":9520.30751881,"base":480.36905280000065,"total":10000.67657161},{"timestamp":"2024-10-04T23:59:00+00:00","quote":9349.2263065225,"base":643.2136676700011,"total":9992.4399741925},{"timestamp":"2024-10-13T23:59:00+00:00","quote":9268.734174715,"base":723.6066077100004,"total":9992.340782425},{"timestamp":"2024-10-23T23:59:00+00:00","quote":8836.3000057225,"base":1140.8418264249995,"total":9977.1418321475},{"timestamp":"2024-11-01T23:59:00+00:00","quote":8831.52044123,"base":1150.155106222499,"total":9981.6755474525},{"timestamp":"2024-11-10T23:59:00+00:00","quote":8550.2533179,"base":1422.140174315,"total":9972.393492215},{"timestamp":"2024-11-19T23:59:00+00:00","quote":8221.46533297,"base":1735.1399682749998,"total":9956.605301245},{"timestamp":"2024-11-29T23:59:00+00:00","quote":7975.65413109,"base":1982.9632213300001,"total":9958.61735242},{"timestamp":"2024-12-08T23:59:00+00:00","quote":7975.902244835,"base":1979.2168332299998,"total":9955.119078065},{"timestamp":"2024-12-17T23:59:00+00:00","quote":7945.9140093925,"base":1995.9103436999994,"total":9941.8243530925},{"timestamp":"2024-12-26T23:59:00+00:00","quote":7719.80599362,"base":2210.4430933725007,"total":9930.2490869925},{"timestamp":"2025-01-05T23:59:00+00:00","quote":7513.8249589825,"base":2390.6153227775003,"total":9904.44028176},{"timestamp":"2025-01-14T23:59:00+00:00","quote":7323.1955663825,"base":2581.275390399999,"total":9904.4709567825},{"timestamp":"2025-01-23T23:59:00+00:00","quote":7404.2833866125,"base":2525.721686949999,"total":9930.0050735625},{"timestamp":"2025-02-01T23:59:00+00:00","quote":7415.5917875375,"base":2495.193080590001,"total":9910.7848681275},{"timestamp":"2025-02-11T23:59:00+00:00","quote":7350.7407807425,"base":2570.5407674099997,"total":9921.2815481525},{"timestamp":"2025-02-20T23:59:00+00:00","quote":7442.2712568375,"base":2514.1655105875006,"total":9956.436767425},{"timestamp":"2025-03-01T23:59:00+00:00","quote":7372.45864117,"base":2550.1562472749993,"total":9922.614888445},{"timestamp":"2025-03-10T23:59:00+00:00","quote":7936.9018128625,"base":2093.4755149000002,"total":10030.3773277625},{"timestamp":"2025-03-20T23:59:00+00:00","quote":8010.8114033575,"base":2023.7931059325,"total":10034.60450929},{"timestamp":"2025-03-29T23:59:00+00:00","quote":7990.7406461125,"base":2035.8818625600006,"total":10026.6225086725},{"timestamp":"2025-04-07T23:59:00+00:00","quote":8213.853022755,"base":1833.75373244,"total":10047.606755195},{"timestamp":"2025-04-16T23:59:00+00:00","quote":8427.1535982875,"base":1694.75977615,"total":10121.9133744375},{"timestamp":"2025-04-26T23:59:00+00:00","quote":8339.970928805,"base":1775.1295935449998,"total":10115.10052235},{"timestamp":"2025-05-05T23:59:00+00:00","quote":8299.8536582625,"base":1807.903754474999,"total":10107.7574127375},{"timestamp":"2025-05-14T23:59:00+00:00","quote":8118.6024400575,"base":1967.287586880001,"total":10085.8900269375},{"timestamp":"2025-05-23T23:59:00+00:00","quote":8219.6277150625,"base":1897.6932018450007,"total":10117.3209169075},{"timestamp":"2025-06-02T23:59:00+00:00","quote":8300.96817113,"base":1831.4045856225002,"total":10132.3727567525},{"timestamp":"2025-06-11T23:59:00+00:00","quote":8382.76910138,"base":1758.5620085600003,"total":10141.33110994},{"timestamp":"2025-06-20T23:59:00+00:00","quote":10054.9114199575,"base":166.82684595499995,"total":10221.7382659125},{"timestamp":"2025-06-29T23:59:00+00:00","quote":9470.5023996875,"base":758.9356510399994,"total":10229.4380507275},{"timestamp":"2025-07-09T23:59:00+00:00","quote":9259.89408594,"base":968.4883085849997,"total":10228.382394525},{"timestamp":"2025-07-18T23:59:00+00:00","quote":9236.93155299,"base":983.5087148250004,"total":10220.440267815},{"timestamp":"2025-07-27T23:59:00+00:00","quote":9286.0237495625,"base":945.1041598599986,"total":10231.1279094225},{"timestamp":"2025-08-05T23:59:00+00:00","quote":9089.90757162,"base":1128.2214887824994,"total":10218.1290604025},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9189.932161375,"base":1038.984656640001,"total":10228.916818015},{"timestamp":"2025-08-24T23:59:00+00:00","quote":9199.2293416675,"base":1032.7826116649994,"total":10232.0119533325},{"timestamp":"2025-09-02T23:59:00+00:00","quote":9168.321469095,"base":1056.1959684674985,"total":10224.5174375625},{"timestamp":"2025-09-11T23:59:00+00:00","quote":9177.142385085,"base":1055.8459211999998,"total":10232.988306285},{"timestamp":"2025-09-21T23:59:00+00:00","quote":9041.9361535875,"base":1188.9132458000004,"total":10230.8493993875},{"timestamp":"2025-09-30T23:59:00+00:00","quote":9051.08740014,"base":1180.3924811699999,"total":10231.47988131},{"timestamp":"2025-10-09T23:59:00+00:00","quote":8959.229689565,"base":1254.7929589300002,"total":10214.022648495},{"timestamp":"2025-10-18T23:59:00+00:00","quote":8524.4703821925,"base":1718.6391531749996,"total":10243.1095353675},{"timestamp":"2025-10-28T23:59:00+00:00","quote":8524.391347855,"base":1720.8245429024992,"total":10245.2158907575},{"timestamp":"2025-11-06T23:59:00+00:00","quote":8484.142719135,"base":1747.2430841250007,"total":10231.38580326},{"timestamp":"2025-11-15T23:59:00+00:00","quote":8514.3758588025,"base":1723.0669298500015,"total":10237.4427886525},{"timestamp":"2025-11-24T23:59:00+00:00","quote":8474.131580555,"base":1751.5025071599994,"total":10225.634087715},{"timestamp":"2025-12-04T23:59:00+00:00","quote":8534.55196165,"base":1709.7598176749998,"total":10244.311779325},{"timestamp":"2025-12-13T23:59:00+00:00","quote":8626.7621212325,"base":1630.5005767225011,"total":10257.262697955},{"timestamp":"2025-12-22T23:59:00+00:00","quote":8678.06565151,"base":1584.9505149100005,"total":10263.01616642},{"timestamp":"2025-12-31T23:59:00+00:00","quote":8708.2484353625,"base":1557.3685069424992,"total":10265.616942305},{"timestamp":"2026-01-10T23:59:00+00:00","quote":8627.5353941975,"base":1618.3294219399995,"total":10245.8648161375},{"timestamp":"2026-01-19T23:59:00+00:00","quote":8617.21903496,"base":1629.659088312499,"total":10246.8781232725},{"timestamp":"2026-01-28T23:59:00+00:00","quote":8754.86071592,"base":1536.6923656875006,"total":10291.5530816075},{"timestamp":"2026-02-06T23:59:00+00:00","quote":8634.3062251175,"base":1631.0653827999995,"total":10265.3716079175},{"timestamp":"2026-02-16T23:59:00+00:00","quote":8654.500181505,"base":1619.3630661250008,"total":10273.86324763},{"timestamp":"2026-02-25T23:59:00+00:00","quote":8614.1576803875,"base":1654.556191470001,"total":10268.7138718575}]
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.31% @ 2025-02-09 23:59:00 UTC |
| Min Exposure | 1.63% @ 2025-06-20 23:59:00 UTC |
| Mean | 15.54% |
| Std Dev | 5.81% |
| Last | 16.11% |
| Points | 547 |
| Across 547 points the series ranged from 1.63% (2025-06-20 23:59:00 UTC) to 26.31% (2025-02-09 23:59:00 UTC), averaging 15.54%. 100% of points were positive, 0% negative. The most recent value is 16.11%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","exposure":1.8036278203750602},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":4.0145838668263485},{"timestamp":"2024-09-16T23:59:00+00:00","exposure":3.752926069414203},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":4.803365545923924},{"timestamp":"2024-10-04T23:59:00+00:00","exposure":6.437003067631436},{"timestamp":"2024-10-13T23:59:00+00:00","exposure":7.241612585738806},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.434555563288434},{"timestamp":"2024-11-01T23:59:00+00:00","exposure":11.522665716338967},{"timestamp":"2024-11-10T23:59:00+00:00","exposure":14.260770751025827},{"timestamp":"2024-11-19T23:59:00+00:00","exposure":17.427023727233955},{"timestamp":"2024-11-29T23:59:00+00:00","exposure":19.912033479709198},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":19.88139787891623},{"timestamp":"2024-12-17T23:59:00+00:00","exposure":20.075896262230305},{"timestamp":"2024-12-26T23:59:00+00:00","exposure":22.259694334031664},{"timestamp":"2025-01-05T23:59:00+00:00","exposure":24.136803845241545},{"timestamp":"2025-01-14T23:59:00+00:00","exposure":26.061719012183715},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":25.435250719805204},{"timestamp":"2025-02-01T23:59:00+00:00","exposure":25.176543672281642},{"timestamp":"2025-02-11T23:59:00+00:00","exposure":25.90936216187389},{"timestamp":"2025-02-20T23:59:00+00:00","exposure":25.251659497434147},{"timestamp":"2025-03-01T23:59:00+00:00","exposure":25.700445658177117},{"timestamp":"2025-03-10T23:59:00+00:00","exposure":20.871353554223635},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":20.16814019983428},{"timestamp":"2025-03-29T23:59:00+00:00","exposure":20.30476225467818},{"timestamp":"2025-04-07T23:59:00+00:00","exposure":18.250651892719414},{"timestamp":"2025-04-16T23:59:00+00:00","exposure":16.743472439015832},{"timestamp":"2025-04-26T23:59:00+00:00","exposure":17.549302546452513},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":17.8862994099634},{"timestamp":"2025-05-14T23:59:00+00:00","exposure":19.50534441309343},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":18.75687464527968},{"timestamp":"2025-06-02T23:59:00+00:00","exposure":18.074784945135384},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":17.340544249032064},{"timestamp":"2025-06-20T23:59:00+00:00","exposure":1.632079022325732},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":7.419133360761935},{"timestamp":"2025-07-09T23:59:00+00:00","exposure":9.4686361071464},{"timestamp":"2025-07-18T23:59:00+00:00","exposure":9.62295839565884},{"timestamp":"2025-07-27T23:59:00+00:00","exposure":9.237536352073086},{"timestamp":"2025-08-05T23:59:00+00:00","exposure":11.041370510327631},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":10.157328240368113},{"timestamp":"2025-08-24T23:59:00+00:00","exposure":10.09364156702953},{"timestamp":"2025-09-02T23:59:00+00:00","exposure":10.33003244326505},{"timestamp":"2025-09-11T23:59:00+00:00","exposure":10.318060468724562},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":11.620865476440091},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":11.536869493593402},{"timestamp":"2025-10-09T23:59:00+00:00","exposure":12.285002707673549},{"timestamp":"2025-10-18T23:59:00+00:00","exposure":16.778490430477845},{"timestamp":"2025-10-28T23:59:00+00:00","exposure":16.796371704132696},{"timestamp":"2025-11-06T23:59:00+00:00","exposure":17.077286671843428},{"timestamp":"2025-11-15T23:59:00+00:00","exposure":16.8310286603985},{"timestamp":"2025-11-24T23:59:00+00:00","exposure":17.128546671391668},{"timestamp":"2025-12-04T23:59:00+00:00","exposure":16.689845589487284},{"timestamp":"2025-12-13T23:59:00+00:00","exposure":15.896059453050523},{"timestamp":"2025-12-22T23:59:00+00:00","exposure":15.443320844566802},{"timestamp":"2025-12-31T23:59:00+00:00","exposure":15.170724913030059},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":15.794951924322573},{"timestamp":"2026-01-19T23:59:00+00:00","exposure":15.903956977991676},{"timestamp":"2026-01-28T23:59:00+00:00","exposure":14.931588590198237},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":15.889004754021643},{"timestamp":"2026-02-16T23:59:00+00:00","exposure":15.761968279055683},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":16.112594158500098}]
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 | 79.07 USDT @ 2025-06-20 23:59:00 UTC |
| Worst Day | -28.09 USDT @ 2024-12-18 23:59:00 UTC |
| Mean | 0.4931 USDT |
| Std Dev | 8.08 USDT |
| Last | 6.48 USDT |
| Points | 546 |
| Sum | 269.23 USDT |
| Across 546 points the series ranged from -28.09 USDT (2024-12-18 23:59:00 UTC) to 79.07 USDT (2025-06-20 23:59:00 UTC), averaging 0.4931 USDT. 50% of points were positive, 50% negative. The most recent value is 6.48 USDT. | |
| Showing 60 of 546 points (down-sampled for readability). |
[{"timestamp":"2024-08-29T23:59:00+00:00","delta":-0.8207197899992025},{"timestamp":"2024-09-07T23:59:00+00:00","delta":0.47284509999917645},{"timestamp":"2024-09-16T23:59:00+00:00","delta":1.7993275749995519},{"timestamp":"2024-09-26T23:59:00+00:00","delta":1.7795108249993064},{"timestamp":"2024-10-05T23:59:00+00:00","delta":0.41066177249922475},{"timestamp":"2024-10-14T23:59:00+00:00","delta":-2.5229447950005124},{"timestamp":"2024-10-23T23:59:00+00:00","delta":-1.4815762950001954},{"timestamp":"2024-11-02T23:59:00+00:00","delta":-2.892590197499885},{"timestamp":"2024-11-11T23:59:00+00:00","delta":5.515724254999441},{"timestamp":"2024-11-20T23:59:00+00:00","delta":-5.911286934999225},{"timestamp":"2024-11-29T23:59:00+00:00","delta":5.845977192500868},{"timestamp":"2024-12-09T23:59:00+00:00","delta":-4.920020167499388},{"timestamp":"2024-12-18T23:59:00+00:00","delta":-28.09322659999998},{"timestamp":"2024-12-27T23:59:00+00:00","delta":0.2243815874990105},{"timestamp":"2025-01-05T23:59:00+00:00","delta":-2.550855422499808},{"timestamp":"2025-01-15T23:59:00+00:00","delta":8.048047622500235},{"timestamp":"2025-01-24T23:59:00+00:00","delta":20.4986649675011},{"timestamp":"2025-02-02T23:59:00+00:00","delta":-22.59470022250025},{"timestamp":"2025-02-11T23:59:00+00:00","delta":16.332571377499335},{"timestamp":"2025-02-21T23:59:00+00:00","delta":-11.280879752501278},{"timestamp":"2025-03-02T23:59:00+00:00","delta":10.121315557500566},{"timestamp":"2025-03-11T23:59:00+00:00","delta":14.42063767000036},{"timestamp":"2025-03-20T23:59:00+00:00","delta":-9.212632967499303},{"timestamp":"2025-03-29T23:59:00+00:00","delta":-2.0705159475000983},{"timestamp":"2025-04-08T23:59:00+00:00","delta":12.104512050000267},{"timestamp":"2025-04-17T23:59:00+00:00","delta":-3.8562681900002644},{"timestamp":"2025-04-26T23:59:00+00:00","delta":0.15630268499990052},{"timestamp":"2025-05-05T23:59:00+00:00","delta":-0.33569401250133524},{"timestamp":"2025-05-15T23:59:00+00:00","delta":1.2055700099990645},{"timestamp":"2025-05-24T23:59:00+00:00","delta":-1.8380404349991295},{"timestamp":"2025-06-02T23:59:00+00:00","delta":17.49472910499935},{"timestamp":"2025-06-11T23:59:00+00:00","delta":10.289996710000196},{"timestamp":"2025-06-21T23:59:00+00:00","delta":0.02899823500047205},{"timestamp":"2025-06-30T23:59:00+00:00","delta":3.392822924999564},{"timestamp":"2025-07-09T23:59:00+00:00","delta":1.082597442500628},{"timestamp":"2025-07-18T23:59:00+00:00","delta":0.7810937400008697},{"timestamp":"2025-07-28T23:59:00+00:00","delta":-12.831118359999891},{"timestamp":"2025-08-06T23:59:00+00:00","delta":7.327590402499482},{"timestamp":"2025-08-15T23:59:00+00:00","delta":4.34913235750173},{"timestamp":"2025-08-24T23:59:00+00:00","delta":-5.541416150001169},{"timestamp":"2025-09-02T23:59:00+00:00","delta":-6.913279625001451},{"timestamp":"2025-09-12T23:59:00+00:00","delta":0.9099385049994453},{"timestamp":"2025-09-21T23:59:00+00:00","delta":0.10137391249918437},{"timestamp":"2025-09-30T23:59:00+00:00","delta":0.9283731975010596},{"timestamp":"2025-10-09T23:59:00+00:00","delta":-6.854249510000955},{"timestamp":"2025-10-19T23:59:00+00:00","delta":1.9212579750001169},{"timestamp":"2025-10-28T23:59:00+00:00","delta":-1.0311160825003753},{"timestamp":"2025-11-06T23:59:00+00:00","delta":9.174164212499818},{"timestamp":"2025-11-15T23:59:00+00:00","delta":-4.460052449998329},{"timestamp":"2025-11-25T23:59:00+00:00","delta":6.702829407500758},{"timestamp":"2025-12-04T23:59:00+00:00","delta":-3.5267929199999344},{"timestamp":"2025-12-13T23:59:00+00:00","delta":0.13908560750132892},{"timestamp":"2025-12-22T23:59:00+00:00","delta":6.535784482501185},{"timestamp":"2026-01-01T23:59:00+00:00","delta":-2.1256089649996284},{"timestamp":"2026-01-10T23:59:00+00:00","delta":-0.8343337799997244},{"timestamp":"2026-01-19T23:59:00+00:00","delta":2.9196330524991936},{"timestamp":"2026-01-28T23:59:00+00:00","delta":-5.7317396124999505},{"timestamp":"2026-02-07T23:59:00+00:00","delta":-0.8380017999988922},{"timestamp":"2026-02-16T23:59:00+00:00","delta":-1.5025722249993123},{"timestamp":"2026-02-25T23:59:00+00:00","delta":6.475509722500647}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 1.17% @ 2025-06 |
| Worst Month | -0.35% @ 2024-12 |
| Mean | 0.14% |
| Std Dev | 0.41% |
| Last | -0.05% |
| Points | 19 |
| Across 19 points the series ranged from -0.35% (2024-12) to 1.17% (2025-06), averaging 0.14%. 58% of points were positive, 42% negative. The most recent value is -0.05%. | |
| Full series - 19 points. |
[
{
"month": "2024-08",
"returnPct": -0.012101800542800512
},
{
"month": "2024-09",
"returnPct": 0.03296062290689567
},
{
"month": "2024-10",
"returnPct": -0.10214513357593334
},
{
"month": "2024-11",
"returnPct": -0.21783939912322037
},
{
"month": "2024-12",
"returnPct": -0.35201309831829486
},
{
"month": "2025-01",
"returnPct": -0.02078189329068263
},
{
"month": "2025-02",
"returnPct": 0.16160251993771524
},
{
"month": "2025-03",
"returnPct": 1.0614246932796694
},
{
"month": "2025-04",
"returnPct": 0.8501566088249211
},
{
"month": "2025-05",
"returnPct": 0.05402323816853593
},
{
"month": "2025-06",
"returnPct": 1.166132163755137
},
{
"month": "2025-07",
"returnPct": -0.31622443494371755
},
{
"month": "2025-08",
"returnPct": 0.11085128803573353
},
{
"month": "2025-09",
"returnPct": 0.00048052050450061475
},
{
"month": "2025-10",
"returnPct": -0.012215793283047572
},
{
"month": "2025-11",
"returnPct": 0.057029334583937205
},
{
"month": "2025-12",
"returnPct": 0.26090188957879384
},
{
"month": "2026-01",
"returnPct": 0.05900589288585389
},
{
"month": "2026-02",
"returnPct": -0.04779634148235349
}
]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 253.81 USDT @ 2026-02-25 |
| Trough Cum. | 0.0102 USDT @ 2024-08-28 |
| Mean | 121.00 USDT |
| Std Dev | 106.39 USDT |
| Last | 253.81 USDT |
| Points | 547 |
| Sum | 66,189.21 USDT |
| Across 547 points the series ranged from 0.0102 USDT (2024-08-28) to 253.81 USDT (2026-02-25), averaging 121.00 USDT. 100% of points were positive, 0% negative. The most recent value is 253.81 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28","cumProfit":0.010204},{"timestamp":"2024-09-06","cumProfit":0.16378500000000001},{"timestamp":"2024-09-16","cumProfit":0.24565000000000003},{"timestamp":"2024-09-25","cumProfit":0.377623},{"timestamp":"2024-10-04","cumProfit":0.448529},{"timestamp":"2024-10-13","cumProfit":0.469787},{"timestamp":"2024-10-23","cumProfit":0.5347200000000001},{"timestamp":"2024-11-01","cumProfit":0.6519860000000001},{"timestamp":"2024-11-10","cumProfit":1.1213870000000001},{"timestamp":"2024-11-19","cumProfit":3.9428240000000003},{"timestamp":"2024-11-29","cumProfit":4.319284},{"timestamp":"2024-12-08","cumProfit":4.575005000000001},{"timestamp":"2024-12-17","cumProfit":4.767740000000001},{"timestamp":"2024-12-26","cumProfit":4.890821000000001},{"timestamp":"2025-01-05","cumProfit":5.166594000000002},{"timestamp":"2025-01-14","cumProfit":5.361272000000002},{"timestamp":"2025-01-23","cumProfit":5.988562000000002},{"timestamp":"2025-02-01","cumProfit":7.331514000000001},{"timestamp":"2025-02-11","cumProfit":7.703257000000002},{"timestamp":"2025-02-20","cumProfit":8.825699000000002},{"timestamp":"2025-03-01","cumProfit":9.396161000000003},{"timestamp":"2025-03-10","cumProfit":20.726319000000004},{"timestamp":"2025-03-20","cumProfit":24.06496200000001},{"timestamp":"2025-03-29","cumProfit":24.180102000000005},{"timestamp":"2025-04-07","cumProfit":32.943758},{"timestamp":"2025-04-16","cumProfit":73.26062200000001},{"timestamp":"2025-04-26","cumProfit":86.79659400000001},{"timestamp":"2025-05-05","cumProfit":86.92420400000002},{"timestamp":"2025-05-14","cumProfit":87.12412200000004},{"timestamp":"2025-05-23","cumProfit":87.59214500000003},{"timestamp":"2025-06-02","cumProfit":88.70379500000004},{"timestamp":"2025-06-11","cumProfit":89.80909800000003},{"timestamp":"2025-06-20","cumProfit":219.78283800000005},{"timestamp":"2025-06-29","cumProfit":220.01155600000007},{"timestamp":"2025-07-09","cumProfit":221.33036800000008},{"timestamp":"2025-07-18","cumProfit":221.7404720000001},{"timestamp":"2025-07-27","cumProfit":221.8567340000001},{"timestamp":"2025-08-05","cumProfit":222.0110190000001},{"timestamp":"2025-08-15","cumProfit":223.72983500000007},{"timestamp":"2025-08-24","cumProfit":223.83538600000009},{"timestamp":"2025-09-02","cumProfit":223.98535100000007},{"timestamp":"2025-09-11","cumProfit":224.11265200000008},{"timestamp":"2025-09-21","cumProfit":225.68028300000006},{"timestamp":"2025-09-30","cumProfit":225.78578000000007},{"timestamp":"2025-10-09","cumProfit":225.92251300000007},{"timestamp":"2025-10-18","cumProfit":235.5191650000001},{"timestamp":"2025-10-28","cumProfit":235.5617410000001},{"timestamp":"2025-11-06","cumProfit":235.6025570000001},{"timestamp":"2025-11-15","cumProfit":235.6641050000001},{"timestamp":"2025-11-24","cumProfit":235.70491800000008},{"timestamp":"2025-12-04","cumProfit":235.81923300000008},{"timestamp":"2025-12-13","cumProfit":238.04602500000007},{"timestamp":"2025-12-22","cumProfit":239.56051200000007},{"timestamp":"2025-12-31","cumProfit":239.8378140000001},{"timestamp":"2026-01-10","cumProfit":239.8589980000001},{"timestamp":"2026-01-19","cumProfit":239.89118400000012},{"timestamp":"2026-01-28","cumProfit":253.49522600000012},{"timestamp":"2026-02-06","cumProfit":253.6090590000001},{"timestamp":"2026-02-16","cumProfit":253.75434000000007},{"timestamp":"2026-02-25","cumProfit":253.80660300000008}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 121.50 USDT @ 2025-06-20 |
| Worst Day | 0.0000 USDT @ 2024-08-30 |
| Mean | 0.4640 USDT |
| Std Dev | 5.44 USDT |
| Last | 0.0105 USDT |
| Points | 547 |
| Sum | 253.81 USDT |
| Across 547 points the series ranged from 0.0000 USDT (2024-08-30) to 121.50 USDT (2025-06-20), averaging 0.4640 USDT. 59% 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.050978},{"day":"2024-09-16","profit":0.040786},{"day":"2024-09-25","profit":0.0202},{"day":"2024-10-04","profit":0},{"day":"2024-10-13","profit":0},{"day":"2024-10-23","profit":0},{"day":"2024-11-01","profit":0.021603},{"day":"2024-11-10","profit":0.111702},{"day":"2024-11-19","profit":0.010607},{"day":"2024-11-29","profit":0.031811},{"day":"2024-12-08","profit":0.021136},{"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.02076},{"day":"2025-01-23","profit":0.021103},{"day":"2025-02-01","profit":0},{"day":"2025-02-11","profit":0.040821},{"day":"2025-02-20","profit":0.043402},{"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.12632},{"day":"2025-04-16","profit":0.085379},{"day":"2025-04-26","profit":0},{"day":"2025-05-05","profit":0.021374},{"day":"2025-05-14","profit":0.031124},{"day":"2025-05-23","profit":0.074836},{"day":"2025-06-02","profit":0.545375},{"day":"2025-06-11","profit":0.506318},{"day":"2025-06-20","profit":121.501658},{"day":"2025-06-29","profit":0.010568},{"day":"2025-07-09","profit":0.010565},{"day":"2025-07-18","profit":0.010924},{"day":"2025-07-27","profit":0.010526},{"day":"2025-08-05","profit":0.010157},{"day":"2025-08-15","profit":0.031842},{"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.010537},{"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.030735},{"day":"2025-11-15","profit":0},{"day":"2025-11-24","profit":0.020525},{"day":"2025-12-04","profit":0},{"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.040485},{"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 | 127 trades @ 2025-06-20 |
| Quietest Day | 0 trades @ 2024-08-30 |
| Mean | 3 trades |
| Std Dev | 8 trades |
| Last | 1 trades |
| Points | 547 |
| Sum | 1632 trades |
| Across 547 points the series ranged from 0 trades (2024-08-30) to 127 trades (2025-06-20), averaging 3 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":5},{"day":"2024-09-16","count":4},{"day":"2024-09-25","count":2},{"day":"2024-10-04","count":0},{"day":"2024-10-13","count":0},{"day":"2024-10-23","count":0},{"day":"2024-11-01","count":2},{"day":"2024-11-10","count":11},{"day":"2024-11-19","count":1},{"day":"2024-11-29","count":3},{"day":"2024-12-08","count":2},{"day":"2024-12-17","count":0},{"day":"2024-12-26","count":1},{"day":"2025-01-05","count":0},{"day":"2025-01-14","count":2},{"day":"2025-01-23","count":2},{"day":"2025-02-01","count":0},{"day":"2025-02-11","count":4},{"day":"2025-02-20","count":4},{"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":12},{"day":"2025-04-16","count":8},{"day":"2025-04-26","count":0},{"day":"2025-05-05","count":2},{"day":"2025-05-14","count":3},{"day":"2025-05-23","count":7},{"day":"2025-06-02","count":9},{"day":"2025-06-11","count":5},{"day":"2025-06-20","count":127},{"day":"2025-06-29","count":1},{"day":"2025-07-09","count":1},{"day":"2025-07-18","count":1},{"day":"2025-07-27","count":1},{"day":"2025-08-05","count":1},{"day":"2025-08-15","count":3},{"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":1},{"day":"2025-10-09","count":0},{"day":"2025-10-18","count":0},{"day":"2025-10-28","count":1},{"day":"2025-11-06","count":3},{"day":"2025-11-15","count":0},{"day":"2025-11-24","count":2},{"day":"2025-12-04","count":0},{"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":4},{"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 | 25.52 USDT @ 2026-02-25 |
| Start | 0.0151 USDT @ 2024-08-28 |
| Mean | 13.75 USDT |
| Std Dev | 8.70 USDT |
| Last | 25.52 USDT |
| Points | 547 |
| Sum | 7,523.24 USDT |
| Across 547 points the series ranged from 0.0151 USDT (2024-08-28) to 25.52 USDT (2026-02-25), averaging 13.75 USDT. 100% of points were positive, 0% negative. The most recent value is 25.52 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.240578},{"index":19,"timestamp":"2024-09-16","cumFees":0.36089499999999997},{"index":28,"timestamp":"2024-09-25","cumFees":0.556689},{"index":37,"timestamp":"2024-10-04","cumFees":0.662183},{"index":46,"timestamp":"2024-10-13","cumFees":0.692445},{"index":56,"timestamp":"2024-10-23","cumFees":0.783192},{"index":65,"timestamp":"2024-11-01","cumFees":0.949296},{"index":74,"timestamp":"2024-11-10","cumFees":1.6437950000000001},{"index":83,"timestamp":"2024-11-19","cumFees":3.1095580000000007},{"index":93,"timestamp":"2024-11-29","cumFees":3.6375980000000006},{"index":102,"timestamp":"2024-12-08","cumFees":3.9996370000000008},{"index":111,"timestamp":"2024-12-17","cumFees":4.271302000000001},{"index":120,"timestamp":"2024-12-26","cumFees":4.452801000000002},{"index":130,"timestamp":"2025-01-05","cumFees":4.845088000000002},{"index":139,"timestamp":"2025-01-14","cumFees":5.131930000000001},{"index":148,"timestamp":"2025-01-23","cumFees":6.052770000000001},{"index":157,"timestamp":"2025-02-01","cumFees":6.355418000000001},{"index":167,"timestamp":"2025-02-11","cumFees":6.898805},{"index":176,"timestamp":"2025-02-20","cumFees":7.216443000000001},{"index":185,"timestamp":"2025-03-01","cumFees":7.382981000000001},{"index":194,"timestamp":"2025-03-10","cumFees":8.628883},{"index":204,"timestamp":"2025-03-20","cumFees":9.053740000000001},{"index":213,"timestamp":"2025-03-29","cumFees":9.21973},{"index":222,"timestamp":"2025-04-07","cumFees":10.372317999999998},{"index":231,"timestamp":"2025-04-16","cumFees":12.740027999999997},{"index":241,"timestamp":"2025-04-26","cumFees":13.519710999999996},{"index":250,"timestamp":"2025-05-05","cumFees":13.700950999999996},{"index":259,"timestamp":"2025-05-14","cumFees":13.987952999999996},{"index":268,"timestamp":"2025-05-23","cumFees":14.335562999999995},{"index":278,"timestamp":"2025-06-02","cumFees":14.638106999999994},{"index":287,"timestamp":"2025-06-11","cumFees":14.925693999999995},{"index":296,"timestamp":"2025-06-20","cumFees":17.986841999999992},{"index":305,"timestamp":"2025-06-29","cumFees":18.31865399999999},{"index":315,"timestamp":"2025-07-09","cumFees":18.59059599999999},{"index":324,"timestamp":"2025-07-18","cumFees":19.17817399999999},{"index":333,"timestamp":"2025-07-27","cumFees":19.34337699999999},{"index":342,"timestamp":"2025-08-05","cumFees":19.57015199999999},{"index":352,"timestamp":"2025-08-15","cumFees":20.082742999999986},{"index":361,"timestamp":"2025-08-24","cumFees":20.233222999999988},{"index":370,"timestamp":"2025-09-02","cumFees":20.44420199999999},{"index":379,"timestamp":"2025-09-11","cumFees":20.62446599999999},{"index":389,"timestamp":"2025-09-21","cumFees":20.927291999999987},{"index":398,"timestamp":"2025-09-30","cumFees":21.07758499999999},{"index":407,"timestamp":"2025-10-09","cumFees":21.273318999999987},{"index":416,"timestamp":"2025-10-18","cumFees":23.211217999999988},{"index":426,"timestamp":"2025-10-28","cumFees":23.27165899999999},{"index":435,"timestamp":"2025-11-06","cumFees":23.33205299999999},{"index":444,"timestamp":"2025-11-15","cumFees":23.42275499999999},{"index":453,"timestamp":"2025-11-24","cumFees":23.483151999999993},{"index":463,"timestamp":"2025-12-04","cumFees":23.649333999999993},{"index":472,"timestamp":"2025-12-13","cumFees":23.816578999999994},{"index":481,"timestamp":"2025-12-22","cumFees":23.968540999999995},{"index":490,"timestamp":"2025-12-31","cumFees":24.043975999999994},{"index":500,"timestamp":"2026-01-10","cumFees":24.073966999999993},{"index":509,"timestamp":"2026-01-19","cumFees":24.119055999999993},{"index":518,"timestamp":"2026-01-28","cumFees":25.063673999999992},{"index":527,"timestamp":"2026-02-06","cumFees":25.229440999999994},{"index":537,"timestamp":"2026-02-16","cumFees":25.441159999999996},{"index":546,"timestamp":"2026-02-25","cumFees":25.516484999999996}]
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.26% |
| Mean | 27 trades |
| Std Dev | 160 trades |
| Last | 95 trades |
| Points | 60 |
| Sum | 1632 trades |
| Across 60 points the series ranged from 0 trades (0.26%) to 1238 trades (0.10%), averaging 27 trades. The most recent value is 95 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":1238,"from":0.099812},{"bin":"0.26%","count":0,"from":0.262353},{"bin":"0.42%","count":0,"from":0.424894},{"bin":"0.59%","count":0,"from":0.587435},{"bin":"0.75%","count":0,"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":77,"winRate":100},{"index":104,"winRate":100},{"index":131,"winRate":100},{"index":158,"winRate":100},{"index":185,"winRate":100},{"index":212,"winRate":100},{"index":238,"winRate":100},{"index":264,"winRate":100},{"index":291,"winRate":100},{"index":318,"winRate":100},{"index":345,"winRate":100},{"index":371,"winRate":100},{"index":398,"winRate":100},{"index":425,"winRate":100},{"index":452,"winRate":100},{"index":479,"winRate":100},{"index":506,"winRate":100},{"index":533,"winRate":100},{"index":560,"winRate":100},{"index":587,"winRate":100},{"index":614,"winRate":100},{"index":641,"winRate":100},{"index":666,"winRate":100},{"index":693,"winRate":100},{"index":720,"winRate":100},{"index":747,"winRate":100},{"index":774,"winRate":100},{"index":801,"winRate":100},{"index":828,"winRate":100},{"index":854,"winRate":100},{"index":881,"winRate":100},{"index":908,"winRate":100},{"index":935,"winRate":100},{"index":962,"winRate":100},{"index":989,"winRate":100},{"index":1016,"winRate":100},{"index":1041,"winRate":100},{"index":1068,"winRate":100},{"index":1095,"winRate":100},{"index":1122,"winRate":100},{"index":1149,"winRate":100},{"index":1176,"winRate":100},{"index":1203,"winRate":100},{"index":1230,"winRate":100},{"index":1257,"winRate":100},{"index":1284,"winRate":100},{"index":1311,"winRate":100},{"index":1337,"winRate":100},{"index":1364,"winRate":100},{"index":1391,"winRate":100},{"index":1418,"winRate":100},{"index":1444,"winRate":100},{"index":1470,"winRate":100},{"index":1497,"winRate":100},{"index":1524,"winRate":100},{"index":1551,"winRate":100},{"index":1578,"winRate":100},{"index":1605,"winRate":100},{"index":1632,"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 | 49.25 USDT @ 2026-02-25 21:36:00 UTC |
| Trough Net | 0.0102 USDT @ 2024-08-28 15:15:00 UTC |
| Mean | 21.62 USDT |
| Std Dev | 20.76 USDT |
| Last | 49.25 USDT |
| Points | 99 |
| Sum | 2,140.19 USDT |
| Across 99 points the series ranged from 0.0102 USDT (2024-08-28 15:15:00 UTC) to 49.25 USDT (2026-02-25 21:36:00 UTC), averaging 21.62 USDT. 100% of points were positive, 0% negative. The most recent value is 49.25 USDT. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T15:15:00Z","net":0.0102042,"gross":0.025283205},{"timestamp":"2024-09-04T14:56:00Z","net":0.030643649999999998,"gross":0.0758494425},{"timestamp":"2024-09-05T12:15:00Z","net":0.04086405,"gross":0.1011325575},{"timestamp":"2024-09-06T10:52:00Z","net":0.0612414,"gross":0.1516157775},{"timestamp":"2024-09-18T18:35:00Z","net":0.08152155,"gross":0.2020157775},{"timestamp":"2024-10-24T08:03:00Z","net":0.0915690375,"gross":0.2271257775},{"timestamp":"2024-10-28T08:15:00Z","net":0.11164169250000001,"gross":0.2773457775},{"timestamp":"2024-11-06T22:23:00Z","net":0.13175480250000002,"gross":0.32756577750000004},{"timestamp":"2024-11-06T22:54:00Z","net":0.14178834,"gross":0.35267577750000006},{"timestamp":"2024-11-07T03:50:00Z","net":0.16188331500000003,"gross":0.4028957775000001},{"timestamp":"2024-11-07T20:27:00Z","net":0.18195597000000002,"gross":0.45311577750000015},{"timestamp":"2024-11-07T20:27:00Z","net":0.19200206250000001,"gross":0.47822577750000017},{"timestamp":"2024-11-12T10:42:00Z","net":0.2121151725,"gross":0.5284457775000001},{"timestamp":"2024-11-12T10:45:00Z","net":0.23218085249999998,"gross":0.5786657775},{"timestamp":"2025-03-05T22:45:00Z","net":0.24222136499999997,"gross":0.6037757775},{"timestamp":"2025-03-06T19:48:00Z","net":0.26230378499999996,"gross":0.6539957774999999},{"timestamp":"2025-03-07T06:26:00Z","net":0.28240294499999996,"gross":0.7042157774999999},{"timestamp":"2025-03-07T06:53:00Z","net":0.29242950749999996,"gross":0.7293257774999998},{"timestamp":"2025-03-27T15:42:00Z","net":0.31250774249999996,"gross":0.7795457774999998},{"timestamp":"2025-04-02T13:12:00Z","net":0.3325790025,"gross":0.8297657774999997},{"timestamp":"2025-04-10T15:47:00Z","net":1.8184050225,"gross":2.3393657775},{"timestamp":"2025-04-11T00:41:00Z","net":2.2876103475,"gross":2.839032},{"timestamp":"2025-04-11T08:02:00Z","net":4.009419435,"gross":4.5998220000000005},{"timestamp":"2025-04-11T08:02:00Z","net":4.244426535,"gross":4.850022000000001},{"timestamp":"2025-04-11T08:43:00Z","net":5.965973572499999,"gross":6.610572000000001},{"timestamp":"2025-06-12T10:30:00Z","net":8.936241639999999,"gross":9.628342},{"timestamp":"2025-06-12T12:30:00Z","net":9.41952454,"gross":10.1270250175},{"timestamp":"2025-06-20T07:51:00Z","net":11.394014917499998,"gross":12.140735017499999},{"timestamp":"2025-06-20T07:51:00Z","net":13.362800017499998,"gross":14.1486350175},{"timestamp":"2025-06-20T07:51:00Z","net":14.843029792499998,"gross":15.6525350175},{"timestamp":"2025-06-20T07:51:00Z","net":16.805615467499997,"gross":17.6541350175},{"timestamp":"2025-06-20T07:51:00Z","net":18.291451507499996,"gross":19.1637350175},{"timestamp":"2025-06-20T07:51:00Z","net":20.257410082499998,"gross":21.1688382225},{"timestamp":"2025-06-20T07:51:00Z","net":22.226076297499997,"gross":23.1766613375},{"timestamp":"2025-06-20T07:51:00Z","net":23.713388369999997,"gross":24.6877713375},{"timestamp":"2025-06-20T07:51:00Z","net":26.684894869999997,"gross":27.7068113375},{"timestamp":"2025-06-20T07:51:00Z","net":29.657982127499995,"gross":30.7274613375},{"timestamp":"2025-06-20T07:51:00Z","net":31.143759382499994,"gross":32.2370013375},{"timestamp":"2025-06-20T07:51:00Z","net":34.11692271999999,"gross":35.2577113375},{"timestamp":"2025-06-20T07:51:00Z","net":37.09173899999999,"gross":38.280111337499996},{"timestamp":"2025-06-20T07:51:00Z","net":38.57683084999999,"gross":39.788951337499995},{"timestamp":"2025-06-20T07:51:00Z","net":41.5516402125,"gross":42.8113413375},{"timestamp":"2025-06-20T07:51:00Z","net":44.52373294,"gross":45.830971337499996},{"timestamp":"2025-06-20T07:51:00Z","net":46.0103854575,"gross":47.341401337499995},{"timestamp":"2025-06-20T07:51:00Z","net":48.985312282500004,"gross":50.36390133749999},{"timestamp":"2026-02-03T17:17:00Z","net":49.0062018825,"gross":50.41490133749999},{"timestamp":"2026-02-04T01:47:00Z","net":49.0166275575,"gross":50.44040133749999},{"timestamp":"2026-02-06T02:30:00Z","net":49.037533732499995,"gross":50.491401337499994},{"timestamp":"2026-02-08T11:05:00Z","net":49.058447557499996,"gross":50.542401337499996},{"timestamp":"2026-02-09T05:13:00Z","net":49.0688821575,"gross":50.5679013375},{"timestamp":"2026-02-09T09:02:00Z","net":49.0896697575,"gross":50.6189013375},{"timestamp":"2026-02-09T13:21:00Z","net":49.1103808575,"gross":50.6699013375},{"timestamp":"2026-02-09T15:04:00Z","net":49.1207007075,"gross":50.6954013375},{"timestamp":"2026-02-11T06:16:00Z","net":49.1413212825,"gross":50.746401337500004},{"timestamp":"2026-02-11T13:31:00Z","net":49.1621382075,"gross":50.797401337500006},{"timestamp":"2026-02-11T14:10:00Z","net":49.1725090575,"gross":50.82290133750001},{"timestamp":"2026-02-15T06:26:00Z","net":49.19326733250001,"gross":50.87390133750001},{"timestamp":"2026-02-20T15:14:00Z","net":49.214172232500005,"gross":50.92498951500001},{"timestamp":"2026-02-22T23:15:00Z","net":49.22463233250001,"gross":50.95048951500001},{"timestamp":"2026-02-25T21:36:00Z","net":49.245529582500005,"gross":51.00148951500001}]
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) | 8.91 @ 2025-12-23 23:59:00 UTC |
| Worst Sharpe (30d) | -7.15 @ 2024-10-17 23:59:00 UTC |
| Mean | 0.63 |
| Std Dev | 2.99 |
| Last | -1.14 |
| Points | 517 |
| Across 517 points the series ranged from -7.15 (2024-10-17 23:59:00 UTC) to 8.91 (2025-12-23 23:59:00 UTC), averaging 0.63. The most recent value is -1.14. | |
| Showing 60 of 517 points (down-sampled for readability). |
[{"timestamp":"2024-09-27T23:59:00+00:00","sharpe30":1.1014907239382201,"sharpe90":-3.180761522404766},{"timestamp":"2024-10-06T23:59:00+00:00","sharpe30":-2.1711500865030033,"sharpe90":-1.9778027009170358},{"timestamp":"2024-10-14T23:59:00+00:00","sharpe30":-4.041307613615929,"sharpe90":-2.554906672269423},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-6.652479083573186,"sharpe90":-2.612920608694956},{"timestamp":"2024-11-01T23:59:00+00:00","sharpe30":-3.2854075818341846,"sharpe90":-2.7696150968696043},{"timestamp":"2024-11-10T23:59:00+00:00","sharpe30":-2.6972208887821925,"sharpe90":-2.9043522202701166},{"timestamp":"2024-11-18T23:59:00+00:00","sharpe30":-3.1826478716633493,"sharpe90":-2.4286691359533408},{"timestamp":"2024-11-27T23:59:00+00:00","sharpe30":-3.0422396132794005,"sharpe90":-0.9611566883826484},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":-2.1731112055354522,"sharpe90":-1.3389097090739808},{"timestamp":"2024-12-15T23:59:00+00:00","sharpe30":-0.5241660284290016,"sharpe90":-0.20792391831760015},{"timestamp":"2024-12-23T23:59:00+00:00","sharpe30":-0.9426273569894287,"sharpe90":0.16282218784475863},{"timestamp":"2025-01-01T23:59:00+00:00","sharpe30":-2.123158863110231,"sharpe90":-0.203152457582329},{"timestamp":"2025-01-10T23:59:00+00:00","sharpe30":-4.314063397458413,"sharpe90":1.7873559262971777},{"timestamp":"2025-01-19T23:59:00+00:00","sharpe30":-1.7773941314042752,"sharpe90":2.141689510053637},{"timestamp":"2025-01-27T23:59:00+00:00","sharpe30":0.27302219834383157,"sharpe90":1.7808711568093814},{"timestamp":"2025-02-05T23:59:00+00:00","sharpe30":0.3780550023088631,"sharpe90":2.6203945235210946},{"timestamp":"2025-02-14T23:59:00+00:00","sharpe30":1.9979701607428153,"sharpe90":3.291475998447666},{"timestamp":"2025-02-23T23:59:00+00:00","sharpe30":0.1399598573257773,"sharpe90":2.9638215716930008},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":2.3329526412969903,"sharpe90":3.4907097850969735},{"timestamp":"2025-03-12T23:59:00+00:00","sharpe30":6.809830985934202,"sharpe90":3.6704416443860857},{"timestamp":"2025-03-21T23:59:00+00:00","sharpe30":4.364905478241883,"sharpe90":3.018053993812574},{"timestamp":"2025-03-30T23:59:00+00:00","sharpe30":5.889372054256576,"sharpe90":3.606458685078028},{"timestamp":"2025-04-07T23:59:00+00:00","sharpe30":1.4335471570381704,"sharpe90":1.957877060832071},{"timestamp":"2025-04-16T23:59:00+00:00","sharpe30":3.7911229232455126,"sharpe90":2.1154175236205757},{"timestamp":"2025-04-25T23:59:00+00:00","sharpe30":5.00797112129094,"sharpe90":3.4925463146236644},{"timestamp":"2025-05-04T23:59:00+00:00","sharpe30":2.7479606440240363,"sharpe90":2.98962154726219},{"timestamp":"2025-05-12T23:59:00+00:00","sharpe30":-3.072168745931326,"sharpe90":2.225602754399261},{"timestamp":"2025-05-21T23:59:00+00:00","sharpe30":-1.8723220424060838,"sharpe90":1.5847553790877245},{"timestamp":"2025-05-30T23:59:00+00:00","sharpe30":0.3014695796991817,"sharpe90":2.0930189473792438},{"timestamp":"2025-06-08T23:59:00+00:00","sharpe30":1.6684383237758285,"sharpe90":2.543186483440165},{"timestamp":"2025-06-16T23:59:00+00:00","sharpe30":5.0488366132996605,"sharpe90":3.044703321926939},{"timestamp":"2025-06-25T23:59:00+00:00","sharpe30":4.135356173778521,"sharpe90":2.2804413508666967},{"timestamp":"2025-07-04T23:59:00+00:00","sharpe30":4.481524326918454,"sharpe90":2.1516743659923856},{"timestamp":"2025-07-13T23:59:00+00:00","sharpe30":3.5623448603383943,"sharpe90":1.9388521807296837},{"timestamp":"2025-07-21T23:59:00+00:00","sharpe30":1.0785492624408364,"sharpe90":0.42889491592338125},{"timestamp":"2025-07-30T23:59:00+00:00","sharpe30":-4.994286327459107,"sharpe90":-0.22406772459307484},{"timestamp":"2025-08-08T23:59:00+00:00","sharpe30":-0.41891257515609825,"sharpe90":-0.23212964732627753},{"timestamp":"2025-08-17T23:59:00+00:00","sharpe30":1.0338814367217233,"sharpe90":1.1942402907857261},{"timestamp":"2025-08-25T23:59:00+00:00","sharpe30":-0.8002562350870663,"sharpe90":0.4533157168119724},{"timestamp":"2025-09-03T23:59:00+00:00","sharpe30":0.9065977250110453,"sharpe90":0.4125650311098045},{"timestamp":"2025-09-12T23:59:00+00:00","sharpe30":-0.21643206377991364,"sharpe90":0.039201823226868965},{"timestamp":"2025-09-21T23:59:00+00:00","sharpe30":-1.172002176996414,"sharpe90":-0.3702799148401151},{"timestamp":"2025-09-29T23:59:00+00:00","sharpe30":0.5066207088411185,"sharpe90":0.3982528251879177},{"timestamp":"2025-10-08T23:59:00+00:00","sharpe30":-2.4185466828155247,"sharpe90":0.3406393614629916},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":0.3361881098228125,"sharpe90":0.9481651604862024},{"timestamp":"2025-10-26T23:59:00+00:00","sharpe30":1.8871262916877165,"sharpe90":1.8904834099506247},{"timestamp":"2025-11-03T23:59:00+00:00","sharpe30":-0.886360045428648,"sharpe90":1.0433872756475209},{"timestamp":"2025-11-12T23:59:00+00:00","sharpe30":0.9486899287246726,"sharpe90":0.9218065404551884},{"timestamp":"2025-11-21T23:59:00+00:00","sharpe30":-2.191789713789343,"sharpe90":1.2537726941663445},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":1.1235027199480232,"sharpe90":2.9938086720716726},{"timestamp":"2025-12-08T23:59:00+00:00","sharpe30":1.8296896692351692,"sharpe90":1.4331460446594488},{"timestamp":"2025-12-17T23:59:00+00:00","sharpe30":3.763663791539659,"sharpe90":1.5649327517132021},{"timestamp":"2025-12-26T23:59:00+00:00","sharpe30":5.781745859896813,"sharpe90":1.1045698009485851},{"timestamp":"2026-01-04T23:59:00+00:00","sharpe30":2.691450701915168,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":-1.5196601477605622,"sharpe90":null},{"timestamp":"2026-01-21T23:59:00+00:00","sharpe30":-1.8828208895366283,"sharpe90":null},{"timestamp":"2026-01-30T23:59:00+00:00","sharpe30":0.9312583706043791,"sharpe90":null},{"timestamp":"2026-02-08T23:59:00+00:00","sharpe30":2.0400995445892267,"sharpe90":null},{"timestamp":"2026-02-16T23:59:00+00:00","sharpe30":3.2063342520990634,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-1.1377914409980256,"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% @ 4 |
| Deepest Episode | -1.16% @ 152 |
| Mean | -0.33% |
| Std Dev | 0.27% |
| Last | -0.34% |
| Points | 14 |
| Across 14 points the series ranged from -1.16% (152) to -0.10% (4), averaging -0.33%. 0% of points were positive, 100% negative. The most recent value is -0.34%. | |
| Full series - 14 points. |
[{"start":"2024-10-04T23:59:00+00:00","end":"2025-03-05T23:59:00+00:00","depth":-1.1641450130310684,"durationDays":152},{"start":"2025-03-13T23:59:00+00:00","end":"2025-03-17T23:59:00+00:00","depth":-0.10457270871598949,"durationDays":4},{"start":"2025-03-20T23:59:00+00:00","end":"2025-04-03T23:59:00+00:00","depth":-0.3815802350359291,"durationDays":14},{"start":"2025-04-04T23:59:00+00:00","end":"2025-04-10T23:59:00+00:00","depth":-0.21832560920901126,"durationDays":6},{"start":"2025-04-15T23:59:00+00:00","end":"2025-04-16T23:59:00+00:00","depth":-0.1130788740237818,"durationDays":1},{"start":"2025-04-22T23:59:00+00:00","end":"2025-06-11T23:59:00+00:00","depth":-0.6501740082492117,"durationDays":50},{"start":"2025-06-17T23:59:00+00:00","end":"2025-06-20T23:59:00+00:00","depth":-0.16334008808489123,"durationDays":3},{"start":"2025-07-15T23:59:00+00:00","end":"2025-08-13T23:59:00+00:00","depth":-0.31622443494371755,"durationDays":29},{"start":"2025-08-14T23:59:00+00:00","end":"2025-08-22T23:59:00+00:00","depth":-0.12870397619470017,"durationDays":8},{"start":"2025-08-25T23:59:00+00:00","end":"2025-09-16T23:59:00+00:00","depth":-0.1607136083895413,"durationDays":22},{"start":"2025-09-19T23:59:00+00:00","end":"2025-10-15T23:59:00+00:00","depth":-0.3351140732580746,"durationDays":26},{"start":"2025-10-21T23:59:00+00:00","end":"2025-12-10T23:59:00+00:00","depth":-0.30212084995415256,"durationDays":50},{"start":"2026-01-03T23:59:00+00:00","end":"2026-01-23T23:59:00+00:00","depth":-0.26973046841777826,"durationDays":20},{"start":"2026-01-30T23:59:00+00:00","end":"ongoing","depth":-0.34034660294895464,"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.31% @ 2025-02-09 23:59:00 UTC |
| Min Utilization | 1.63% @ 2025-06-20 23:59:00 UTC |
| Mean | 15.54% |
| Std Dev | 5.81% |
| Last | 16.11% |
| Points | 547 |
| Across 547 points the series ranged from 1.63% (2025-06-20 23:59:00 UTC) to 26.31% (2025-02-09 23:59:00 UTC), averaging 15.54%. 100% of points were positive, 0% negative. The most recent value is 16.11%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","exposure":1.8036278203750602},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":4.0145838668263485},{"timestamp":"2024-09-16T23:59:00+00:00","exposure":3.752926069414203},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":4.803365545923924},{"timestamp":"2024-10-04T23:59:00+00:00","exposure":6.437003067631436},{"timestamp":"2024-10-13T23:59:00+00:00","exposure":7.241612585738806},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.434555563288434},{"timestamp":"2024-11-01T23:59:00+00:00","exposure":11.522665716338967},{"timestamp":"2024-11-10T23:59:00+00:00","exposure":14.260770751025827},{"timestamp":"2024-11-19T23:59:00+00:00","exposure":17.427023727233955},{"timestamp":"2024-11-29T23:59:00+00:00","exposure":19.912033479709198},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":19.88139787891623},{"timestamp":"2024-12-17T23:59:00+00:00","exposure":20.075896262230305},{"timestamp":"2024-12-26T23:59:00+00:00","exposure":22.259694334031664},{"timestamp":"2025-01-05T23:59:00+00:00","exposure":24.136803845241545},{"timestamp":"2025-01-14T23:59:00+00:00","exposure":26.061719012183715},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":25.435250719805204},{"timestamp":"2025-02-01T23:59:00+00:00","exposure":25.176543672281642},{"timestamp":"2025-02-11T23:59:00+00:00","exposure":25.90936216187389},{"timestamp":"2025-02-20T23:59:00+00:00","exposure":25.251659497434147},{"timestamp":"2025-03-01T23:59:00+00:00","exposure":25.700445658177117},{"timestamp":"2025-03-10T23:59:00+00:00","exposure":20.871353554223635},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":20.16814019983428},{"timestamp":"2025-03-29T23:59:00+00:00","exposure":20.30476225467818},{"timestamp":"2025-04-07T23:59:00+00:00","exposure":18.250651892719414},{"timestamp":"2025-04-16T23:59:00+00:00","exposure":16.743472439015832},{"timestamp":"2025-04-26T23:59:00+00:00","exposure":17.549302546452513},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":17.8862994099634},{"timestamp":"2025-05-14T23:59:00+00:00","exposure":19.50534441309343},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":18.75687464527968},{"timestamp":"2025-06-02T23:59:00+00:00","exposure":18.074784945135384},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":17.340544249032064},{"timestamp":"2025-06-20T23:59:00+00:00","exposure":1.632079022325732},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":7.419133360761935},{"timestamp":"2025-07-09T23:59:00+00:00","exposure":9.4686361071464},{"timestamp":"2025-07-18T23:59:00+00:00","exposure":9.62295839565884},{"timestamp":"2025-07-27T23:59:00+00:00","exposure":9.237536352073086},{"timestamp":"2025-08-05T23:59:00+00:00","exposure":11.041370510327631},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":10.157328240368113},{"timestamp":"2025-08-24T23:59:00+00:00","exposure":10.09364156702953},{"timestamp":"2025-09-02T23:59:00+00:00","exposure":10.33003244326505},{"timestamp":"2025-09-11T23:59:00+00:00","exposure":10.318060468724562},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":11.620865476440091},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":11.536869493593402},{"timestamp":"2025-10-09T23:59:00+00:00","exposure":12.285002707673549},{"timestamp":"2025-10-18T23:59:00+00:00","exposure":16.778490430477845},{"timestamp":"2025-10-28T23:59:00+00:00","exposure":16.796371704132696},{"timestamp":"2025-11-06T23:59:00+00:00","exposure":17.077286671843428},{"timestamp":"2025-11-15T23:59:00+00:00","exposure":16.8310286603985},{"timestamp":"2025-11-24T23:59:00+00:00","exposure":17.128546671391668},{"timestamp":"2025-12-04T23:59:00+00:00","exposure":16.689845589487284},{"timestamp":"2025-12-13T23:59:00+00:00","exposure":15.896059453050523},{"timestamp":"2025-12-22T23:59:00+00:00","exposure":15.443320844566802},{"timestamp":"2025-12-31T23:59:00+00:00","exposure":15.170724913030059},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":15.794951924322573},{"timestamp":"2026-01-19T23:59:00+00:00","exposure":15.903956977991676},{"timestamp":"2026-01-28T23:59:00+00:00","exposure":14.931588590198237},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":15.889004754021643},{"timestamp":"2026-02-16T23:59:00+00:00","exposure":15.761968279055683},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":16.112594158500098}]
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.19 @ 2026-02-10 14:42:00 UTC |
| Lowest Price | 1.02 @ 2025-01-13 09:27:00 UTC |
| Mean | 1.13 |
| Std Dev | 0.0483 |
| Last | 1.18 |
| Points | 144 |
| Across 144 points the series ranged from 1.02 (2025-01-13 09:27:00 UTC) to 1.19 (2026-02-10 14:42:00 UTC), averaging 1.13. The most recent value is 1.18. | |
| Showing 60 of 144 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-08-28T18:19:00Z","price":1.1096},{"timestamp":"2024-08-29T08:02:00Z","price":1.1096},{"timestamp":"2024-09-01T07:07:00Z","price":1.1029},{"timestamp":"2024-09-04T14:56:00Z","price":1.1097},{"timestamp":"2024-09-06T10:52:00Z","price":1.1143},{"timestamp":"2024-09-18T18:35:00Z","price":1.1179},{"timestamp":"2024-10-17T10:58:00Z","price":1.0865},{"timestamp":"2024-10-24T02:32:00Z","price":1.0795},{"timestamp":"2024-10-24T17:26:00Z","price":1.0822},{"timestamp":"2024-11-06T02:29:00Z","price":1.0794},{"timestamp":"2024-11-06T08:30:00Z","price":1.0804},{"timestamp":"2024-11-06T13:12:00Z","price":1.0714},{"timestamp":"2024-11-06T22:54:00Z","price":1.0821},{"timestamp":"2024-11-07T01:39:00Z","price":1.0813},{"timestamp":"2024-11-07T15:13:00Z","price":1.0812},{"timestamp":"2024-11-07T19:40:00Z","price":1.0785},{"timestamp":"2024-11-08T09:21:00Z","price":1.0777},{"timestamp":"2024-11-10T21:02:00Z","price":1.0804},{"timestamp":"2024-11-12T10:42:00Z","price":1.0805},{"timestamp":"2024-11-12T10:58:00Z","price":1.0789},{"timestamp":"2024-11-14T08:29:00Z","price":1.0562},{"timestamp":"2024-12-19T07:16:00Z","price":1.0404},{"timestamp":"2025-01-13T09:27:00Z","price":1.0199},{"timestamp":"2025-03-06T18:06:00Z","price":1.0799},{"timestamp":"2025-03-06T19:19:00Z","price":1.0788},{"timestamp":"2025-03-06T21:31:00Z","price":1.0777},{"timestamp":"2025-03-07T06:53:00Z","price":1.0826},{"timestamp":"2025-03-25T10:49:00Z","price":1.0819},{"timestamp":"2025-03-28T07:17:00Z","price":1.079},{"timestamp":"2025-04-01T12:40:00Z","price":1.0795},{"timestamp":"2025-04-10T23:55:00Z","price":1.1252},{"timestamp":"2025-04-11T00:32:00Z","price":1.1346},{"timestamp":"2025-04-11T00:42:00Z","price":1.1363},{"timestamp":"2025-04-11T08:02:00Z","price":1.1411},{"timestamp":"2025-04-11T08:43:00Z","price":1.1445},{"timestamp":"2025-06-12T10:30:00Z","price":1.1596},{"timestamp":"2025-06-12T12:41:00Z","price":1.1623},{"timestamp":"2026-01-30T17:24:00Z","price":1.1891},{"timestamp":"2026-01-31T15:16:00Z","price":1.1854},{"timestamp":"2026-02-02T16:27:00Z","price":1.1791},{"timestamp":"2026-02-03T11:35:00Z","price":1.1795},{"timestamp":"2026-02-04T01:47:00Z","price":1.1838},{"timestamp":"2026-02-05T13:39:00Z","price":1.1828},{"timestamp":"2026-02-06T00:53:00Z","price":1.1787},{"timestamp":"2026-02-06T02:30:00Z","price":1.1805},{"timestamp":"2026-02-08T11:05:00Z","price":1.181},{"timestamp":"2026-02-09T06:09:00Z","price":1.184},{"timestamp":"2026-02-09T12:21:00Z","price":1.1884},{"timestamp":"2026-02-09T15:04:00Z","price":1.1921},{"timestamp":"2026-02-10T16:51:00Z","price":1.1898},{"timestamp":"2026-02-11T13:30:00Z","price":1.1844},{"timestamp":"2026-02-11T13:33:00Z","price":1.1851},{"timestamp":"2026-02-13T13:30:00Z","price":1.1883},{"timestamp":"2026-02-15T06:26:00Z","price":1.1866},{"timestamp":"2026-02-18T18:30:00Z","price":1.1798},{"timestamp":"2026-02-19T13:10:00Z","price":1.1757},{"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 | 15 trades @ $10.0 |
| Least Populated Bin | 1 trades @ $10.1 |
| Mean | 5 trades |
| Std Dev | 4 trades |
| Last | 4 trades |
| Points | 20 |
| Sum | 99 trades |
| Across 20 points the series ranged from 1 trades (10.1)to∗∗15trades∗∗(10.0), averaging 5 trades. The most recent value is 4 trades. | |
| Full series - 20 points. |
[
{
"bin": "$10.0",
"count": 3,
"from": 10
},
{
"bin": "$10.0",
"count": 4,
"from": 10.01
},
{
"bin": "$10.0",
"count": 11,
"from": 10.02
},
{
"bin": "$10.0",
"count": 15,
"from": 10.03
},
{
"bin": "$10.0",
"count": 14,
"from": 10.04
},
{
"bin": "$10.1",
"count": 2,
"from": 10.05
},
{
"bin": "$10.1",
"count": 2,
"from": 10.06
},
{
"bin": "$10.1",
"count": 4,
"from": 10.07
},
{
"bin": "$10.1",
"count": 4,
"from": 10.08
},
{
"bin": "$10.1",
"count": 1,
"from": 10.09
},
{
"bin": "$10.1",
"count": 5,
"from": 10.1
},
{
"bin": "$10.1",
"count": 4,
"from": 10.11
},
{
"bin": "$15.0",
"count": 1,
"from": 15.01
},
{
"bin": "$15.0",
"count": 1,
"from": 15.03
},
{
"bin": "$15.1",
"count": 2,
"from": 15.05
},
{
"bin": "$15.1",
"count": 2,
"from": 15.07
},
{
"bin": "$15.1",
"count": 2,
"from": 15.08
},
{
"bin": "$15.1",
"count": 10,
"from": 15.09
},
{
"bin": "$15.1",
"count": 8,
"from": 15.1
},
{
"bin": "$15.1",
"count": 4,
"from": 15.11
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 58 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.59 |
| Mean | 5 trades |
| Std Dev | 14 trades |
| Last | 30 trades |
| Points | 20 |
| Sum | 99 trades |
| Across 20 points the series ranged from 0 trades (0.59) to 58 trades (0.1), averaging 5 trades. The most recent value is 30 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 58,
"SL": 0,
"TSL": 0
},
{
"bin": 0.59,
"TP": 0,
"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": 5,
"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": 6,
"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": 30,
"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 | 103.51 @ Dec |
| Worst Indexed Value | 99.98 @ Jan |
| Mean | 102.27 |
| Std Dev | 1.21 |
| Last | 103.51 |
| Points | 12 |
| Across 12 points the series ranged from 99.98 (Jan) to 103.51 (Dec), averaging 102.27. The most recent value is 103.51. | |
| Full series - 12 points. |
[
{
"2025": 99.97921810670933,
"2026": 100.05900589288585,
"month": "Jan"
},
{
"2025": 100.08933362078689,
"2026": 100.05088461954983,
"month": "Feb"
},
{
"2025": 101.10905160445344,
"month": "Mar"
},
{
"2025": 101.9340223897023,
"month": "Apr"
},
{
"2025": 101.95179483946741,
"month": "May"
},
{
"2025": 103.17495321472066,
"month": "Jun"
},
{
"2025": 102.8577860004798,
"month": "Jul"
},
{
"2024": 99.9878981994572,
"2025": 103.13301020058172,
"month": "Aug"
},
{
"2024": 100.01362336678076,
"2025": 103.16133151282291,
"month": "Sep"
},
{
"2024": 99.87756966450121,
"2025": 103.15244665297925,
"month": "Oct"
},
{
"2024": 99.60450558721544,
"2025": 103.21737840991945,
"month": "Nov"
},
{
"2024": 99.18898653153335,
"2025": 103.50552655665149,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 163.28 USDT @ Thu |
| Worst Weekday | 0.6624 USDT @ Fri |
| Mean | 36.26 USDT |
| Std Dev | 52.87 USDT |
| Last | 18.93 USDT |
| Points | 7 |
| Sum | 253.81 USDT |
| Across 7 points the series ranged from 0.6624 USDT (Fri) to 163.28 USDT (Thu), averaging 36.26 USDT. 100% of points were positive, 0% negative. The most recent value is 18.93 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 22.14407
},
{
"day": "Tue",
"profit": 12.398822
},
{
"day": "Wed",
"profit": 33.13266
},
{
"day": "Thu",
"profit": 163.280011
},
{
"day": "Fri",
"profit": 0.66243
},
{
"day": "Sat",
"profit": 3.25671
},
{
"day": "Sun",
"profit": 18.931892
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 125.41 USDT @ 7:00 |
| Worst Hour (UTC) | 0.6757 USDT @ 4:00 |
| Mean | 10.58 USDT |
| Std Dev | 24.40 USDT |
| Last | 3.58 USDT |
| Points | 24 |
| Sum | 253.81 USDT |
| Across 24 points the series ranged from 0.6757 USDT (4:00) to 125.41 USDT (7:00), averaging 10.58 USDT. 100% of points were positive, 0% negative. The most recent value is 3.58 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":17.14266},{"hour":"1:00","profit":4.080242},{"hour":"2:00","profit":4.233817},{"hour":"3:00","profit":1.039479},{"hour":"4:00","profit":0.675702},{"hour":"5:00","profit":1.030067},{"hour":"6:00","profit":2.766218},{"hour":"7:00","profit":125.405621},{"hour":"8:00","profit":19.259265},{"hour":"9:00","profit":6.944379},{"hour":"10:00","profit":11.747838},{"hour":"11:00","profit":0.853712},{"hour":"12:00","profit":6.03355},{"hour":"13:00","profit":3.682082},{"hour":"14:00","profit":7.401389},{"hour":"15:00","profit":7.407561},{"hour":"16:00","profit":2.140772},{"hour":"17:00","profit":1.908212},{"hour":"18:00","profit":6.484872},{"hour":"19:00","profit":1.354262},{"hour":"20:00","profit":8.210917},{"hour":"21:00","profit":4.747009},{"hour":"22:00","profit":5.676364},{"hour":"23:00","profit":3.580607}]
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% @ 5040.683333333333 |
| Worst Trade Return | 0.10% @ 109.71666666666667 |
| Mean | 3.46% |
| Std Dev | 4.38% |
| Last | 0.10% |
| Points | 99 |
| Across 99 points the series ranged from 0.10% (109.71666666666667) to 9.85% (5040.683333333333), averaging 3.46%. 100% of points were positive, 0% negative. The most recent value is 0.10%. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"hours":512.5666666666667,"profitPct":0.1009102323,"profit":0.01012725},{"hours":7101.833333333333,"profitPct":9.8505649718,"profit":1.482889275},{"hours":5422.666666666667,"profitPct":2.3501412429,"profit":0.235857825},{"hours":7101.8,"profitPct":9.8496810995,"profit":1.480229775},{"hours":511.95,"profitPct":0.1013384837,"profit":0.0101529},{"hours":215.5,"profitPct":0.101722897,"profit":0.01017585},{"hours":7100.483333333334,"profitPct":4.8484975259,"profit":0.48501945},{"hours":7099.333333333333,"profitPct":9.8479042726,"profit":1.48583604},{"hours":2.7333333333333334,"profitPct":0.1021993871,"profit":0.0102042},{"hours":7099.333333333333,"profitPct":4.8489521363,"profit":0.484148475},{"hours":190.91666666666666,"profitPct":0.1021539293,"profit":0.0102015},{"hours":150.31666666666666,"profitPct":0.1027689945,"profit":0.01023795},{"hours":5391.916666666667,"profitPct":2.3506075526,"profit":0.234169875},{"hours":170.83333333333334,"profitPct":0.1024724779,"profit":0.0102204},{"hours":7078.433333333333,"profitPct":9.8497134994,"profit":1.48450154},{"hours":7008.733333333334,"profitPct":9.8434060205,"profit":1.4873120725},{"hours":6589.266666666666,"profitPct":9.8442878869,"profit":1.485532575},{"hours":6086.5,"profitPct":9.8434134747,"profit":1.48594398},{"hours":5875.25,"profitPct":9.84802377,"profit":1.485777255},{"hours":18.233333333333334,"profitPct":0.1001831417,"profit":0.0100474875},{"hours":14.9,"profitPct":0.0999282075,"profit":0.0100321425},{"hours":20.416666666666668,"profitPct":0.0999513619,"profit":0.0100335375},{"hours":13.316666666666666,"profitPct":0.100322416,"profit":0.0100558575},{"hours":5418.9,"profitPct":9.8499696318,"profit":1.4863426875},{"hours":1.65,"profitPct":0.1001367513,"profit":0.0100446975},{"hours":2.033333333333333,"profitPct":0.1001599444,"profit":0.0100460925},{"hours":4.366666666666666,"profitPct":0.0998356329,"profit":0.0100265625},{"hours":109.71666666666667,"profitPct":0.0998125,"profit":0.0100251675},{"hours":37.766666666666666,"profitPct":0.1000671981,"profit":0.0100405125},{"hours":11.15,"profitPct":0.100322416,"profit":0.0100558575},{"hours":5254.35,"profitPct":9.8453182288,"profit":1.48709003},{"hours":5044.016666666666,"profitPct":9.8500686423,"profit":1.4877208775},{"hours":3591.633333333333,"profitPct":9.8463153876,"profit":1.48536},{"hours":2361.1,"profitPct":9.8483412899,"profit":1.4859256125},{"hours":2094.3333333333335,"profitPct":9.8434797529,"profit":1.48582602},{"hours":12.783333333333333,"profitPct":0.0998356329,"profit":0.0100265625},{"hours":11.116666666666667,"profitPct":0.1000903782,"profit":0.0100419075},{"hours":6.116666666666666,"profitPct":0.1003456435,"profit":0.0100572525},{"hours":32.21666666666667,"profitPct":0.1000903782,"profit":0.0100419075},{"hours":24.533333333333335,"profitPct":0.0999282075,"profit":0.0100321425},{"hours":1687.9333333333334,"profitPct":9.8496045148,"profit":1.48509185},{"hours":1687.15,"profitPct":9.8486557247,"profit":1.4884066575},{"hours":1679.1333333333334,"profitPct":9.8451210982,"profit":1.48630218},{"hours":1442.5666666666666,"profitPct":9.8477026206,"profit":1.4866525175},{"hours":89.71666666666667,"profitPct":9.8502454569,"profit":1.4868256},{"hours":234.75,"profitPct":0.1025058962,"profit":0.010344075},{"hours":213.08333333333334,"profitPct":0.1028893201,"profit":0.010367025},{"hours":9.5,"profitPct":0.1042405224,"profit":0.01044735},{"hours":5.7,"profitPct":0.1041543027,"profit":0.01044225},{"hours":9.516666666666667,"profitPct":0.1040896762,"profit":0.010438425},{"hours":2.066666666666667,"profitPct":0.1045859873,"profit":0.01046775},{"hours":75.21666666666667,"profitPct":0.1040250826,"profit":0.0104346},{"hours":19.533333333333335,"profitPct":0.1044779287,"profit":0.010461375},{"hours":0.6,"profitPct":0.1019329355,"profit":0.01030965},{"hours":0.016666666666666666,"profitPct":0.103423789,"profit":0.0103989},{"hours":0.6166666666666667,"profitPct":0.1029533373,"profit":0.01037085},{"hours":18.483333333333334,"profitPct":0.1032739101,"profit":0.010389975},{"hours":101.43333333333334,"profitPct":0.1040896762,"profit":0.010438425},{"hours":83.56666666666666,"profitPct":0.104456328,"profit":0.0104601},{"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": "566c8576-4163-4aae-86e3-fc00f82a61d6",
"symbol": "EURIUSDT",
"strategy": "1FullBullMarket.json",
"strategy_label": "FullBullMarket",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 546,
"start_balance_usdt": 10000,
"final_value_usdt": 10268.71387186,
"return_pct": 2.6871,
"total_profit_usdt": 253.80659546,
"avg_profit_per_trade_usdt": 0.15551875,
"fulfilled_trades": 1632,
"active_orders": 131,
"win_rate_pct": 100,
"best_trade_usdt": 1.48840666,
"worst_trade_usdt": 0.01002517,
"trades_per_month": 73.80523995560645,
"max_drawdown_pct": 1.1641450130310684,
"max_drawdown_abs_usdt": 116.45140942999933,
"drawdown_duration_days": 108,
"recovery_days": 54,
"cagr_pct": 1.7896762672658717,
"volatility_annualized_pct": 1.5344678617026863,
"sharpe_annualized": 1.165172939963144,
"sortino_annualized": 1.4602897233382215,
"time_in_market_pct": 100,
"final_cash_usdt": 8614.1576803875,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": 45.6617549675,
"median_hold_hours": 159.9,
"avg_hold_hours": 2118.581818181818,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 566c8576-4163-4aae-86e3-fc00f82a61d6 |
symbol | EURIUSDT |
strategy | 1FullBullMarket.json |
strategy_label | FullBullMarket |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 546 |
start_balance_usdt | 10000 |
final_value_usdt | 10268.71387186 |
return_pct | 2.6871 |
total_profit_usdt | 253.80659546 |
avg_profit_per_trade_usdt | 0.15551875 |
fulfilled_trades | 1632 |
active_orders | 131 |
win_rate_pct | 100 |
best_trade_usdt | 1.48840666 |
worst_trade_usdt | 0.01002517 |
trades_per_month | 73.80523995560645 |
max_drawdown_pct | 1.1641450130310684 |
max_drawdown_abs_usdt | 116.45140942999933 |
drawdown_duration_days | 108 |
recovery_days | 54 |
cagr_pct | 1.7896762672658717 |
volatility_annualized_pct | 1.5344678617026863 |
sharpe_annualized | 1.165172939963144 |
sortino_annualized | 1.4602897233382215 |
time_in_market_pct | 100 |
final_cash_usdt | 8614.1576803875 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | 45.6617549675 |
median_hold_hours | 159.9 |
avg_hold_hours | 2118.581818181818 |
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 | 1FullBullMarket.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,268.71 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | +2.69% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +253.81 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)) | 1,632 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +1.4884 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.1555 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 73.8 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -1.16% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -116.45 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | +1.79% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 1.53% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | 1.17 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | 1.46 |
| 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.76 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +49.25 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.4974 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 | 2118.6h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 159.9h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 2,343 USDT |
Raw API Attachments
/trades. Full trade population: 1,632 closed trades - fetch the complete list via GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6 - backtest summary (verbatim)
GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6 - backtest summary (verbatim)
{
"id": "566c8576-4163-4aae-86e3-fc00f82a61d6",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:13.939228Z",
"started_at": "2026-05-09T08:20:45.680524Z",
"completed_at": "2026-05-09T08:27:52.182271Z",
"mode_name": "1FullBullMarket.json",
"symbol": "EURIUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 10268.71387186,
"return_pct": 2.6871,
"total_profit": 253.80659546,
"fulfilled_trades": 1632,
"active_orders": 131,
"win_rate": 100,
"avg_profit": 0.15551875,
"max_profit": 1.48840666,
"min_profit": 0.01002517,
"elapsed_sec": 308.86,
"max_drawdown": -1.1641,
"profit_factor": null,
"sharpe_ratio": 1.1652,
"total_fees": 25.51648311,
"avg_hold_time_hours": 786.2006,
"tp_count": 1632,
"sl_count": 0,
"tsl_count": 0,
"start_price": 1.1106,
"end_price": 1.1817,
"gross_profit_quote": 279.323079,
"gross_loss_quote": 0,
"wins": 1632,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 1632,
"consecutive_losses_max": 0,
"holding_minutes_p50": 1579.5,
"holding_minutes_p95": 299327.2,
"holding_minutes_max": 426110,
"description": "EURIUSDT | 1FullBullMarket.json | 2024-04-24 - 2026-02-25 | +2.69% | 1632 trades | 100% WR",
"summary_text": "Backtest EURIUSDT (Mode: 1FullBullMarket.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 10,268.71 USDT\nP&L: +268.71 USDT (+2.69%)\nResult: PROFIT\nCompleted trades: 1632\nOpen orders at end: 131\nWin rate: 100.0%\nAvg. profit/trade: 0.155519 USDT\nBest trade: 1.488407 USDT\nWorst trade: 0.010025 USDT\nTotal profit (trades only): 253.806595 USDT\nMax drawdown: -1.16%\nProfit factor: inf (no losing trades)\nSharpe ratio: 1.17\nTotal fees: 25.52 USDT\nAvg hold time: 786.2h\nTP / SL / TSL: 1632 / 0 / 0\n\nStrategy parameters:\n Buy trigger: -0.1% from last buy\n Buy splits: 6\n Sell targets: [0.25, 2.5, 5.0, 10.0, 20.0, 30.0]\n Investment per buy: 50.0 USDT\n Fees: maker 7.5 bps / taker 7.5 bps\n\nElapsed: 308.9s",
"share_token": null,
"config_hash": "c98e6915c3e7f885c09522267735723dcdbcf104c9ea43a6cebba201bc81dc1e",
"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": 6,
"buyVolumes": [
20,
20,
20,
30,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
2.5,
5,
10,
20,
30
],
"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
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6/equity - equity series (verbatim, 547 points)
GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6/equity - equity series (verbatim, 547 points)
[
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 162.5,
"quote_asset_bal": 9819.12552236,
"total_value_mid": 9999.61427236,
"total_value_exit_net": 9999.4789057975,
"total_value": 9999.61427236,
"base_cost_quote": 180.773658635,
"unrealized_pnl_exit_net": -0.4202751975
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 244.4,
"quote_asset_bal": 9728.3591424475,
"total_value_mid": 9998.8610624475,
"total_value_exit_net": 9998.6581860075,
"total_value": 9998.8610624475,
"base_cost_quote": 271.4391968275,
"unrealized_pnl_exit_net": -1.1401532675
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 285.3,
"quote_asset_bal": 9683.1061881675,
"total_value_mid": 9998.1344481675,
"total_value_exit_net": 9997.8981769725,
"total_value": 9998.1344481675,
"base_cost_quote": 316.6921511075,
"unrealized_pnl_exit_net": -1.9001623025
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 285.3,
"quote_asset_bal": 9683.1061881675,
"total_value_mid": 9998.5053381675,
"total_value_exit_net": 9998.268788805,
"total_value": 9998.5053381675,
"base_cost_quote": 316.6921511075,
"unrealized_pnl_exit_net": -1.52955047
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 399.3,
"quote_asset_bal": 9557.28873879,
"total_value_mid": 9997.87635879,
"total_value_exit_net": 9997.545918075,
"total_value": 9997.87635879,
"base_cost_quote": 442.3098137475,
"unrealized_pnl_exit_net": -2.0526344625
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 381.3,
"quote_asset_bal": 9577.189901715,
"total_value_mid": 9998.945831715,
"total_value_exit_net": 9998.6295147675,
"total_value": 9998.945831715,
"base_cost_quote": 422.208318925,
"unrealized_pnl_exit_net": -0.7687058725
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 390.4,
"quote_asset_bal": 9567.135966915,
"total_value_mid": 9998.371806915,
"total_value_exit_net": 9998.048380035,
"total_value": 9998.371806915,
"base_cost_quote": 432.262253725,
"unrealized_pnl_exit_net": -1.349840605
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 363.4,
"quote_asset_bal": 9597.03762384,
"total_value_mid": 9999.43044384,
"total_value_exit_net": 9999.128649225,
"total_value": 9999.43044384,
"base_cost_quote": 402.0594686125,
"unrealized_pnl_exit_net": 0.0315567725
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 354.5,
"quote_asset_bal": 9606.92841916,
"total_value_mid": 10000.77791916,
"total_value_exit_net": 10000.482532035,
"total_value": 10000.77791916,
"base_cost_quote": 391.9672851475,
"unrealized_pnl_exit_net": 1.5868277275
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 364,
"quote_asset_bal": 9596.49397879,
"total_value_mid": 9998.16797879,
"total_value_exit_net": 9997.86672329,
"total_value": 9998.16797879,
"base_cost_quote": 402.119703755,
"unrealized_pnl_exit_net": -0.746959255
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 364,
"quote_asset_bal": 9596.49397879,
"total_value_mid": 9998.64117879,
"total_value_exit_net": 9998.33956839,
"total_value": 9998.64117879,
"base_cost_quote": 402.119703755,
"unrealized_pnl_exit_net": -0.274114155
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 373.1,
"quote_asset_bal": 9586.4154555625,
"total_value_mid": 9999.0640555625,
"total_value_exit_net": 9998.7545691125,
"total_value": 9999.0640555625,
"base_cost_quote": 412.1982269825,
"unrealized_pnl_exit_net": 0.1408865675
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 382.2,
"quote_asset_bal": 9576.3633421275,
"total_value_mid": 9998.0063821275,
"total_value_exit_net": 9997.6901498475,
"total_value": 9998.0063821275,
"base_cost_quote": 422.2503404175,
"unrealized_pnl_exit_net": -0.9235326975
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 391.3,
"quote_asset_bal": 9566.3221568825,
"total_value_mid": 9997.3782368825,
"total_value_exit_net": 9997.0549448225,
"total_value": 9997.3782368825,
"base_cost_quote": 432.2915256625,
"unrealized_pnl_exit_net": -1.5587377225
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 391.3,
"quote_asset_bal": 9566.3221568825,
"total_value_mid": 9997.1434568825,
"total_value_exit_net": 9996.8203409075,
"total_value": 9997.1434568825,
"base_cost_quote": 432.2915256625,
"unrealized_pnl_exit_net": -1.7933416375
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 373.3,
"quote_asset_bal": 9586.2152258825,
"total_value_mid": 9999.4956558825,
"total_value_exit_net": 9999.18569556,
"total_value": 9999.4956558825,
"base_cost_quote": 412.1982269825,
"unrealized_pnl_exit_net": 0.772242695
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 364.4,
"quote_asset_bal": 9596.0537467775,
"total_value_mid": 9999.5903067775,
"total_value_exit_net": 9999.2876543575,
"total_value": 9999.5903067775,
"base_cost_quote": 402.1588631025,
"unrealized_pnl_exit_net": 1.0750444775
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 364.4,
"quote_asset_bal": 9596.0537467775,
"total_value_mid": 9999.8818267775,
"total_value_exit_net": 9999.5789557175,
"total_value": 9999.8818267775,
"base_cost_quote": 402.1588631025,
"unrealized_pnl_exit_net": 1.3663458375
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 364.4,
"quote_asset_bal": 9596.0537467775,
"total_value_mid": 9999.9182667775,
"total_value_exit_net": 9999.6153683875,
"total_value": 9999.9182667775,
"base_cost_quote": 402.1588631025,
"unrealized_pnl_exit_net": 1.4027585075
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 337.4,
"quote_asset_bal": 9626.0689965275,
"total_value_mid": 10001.6964165275,
"total_value_exit_net": 10001.4146959625,
"total_value": 10001.6964165275,
"base_cost_quote": 371.8513495025,
"unrealized_pnl_exit_net": 3.4943499325
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 337.4,
"quote_asset_bal": 9626.0689965275,
"total_value_mid": 10001.1903165275,
"total_value_exit_net": 10000.9089755375,
"total_value": 10001.1903165275,
"base_cost_quote": 371.8513495025,
"unrealized_pnl_exit_net": 2.9886295075
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 427.4,
"quote_asset_bal": 9525.5318779775,
"total_value_mid": 10000.3305379775,
"total_value_exit_net": 9999.9744389825,
"total_value": 10000.3305379775,
"base_cost_quote": 472.4189186525,
"unrealized_pnl_exit_net": 2.0236423525
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 409.5,
"quote_asset_bal": 9545.501512035,
"total_value_mid": 10002.503512035,
"total_value_exit_net": 10002.160760535,
"total_value": 10002.503512035,
"base_cost_quote": 452.3788999025,
"unrealized_pnl_exit_net": 4.2803485975
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 409.5,
"quote_asset_bal": 9545.501512035,
"total_value_mid": 10002.380662035,
"total_value_exit_net": 10002.0380026725,
"total_value": 10002.380662035,
"base_cost_quote": 452.3788999025,
"unrealized_pnl_exit_net": 4.157590735
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 409.5,
"quote_asset_bal": 9545.501512035,
"total_value_mid": 10002.216862035,
"total_value_exit_net": 10001.8743255225,
"total_value": 10002.216862035,
"base_cost_quote": 452.3788999025,
"unrealized_pnl_exit_net": 3.993913585
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 409.5,
"quote_asset_bal": 9545.501512035,
"total_value_mid": 10002.257812035,
"total_value_exit_net": 10001.91524481,
"total_value": 10002.257812035,
"base_cost_quote": 452.3788999025,
"unrealized_pnl_exit_net": 4.0348328725
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 418.6,
"quote_asset_bal": 9535.38241686,
"total_value_mid": 10000.19585686,
"total_value_exit_net": 9999.84724678,
"total_value": 10000.19585686,
"base_cost_quote": 462.3971079275,
"unrealized_pnl_exit_net": 2.0677219925
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 400.6,
"quote_asset_bal": 9555.475389585,
"total_value_mid": 10003.506429585,
"total_value_exit_net": 10003.170406305,
"total_value": 10003.506429585,
"base_cost_quote": 442.3345723025,
"unrealized_pnl_exit_net": 5.3604444175
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 432,
"quote_asset_bal": 9520.30751881,
"total_value_mid": 10001.03711881,
"total_value_exit_net": 10000.67657161,
"total_value": 10001.03711881,
"base_cost_quote": 477.5226435775,
"unrealized_pnl_exit_net": 2.8464092225
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 441,
"quote_asset_bal": 9510.228530185,
"total_value_mid": 10002.825530185,
"total_value_exit_net": 10002.456082435,
"total_value": 10002.825530185,
"base_cost_quote": 487.6219123525,
"unrealized_pnl_exit_net": 4.6056398975
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 450,
"quote_asset_bal": 9500.223591085,
"total_value_mid": 10002.198591085,
"total_value_exit_net": 10001.822109835,
"total_value": 10002.198591085,
"base_cost_quote": 497.6572332025,
"unrealized_pnl_exit_net": 3.9412855475
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 450,
"quote_asset_bal": 9500.223591085,
"total_value_mid": 10002.198591085,
"total_value_exit_net": 10001.822109835,
"total_value": 10002.198591085,
"base_cost_quote": 497.6572332025,
"unrealized_pnl_exit_net": 3.9412855475
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 450,
"quote_asset_bal": 9500.223591085,
"total_value_mid": 10002.648591085,
"total_value_exit_net": 10002.271772335,
"total_value": 10002.648591085,
"base_cost_quote": 497.6572332025,
"unrealized_pnl_exit_net": 4.3909480475
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 441,
"quote_asset_bal": 9510.288162385,
"total_value_mid": 10001.209362385,
"total_value_exit_net": 10000.841171485,
"total_value": 10001.209362385,
"base_cost_quote": 487.6129056025,
"unrealized_pnl_exit_net": 2.9401034975
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 477.2,
"quote_asset_bal": 9470.061054665,
"total_value_mid": 9997.844254665,
"total_value_exit_net": 9997.448417265,
"total_value": 9997.844254665,
"base_cost_quote": 527.8400133225,
"unrealized_pnl_exit_net": -0.4526507225
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 486.3,
"quote_asset_bal": 9459.99437031,
"total_value_mid": 9996.96683031,
"total_value_exit_net": 9996.564100965,
"total_value": 9996.96683031,
"base_cost_quote": 537.9066976775,
"unrealized_pnl_exit_net": -1.3369670225
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 504.5,
"quote_asset_bal": 9439.9147318675,
"total_value_mid": 9996.2773318675,
"total_value_exit_net": 9995.8600599175,
"total_value": 9996.2773318675,
"base_cost_quote": 557.98633612,
"unrealized_pnl_exit_net": -2.04100807
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 587.1,
"quote_asset_bal": 9349.2263065225,
"total_value_mid": 9992.9227465225,
"total_value_exit_net": 9992.4399741925,
"total_value": 9992.9227465225,
"base_cost_quote": 648.674761465,
"unrealized_pnl_exit_net": -5.461093795
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 587.1,
"quote_asset_bal": 9349.2263065225,
"total_value_mid": 9993.3337165225,
"total_value_exit_net": 9992.850635965,
"total_value": 9993.3337165225,
"base_cost_quote": 648.674761465,
"unrealized_pnl_exit_net": -5.0504320225
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 587.1,
"quote_asset_bal": 9349.2263065225,
"total_value_mid": 9993.2162965225,
"total_value_exit_net": 9992.73330403,
"total_value": 9993.2162965225,
"base_cost_quote": 648.674761465,
"unrealized_pnl_exit_net": -5.1677639575
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 587.1,
"quote_asset_bal": 9349.2263065225,
"total_value_mid": 9993.3337165225,
"total_value_exit_net": 9992.850635965,
"total_value": 9993.3337165225,
"base_cost_quote": 648.674761465,
"unrealized_pnl_exit_net": -5.0504320225
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 577.9,
"quote_asset_bal": 9359.3295234225,
"total_value_mid": 9993.6903534225,
"total_value_exit_net": 9993.2145828,
"total_value": 9993.6903534225,
"base_cost_quote": 638.582157685,
"unrealized_pnl_exit_net": -4.6970983075
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 628.5,
"quote_asset_bal": 9303.9136526675,
"total_value_mid": 9991.4298026675,
"total_value_exit_net": 9990.914165555,
"total_value": 9991.4298026675,
"base_cost_quote": 693.99802844,
"unrealized_pnl_exit_net": -6.9975155525
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 669.8,
"quote_asset_bal": 9258.652101945,
"total_value_mid": 9991.212361945,
"total_value_exit_net": 9990.66294175,
"total_value": 9991.212361945,
"base_cost_quote": 739.2595791625,
"unrealized_pnl_exit_net": -7.2487393575
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 669.8,
"quote_asset_bal": 9258.652101945,
"total_value_mid": 9991.882161945,
"total_value_exit_net": 9991.3322394,
"total_value": 9991.882161945,
"base_cost_quote": 739.2595791625,
"unrealized_pnl_exit_net": -6.5794417075
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 660.6,
"quote_asset_bal": 9268.734174715,
"total_value_mid": 9992.619654715,
"total_value_exit_net": 9992.076740605,
"total_value": 9992.619654715,
"base_cost_quote": 729.1881512525,
"unrealized_pnl_exit_net": -5.8455853625
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 660.6,
"quote_asset_bal": 9268.734174715,
"total_value_mid": 9992.883894715,
"total_value_exit_net": 9992.340782425,
"total_value": 9992.883894715,
"base_cost_quote": 729.1881512525,
"unrealized_pnl_exit_net": -5.5815435425
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 711.2,
"quote_asset_bal": 9213.41457713,
"total_value_mid": 9990.40057713,
"total_value_exit_net": 9989.81783763,
"total_value": 9990.40057713,
"base_cost_quote": 784.5183978375,
"unrealized_pnl_exit_net": -8.1151373375
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 794,
"quote_asset_bal": 9123.057600185,
"total_value_mid": 9987.723600185,
"total_value_exit_net": 9987.075100685,
"total_value": 9987.723600185,
"base_cost_quote": 874.8753747825,
"unrealized_pnl_exit_net": -10.8578742825
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 794,
"quote_asset_bal": 9123.057600185,
"total_value_mid": 9986.215000185,
"total_value_exit_net": 9985.567632135,
"total_value": 9986.215000185,
"base_cost_quote": 874.8753747825,
"unrealized_pnl_exit_net": -12.3653428325
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 960.8,
"quote_asset_bal": 8941.89052671,
"total_value_mid": 9983.78204671,
"total_value_exit_net": 9983.00062807,
"total_value": 9983.78204671,
"base_cost_quote": 1056.0424482575,
"unrealized_pnl_exit_net": -14.9323468975
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 984,
"quote_asset_bal": 8916.67866414,
"total_value_mid": 9985.79466414,
"total_value_exit_net": 9984.99282714,
"total_value": 9985.79466414,
"base_cost_quote": 1081.2761193275,
"unrealized_pnl_exit_net": -12.9619563275
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 984,
"quote_asset_bal": 8916.67866414,
"total_value_mid": 9986.87706414,
"total_value_exit_net": 9986.07441534,
"total_value": 9986.87706414,
"base_cost_quote": 1081.2761193275,
"unrealized_pnl_exit_net": -11.8803681275
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 956.2,
"quote_asset_bal": 8946.9383823175,
"total_value_mid": 9989.8657223175,
"total_value_exit_net": 9989.0835268125,
"total_value": 9989.8657223175,
"base_cost_quote": 1051.048875885,
"unrealized_pnl_exit_net": -8.90373139
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 956.2,
"quote_asset_bal": 8946.9383823175,
"total_value_mid": 9982.3117423175,
"total_value_exit_net": 9981.5352122975,
"total_value": 9982.3117423175,
"base_cost_quote": 1051.048875885,
"unrealized_pnl_exit_net": -16.452045905
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 1016.6,
"quote_asset_bal": 8881.5188544425,
"total_value_mid": 9979.4468544425,
"total_value_exit_net": 9978.6234084425,
"total_value": 9979.4468544425,
"base_cost_quote": 1116.46840376,
"unrealized_pnl_exit_net": -19.36384976
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 1058.5,
"quote_asset_bal": 8836.3000057225,
"total_value_mid": 9977.9981057225,
"total_value_exit_net": 9977.1418321475,
"total_value": 9977.9981057225,
"base_cost_quote": 1161.68725248,
"unrealized_pnl_exit_net": -20.845426055
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 1081.7,
"quote_asset_bal": 8811.24666438,
"total_value_mid": 9982.61959438,
"total_value_exit_net": 9981.7410646825,
"total_value": 9982.61959438,
"base_cost_quote": 1186.7606734525,
"unrealized_pnl_exit_net": -16.26627315
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 1091,
"quote_asset_bal": 8801.2053690525,
"total_value_mid": 9976.3214690525,
"total_value_exit_net": 9975.4401319775,
"total_value": 9976.3214690525,
"base_cost_quote": 1196.80196878,
"unrealized_pnl_exit_net": -22.567205855
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 1091,
"quote_asset_bal": 8801.2053690525,
"total_value_mid": 9977.7397690525,
"total_value_exit_net": 9976.8573682525,
"total_value": 9977.7397690525,
"base_cost_quote": 1196.80196878,
"unrealized_pnl_exit_net": -21.14996958
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 1100.3,
"quote_asset_bal": 8791.152905355,
"total_value_mid": 9979.806995355,
"total_value_exit_net": 9978.9155047875,
"total_value": 9979.806995355,
"base_cost_quote": 1206.8544324775,
"unrealized_pnl_exit_net": -19.091833045
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 1081.7,
"quote_asset_bal": 8811.268355235,
"total_value_mid": 9984.263835235,
"total_value_exit_net": 9983.384088625,
"total_value": 9984.263835235,
"base_cost_quote": 1186.770911125,
"unrealized_pnl_exit_net": -14.655177735
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 1081.7,
"quote_asset_bal": 8811.279301335,
"total_value_mid": 9982.868571335,
"total_value_exit_net": 9981.9898793825,
"total_value": 9982.868571335,
"base_cost_quote": 1186.770911125,
"unrealized_pnl_exit_net": -16.0603330775
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 1072.4,
"quote_asset_bal": 8821.3535874825,
"total_value_mid": 9985.5510274825,
"total_value_exit_net": 9984.6778794025,
"total_value": 9985.5510274825,
"base_cost_quote": 1176.7184474275,
"unrealized_pnl_exit_net": -13.3941555075
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 1072.3,
"quote_asset_bal": 8821.449107025,
"total_value_mid": 9988.111507025,
"total_value_exit_net": 9987.236510225,
"total_value": 9988.111507025,
"base_cost_quote": 1176.633814,
"unrealized_pnl_exit_net": -10.8464108
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 1063.1,
"quote_asset_bal": 8831.52044123,
"total_value_mid": 9982.53881123,
"total_value_exit_net": 9981.6755474525,
"total_value": 9982.53881123,
"base_cost_quote": 1166.58408235,
"unrealized_pnl_exit_net": -16.4289761275
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 1072.4,
"quote_asset_bal": 8821.459601255,
"total_value_mid": 9979.651601255,
"total_value_exit_net": 9978.782957255,
"total_value": 9979.651601255,
"base_cost_quote": 1176.644922325,
"unrealized_pnl_exit_net": -19.321566325
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 1063.1,
"quote_asset_bal": 8831.51810879,
"total_value_mid": 9984.34374879,
"total_value_exit_net": 9983.47912956,
"total_value": 9984.34374879,
"base_cost_quote": 1166.608280485,
"unrealized_pnl_exit_net": -14.647259715
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 1053.8,
"quote_asset_bal": 8841.6242734775,
"total_value_mid": 9987.2102534775,
"total_value_exit_net": 9986.3510639925,
"total_value": 9987.2102534775,
"base_cost_quote": 1156.5130047025,
"unrealized_pnl_exit_net": -11.7862141875
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 1044.6,
"quote_asset_bal": 8851.6668159175,
"total_value_mid": 9992.5789359175,
"total_value_exit_net": 9991.7232518275,
"total_value": 9992.5789359175,
"base_cost_quote": 1146.4811664625,
"unrealized_pnl_exit_net": -6.4247305525
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 1297,
"quote_asset_bal": 8580.125543595,
"total_value_mid": 9979.069743595,
"total_value_exit_net": 9978.020535445,
"total_value": 9979.069743595,
"base_cost_quote": 1418.2153343525,
"unrealized_pnl_exit_net": -20.3203425025
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 1306.3,
"quote_asset_bal": 8570.174837985,
"total_value_mid": 9980.848207985,
"total_value_exit_net": 9979.7902029575,
"total_value": 9980.848207985,
"base_cost_quote": 1428.2668673525,
"unrealized_pnl_exit_net": -18.65150238
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 1353.1,
"quote_asset_bal": 8519.839681175,
"total_value_mid": 9970.498191175,
"total_value_exit_net": 9969.4101972925,
"total_value": 9970.498191175,
"base_cost_quote": 1478.6122981275,
"unrealized_pnl_exit_net": -29.04178201
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 1343.7,
"quote_asset_bal": 8529.93616313,
"total_value_mid": 9970.92004313,
"total_value_exit_net": 9969.83930522,
"total_value": 9970.92004313,
"base_cost_quote": 1468.5260591175,
"unrealized_pnl_exit_net": -28.6229170275
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 1324.9,
"quote_asset_bal": 8550.2533179,
"total_value_mid": 9973.4608979,
"total_value_exit_net": 9972.393492215,
"total_value": 9973.4608979,
"base_cost_quote": 1448.320606385,
"unrealized_pnl_exit_net": -26.18043207
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 1442.4,
"quote_asset_bal": 8424.88885597,
"total_value_mid": 9979.07485597,
"total_value_exit_net": 9977.90921647,
"total_value": 9979.07485597,
"base_cost_quote": 1573.7770582075,
"unrealized_pnl_exit_net": -20.7566977075
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 1331.3,
"quote_asset_bal": 8548.108573335,
"total_value_mid": 9973.531483335,
"total_value_exit_net": 9972.4624161525,
"total_value": 9973.531483335,
"base_cost_quote": 1452.99236758,
"unrealized_pnl_exit_net": -28.6385247625
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 1468.7,
"quote_asset_bal": 8402.0451413025,
"total_value_mid": 9958.1327913025,
"total_value_exit_net": 9956.965725565,
"total_value": 9958.1327913025,
"base_cost_quote": 1599.138715195,
"unrealized_pnl_exit_net": -44.2181309325
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 1649.4,
"quote_asset_bal": 8211.11570525,
"total_value_mid": 9947.10920525,
"total_value_exit_net": 9945.807210125,
"total_value": 9947.10920525,
"base_cost_quote": 1790.0893908725,
"unrealized_pnl_exit_net": -55.3978859975
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 1639.8,
"quote_asset_bal": 8221.28140934,
"total_value_mid": 9955.20592934,
"total_value_exit_net": 9953.90548595,
"total_value": 9955.20592934,
"base_cost_quote": 1779.9768521525,
"unrealized_pnl_exit_net": -47.3527755425
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 1630.3,
"quote_asset_bal": 8231.3334146775,
"total_value_mid": 9957.6580846775,
"total_value_exit_net": 9956.363341175,
"total_value": 9957.6580846775,
"base_cost_quote": 1769.9354267275,
"unrealized_pnl_exit_net": -44.90550023
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 1620.7,
"quote_asset_bal": 8241.5449155825,
"total_value_mid": 9956.0834455825,
"total_value_exit_net": 9954.797541685,
"total_value": 9956.0834455825,
"base_cost_quote": 1759.818654835,
"unrealized_pnl_exit_net": -46.5660287325
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 1639.7,
"quote_asset_bal": 8221.4547259825,
"total_value_mid": 9957.7330559825,
"total_value_exit_net": 9956.430847235,
"total_value": 9957.7330559825,
"base_cost_quote": 1779.93002706,
"unrealized_pnl_exit_net": -44.9539058075
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 1639.7,
"quote_asset_bal": 8221.46533297,
"total_value_mid": 9957.90763297,
"total_value_exit_net": 9956.605301245,
"total_value": 9957.90763297,
"base_cost_quote": 1779.93002706,
"unrealized_pnl_exit_net": -44.790058785
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 1668.2,
"quote_asset_bal": 8191.39619802,
"total_value_mid": 9952.01447802,
"total_value_exit_net": 9950.69401431,
"total_value": 9952.01447802,
"base_cost_quote": 1809.99916201,
"unrealized_pnl_exit_net": -50.70134572
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 1749.7,
"quote_asset_bal": 8105.8897258475,
"total_value_mid": 9947.2740058475,
"total_value_exit_net": 9945.8929676375,
"total_value": 9947.2740058475,
"base_cost_quote": 1895.591007785,
"unrealized_pnl_exit_net": -55.587765995
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 1932,
"quote_asset_bal": 7915.05583724,
"total_value_mid": 9938.43943724,
"total_value_exit_net": 9936.92189954,
"total_value": 9938.43943724,
"base_cost_quote": 2086.4791966325,
"unrealized_pnl_exit_net": -64.6131343325
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 1941.6,
"quote_asset_bal": 7905.00190244,
"total_value_mid": 9939.21622244,
"total_value_exit_net": 9937.6905617,
"total_value": 9939.21622244,
"base_cost_quote": 2096.5331314325,
"unrealized_pnl_exit_net": -63.8444721725
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 1932,
"quote_asset_bal": 7915.12913588,
"total_value_mid": 9939.86513588,
"total_value_exit_net": 9938.34658388,
"total_value": 9939.86513588,
"base_cost_quote": 2086.4599822325,
"unrealized_pnl_exit_net": -63.2425342325
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 1912.8,
"quote_asset_bal": 7935.28194308,
"total_value_mid": 9936.45330308,
"total_value_exit_net": 9934.95242456,
"total_value": 9936.45330308,
"base_cost_quote": 2066.3396232725,
"unrealized_pnl_exit_net": -66.6691417925
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 1922.4,
"quote_asset_bal": 7925.2820234,
"total_value_mid": 9942.8408234,
"total_value_exit_net": 9941.3276543,
"total_value": 9942.8408234,
"base_cost_quote": 2076.3935580725,
"unrealized_pnl_exit_net": -60.3479271725
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 1884.1,
"quote_asset_bal": 7965.5923032275,
"total_value_mid": 9954.4482632275,
"total_value_exit_net": 9952.9566212575,
"total_value": 9954.4482632275,
"base_cost_quote": 2036.147706305,
"unrealized_pnl_exit_net": -48.783388275
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 1893.6,
"quote_asset_bal": 7955.5755963275,
"total_value_mid": 9954.2703963275,
"total_value_exit_net": 9952.7713752275,
"total_value": 9954.2703963275,
"base_cost_quote": 2046.164413205,
"unrealized_pnl_exit_net": -48.968634305
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 1874.6,
"quote_asset_bal": 7975.65413109,
"total_value_mid": 9960.10569109,
"total_value_exit_net": 9958.61735242,
"total_value": 9960.10569109,
"base_cost_quote": 2026.11768943,
"unrealized_pnl_exit_net": -43.1544681
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 1865.1,
"quote_asset_bal": 7985.71287074,
"total_value_mid": 9961.41330074,
"total_value_exit_net": 9959.9315254175,
"total_value": 9961.41330074,
"base_cost_quote": 2016.080066855,
"unrealized_pnl_exit_net": -41.8614121775
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 1865.1,
"quote_asset_bal": 7985.7234235775,
"total_value_mid": 9954.8960035775,
"total_value_exit_net": 9953.4191241425,
"total_value": 9954.8960035775,
"base_cost_quote": 2016.080066855,
"unrealized_pnl_exit_net": -48.38436629
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 1912.9,
"quote_asset_bal": 7935.42267863,
"total_value_mid": 9943.96767863,
"total_value_exit_net": 9942.46126988,
"total_value": 9943.96767863,
"base_cost_quote": 2066.4132384425,
"unrealized_pnl_exit_net": -59.3746471925
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 1903.3,
"quote_asset_bal": 7945.50854855,
"total_value_mid": 9947.39948855,
"total_value_exit_net": 9945.898070345,
"total_value": 9947.39948855,
"base_cost_quote": 2056.3381678025,
"unrealized_pnl_exit_net": -55.9486460075
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 1903.2,
"quote_asset_bal": 7945.618431365,
"total_value_mid": 9945.120351365,
"total_value_exit_net": 9943.620724925,
"total_value": 9945.120351365,
"base_cost_quote": 2056.2606497075,
"unrealized_pnl_exit_net": -58.2583561475
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 1893.6,
"quote_asset_bal": 7955.7377331725,
"total_value_mid": 9957.0835731725,
"total_value_exit_net": 9955.5825637925,
"total_value": 9957.0835731725,
"base_cost_quote": 2046.21575168,
"unrealized_pnl_exit_net": -46.37092106
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 1874.6,
"quote_asset_bal": 7975.8839613725,
"total_value_mid": 9957.1487013725,
"total_value_exit_net": 9955.6627528175,
"total_value": 9957.1487013725,
"base_cost_quote": 2026.1224429925,
"unrealized_pnl_exit_net": -46.3436515475
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 1884.1,
"quote_asset_bal": 7965.8273245475,
"total_value_mid": 9958.8283045475,
"total_value_exit_net": 9957.3335538125,
"total_value": 9958.8283045475,
"base_cost_quote": 2036.1790798175,
"unrealized_pnl_exit_net": -44.6728505525
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 1874.6,
"quote_asset_bal": 7975.902244835,
"total_value_mid": 9956.604604835,
"total_value_exit_net": 9955.119078065,
"total_value": 9956.604604835,
"base_cost_quote": 2026.12529513,
"unrealized_pnl_exit_net": -46.9084619
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 1893.6,
"quote_asset_bal": 7955.8415486975,
"total_value_mid": 9951.6959486975,
"total_value_exit_net": 9950.1990578975,
"total_value": 9951.6959486975,
"base_cost_quote": 2046.2071952675,
"unrealized_pnl_exit_net": -51.8496860675
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 1931.9,
"quote_asset_bal": 7915.5873682025,
"total_value_mid": 9943.8891782025,
"total_value_exit_net": 9942.367951845,
"total_value": 9943.8891782025,
"base_cost_quote": 2086.482829355,
"unrealized_pnl_exit_net": -59.7022457125
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 1912.7,
"quote_asset_bal": 7935.7734972425,
"total_value_mid": 9948.8902472425,
"total_value_exit_net": 9947.38040968,
"total_value": 9948.8902472425,
"base_cost_quote": 2066.318277275,
"unrealized_pnl_exit_net": -54.7113648375
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 1931.9,
"quote_asset_bal": 7915.6159130825,
"total_value_mid": 9940.4403030825,
"total_value_exit_net": 9938.92168479,
"total_value": 9940.4403030825,
"base_cost_quote": 2086.486672235,
"unrealized_pnl_exit_net": -63.1809005275
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 1931.9,
"quote_asset_bal": 7915.6159130825,
"total_value_mid": 9943.9177230825,
"total_value_exit_net": 9942.396496725,
"total_value": 9943.9177230825,
"base_cost_quote": 2086.486672235,
"unrealized_pnl_exit_net": -59.7060885925
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 1922.3,
"quote_asset_bal": 7925.7056201225,
"total_value_mid": 9947.3885301225,
"total_value_exit_net": 9945.87226794,
"total_value": 9947.3885301225,
"base_cost_quote": 2076.407758715,
"unrealized_pnl_exit_net": -56.2411108975
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 1903.1,
"quote_asset_bal": 7945.9303387625,
"total_value_mid": 9950.8461887625,
"total_value_exit_net": 9949.342501875,
"total_value": 9950.8461887625,
"base_cost_quote": 2056.215345755,
"unrealized_pnl_exit_net": -52.8031826425
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 1893.6,
"quote_asset_bal": 7956.0111765925,
"total_value_mid": 9952.6230165925,
"total_value_exit_net": 9951.1255577125,
"total_value": 9952.6230165925,
"base_cost_quote": 2046.2090966925,
"unrealized_pnl_exit_net": -51.0947155725
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 1903.2,
"quote_asset_bal": 7945.9140093925,
"total_value_mid": 9943.3224093925,
"total_value_exit_net": 9941.8243530925,
"total_value": 9943.3224093925,
"base_cost_quote": 2056.3062638925,
"unrealized_pnl_exit_net": -60.3959201925
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 2028.8,
"quote_asset_bal": 7815.0925268125,
"total_value_mid": 9915.3062868125,
"total_value_exit_net": 9913.7311264925,
"total_value": 9915.3062868125,
"base_cost_quote": 2187.1277464725,
"unrealized_pnl_exit_net": -88.4891467925
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 2115.9,
"quote_asset_bal": 7724.54470032,
"total_value_mid": 9912.59689032,
"total_value_exit_net": 9910.9558511775,
"total_value": 9912.59689032,
"base_cost_quote": 2277.70587916,
"unrealized_pnl_exit_net": -91.2947283025
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 2130.4,
"quote_asset_bal": 7709.664303635,
"total_value_mid": 9924.002063635,
"total_value_exit_net": 9922.341310315,
"total_value": 9924.002063635,
"base_cost_quote": 2292.636808965,
"unrealized_pnl_exit_net": -79.959802285
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 2140.1,
"quote_asset_bal": 7699.5856294575,
"total_value_mid": 9925.9316594575,
"total_value_exit_net": 9924.261899935,
"total_value": 9925.9316594575,
"base_cost_quote": 2302.7255798725,
"unrealized_pnl_exit_net": -78.049309395
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 2120.7,
"quote_asset_bal": 7719.7949610825,
"total_value_mid": 9929.7764310825,
"total_value_exit_net": 9928.11894498,
"total_value": 9929.7764310825,
"base_cost_quote": 2282.537360055,
"unrealized_pnl_exit_net": -74.2133761575
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 2130.4,
"quote_asset_bal": 7709.6955121725,
"total_value_mid": 9927.8679921725,
"total_value_exit_net": 9926.2043628125,
"total_value": 9927.8679921725,
"base_cost_quote": 2292.636808965,
"unrealized_pnl_exit_net": -76.127958325
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 2130.4,
"quote_asset_bal": 7709.6955121725,
"total_value_mid": 9925.3115121725,
"total_value_exit_net": 9923.6498001725,
"total_value": 9925.3115121725,
"base_cost_quote": 2292.636808965,
"unrealized_pnl_exit_net": -78.682520965
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 2130.4,
"quote_asset_bal": 7709.6955121725,
"total_value_mid": 9925.7375921725,
"total_value_exit_net": 9924.0755606125,
"total_value": 9925.7375921725,
"base_cost_quote": 2292.636808965,
"unrealized_pnl_exit_net": -78.256760525
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 2120.7,
"quote_asset_bal": 7719.80599362,
"total_value_mid": 9931.90816362,
"total_value_exit_net": 9930.2490869925,
"total_value": 9931.90816362,
"base_cost_quote": 2282.537360055,
"unrealized_pnl_exit_net": -72.0942666825
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 2111.1,
"quote_asset_bal": 7729.82567322,
"total_value_mid": 9932.12519322,
"total_value_exit_net": 9930.47346858,
"total_value": 9932.12519322,
"base_cost_quote": 2272.528579095,
"unrealized_pnl_exit_net": -71.880783735
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 2111.1,
"quote_asset_bal": 7729.82567322,
"total_value_mid": 9935.50295322,
"total_value_exit_net": 9933.84869526,
"total_value": 9935.50295322,
"base_cost_quote": 2272.528579095,
"unrealized_pnl_exit_net": -68.505557055
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 2091.9,
"quote_asset_bal": 7749.9286065,
"total_value_mid": 9937.4284365,
"total_value_exit_net": 9935.7878116275,
"total_value": 9937.4284365,
"base_cost_quote": 2252.458177575,
"unrealized_pnl_exit_net": -66.5989724475
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 2120.8,
"quote_asset_bal": 7719.8169500475,
"total_value_mid": 9930.5388700475,
"total_value_exit_net": 9928.8808286075,
"total_value": 9930.5388700475,
"base_cost_quote": 2282.5915506675,
"unrealized_pnl_exit_net": -73.5276721075
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 2120.9,
"quote_asset_bal": 7719.81029134,
"total_value_mid": 9920.03195134,
"total_value_exit_net": 9918.381785095,
"total_value": 9920.03195134,
"base_cost_quote": 2282.706246625,
"unrealized_pnl_exit_net": -84.13475287
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 2130.6,
"quote_asset_bal": 7709.739964255,
"total_value_mid": 9919.598284255,
"total_value_exit_net": 9917.940890515,
"total_value": 9919.598284255,
"base_cost_quote": 2292.77657371,
"unrealized_pnl_exit_net": -84.57564745
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 2316,
"quote_asset_bal": 7518.63252613,
"total_value_mid": 9900.40692613,
"total_value_exit_net": 9898.62059533,
"total_value": 9900.40692613,
"base_cost_quote": 2483.894384645,
"unrealized_pnl_exit_net": -103.906315445
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 2320.7,
"quote_asset_bal": 7513.8249589825,
"total_value_mid": 9912.9646189825,
"total_value_exit_net": 9911.1652642375,
"total_value": 9912.9646189825,
"base_cost_quote": 2488.7941667275,
"unrealized_pnl_exit_net": -91.4538614725
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 2320.7,
"quote_asset_bal": 7513.8249589825,
"total_value_mid": 9908.7873589825,
"total_value_exit_net": 9906.9911371825,
"total_value": 9908.7873589825,
"base_cost_quote": 2488.7941667275,
"unrealized_pnl_exit_net": -95.6279885275
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 2320.7,
"quote_asset_bal": 7513.8249589825,
"total_value_mid": 9906.2345889825,
"total_value_exit_net": 9904.44028176,
"total_value": 9906.2345889825,
"base_cost_quote": 2488.7941667275,
"unrealized_pnl_exit_net": -98.17884395
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 2291.6,
"quote_asset_bal": 7544.1410843575,
"total_value_mid": 9923.2802043575,
"total_value_exit_net": 9921.4958500175,
"total_value": 9923.2802043575,
"base_cost_quote": 2458.5793025625,
"unrealized_pnl_exit_net": -81.2245369025
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 2301.3,
"quote_asset_bal": 7534.101223275,
"total_value_mid": 9912.724903275,
"total_value_exit_net": 9910.940935515,
"total_value": 9912.724903275,
"base_cost_quote": 2468.62924437,
"unrealized_pnl_exit_net": -91.78953213
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 2349.9,
"quote_asset_bal": 7483.895650035,
"total_value_mid": 9905.702590035,
"total_value_exit_net": 9903.88623483,
"total_value": 9905.702590035,
"base_cost_quote": 2518.84515808,
"unrealized_pnl_exit_net": -98.854573285
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 2359.7,
"quote_asset_bal": 7473.80879056,
"total_value_mid": 9899.34442056,
"total_value_exit_net": 9897.5252688375,
"total_value": 9899.34442056,
"base_cost_quote": 2528.932017555,
"unrealized_pnl_exit_net": -105.2155392775
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 2447.9,
"quote_asset_bal": 7383.41702252,
"total_value_mid": 9888.59788252,
"total_value_exit_net": 9886.718996875,
"total_value": 9888.59788252,
"base_cost_quote": 2619.334208385,
"unrealized_pnl_exit_net": -116.03223403
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 2447.9,
"quote_asset_bal": 7383.41702252,
"total_value_mid": 9892.26973252,
"total_value_exit_net": 9890.3880929875,
"total_value": 9892.26973252,
"base_cost_quote": 2619.334208385,
"unrealized_pnl_exit_net": -112.3631379175
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 2447.9,
"quote_asset_bal": 7383.41702252,
"total_value_mid": 9890.31141252,
"total_value_exit_net": 9888.4312417275,
"total_value": 9890.31141252,
"base_cost_quote": 2619.334208385,
"unrealized_pnl_exit_net": -114.3199891775
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 2516.8,
"quote_asset_bal": 7313.1075612875,
"total_value_mid": 9897.1061212875,
"total_value_exit_net": 9895.1681223675,
"total_value": 9897.1061212875,
"base_cost_quote": 2689.6854822975,
"unrealized_pnl_exit_net": -107.6249212175
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 2507,
"quote_asset_bal": 7323.1955663825,
"total_value_mid": 9906.4083663825,
"total_value_exit_net": 9904.4709567825,
"total_value": 9906.4083663825,
"base_cost_quote": 2679.6182375225,
"unrealized_pnl_exit_net": -98.3428471225
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 2468,
"quote_asset_bal": 7363.507398005,
"total_value_mid": 9914.432198005,
"total_value_exit_net": 9912.519004405,
"total_value": 9914.432198005,
"base_cost_quote": 2639.398845585,
"unrealized_pnl_exit_net": -90.387239185
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 2468.1,
"quote_asset_bal": 7363.57878963,
"total_value_mid": 9910.65798963,
"total_value_exit_net": 9908.74768023,
"total_value": 9910.65798963,
"base_cost_quote": 2639.39906575,
"unrealized_pnl_exit_net": -94.23017515
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 2458.4,
"quote_asset_bal": 7373.6246451525,
"total_value_mid": 9906.2683251525,
"total_value_exit_net": 9904.3688423925,
"total_value": 9906.2683251525,
"base_cost_quote": 2629.3840501175,
"unrealized_pnl_exit_net": -98.6398528775
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 2458.3,
"quote_asset_bal": 7373.76302741,
"total_value_mid": 9922.52846741,
"total_value_exit_net": 9920.61689333,
"total_value": 9922.52846741,
"base_cost_quote": 2629.357640325,
"unrealized_pnl_exit_net": -82.503774405
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 2468.2,
"quote_asset_bal": 7363.7086297325,
"total_value_mid": 9899.0436697325,
"total_value_exit_net": 9897.1421684525,
"total_value": 9899.0436697325,
"base_cost_quote": 2639.5137216775,
"unrealized_pnl_exit_net": -106.0801829575
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 2409.7,
"quote_asset_bal": 7424.2854632625,
"total_value_mid": 9932.3012232625,
"total_value_exit_net": 9930.4202114425,
"total_value": 9932.3012232625,
"base_cost_quote": 2579.0611362175,
"unrealized_pnl_exit_net": -72.9263880375
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 2419.4,
"quote_asset_bal": 7414.238680495,
"total_value_mid": 9933.801840495,
"total_value_exit_net": 9931.912168125,
"total_value": 9933.801840495,
"base_cost_quote": 2589.1702924025,
"unrealized_pnl_exit_net": -71.4968047725
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 2419.3,
"quote_asset_bal": 7414.3491129875,
"total_value_mid": 9931.6307629875,
"total_value_exit_net": 9929.74280175,
"total_value": 9931.6307629875,
"base_cost_quote": 2589.0708778975,
"unrealized_pnl_exit_net": -73.677189135
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 2429,
"quote_asset_bal": 7404.2833866125,
"total_value_mid": 9931.9007866125,
"total_value_exit_net": 9930.0050735625,
"total_value": 9931.9007866125,
"base_cost_quote": 2599.15770735,
"unrealized_pnl_exit_net": -73.4360204
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 2351.2,
"quote_asset_bal": 7485.70980147,
"total_value_mid": 9952.35372147,
"total_value_exit_net": 9950.50373853,
"total_value": 9952.35372147,
"base_cost_quote": 2518.762315995,
"unrealized_pnl_exit_net": -53.968378935
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 2370.4,
"quote_asset_bal": 7465.57407099,
"total_value_mid": 9949.99031099,
"total_value_exit_net": 9948.12699881,
"total_value": 9949.99031099,
"base_cost_quote": 2538.898046475,
"unrealized_pnl_exit_net": -56.345118655
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 2370.4,
"quote_asset_bal": 7465.57407099,
"total_value_mid": 9945.72359099,
"total_value_exit_net": 9943.86347885,
"total_value": 9945.72359099,
"base_cost_quote": 2538.898046475,
"unrealized_pnl_exit_net": -60.608638615
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 2360.6,
"quote_asset_bal": 7475.927630055,
"total_value_mid": 9940.630090055,
"total_value_exit_net": 9938.78156321,
"total_value": 9940.630090055,
"base_cost_quote": 2528.813528755,
"unrealized_pnl_exit_net": -65.9595956
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 2370.2,
"quote_asset_bal": 7465.902516855,
"total_value_mid": 9936.836016855,
"total_value_exit_net": 9934.98281673,
"total_value": 9936.836016855,
"base_cost_quote": 2538.838641955,
"unrealized_pnl_exit_net": -69.75834208
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 2389.5,
"quote_asset_bal": 7445.781717565,
"total_value_mid": 9937.791267565,
"total_value_exit_net": 9935.9222604025,
"total_value": 9937.791267565,
"base_cost_quote": 2558.959441245,
"unrealized_pnl_exit_net": -68.8188984075
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 2389.6,
"quote_asset_bal": 7445.7285996825,
"total_value_mid": 9933.0632396825,
"total_value_exit_net": 9931.1977387025,
"total_value": 9933.0632396825,
"base_cost_quote": 2559.045345625,
"unrealized_pnl_exit_net": -73.576206605
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 2399.3,
"quote_asset_bal": 7435.66546151,
"total_value_mid": 9917.74131151,
"total_value_exit_net": 9915.8797546225,
"total_value": 9917.74131151,
"base_cost_quote": 2569.1185848925,
"unrealized_pnl_exit_net": -88.90429178
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 2418.7,
"quote_asset_bal": 7415.5917875375,
"total_value_mid": 9912.6576675375,
"total_value_exit_net": 9910.7848681275,
"total_value": 9912.6576675375,
"base_cost_quote": 2589.192258865,
"unrealized_pnl_exit_net": -93.999178275
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 2497,
"quote_asset_bal": 7335.175965705,
"total_value_mid": 9890.106365705,
"total_value_exit_net": 9888.190167905,
"total_value": 9890.106365705,
"base_cost_quote": 2669.6495866375,
"unrealized_pnl_exit_net": -116.6353844375
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 2511.7,
"quote_asset_bal": 7320.4443151675,
"total_value_mid": 9906.2394651675,
"total_value_exit_net": 9904.300118805,
"total_value": 9906.2394651675,
"base_cost_quote": 2684.547361595,
"unrealized_pnl_exit_net": -100.6915579575
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 2492.3,
"quote_asset_bal": 7340.53226155,
"total_value_mid": 9921.05968155,
"total_value_exit_net": 9919.124285985,
"total_value": 9921.05968155,
"base_cost_quote": 2664.5105752675,
"unrealized_pnl_exit_net": -85.9185508325
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 2463.2,
"quote_asset_bal": 7370.8001204525,
"total_value_mid": 9930.5575604525,
"total_value_exit_net": 9928.6377423725,
"total_value": 9930.5575604525,
"base_cost_quote": 2634.2840623725,
"unrealized_pnl_exit_net": -76.4464404525
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 2482.6,
"quote_asset_bal": 7350.6652906475,
"total_value_mid": 9926.8593106475,
"total_value_exit_net": 9924.9271651325,
"total_value": 9926.8593106475,
"base_cost_quote": 2654.4188921775,
"unrealized_pnl_exit_net": -80.1570176925
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 2511.7,
"quote_asset_bal": 7320.5945097975,
"total_value_mid": 9911.4130597975,
"total_value_exit_net": 9909.469945885,
"total_value": 9911.4130597975,
"base_cost_quote": 2684.4997959475,
"unrealized_pnl_exit_net": -95.62435986
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 2511.7,
"quote_asset_bal": 7320.5945097975,
"total_value_mid": 9909.6548697975,
"total_value_exit_net": 9907.7130745275,
"total_value": 9909.6548697975,
"base_cost_quote": 2684.4997959475,
"unrealized_pnl_exit_net": -97.3812312175
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 2531.3,
"quote_asset_bal": 7300.4070605575,
"total_value_mid": 9908.9117105575,
"total_value_exit_net": 9906.95533207,
"total_value": 9908.9117105575,
"base_cost_quote": 2704.6872451875,
"unrealized_pnl_exit_net": -98.138973675
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 2521.5,
"quote_asset_bal": 7310.5077181875,
"total_value_mid": 9906.8962681875,
"total_value_exit_net": 9904.948976775,
"total_value": 9906.8962681875,
"base_cost_quote": 2694.6072508575,
"unrealized_pnl_exit_net": -100.16599227
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 2482.6,
"quote_asset_bal": 7350.7407807425,
"total_value_mid": 9923.2109007425,
"total_value_exit_net": 9921.2815481525,
"total_value": 9923.2109007425,
"base_cost_quote": 2654.4150092675,
"unrealized_pnl_exit_net": -83.8742418575
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 2472.9,
"quote_asset_bal": 7360.811783675,
"total_value_mid": 9929.907593675,
"total_value_exit_net": 9927.9807718175,
"total_value": 9929.907593675,
"base_cost_quote": 2644.38448201,
"unrealized_pnl_exit_net": -77.2154938675
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 2434.1,
"quote_asset_bal": 7401.3619186925,
"total_value_mid": 9946.4568786925,
"total_value_exit_net": 9944.5480574725,
"total_value": 9946.4568786925,
"base_cost_quote": 2604.1432937375,
"unrealized_pnl_exit_net": -60.9571549575
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 2395.1,
"quote_asset_bal": 7442.2278552375,
"total_value_mid": 9953.4902052375,
"total_value_exit_net": 9951.606758475,
"total_value": 9953.4902052375,
"base_cost_quote": 2564.0069740575,
"unrealized_pnl_exit_net": -54.62807082
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 2395.1,
"quote_asset_bal": 7442.2278552375,
"total_value_mid": 9952.0531452375,
"total_value_exit_net": 9950.17077627,
"total_value": 9952.0531452375,
"base_cost_quote": 2564.0069740575,
"unrealized_pnl_exit_net": -56.064053025
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 2395.1,
"quote_asset_bal": 7442.2278552375,
"total_value_mid": 9952.7716752375,
"total_value_exit_net": 9950.8887673725,
"total_value": 9952.7716752375,
"base_cost_quote": 2564.0069740575,
"unrealized_pnl_exit_net": -55.3460619225
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 2404.7,
"quote_asset_bal": 7432.1633525175,
"total_value_mid": 9953.4913025175,
"total_value_exit_net": 9951.600306555,
"total_value": 9953.4913025175,
"base_cost_quote": 2574.0714767775,
"unrealized_pnl_exit_net": -54.63452274
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 2423.9,
"quote_asset_bal": 7412.0862259575,
"total_value_mid": 9945.7888959575,
"total_value_exit_net": 9943.888618955,
"total_value": 9945.7888959575,
"base_cost_quote": 2594.1486033375,
"unrealized_pnl_exit_net": -62.34621034
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 2433.5,
"quote_asset_bal": 7402.0639949175,
"total_value_mid": 9943.6113949175,
"total_value_exit_net": 9941.7052343675,
"total_value": 9943.6113949175,
"base_cost_quote": 2604.1708343775,
"unrealized_pnl_exit_net": -64.5295949275
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 2395.1,
"quote_asset_bal": 7442.2712568375,
"total_value_mid": 9958.3238068375,
"total_value_exit_net": 9956.436767425,
"total_value": 9958.3238068375,
"base_cost_quote": 2564.0069740575,
"unrealized_pnl_exit_net": -49.84146347
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 2404.7,
"quote_asset_bal": 7432.2067541175,
"total_value_mid": 9947.0420141175,
"total_value_exit_net": 9945.1558876725,
"total_value": 9947.0420141175,
"base_cost_quote": 2574.0714767775,
"unrealized_pnl_exit_net": -61.1223432225
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 2414.3,
"quote_asset_bal": 7422.1585836375,
"total_value_mid": 9948.9649636375,
"total_value_exit_net": 9947.0698588525,
"total_value": 9948.9649636375,
"base_cost_quote": 2584.1196472575,
"unrealized_pnl_exit_net": -59.2083720425
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 2404.7,
"quote_asset_bal": 7432.2175937175,
"total_value_mid": 9954.5074237175,
"total_value_exit_net": 9952.615706345,
"total_value": 9954.5074237175,
"base_cost_quote": 2574.0714767775,
"unrealized_pnl_exit_net": -53.67336415
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 2375.5,
"quote_asset_bal": 7462.9759875825,
"total_value_mid": 9946.5612375825,
"total_value_exit_net": 9944.698548645,
"total_value": 9946.5612375825,
"base_cost_quote": 2543.8294722725,
"unrealized_pnl_exit_net": -62.10691121
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 2356.3,
"quote_asset_bal": 7483.1318939025,
"total_value_mid": 9963.6089039025,
"total_value_exit_net": 9961.748546145,
"total_value": 9963.6089039025,
"base_cost_quote": 2523.7167990725,
"unrealized_pnl_exit_net": -45.10014683
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 2375.4,
"quote_asset_bal": 7463.025655525,
"total_value_mid": 9958.145815525,
"total_value_exit_net": 9956.274475405,
"total_value": 9958.145815525,
"base_cost_quote": 2543.82303745,
"unrealized_pnl_exit_net": -50.57421757
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 2423.4,
"quote_asset_bal": 7412.804017525,
"total_value_mid": 9933.867037525,
"total_value_exit_net": 9931.97624026,
"total_value": 9933.867037525,
"base_cost_quote": 2594.04467545,
"unrealized_pnl_exit_net": -74.872452715
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 2452.5,
"quote_asset_bal": 7382.525085345,
"total_value_mid": 9928.710585345,
"total_value_exit_net": 9926.80094622,
"total_value": 9928.710585345,
"base_cost_quote": 2624.32360763,
"unrealized_pnl_exit_net": -80.047746755
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 2462.2,
"quote_asset_bal": 7372.45864117,
"total_value_mid": 9924.52894117,
"total_value_exit_net": 9922.614888445,
"total_value": 9924.52894117,
"base_cost_quote": 2634.390051805,
"unrealized_pnl_exit_net": -84.23380453
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 2442.8,
"quote_asset_bal": 7392.6650072625,
"total_value_mid": 9934.6426872625,
"total_value_exit_net": 9932.7362040025,
"total_value": 9934.6426872625,
"base_cost_quote": 2614.2445439975,
"unrealized_pnl_exit_net": -74.1733472575
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 2394.7,
"quote_asset_bal": 7442.966502825,
"total_value_mid": 9954.288392825,
"total_value_exit_net": 9952.4049014075,
"total_value": 9954.288392825,
"base_cost_quote": 2563.9975069625,
"unrealized_pnl_exit_net": -54.55910838
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 2240.8,
"quote_asset_bal": 7605.711997515,
"total_value_mid": 9985.889757515,
"total_value_exit_net": 9984.104624195,
"total_value": 9985.889757515,
"base_cost_quote": 2403.0252082175,
"unrealized_pnl_exit_net": -24.6325815375
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 1962.2,
"quote_asset_bal": 7904.809321325,
"total_value_mid": 10022.808001325,
"total_value_exit_net": 10021.219502315,
"total_value": 10022.808001325,
"base_cost_quote": 2111.2970861,
"unrealized_pnl_exit_net": 5.11309489
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 1989.5,
"quote_asset_bal": 7875.311487555,
"total_value_mid": 10021.385137555,
"total_value_exit_net": 10019.7755823175,
"total_value": 10021.385137555,
"base_cost_quote": 2141.5385001625,
"unrealized_pnl_exit_net": 2.9255946
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 1932.7,
"quote_asset_bal": 7936.86813733,
"total_value_mid": 10031.14185733,
"total_value_exit_net": 10029.57115204,
"total_value": 10031.14185733,
"base_cost_quote": 2081.277968635,
"unrealized_pnl_exit_net": 11.425046075
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 1932.7,
"quote_asset_bal": 7936.86813733,
"total_value_mid": 10029.20915733,
"total_value_exit_net": 10027.639901565,
"total_value": 10029.20915733,
"base_cost_quote": 2081.277968635,
"unrealized_pnl_exit_net": 9.4937956
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 1932.7,
"quote_asset_bal": 7936.86813733,
"total_value_mid": 10035.78033733,
"total_value_exit_net": 10034.20615318,
"total_value": 10035.78033733,
"base_cost_quote": 2081.277968635,
"unrealized_pnl_exit_net": 16.060047215
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 1932.7,
"quote_asset_bal": 7936.9018128625,
"total_value_mid": 10031.9486128625,
"total_value_exit_net": 10030.3773277625,
"total_value": 10031.9486128625,
"base_cost_quote": 2081.2770379375,
"unrealized_pnl_exit_net": 12.1984769625
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 1818.9,
"quote_asset_bal": 8060.957612445,
"total_value_mid": 10046.286962445,
"total_value_exit_net": 10044.7979654325,
"total_value": 10046.286962445,
"base_cost_quote": 1960.431121425,
"unrealized_pnl_exit_net": 23.4092315625
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 1837.3,
"quote_asset_bal": 8040.887390625,
"total_value_mid": 10041.155900625,
"total_value_exit_net": 10039.6556992425,
"total_value": 10041.155900625,
"base_cost_quote": 1980.533466885,
"unrealized_pnl_exit_net": 18.2348417325
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 1855.8,
"quote_asset_bal": 8020.777478845,
"total_value_mid": 10035.805118845,
"total_value_exit_net": 10034.293848115,
"total_value": 10035.805118845,
"base_cost_quote": 2000.654266175,
"unrealized_pnl_exit_net": 12.862103095
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 1855.7,
"quote_asset_bal": 8020.868173195,
"total_value_mid": 10038.941923195,
"total_value_exit_net": 10037.4283678825,
"total_value": 10038.941923195,
"base_cost_quote": 2000.585174395,
"unrealized_pnl_exit_net": 15.9750202925
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 1855.7,
"quote_asset_bal": 8020.868173195,
"total_value_mid": 10038.756353195,
"total_value_exit_net": 10037.24293706,
"total_value": 10038.756353195,
"base_cost_quote": 2000.585174395,
"unrealized_pnl_exit_net": 15.78958947
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 1855.7,
"quote_asset_bal": 8020.868173195,
"total_value_mid": 10039.684203195,
"total_value_exit_net": 10038.1700911725,
"total_value": 10039.684203195,
"base_cost_quote": 2000.585174395,
"unrealized_pnl_exit_net": 16.7167435825
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 1837.3,
"quote_asset_bal": 8040.941307045,
"total_value_mid": 10047.272907045,
"total_value_exit_net": 10045.768158345,
"total_value": 10047.272907045,
"base_cost_quote": 1980.533466885,
"unrealized_pnl_exit_net": 24.293384415
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 1818.9,
"quote_asset_bal": 8061.086371325,
"total_value_mid": 10050.962971325,
"total_value_exit_net": 10049.470563875,
"total_value": 10050.962971325,
"base_cost_quote": 1960.431121425,
"unrealized_pnl_exit_net": 27.953071125
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 1837.3,
"quote_asset_bal": 8041.009805185,
"total_value_mid": 10045.320375185,
"total_value_exit_net": 10043.8171422575,
"total_value": 10045.320375185,
"base_cost_quote": 1980.507687565,
"unrealized_pnl_exit_net": 22.2996495075
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 1865.1,
"quote_asset_bal": 8010.8114033575,
"total_value_mid": 10036.1234933575,
"total_value_exit_net": 10034.60450929,
"total_value": 10036.1234933575,
"base_cost_quote": 2010.7060893925,
"unrealized_pnl_exit_net": 13.08701654
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 1883.7,
"quote_asset_bal": 7990.63642348,
"total_value_mid": 10028.98819348,
"total_value_exit_net": 10027.4594296525,
"total_value": 10028.98819348,
"base_cost_quote": 2030.89198747,
"unrealized_pnl_exit_net": 5.9310187025
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 1893,
"quote_asset_bal": 7980.571860715,
"total_value_mid": 10028.419260715,
"total_value_exit_net": 10026.883375165,
"total_value": 10028.419260715,
"base_cost_quote": 2040.956550235,
"unrealized_pnl_exit_net": 5.354964215
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 1893,
"quote_asset_bal": 7980.571860715,
"total_value_mid": 10031.448060715,
"total_value_exit_net": 10029.909903565,
"total_value": 10031.448060715,
"base_cost_quote": 2040.956550235,
"unrealized_pnl_exit_net": 8.381492615
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 1902.3,
"quote_asset_bal": 7970.5691696875,
"total_value_mid": 10024.8629396875,
"total_value_exit_net": 10023.32221936,
"total_value": 10024.8629396875,
"base_cost_quote": 2050.9810930075,
"unrealized_pnl_exit_net": 1.771956665
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 1893,
"quote_asset_bal": 7980.623293435,
"total_value_mid": 10022.602393435,
"total_value_exit_net": 10021.07090911,
"total_value": 10022.602393435,
"base_cost_quote": 2040.9370055875,
"unrealized_pnl_exit_net": -0.4893899125
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 1911.6,
"quote_asset_bal": 7960.5602474275,
"total_value_mid": 10012.6628474275,
"total_value_exit_net": 10011.1237704775,
"total_value": 10012.6628474275,
"base_cost_quote": 2061.000051595,
"unrealized_pnl_exit_net": -10.436528545
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 1893,
"quote_asset_bal": 7980.6637078375,
"total_value_mid": 10025.6716078375,
"total_value_exit_net": 10024.1378519125,
"total_value": 10025.6716078375,
"base_cost_quote": 2040.9370055875,
"unrealized_pnl_exit_net": 2.5371384875
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 1883.7,
"quote_asset_bal": 7990.7406461125,
"total_value_mid": 10030.2226361125,
"total_value_exit_net": 10028.69302462,
"total_value": 10030.2226361125,
"base_cost_quote": 2030.89198747,
"unrealized_pnl_exit_net": 7.0603910375
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 1883.7,
"quote_asset_bal": 7990.7406461125,
"total_value_mid": 10028.1505661125,
"total_value_exit_net": 10026.6225086725,
"total_value": 10028.1505661125,
"base_cost_quote": 2030.89198747,
"unrealized_pnl_exit_net": 4.98987509
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 1883.7,
"quote_asset_bal": 7990.7406461125,
"total_value_mid": 10029.2807861125,
"total_value_exit_net": 10027.7518810075,
"total_value": 10029.2807861125,
"base_cost_quote": 2030.89198747,
"unrealized_pnl_exit_net": 6.119247425
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 1902.3,
"quote_asset_bal": 7970.6208275575,
"total_value_mid": 10029.4801175575,
"total_value_exit_net": 10027.93597309,
"total_value": 10029.4801175575,
"base_cost_quote": 2051.011806025,
"unrealized_pnl_exit_net": 6.3033395075
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 1902.3,
"quote_asset_bal": 7970.63829412,
"total_value_mid": 10026.07344412,
"total_value_exit_net": 10024.5318677575,
"total_value": 10026.07344412,
"base_cost_quote": 2051.0052911425,
"unrealized_pnl_exit_net": 2.888282495
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 1846.6,
"quote_asset_bal": 8031.16389706,
"total_value_mid": 10044.88119706,
"total_value_exit_net": 10043.370909085,
"total_value": 10044.88119706,
"base_cost_quote": 1990.59834989,
"unrealized_pnl_exit_net": 21.608662135
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 1584.7,
"quote_asset_bal": 8320.12777406,
"total_value_mid": 10070.90433406,
"total_value_exit_net": 10069.59125164,
"total_value": 10070.90433406,
"base_cost_quote": 1708.8941400725,
"unrealized_pnl_exit_net": 40.5693375075
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 1681,
"quote_asset_bal": 8214.2146905525,
"total_value_mid": 10057.7673905525,
"total_value_exit_net": 10056.3847260275,
"total_value": 10057.7673905525,
"base_cost_quote": 1814.3543959875,
"unrealized_pnl_exit_net": 27.8156394875
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 1671.8,
"quote_asset_bal": 8224.3031984925,
"total_value_mid": 10058.9365184925,
"total_value_exit_net": 10057.5605435025,
"total_value": 10058.9365184925,
"base_cost_quote": 1804.2765232475,
"unrealized_pnl_exit_net": 28.9808217625
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 1671.8,
"quote_asset_bal": 8224.3875820425,
"total_value_mid": 10063.2004020425,
"total_value_exit_net": 10061.8212924275,
"total_value": 10063.2004020425,
"base_cost_quote": 1804.2240439175,
"unrealized_pnl_exit_net": 33.2096664675
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 1681.6,
"quote_asset_bal": 8213.853022755,
"total_value_mid": 10048.983102755,
"total_value_exit_net": 10047.606755195,
"total_value": 10048.983102755,
"base_cost_quote": 1814.444153255,
"unrealized_pnl_exit_net": 19.309579185
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 1654,
"quote_asset_bal": 8244.154956495,
"total_value_mid": 10061.073956495,
"total_value_exit_net": 10059.711267245,
"total_value": 10061.073956495,
"base_cost_quote": 1784.238155735,
"unrealized_pnl_exit_net": 31.318155015
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 1673.4,
"quote_asset_bal": 8222.9749055775,
"total_value_mid": 10054.8458855775,
"total_value_exit_net": 10053.4719823425,
"total_value": 10054.8458855775,
"base_cost_quote": 1804.3814819075,
"unrealized_pnl_exit_net": 26.1155948575
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 1465.9,
"quote_asset_bal": 8453.5357733375,
"total_value_mid": 10103.5528133375,
"total_value_exit_net": 10102.3153005575,
"total_value": 10103.5528133375,
"base_cost_quote": 1583.0066552175,
"unrealized_pnl_exit_net": 65.7728720025
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 1475.4,
"quote_asset_bal": 8441.8007449375,
"total_value_mid": 10118.2977649375,
"total_value_exit_net": 10117.0403921725,
"total_value": 10118.2977649375,
"base_cost_quote": 1623.738311065,
"unrealized_pnl_exit_net": 51.50133617
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 1475.4,
"quote_asset_bal": 8441.8007449375,
"total_value_mid": 10115.4945049375,
"total_value_exit_net": 10114.2392346175,
"total_value": 10115.4945049375,
"base_cost_quote": 1623.738311065,
"unrealized_pnl_exit_net": 48.700178615
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 1484.3,
"quote_asset_bal": 8431.708591495,
"total_value_mid": 10114.904791495,
"total_value_exit_net": 10113.642394345,
"total_value": 10114.904791495,
"base_cost_quote": 1633.8304645075,
"unrealized_pnl_exit_net": 48.1033383425
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 1506.2,
"quote_asset_bal": 8406.83756673,
"total_value_mid": 10114.26588673,
"total_value_exit_net": 10112.98531549,
"total_value": 10114.26588673,
"base_cost_quote": 1658.80749324,
"unrealized_pnl_exit_net": 47.34025552
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 1550.7,
"quote_asset_bal": 8356.4828194325,
"total_value_mid": 10106.9129794325,
"total_value_exit_net": 10105.6001568125,
"total_value": 10106.9129794325,
"base_cost_quote": 1709.17295903,
"unrealized_pnl_exit_net": 39.94437835
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 1488.4,
"quote_asset_bal": 8427.1535982875,
"total_value_mid": 10123.1853982875,
"total_value_exit_net": 10121.9133744375,
"total_value": 10123.1853982875,
"base_cost_quote": 1638.587559655,
"unrealized_pnl_exit_net": 56.172216495
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 1506.1,
"quote_asset_bal": 8407.056230065,
"total_value_mid": 10119.341320065,
"total_value_exit_net": 10118.0571062475,
"total_value": 10119.341320065,
"base_cost_quote": 1658.7062073325,
"unrealized_pnl_exit_net": 52.29466885
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 1497.2,
"quote_asset_bal": 8417.17505525,
"total_value_mid": 10122.18641525,
"total_value_exit_net": 10120.90765673,
"total_value": 10122.18641525,
"base_cost_quote": 1648.598021875,
"unrealized_pnl_exit_net": 55.134579605
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 1488.4,
"quote_asset_bal": 8427.19601389,
"total_value_mid": 10123.67433389,
"total_value_exit_net": 10122.40197515,
"total_value": 10123.67433389,
"base_cost_quote": 1638.587559655,
"unrealized_pnl_exit_net": 56.618401605
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 1470.8,
"quote_asset_bal": 8447.27823539,
"total_value_mid": 10130.31467539,
"total_value_exit_net": 10129.05239806,
"total_value": 10130.31467539,
"base_cost_quote": 1618.536692775,
"unrealized_pnl_exit_net": 63.237469895
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 1476.2,
"quote_asset_bal": 8440.4399156575,
"total_value_mid": 10140.5794556575,
"total_value_exit_net": 10139.3043510025,
"total_value": 10140.5794556575,
"base_cost_quote": 1638.4588732125,
"unrealized_pnl_exit_net": 60.4055621325
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 1546.5,
"quote_asset_bal": 8359.99688569,
"total_value_mid": 10116.51158569,
"total_value_exit_net": 10115.194199665,
"total_value": 10116.51158569,
"base_cost_quote": 1718.943541475,
"unrealized_pnl_exit_net": 36.2537725
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 1582,
"quote_asset_bal": 8319.721843715,
"total_value_mid": 10111.653243715,
"total_value_exit_net": 10110.309295165,
"total_value": 10111.653243715,
"base_cost_quote": 1759.26049653,
"unrealized_pnl_exit_net": 31.32695492
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 1555.3,
"quote_asset_bal": 8350.0595734225,
"total_value_mid": 10118.1246134225,
"total_value_exit_net": 10116.7985646425,
"total_value": 10118.1246134225,
"base_cost_quote": 1728.976020195,
"unrealized_pnl_exit_net": 37.762971025
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 1564.2,
"quote_asset_bal": 8339.970928805,
"total_value_mid": 10116.276448805,
"total_value_exit_net": 10114.944219665,
"total_value": 10116.276448805,
"base_cost_quote": 1739.0859869875,
"unrealized_pnl_exit_net": 35.8873038725
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 1564.2,
"quote_asset_bal": 8339.970928805,
"total_value_mid": 10116.432868805,
"total_value_exit_net": 10115.10052235,
"total_value": 10116.432868805,
"base_cost_quote": 1739.0859869875,
"unrealized_pnl_exit_net": 36.0436065575
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 1564.2,
"quote_asset_bal": 8339.970928805,
"total_value_mid": 10113.773728805,
"total_value_exit_net": 10112.443376705,
"total_value": 10113.773728805,
"base_cost_quote": 1739.0859869875,
"unrealized_pnl_exit_net": 33.3864609125
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 1537.7,
"quote_asset_bal": 8370.154554095,
"total_value_mid": 10123.440094095,
"total_value_exit_net": 10122.12512994,
"total_value": 10123.440094095,
"base_cost_quote": 1708.933959915,
"unrealized_pnl_exit_net": 43.03661593
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 1555.3,
"quote_asset_bal": 8350.108881195,
"total_value_mid": 10120.195811195,
"total_value_exit_net": 10118.8682459975,
"total_value": 10120.195811195,
"base_cost_quote": 1728.990110755,
"unrealized_pnl_exit_net": 39.7692540475
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 1573,
"quote_asset_bal": 8329.98401886,
"total_value_mid": 10111.09191886,
"total_value_exit_net": 10109.756087935,
"total_value": 10111.09191886,
"base_cost_quote": 1749.11497309,
"unrealized_pnl_exit_net": 30.657095985
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 1599.7,
"quote_asset_bal": 8299.753874355,
"total_value_mid": 10107.414874355,
"total_value_exit_net": 10106.059128605,
"total_value": 10107.414874355,
"base_cost_quote": 1779.3558067175,
"unrealized_pnl_exit_net": 26.9494475325
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 1581.9,
"quote_asset_bal": 8319.9675630325,
"total_value_mid": 10106.0908530325,
"total_value_exit_net": 10104.751260565,
"total_value": 10106.0908530325,
"base_cost_quote": 1759.184859845,
"unrealized_pnl_exit_net": 25.5988376875
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 1599.7,
"quote_asset_bal": 8299.8705415625,
"total_value_mid": 10104.8120515625,
"total_value_exit_net": 10103.45834543,
"total_value": 10104.8120515625,
"base_cost_quote": 1779.281881315,
"unrealized_pnl_exit_net": 24.3059225525
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 1590.8,
"quote_asset_bal": 8309.92978147,
"total_value_mid": 10109.44274147,
"total_value_exit_net": 10108.09310675,
"total_value": 10109.44274147,
"base_cost_quote": 1769.23337058,
"unrealized_pnl_exit_net": 28.9299547
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 1599.7,
"quote_asset_bal": 8299.8536582625,
"total_value_mid": 10109.1143582625,
"total_value_exit_net": 10107.7574127375,
"total_value": 10109.1143582625,
"base_cost_quote": 1779.3308680275,
"unrealized_pnl_exit_net": 28.5728864475
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 1590.8,
"quote_asset_bal": 8309.9511323475,
"total_value_mid": 10114.0774123475,
"total_value_exit_net": 10112.7243176375,
"total_value": 10114.0774123475,
"base_cost_quote": 1769.26543461,
"unrealized_pnl_exit_net": 33.50775068
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 1599.7,
"quote_asset_bal": 8299.8981293375,
"total_value_mid": 10108.5189493375,
"total_value_exit_net": 10107.1624837225,
"total_value": 10108.5189493375,
"base_cost_quote": 1779.3290866925,
"unrealized_pnl_exit_net": 27.9352676925
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 1644.2,
"quote_asset_bal": 8249.7467321275,
"total_value_mid": 10098.8140521275,
"total_value_exit_net": 10097.4272516375,
"total_value": 10098.8140521275,
"base_cost_quote": 1829.51306647,
"unrealized_pnl_exit_net": 18.16745304
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 1635.3,
"quote_asset_bal": 8259.78843197,
"total_value_mid": 10101.29976197,
"total_value_exit_net": 10099.9186284725,
"total_value": 10101.29976197,
"base_cost_quote": 1819.493057095,
"unrealized_pnl_exit_net": 20.6371394075
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 1635.3,
"quote_asset_bal": 8259.78843197,
"total_value_mid": 10102.11741197,
"total_value_exit_net": 10100.735665235,
"total_value": 10102.11741197,
"base_cost_quote": 1819.493057095,
"unrealized_pnl_exit_net": 21.45417617
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 1653.1,
"quote_asset_bal": 8239.7332718725,
"total_value_mid": 10100.6279418725,
"total_value_exit_net": 10099.23227087,
"total_value": 10100.6279418725,
"base_cost_quote": 1839.5482171925,
"unrealized_pnl_exit_net": 19.950781805
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 1752.7,
"quote_asset_bal": 8128.8179366025,
"total_value_mid": 10074.8407466025,
"total_value_exit_net": 10073.381229495,
"total_value": 10074.8407466025,
"base_cost_quote": 1950.37340379,
"unrealized_pnl_exit_net": -5.8101108975
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 1743.7,
"quote_asset_bal": 8138.7131706525,
"total_value_mid": 10088.6928806525,
"total_value_exit_net": 10087.23039587,
"total_value": 10088.6928806525,
"base_cost_quote": 1940.30709972,
"unrealized_pnl_exit_net": 8.2101254975
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 1761.6,
"quote_asset_bal": 8118.6024400575,
"total_value_mid": 10087.3666000575,
"total_value_exit_net": 10085.8900269375,
"total_value": 10087.3666000575,
"base_cost_quote": 1960.44895479,
"unrealized_pnl_exit_net": 6.83863209
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 1770.6,
"quote_asset_bal": 8108.5186634325,
"total_value_mid": 10088.5806434325,
"total_value_exit_net": 10087.0955969475,
"total_value": 10088.5806434325,
"base_cost_quote": 1970.542819515,
"unrealized_pnl_exit_net": 8.034114
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 1770.6,
"quote_asset_bal": 8108.5629771825,
"total_value_mid": 10083.1360971825,
"total_value_exit_net": 10081.6551673425,
"total_value": 10083.1360971825,
"base_cost_quote": 1970.508593865,
"unrealized_pnl_exit_net": 2.583596295
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 1770.6,
"quote_asset_bal": 8108.5629771825,
"total_value_mid": 10082.7819771825,
"total_value_exit_net": 10081.3013129325,
"total_value": 10082.7819771825,
"base_cost_quote": 1970.508593865,
"unrealized_pnl_exit_net": 2.229741885
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 1770.6,
"quote_asset_bal": 8108.5478976825,
"total_value_mid": 10089.1410576825,
"total_value_exit_net": 10087.6556128125,
"total_value": 10089.1410576825,
"base_cost_quote": 1970.533812765,
"unrealized_pnl_exit_net": 8.573902365
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 1734.6,
"quote_asset_bal": 8148.94466536,
"total_value_mid": 10097.07392536,
"total_value_exit_net": 10095.612828415,
"total_value": 10097.07392536,
"base_cost_quote": 1930.18987749,
"unrealized_pnl_exit_net": 16.478285565
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 1725.7,
"quote_asset_bal": 8158.9701106325,
"total_value_mid": 10106.4225606325,
"total_value_exit_net": 10104.961971295,
"total_value": 10106.4225606325,
"base_cost_quote": 1920.17521212,
"unrealized_pnl_exit_net": 25.8166485425
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 1699,
"quote_asset_bal": 8189.125576795,
"total_value_mid": 10115.621676795,
"total_value_exit_net": 10114.17680472,
"total_value": 10115.621676795,
"base_cost_quote": 1890.0626346125,
"unrealized_pnl_exit_net": 34.9885933125
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 1716.7,
"quote_asset_bal": 8169.19810141,
"total_value_mid": 10108.55409141,
"total_value_exit_net": 10107.0995744175,
"total_value": 10108.55409141,
"base_cost_quote": 1910.1355780375,
"unrealized_pnl_exit_net": 27.76589497
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 1672.2,
"quote_asset_bal": 8219.6277150625,
"total_value_mid": 10118.7452550625,
"total_value_exit_net": 10117.3209169075,
"total_value": 10118.7452550625,
"base_cost_quote": 1859.7808002575,
"unrealized_pnl_exit_net": 37.9124015875
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 1672.2,
"quote_asset_bal": 8219.6277150625,
"total_value_mid": 10116.9058350625,
"total_value_exit_net": 10115.4828764725,
"total_value": 10116.9058350625,
"base_cost_quote": 1859.7808002575,
"unrealized_pnl_exit_net": 36.0743611525
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 1672.2,
"quote_asset_bal": 8219.6277150625,
"total_value_mid": 10120.2502350625,
"total_value_exit_net": 10118.8247681725,
"total_value": 10120.2502350625,
"base_cost_quote": 1859.7808002575,
"unrealized_pnl_exit_net": 39.4162528525
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 1636.5,
"quote_asset_bal": 8260.25673043,
"total_value_mid": 10123.08468043,
"total_value_exit_net": 10121.6875594675,
"total_value": 10123.08468043,
"base_cost_quote": 1819.5318161425,
"unrealized_pnl_exit_net": 41.899012895
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 1663.1,
"quote_asset_bal": 8230.0414559575,
"total_value_mid": 10114.9989959575,
"total_value_exit_net": 10113.5852778025,
"total_value": 10114.9989959575,
"base_cost_quote": 1849.747090615,
"unrealized_pnl_exit_net": 33.79673123
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 1698.8,
"quote_asset_bal": 8189.74568678,
"total_value_mid": 10097.66796678,
"total_value_exit_net": 10096.23702507,
"total_value": 10097.66796678,
"base_cost_quote": 1890.0428597925,
"unrealized_pnl_exit_net": 16.4484784975
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 1663.1,
"quote_asset_bal": 8230.1637882625,
"total_value_mid": 10120.4432482625,
"total_value_exit_net": 10119.0255386675,
"total_value": 10120.4432482625,
"base_cost_quote": 1849.6891972275,
"unrealized_pnl_exit_net": 39.1725531775
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 1672,
"quote_asset_bal": 8220.0805345975,
"total_value_mid": 10115.4597345975,
"total_value_exit_net": 10114.0382001975,
"total_value": 10115.4597345975,
"base_cost_quote": 1859.783132005,
"unrealized_pnl_exit_net": 34.174533595
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 1680.9,
"quote_asset_bal": 8209.999069165,
"total_value_mid": 10112.945959165,
"total_value_exit_net": 10111.5187489975,
"total_value": 10112.945959165,
"base_cost_quote": 1869.8645974375,
"unrealized_pnl_exit_net": 31.655082395
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 1680.9,
"quote_asset_bal": 8209.999069165,
"total_value_mid": 10116.307759165,
"total_value_exit_net": 10114.8780276475,
"total_value": 10116.307759165,
"base_cost_quote": 1869.8645974375,
"unrealized_pnl_exit_net": 35.014361045
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 1601.1,
"quote_asset_bal": 8300.96817113,
"total_value_mid": 10133.74734113,
"total_value_exit_net": 10132.3727567525,
"total_value": 10133.74734113,
"base_cost_quote": 1779.4408704675,
"unrealized_pnl_exit_net": 51.963715155
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 1609.8,
"quote_asset_bal": 8291.0114883,
"total_value_mid": 10122.1589883,
"total_value_exit_net": 10120.785627675,
"total_value": 10122.1589883,
"base_cost_quote": 1789.408190355,
"unrealized_pnl_exit_net": 40.36594902
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 1609.8,
"quote_asset_bal": 8291.0034737,
"total_value_mid": 10128.5901737,
"total_value_exit_net": 10127.211983675,
"total_value": 10128.5901737,
"base_cost_quote": 1789.426684215,
"unrealized_pnl_exit_net": 46.78182576
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 1565.4,
"quote_asset_bal": 8341.82213236,
"total_value_mid": 10133.26589236,
"total_value_exit_net": 10131.92230954,
"total_value": 10133.26589236,
"base_cost_quote": 1739.123144835,
"unrealized_pnl_exit_net": 50.977032345
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 1591.8,
"quote_asset_bal": 8311.71412828,
"total_value_mid": 10123.66006828,
"total_value_exit_net": 10122.301108825,
"total_value": 10123.66006828,
"base_cost_quote": 1769.231148915,
"unrealized_pnl_exit_net": 41.35583163
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 1591.8,
"quote_asset_bal": 8311.71412828,
"total_value_mid": 10125.09268828,
"total_value_exit_net": 10123.73265436,
"total_value": 10125.09268828,
"base_cost_quote": 1769.231148915,
"unrealized_pnl_exit_net": 42.787377165
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 1583,
"quote_asset_bal": 8321.74651834,
"total_value_mid": 10126.84141834,
"total_value_exit_net": 10125.487597165,
"total_value": 10126.84141834,
"base_cost_quote": 1759.209238115,
"unrealized_pnl_exit_net": 44.53184071
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 1583,
"quote_asset_bal": 8321.73836888,
"total_value_mid": 10131.10736888,
"total_value_exit_net": 10129.75034213,
"total_value": 10131.10736888,
"base_cost_quote": 1759.238299895,
"unrealized_pnl_exit_net": 48.773673355
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 1574.2,
"quote_asset_bal": 8331.8215807,
"total_value_mid": 10132.3915407,
"total_value_exit_net": 10131.04111323,
"total_value": 10132.3915407,
"base_cost_quote": 1749.186446655,
"unrealized_pnl_exit_net": 50.033085875
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 1529.8,
"quote_asset_bal": 8382.76910138,
"total_value_mid": 10142.65102138,
"total_value_exit_net": 10141.33110994,
"total_value": 10142.65102138,
"base_cost_quote": 1698.745244105,
"unrealized_pnl_exit_net": 59.816764455
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 1405.7,
"quote_asset_bal": 8525.942911855,
"total_value_mid": 10155.289781855,
"total_value_exit_net": 10154.0677717025,
"total_value": 10155.289781855,
"base_cost_quote": 1563.2511697075,
"unrealized_pnl_exit_net": 64.87369014
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 1431.8,
"quote_asset_bal": 8495.7802506225,
"total_value_mid": 10148.3638106225,
"total_value_exit_net": 10147.1243729525,
"total_value": 10148.3638106225,
"base_cost_quote": 1593.444527755,
"unrealized_pnl_exit_net": 57.899594575
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 1431.8,
"quote_asset_bal": 8495.7802506225,
"total_value_mid": 10147.5047306225,
"total_value_exit_net": 10146.2659372625,
"total_value": 10147.5047306225,
"base_cost_quote": 1593.444527755,
"unrealized_pnl_exit_net": 57.041158885
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 1423.1,
"quote_asset_bal": 8505.8368625025,
"total_value_mid": 10148.9481225025,
"total_value_exit_net": 10147.7157890575,
"total_value": 10148.9481225025,
"base_cost_quote": 1583.3980685575,
"unrealized_pnl_exit_net": 58.4808579975
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 1427.2,
"quote_asset_bal": 8501.0043130675,
"total_value_mid": 10149.9911930675,
"total_value_exit_net": 10148.7544529075,
"total_value": 10149.9911930675,
"base_cost_quote": 1588.498380925,
"unrealized_pnl_exit_net": 59.251758915
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 1462,
"quote_asset_bal": 8460.81238171,
"total_value_mid": 10139.91938171,
"total_value_exit_net": 10138.66005146,
"total_value": 10139.91938171,
"base_cost_quote": 1628.6903122825,
"unrealized_pnl_exit_net": 49.1573574675
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 1470.8,
"quote_asset_bal": 8450.71097633,
"total_value_mid": 10138.74813633,
"total_value_exit_net": 10137.48210846,
"total_value": 10138.74813633,
"base_cost_quote": 1638.8020504025,
"unrealized_pnl_exit_net": 47.9690817275
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 1470.8,
"quote_asset_bal": 8450.75263223,
"total_value_mid": 10143.93759223,
"total_value_exit_net": 10142.66770351,
"total_value": 10143.93759223,
"base_cost_quote": 1638.7914824825,
"unrealized_pnl_exit_net": 53.1235887975
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 145.1,
"quote_asset_bal": 10054.9114199575,
"total_value_mid": 10221.8634799575,
"total_value_exit_net": 10221.7382659125,
"total_value": 10221.8634799575,
"base_cost_quote": 155.912426685,
"unrealized_pnl_exit_net": 10.91441927
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 145.1,
"quote_asset_bal": 10054.9114199575,
"total_value_mid": 10221.8924999575,
"total_value_exit_net": 10221.7672641475,
"total_value": 10221.8924999575,
"base_cost_quote": 155.912426685,
"unrealized_pnl_exit_net": 10.943417505
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 184.6,
"quote_asset_bal": 10009.5654486625,
"total_value_mid": 10221.8923686625,
"total_value_exit_net": 10221.7331234725,
"total_value": 10221.8923686625,
"base_cost_quote": 201.26875844,
"unrealized_pnl_exit_net": 10.89891637
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 297.6,
"quote_asset_bal": 9879.05681428,
"total_value_mid": 10223.85617428,
"total_value_exit_net": 10223.59757476,
"total_value": 10223.85617428,
"base_cost_quote": 331.84890015,
"unrealized_pnl_exit_net": 12.69186033
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 427.9,
"quote_asset_bal": 9727.7122061575,
"total_value_mid": 10224.4613161575,
"total_value_exit_net": 10224.088754325,
"total_value": 10224.4613161575,
"base_cost_quote": 483.22378623,
"unrealized_pnl_exit_net": 13.1527619375
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 518.1,
"quote_asset_bal": 9622.3935254575,
"total_value_mid": 10227.4825154575,
"total_value_exit_net": 10227.028698715,
"total_value": 10227.4825154575,
"base_cost_quote": 588.4684705875,
"unrealized_pnl_exit_net": 16.16670267
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 570,
"quote_asset_bal": 9561.52401454,
"total_value_mid": 10227.91101454,
"total_value_exit_net": 10227.41122429,
"total_value": 10227.91101454,
"base_cost_quote": 648.9125496725,
"unrealized_pnl_exit_net": 16.9746600775
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 656.1,
"quote_asset_bal": 9460.5427750125,
"total_value_mid": 10228.7702650125,
"total_value_exit_net": 10228.194094395,
"total_value": 10228.7702650125,
"base_cost_quote": 749.6807291675,
"unrealized_pnl_exit_net": 17.970590215
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 656.1,
"quote_asset_bal": 9460.5427750125,
"total_value_mid": 10228.9014850125,
"total_value_exit_net": 10228.32521598,
"total_value": 10228.9014850125,
"base_cost_quote": 749.6807291675,
"unrealized_pnl_exit_net": 18.1017118
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 647.6,
"quote_asset_bal": 9470.5023996875,
"total_value_mid": 10230.0076796875,
"total_value_exit_net": 10229.4380507275,
"total_value": 10230.0076796875,
"base_cost_quote": 739.6146252475,
"unrealized_pnl_exit_net": 19.3210257925
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 672.4,
"quote_asset_bal": 9441.1361703425,
"total_value_mid": 10233.4250903425,
"total_value_exit_net": 10232.8308736525,
"total_value": 10233.4250903425,
"base_cost_quote": 769.371095875,
"unrealized_pnl_exit_net": 22.323607435
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 761.3,
"quote_asset_bal": 9336.07574113,
"total_value_mid": 10234.40974113,
"total_value_exit_net": 10233.73599063,
"total_value": 10234.40974113,
"base_cost_quote": 874.934449055,
"unrealized_pnl_exit_net": 22.725800445
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 761.3,
"quote_asset_bal": 9336.087912705,
"total_value_mid": 10234.193522705,
"total_value_exit_net": 10233.5199434975,
"total_value": 10234.193522705,
"base_cost_quote": 874.93274778,
"unrealized_pnl_exit_net": 22.4992830125
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 800,
"quote_asset_bal": 9290.593435835,
"total_value_mid": 10231.793435835,
"total_value_exit_net": 10231.087535835,
"total_value": 10231.793435835,
"base_cost_quote": 920.3308008025,
"unrealized_pnl_exit_net": 20.1632991975
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 800,
"quote_asset_bal": 9290.593435835,
"total_value_mid": 10231.633435835,
"total_value_exit_net": 10230.927655835,
"total_value": 10231.633435835,
"base_cost_quote": 920.3308008025,
"unrealized_pnl_exit_net": 20.0034191975
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 800,
"quote_asset_bal": 9290.593435835,
"total_value_mid": 10231.873435835,
"total_value_exit_net": 10231.167475835,
"total_value": 10231.873435835,
"base_cost_quote": 920.3308008025,
"unrealized_pnl_exit_net": 20.2432391975
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 800,
"quote_asset_bal": 9290.593435835,
"total_value_mid": 10232.593435835,
"total_value_exit_net": 10231.886935835,
"total_value": 10232.593435835,
"base_cost_quote": 920.3308008025,
"unrealized_pnl_exit_net": 20.9626991975
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 808.8,
"quote_asset_bal": 9280.298159735,
"total_value_mid": 10229.182319735,
"total_value_exit_net": 10228.470656615,
"total_value": 10229.182319735,
"base_cost_quote": 930.4123963325,
"unrealized_pnl_exit_net": 17.7601005475
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 834.7,
"quote_asset_bal": 9249.9319131775,
"total_value_mid": 10228.0333731775,
"total_value_exit_net": 10227.2997970825,
"total_value": 10228.0333731775,
"base_cost_quote": 960.6718138875,
"unrealized_pnl_exit_net": 16.6960700175
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 826.2,
"quote_asset_bal": 9259.89408594,
"total_value_mid": 10229.10930594,
"total_value_exit_net": 10228.382394525,
"total_value": 10229.10930594,
"base_cost_quote": 950.6031280325,
"unrealized_pnl_exit_net": 17.8851805525
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 784.1,
"quote_asset_bal": 9309.44862321,
"total_value_mid": 10233.43206321,
"total_value_exit_net": 10232.73907563,
"total_value": 10233.43206321,
"base_cost_quote": 900.2053380175,
"unrealized_pnl_exit_net": 23.0851144025
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 802.1,
"quote_asset_bal": 9288.3810681725,
"total_value_mid": 10231.1694081725,
"total_value_exit_net": 10230.4623169175,
"total_value": 10231.1694081725,
"base_cost_quote": 920.4201677775,
"unrealized_pnl_exit_net": 21.6610809675
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 793.6,
"quote_asset_bal": 9298.36900231,
"total_value_mid": 10231.72196231,
"total_value_exit_net": 10231.02194759,
"total_value": 10231.72196231,
"base_cost_quote": 910.21819203,
"unrealized_pnl_exit_net": 22.43475325
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 785.4,
"quote_asset_bal": 9308.071481125,
"total_value_mid": 10228.560281125,
"total_value_exit_net": 10227.869914525,
"total_value": 10228.560281125,
"base_cost_quote": 900.2053380175,
"unrealized_pnl_exit_net": 19.5930953825
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 820.3,
"quote_asset_bal": 9267.17881563,
"total_value_mid": 10224.87906563,
"total_value_exit_net": 10224.1607904425,
"total_value": 10224.87906563,
"base_cost_quote": 940.5842595125,
"unrealized_pnl_exit_net": 16.3977153
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 854.9,
"quote_asset_bal": 9226.85571597,
"total_value_mid": 10219.82206597,
"total_value_exit_net": 10219.0773412075,
"total_value": 10219.82206597,
"base_cost_quote": 980.9073591725,
"unrealized_pnl_exit_net": 11.314266065
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 855,
"quote_asset_bal": 9226.80905775,
"total_value_mid": 10221.77255775,
"total_value_exit_net": 10221.026335125,
"total_value": 10221.77255775,
"base_cost_quote": 980.773488845,
"unrealized_pnl_exit_net": 13.44378853
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 855,
"quote_asset_bal": 9226.8088707,
"total_value_mid": 10220.4043707,
"total_value_exit_net": 10219.659174075,
"total_value": 10220.4043707,
"base_cost_quote": 980.8039616825,
"unrealized_pnl_exit_net": 12.0463416925
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 846.3,
"quote_asset_bal": 9236.93155299,
"total_value_mid": 10221.17845299,
"total_value_exit_net": 10220.440267815,
"total_value": 10221.17845299,
"base_cost_quote": 970.6922035475,
"unrealized_pnl_exit_net": 12.8165112775
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 846.3,
"quote_asset_bal": 9236.93155299,
"total_value_mid": 10220.67067299,
"total_value_exit_net": 10219.93286865,
"total_value": 10220.67067299,
"base_cost_quote": 970.6922035475,
"unrealized_pnl_exit_net": 12.3091121125
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 846.3,
"quote_asset_bal": 9236.93155299,
"total_value_mid": 10221.43234299,
"total_value_exit_net": 10220.6939673975,
"total_value": 10221.43234299,
"base_cost_quote": 970.6922035475,
"unrealized_pnl_exit_net": 13.07021086
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 829.5,
"quote_asset_bal": 9256.53827346,
"total_value_mid": 10226.30672346,
"total_value_exit_net": 10225.5793971225,
"total_value": 10226.30672346,
"base_cost_quote": 950.6615518175,
"unrealized_pnl_exit_net": 18.379571845
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 804,
"quote_asset_bal": 9286.4502726225,
"total_value_mid": 10230.0246726225,
"total_value_exit_net": 10229.3169918225,
"total_value": 10230.0246726225,
"base_cost_quote": 920.4296749025,
"unrealized_pnl_exit_net": 22.4370442975
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 795.6,
"quote_asset_bal": 9296.342999615,
"total_value_mid": 10232.605079615,
"total_value_exit_net": 10231.902883055,
"total_value": 10232.605079615,
"base_cost_quote": 910.3231206675,
"unrealized_pnl_exit_net": 25.2367627725
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 795.6,
"quote_asset_bal": 9296.342999615,
"total_value_mid": 10230.854759615,
"total_value_exit_net": 10230.153875795,
"total_value": 10230.854759615,
"base_cost_quote": 910.3231206675,
"unrealized_pnl_exit_net": 23.4877555125
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 812.9,
"quote_asset_bal": 9276.036095925,
"total_value_mid": 10230.624565925,
"total_value_exit_net": 10229.9086245725,
"total_value": 10230.624565925,
"base_cost_quote": 930.5233194625,
"unrealized_pnl_exit_net": 23.349209185
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 812.9,
"quote_asset_bal": 9276.036095925,
"total_value_mid": 10230.705855925,
"total_value_exit_net": 10229.989853605,
"total_value": 10230.705855925,
"base_cost_quote": 930.5233194625,
"unrealized_pnl_exit_net": 23.4304382175
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 804.4,
"quote_asset_bal": 9286.0237495625,
"total_value_mid": 10231.8372695625,
"total_value_exit_net": 10231.1279094225,
"total_value": 10231.8372695625,
"base_cost_quote": 920.4288142575,
"unrealized_pnl_exit_net": 24.6753456025
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 830.3,
"quote_asset_bal": 9255.8711520625,
"total_value_mid": 10219.0191520625,
"total_value_exit_net": 10218.2967910625,
"total_value": 10219.0191520625,
"base_cost_quote": 950.5814117575,
"unrealized_pnl_exit_net": 11.8442272425
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 865.1,
"quote_asset_bal": 9215.61708052,
"total_value_mid": 10214.63456052,
"total_value_exit_net": 10213.88529741,
"total_value": 10214.63456052,
"base_cost_quote": 990.8456072725,
"unrealized_pnl_exit_net": 7.4226096175
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 970.8,
"quote_asset_bal": 9094.69100093,
"total_value_mid": 10204.80080093,
"total_value_exit_net": 10203.96821858,
"total_value": 10204.80080093,
"base_cost_quote": 1111.802567005,
"unrealized_pnl_exit_net": -2.525349355
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 1010.3,
"quote_asset_bal": 9049.3857268175,
"total_value_mid": 10202.2390568175,
"total_value_exit_net": 10201.37441682,
"total_value": 10202.2390568175,
"base_cost_quote": 1157.1286861175,
"unrealized_pnl_exit_net": -5.139996115
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 966.4,
"quote_asset_bal": 9099.9621579225,
"total_value_mid": 10218.1835979225,
"total_value_exit_net": 10217.3449318425,
"total_value": 10218.1835979225,
"base_cost_quote": 1106.634533885,
"unrealized_pnl_exit_net": 10.748240035
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 966.4,
"quote_asset_bal": 9099.9621579225,
"total_value_mid": 10218.6667979225,
"total_value_exit_net": 10217.8277694425,
"total_value": 10218.6667979225,
"base_cost_quote": 1106.634533885,
"unrealized_pnl_exit_net": 11.231077635
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 966.4,
"quote_asset_bal": 9099.9621579225,
"total_value_mid": 10218.5701579225,
"total_value_exit_net": 10217.7312019225,
"total_value": 10218.5701579225,
"base_cost_quote": 1106.634533885,
"unrealized_pnl_exit_net": 11.134510115
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 975.1,
"quote_asset_bal": 9089.8974150225,
"total_value_mid": 10219.3557450225,
"total_value_exit_net": 10218.508651275,
"total_value": 10219.3557450225,
"base_cost_quote": 1116.699276785,
"unrealized_pnl_exit_net": 11.9119594675
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 975.1,
"quote_asset_bal": 9089.90757162,
"total_value_mid": 10218.97586162,
"total_value_exit_net": 10218.1290604025,
"total_value": 10218.97586162,
"base_cost_quote": 1116.699276785,
"unrealized_pnl_exit_net": 11.5222119975
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 948.9,
"quote_asset_bal": 9120.248339185,
"total_value_mid": 10226.286179185,
"total_value_exit_net": 10225.456650805,
"total_value": 10226.286179185,
"base_cost_quote": 1086.39890854,
"unrealized_pnl_exit_net": 18.80940308
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 940.7,
"quote_asset_bal": 9129.83776111,
"total_value_mid": 10228.29315111,
"total_value_exit_net": 10227.4693095675,
"total_value": 10228.29315111,
"base_cost_quote": 1076.38616461,
"unrealized_pnl_exit_net": 21.2453838475
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 940.7,
"quote_asset_bal": 9129.83776111,
"total_value_mid": 10225.94140111,
"total_value_exit_net": 10225.11932338,
"total_value": 10225.94140111,
"base_cost_quote": 1076.38616461,
"unrealized_pnl_exit_net": 18.89539766
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 932.1,
"quote_asset_bal": 9139.85025036,
"total_value_mid": 10229.38194036,
"total_value_exit_net": 10228.5647915925,
"total_value": 10229.38194036,
"base_cost_quote": 1066.3979991,
"unrealized_pnl_exit_net": 22.3165421325
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 940.7,
"quote_asset_bal": 9129.79630304,
"total_value_mid": 10227.40506304,
"total_value_exit_net": 10226.58185647,
"total_value": 10227.40506304,
"base_cost_quote": 1076.475411495,
"unrealized_pnl_exit_net": 20.310141935
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 958.2,
"quote_asset_bal": 9109.457247035,
"total_value_mid": 10222.214907035,
"total_value_exit_net": 10221.38033879,
"total_value": 10222.214907035,
"base_cost_quote": 1096.6024454575,
"unrealized_pnl_exit_net": 15.3206462975
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 941.1,
"quote_asset_bal": 9129.3866409125,
"total_value_mid": 10229.2502109125,
"total_value_exit_net": 10228.425313235,
"total_value": 10229.2502109125,
"base_cost_quote": 1076.4831573,
"unrealized_pnl_exit_net": 22.5555150225
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 863.5,
"quote_asset_bal": 9220.5046455675,
"total_value_mid": 10236.3260455675,
"total_value_exit_net": 10235.5641795175,
"total_value": 10236.3260455675,
"base_cost_quote": 985.56874259,
"unrealized_pnl_exit_net": 29.49079136
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 906.5,
"quote_asset_bal": 9170.1930601575,
"total_value_mid": 10225.3590601575,
"total_value_exit_net": 10224.5676856575,
"total_value": 10225.3590601575,
"base_cost_quote": 1035.880328,
"unrealized_pnl_exit_net": 18.4942975
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 889.6,
"quote_asset_bal": 9189.932161375,
"total_value_mid": 10229.696641375,
"total_value_exit_net": 10228.916818015,
"total_value": 10229.696641375,
"base_cost_quote": 1015.822996275,
"unrealized_pnl_exit_net": 23.161660365
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 889.6,
"quote_asset_bal": 9189.932161375,
"total_value_mid": 10228.718081375,
"total_value_exit_net": 10227.938991935,
"total_value": 10228.718081375,
"base_cost_quote": 1015.822996275,
"unrealized_pnl_exit_net": 22.183834285
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 889.6,
"quote_asset_bal": 9189.932161375,
"total_value_mid": 10230.319361375,
"total_value_exit_net": 10229.539070975,
"total_value": 10230.319361375,
"base_cost_quote": 1015.822996275,
"unrealized_pnl_exit_net": 23.783913325
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 906.8,
"quote_asset_bal": 9169.858477395,
"total_value_mid": 10227.096597395,
"total_value_exit_net": 10226.303668805,
"total_value": 10227.096597395,
"base_cost_quote": 1035.896680255,
"unrealized_pnl_exit_net": 20.548511155
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 906.8,
"quote_asset_bal": 9169.858477395,
"total_value_mid": 10225.464357395,
"total_value_exit_net": 10224.672652985,
"total_value": 10225.464357395,
"base_cost_quote": 1035.896680255,
"unrealized_pnl_exit_net": 18.917495335
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 906.9,
"quote_asset_bal": 9169.7526863825,
"total_value_mid": 10226.1098063825,
"total_value_exit_net": 10225.3175385425,
"total_value": 10226.1098063825,
"base_cost_quote": 1035.896680255,
"unrealized_pnl_exit_net": 19.668171905
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 915.5,
"quote_asset_bal": 9159.7433850325,
"total_value_mid": 10223.1881850325,
"total_value_exit_net": 10222.3906014325,
"total_value": 10223.1881850325,
"base_cost_quote": 1045.905981605,
"unrealized_pnl_exit_net": 16.741234795
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 873.2,
"quote_asset_bal": 9209.3462236425,
"total_value_mid": 10238.9363436425,
"total_value_exit_net": 10238.1641510525,
"total_value": 10238.9363436425,
"base_cost_quote": 995.57804394,
"unrealized_pnl_exit_net": 33.23988347
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 873.2,
"quote_asset_bal": 9209.3462236425,
"total_value_mid": 10238.3251036425,
"total_value_exit_net": 10237.5533694825,
"total_value": 10238.3251036425,
"base_cost_quote": 995.57804394,
"unrealized_pnl_exit_net": 32.6291019
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 881.8,
"quote_asset_bal": 9199.2293416675,
"total_value_mid": 10232.7871216675,
"total_value_exit_net": 10232.0119533325,
"total_value": 10232.7871216675,
"base_cost_quote": 1005.694925915,
"unrealized_pnl_exit_net": 27.08768575
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 899.2,
"quote_asset_bal": 9178.8812166525,
"total_value_mid": 10222.4927366525,
"total_value_exit_net": 10221.7100280125,
"total_value": 10222.4927366525,
"base_cost_quote": 1025.93731633,
"unrealized_pnl_exit_net": 16.89149503
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 907.7,
"quote_asset_bal": 9168.9761334875,
"total_value_mid": 10225.2666234875,
"total_value_exit_net": 10224.47440562,
"total_value": 10225.2666234875,
"base_cost_quote": 1035.87516413,
"unrealized_pnl_exit_net": 19.6231080025
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 916.4,
"quote_asset_bal": 9158.8845306425,
"total_value_mid": 10225.7574106425,
"total_value_exit_net": 10224.9572559825,
"total_value": 10225.7574106425,
"base_cost_quote": 1045.9877929175,
"unrealized_pnl_exit_net": 20.0849324225
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 899.3,
"quote_asset_bal": 9178.79606373,
"total_value_mid": 10228.99860373,
"total_value_exit_net": 10228.210951825,
"total_value": 10228.99860373,
"base_cost_quote": 1025.875329875,
"unrealized_pnl_exit_net": 23.53955822
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 899.4,
"quote_asset_bal": 9178.6900470675,
"total_value_mid": 10228.5596670675,
"total_value_exit_net": 10227.7722648525,
"total_value": 10228.5596670675,
"base_cost_quote": 1025.875329875,
"unrealized_pnl_exit_net": 23.20688791
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 899.4,
"quote_asset_bal": 9178.6900470675,
"total_value_mid": 10228.1099670675,
"total_value_exit_net": 10227.3229021275,
"total_value": 10228.1099670675,
"base_cost_quote": 1025.875329875,
"unrealized_pnl_exit_net": 22.757525185
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 899.4,
"quote_asset_bal": 9178.6900470675,
"total_value_mid": 10229.4590670675,
"total_value_exit_net": 10228.6709903025,
"total_value": 10229.4590670675,
"base_cost_quote": 1025.875329875,
"unrealized_pnl_exit_net": 24.10561336
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 891,
"quote_asset_bal": 9188.4961052375,
"total_value_mid": 10232.2135052375,
"total_value_exit_net": 10231.4307171875,
"total_value": 10232.2135052375,
"base_cost_quote": 1015.85656143,
"unrealized_pnl_exit_net": 27.07805052
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 908.3,
"quote_asset_bal": 9168.321469095,
"total_value_mid": 10225.310179095,
"total_value_exit_net": 10224.5174375625,
"total_value": 10225.310179095,
"base_cost_quote": 1035.936269925,
"unrealized_pnl_exit_net": 20.2596985425
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 899.9,
"quote_asset_bal": 9178.1513296725,
"total_value_mid": 10226.8047996725,
"total_value_exit_net": 10226.01830957,
"total_value": 10226.8047996725,
"base_cost_quote": 1025.90545245,
"unrealized_pnl_exit_net": 21.9615274475
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 908.5,
"quote_asset_bal": 9168.1187909075,
"total_value_mid": 10226.7029909075,
"total_value_exit_net": 10225.9090527575,
"total_value": 10226.7029909075,
"base_cost_quote": 1035.937991215,
"unrealized_pnl_exit_net": 21.852270635
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 883.1,
"quote_asset_bal": 9197.85126565,
"total_value_mid": 10231.69643565,
"total_value_exit_net": 10230.9210517725,
"total_value": 10231.69643565,
"base_cost_quote": 1005.78012977,
"unrealized_pnl_exit_net": 27.2896563525
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 883.1,
"quote_asset_bal": 9197.85126565,
"total_value_mid": 10230.98995565,
"total_value_exit_net": 10230.2151016325,
"total_value": 10230.98995565,
"base_cost_quote": 1005.78012977,
"unrealized_pnl_exit_net": 26.5837062125
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 891.7,
"quote_asset_bal": 9187.772252055,
"total_value_mid": 10231.952952055,
"total_value_exit_net": 10231.16981653,
"total_value": 10231.952952055,
"base_cost_quote": 1015.859143365,
"unrealized_pnl_exit_net": 27.53842111
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 874.7,
"quote_asset_bal": 9207.732270805,
"total_value_mid": 10236.729350805,
"total_value_exit_net": 10235.957602995,
"total_value": 10236.729350805,
"base_cost_quote": 995.685624565,
"unrealized_pnl_exit_net": 32.539707625
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 883.3,
"quote_asset_bal": 9197.62915915,
"total_value_mid": 10230.91349915,
"total_value_exit_net": 10230.138535895,
"total_value": 10230.91349915,
"base_cost_quote": 1005.78873622,
"unrealized_pnl_exit_net": 26.720640525
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 900.6,
"quote_asset_bal": 9177.35518562,
"total_value_mid": 10231.14724562,
"total_value_exit_net": 10230.356901575,
"total_value": 10231.14724562,
"base_cost_quote": 1025.956230505,
"unrealized_pnl_exit_net": 27.04548545
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 900.8,
"quote_asset_bal": 9177.142385085,
"total_value_mid": 10233.780785085,
"total_value_exit_net": 10232.988306285,
"total_value": 10233.780785085,
"base_cost_quote": 1025.956230505,
"unrealized_pnl_exit_net": 29.889690695
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 892.4,
"quote_asset_bal": 9187.00640299,
"total_value_mid": 10234.68400299,
"total_value_exit_net": 10233.89824479,
"total_value": 10234.68400299,
"base_cost_quote": 1015.8789382,
"unrealized_pnl_exit_net": 31.0129036
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 875.4,
"quote_asset_bal": 9206.9859570775,
"total_value_mid": 10236.7189770775,
"total_value_exit_net": 10235.9466773125,
"total_value": 10236.7189770775,
"base_cost_quote": 995.685624565,
"unrealized_pnl_exit_net": 33.27509567
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 875.4,
"quote_asset_bal": 9206.9859570775,
"total_value_mid": 10233.3924570775,
"total_value_exit_net": 10232.6226522025,
"total_value": 10233.3924570775,
"base_cost_quote": 995.685624565,
"unrealized_pnl_exit_net": 29.95107056
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 875.5,
"quote_asset_bal": 9206.8790265325,
"total_value_mid": 10236.1168265325,
"total_value_exit_net": 10235.3448981825,
"total_value": 10236.1168265325,
"base_cost_quote": 995.685624565,
"unrealized_pnl_exit_net": 32.780247085
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 913,
"quote_asset_bal": 9162.16563676,
"total_value_mid": 10245.16623676,
"total_value_exit_net": 10244.35398631,
"total_value": 10245.16623676,
"base_cost_quote": 1041.05336487,
"unrealized_pnl_exit_net": 41.13498468
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 963.3,
"quote_asset_bal": 9102.2898628775,
"total_value_mid": 10241.1031228775,
"total_value_exit_net": 10240.2490129325,
"total_value": 10241.1031228775,
"base_cost_quote": 1101.66166703,
"unrealized_pnl_exit_net": 36.297483025
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 997.3,
"quote_asset_bal": 9062.1587291525,
"total_value_mid": 10237.8756991525,
"total_value_exit_net": 10236.993911425,
"total_value": 10237.8756991525,
"base_cost_quote": 1141.803250655,
"unrealized_pnl_exit_net": 33.0319316175
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 1014.5,
"quote_asset_bal": 9041.9361535875,
"total_value_mid": 10231.7417535875,
"total_value_exit_net": 10230.8493993875,
"total_value": 10231.7417535875,
"base_cost_quote": 1162.02582622,
"unrealized_pnl_exit_net": 26.88741958
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 1014.5,
"quote_asset_bal": 9041.9361535875,
"total_value_mid": 10231.6403035875,
"total_value_exit_net": 10230.748025475,
"total_value": 10231.6403035875,
"base_cost_quote": 1162.02582622,
"unrealized_pnl_exit_net": 26.7860456675
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 1014.5,
"quote_asset_bal": 9041.9361535875,
"total_value_mid": 10231.7417535875,
"total_value_exit_net": 10230.8493993875,
"total_value": 10231.7417535875,
"base_cost_quote": 1162.02582622,
"unrealized_pnl_exit_net": 26.88741958
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 997.6,
"quote_asset_bal": 9061.837881105,
"total_value_mid": 10237.010681105,
"total_value_exit_net": 10236.129301505,
"total_value": 10237.010681105,
"base_cost_quote": 1141.803250655,
"unrealized_pnl_exit_net": 32.488169745
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 997.6,
"quote_asset_bal": 9061.8270905675,
"total_value_mid": 10239.3941305675,
"total_value_exit_net": 10238.5109552875,
"total_value": 10239.3941305675,
"base_cost_quote": 1141.8245165925,
"unrealized_pnl_exit_net": 34.8593481275
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 1006.2,
"quote_asset_bal": 9051.7257002025,
"total_value_mid": 10232.6020202025,
"total_value_exit_net": 10231.7163629625,
"total_value": 10232.6020202025,
"base_cost_quote": 1151.9259069575,
"unrealized_pnl_exit_net": 28.0647558025
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 1040.6,
"quote_asset_bal": 9011.5439064425,
"total_value_mid": 10223.9469664425,
"total_value_exit_net": 10223.0376641475,
"total_value": 10223.9469664425,
"base_cost_quote": 1192.1077007175,
"unrealized_pnl_exit_net": 19.3860569875
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 1032.1,
"quote_asset_bal": 9021.46361108,
"total_value_mid": 10227.05962108,
"total_value_exit_net": 10226.1554240725,
"total_value": 10227.05962108,
"base_cost_quote": 1182.0820471125,
"unrealized_pnl_exit_net": 22.60976588
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 1032.1,
"quote_asset_bal": 9021.46361108,
"total_value_mid": 10227.05962108,
"total_value_exit_net": 10226.1554240725,
"total_value": 10227.05962108,
"base_cost_quote": 1182.0820471125,
"unrealized_pnl_exit_net": 22.60976588
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 1023.6,
"quote_asset_bal": 9031.39435743,
"total_value_mid": 10228.80163743,
"total_value_exit_net": 10227.90358197,
"total_value": 10228.80163743,
"base_cost_quote": 1172.0452051225,
"unrealized_pnl_exit_net": 24.4640194175
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 1015.3,
"quote_asset_bal": 9041.1065414025,
"total_value_mid": 10231.4442614025,
"total_value_exit_net": 10230.5515081125,
"total_value": 10231.4442614025,
"base_cost_quote": 1162.0135270025,
"unrealized_pnl_exit_net": 27.4314397075
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 1006.8,
"quote_asset_bal": 9051.08740014,
"total_value_mid": 10232.36584014,
"total_value_exit_net": 10231.47988131,
"total_value": 10232.36584014,
"base_cost_quote": 1151.9259069575,
"unrealized_pnl_exit_net": 28.4665742125
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 1024.1,
"quote_asset_bal": 9030.7639072625,
"total_value_mid": 10232.7500772625,
"total_value_exit_net": 10231.848587635,
"total_value": 10232.7500772625,
"base_cost_quote": 1172.1424580075,
"unrealized_pnl_exit_net": 28.942222365
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 1041.3,
"quote_asset_bal": 9010.6076013625,
"total_value_mid": 10231.8442413625,
"total_value_exit_net": 10230.9283138825,
"total_value": 10231.8442413625,
"base_cost_quote": 1192.2987639075,
"unrealized_pnl_exit_net": 28.0219486125
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 1007.3,
"quote_asset_bal": 9050.5361324875,
"total_value_mid": 10234.3150924875,
"total_value_exit_net": 10233.4272582675,
"total_value": 10234.3150924875,
"base_cost_quote": 1151.9431198575,
"unrealized_pnl_exit_net": 30.9480059225
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 1007.3,
"quote_asset_bal": 9050.5361324875,
"total_value_mid": 10235.9267724875,
"total_value_exit_net": 10235.0377295075,
"total_value": 10235.9267724875,
"base_cost_quote": 1151.9431198575,
"unrealized_pnl_exit_net": 32.5584771625
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 990.3,
"quote_asset_bal": 9070.6119488625,
"total_value_mid": 10234.6105688625,
"total_value_exit_net": 10233.7375698975,
"total_value": 10234.6105688625,
"base_cost_quote": 1131.78103963,
"unrealized_pnl_exit_net": 31.344581405
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 1008,
"quote_asset_bal": 9049.8529961075,
"total_value_mid": 10232.6401961075,
"total_value_exit_net": 10231.7531057075,
"total_value": 10232.6401961075,
"base_cost_quote": 1152.00619713,
"unrealized_pnl_exit_net": 29.89391247
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 1033.8,
"quote_asset_bal": 9019.7071836925,
"total_value_mid": 10224.0841836925,
"total_value_exit_net": 10223.1809009425,
"total_value": 10224.0841836925,
"base_cost_quote": 1182.152009545,
"unrealized_pnl_exit_net": 21.321707705
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 1059.8,
"quote_asset_bal": 8989.465709585,
"total_value_mid": 10221.801149585,
"total_value_exit_net": 10220.876898005,
"total_value": 10221.801149585,
"base_cost_quote": 1212.3934836525,
"unrealized_pnl_exit_net": 19.0177047675
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 1085.9,
"quote_asset_bal": 8959.229689565,
"total_value_mid": 10214.964449565,
"total_value_exit_net": 10214.022648495,
"total_value": 10214.964449565,
"base_cost_quote": 1242.6295036725,
"unrealized_pnl_exit_net": 12.1634552575
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 1576.6,
"quote_asset_bal": 8410.5202814475,
"total_value_mid": 10213.5200414475,
"total_value_exit_net": 10212.1677916275,
"total_value": 10213.5200414475,
"base_cost_quote": 1795.51730876,
"unrealized_pnl_exit_net": 6.13020142
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 1611.7,
"quote_asset_bal": 8370.35958807,
"total_value_mid": 10211.40449807,
"total_value_exit_net": 10210.0237143875,
"total_value": 10211.40449807,
"base_cost_quote": 1835.8341337175,
"unrealized_pnl_exit_net": 3.8299926
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 1593.9,
"quote_asset_bal": 8390.7846925425,
"total_value_mid": 10235.4051625425,
"total_value_exit_net": 10234.02169719,
"total_value": 10235.4051625425,
"base_cost_quote": 1815.737842795,
"unrealized_pnl_exit_net": 27.4991618525
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 1584.8,
"quote_asset_bal": 8401.31686022,
"total_value_mid": 10231.76086022,
"total_value_exit_net": 10230.38802722,
"total_value": 10231.76086022,
"base_cost_quote": 1805.5978935325,
"unrealized_pnl_exit_net": 23.4732734675
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 1584.8,
"quote_asset_bal": 8401.3316399975,
"total_value_mid": 10238.4317999975,
"total_value_exit_net": 10237.0539748775,
"total_value": 10238.4317999975,
"base_cost_quote": 1805.6135652775,
"unrealized_pnl_exit_net": 30.1087696025
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 1531.9,
"quote_asset_bal": 8462.772554725,
"total_value_mid": 10244.985014725,
"total_value_exit_net": 10243.64835538,
"total_value": 10244.985014725,
"base_cost_quote": 1745.0518980675,
"unrealized_pnl_exit_net": 35.8239025875
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 1461.9,
"quote_asset_bal": 8544.413480875,
"total_value_mid": 10252.789820875,
"total_value_exit_net": 10251.50853862,
"total_value": 10252.789820875,
"base_cost_quote": 1664.670627295,
"unrealized_pnl_exit_net": 42.42443045
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 1479,
"quote_asset_bal": 8524.4703821925,
"total_value_mid": 10244.8431821925,
"total_value_exit_net": 10243.5529025925,
"total_value": 10244.8431821925,
"base_cost_quote": 1684.74393099,
"unrealized_pnl_exit_net": 34.33858941
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 1479,
"quote_asset_bal": 8524.4703821925,
"total_value_mid": 10244.3994821925,
"total_value_exit_net": 10243.1095353675,
"total_value": 10244.3994821925,
"base_cost_quote": 1684.74393099,
"unrealized_pnl_exit_net": 33.895222185
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 1479,
"quote_asset_bal": 8524.4703821925,
"total_value_mid": 10246.3221821925,
"total_value_exit_net": 10245.0307933425,
"total_value": 10246.3221821925,
"base_cost_quote": 1684.74393099,
"unrealized_pnl_exit_net": 35.81648016
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 1470.5,
"quote_asset_bal": 8534.3790451175,
"total_value_mid": 10245.4528451175,
"total_value_exit_net": 10244.1695397675,
"total_value": 10245.4528451175,
"base_cost_quote": 1674.72946577,
"unrealized_pnl_exit_net": 35.06102888
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 1496.5,
"quote_asset_bal": 8504.1332878,
"total_value_mid": 10239.3250378,
"total_value_exit_net": 10238.0236439875,
"total_value": 10239.3250378,
"base_cost_quote": 1704.9752230875,
"unrealized_pnl_exit_net": 28.9151331
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 1496.5,
"quote_asset_bal": 8504.1433752325,
"total_value_mid": 10240.3826752325,
"total_value_exit_net": 10239.0804957575,
"total_value": 10240.3826752325,
"base_cost_quote": 1704.9752230875,
"unrealized_pnl_exit_net": 29.9618974375
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 1496.5,
"quote_asset_bal": 8504.1433752325,
"total_value_mid": 10241.8791752325,
"total_value_exit_net": 10240.5758733825,
"total_value": 10241.8791752325,
"base_cost_quote": 1704.9752230875,
"unrealized_pnl_exit_net": 31.4572750625
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 1487.8,
"quote_asset_bal": 8514.25997209,
"total_value_mid": 10243.23235209,
"total_value_exit_net": 10241.935622805,
"total_value": 10243.23235209,
"base_cost_quote": 1694.86955952,
"unrealized_pnl_exit_net": 32.806091195
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 1487.8,
"quote_asset_bal": 8514.25997209,
"total_value_mid": 10243.67869209,
"total_value_exit_net": 10242.38162805,
"total_value": 10243.67869209,
"base_cost_quote": 1694.86955952,
"unrealized_pnl_exit_net": 33.25209644
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 1487.8,
"quote_asset_bal": 8514.25997209,
"total_value_mid": 10244.57137209,
"total_value_exit_net": 10243.27363854,
"total_value": 10244.57137209,
"base_cost_quote": 1694.86955952,
"unrealized_pnl_exit_net": 34.14410693
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 1487.8,
"quote_asset_bal": 8514.25997209,
"total_value_mid": 10247.54697209,
"total_value_exit_net": 10246.24700684,
"total_value": 10247.54697209,
"base_cost_quote": 1694.86955952,
"unrealized_pnl_exit_net": 37.11747523
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 1479.1,
"quote_asset_bal": 8524.391347855,
"total_value_mid": 10246.507477855,
"total_value_exit_net": 10245.2158907575,
"total_value": 10246.507477855,
"base_cost_quote": 1684.74909486,
"unrealized_pnl_exit_net": 36.0754480425
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 1496.5,
"quote_asset_bal": 8504.188727245,
"total_value_mid": 10239.530127245,
"total_value_exit_net": 10238.228621195,
"total_value": 10239.530127245,
"base_cost_quote": 1704.95171547,
"unrealized_pnl_exit_net": 29.08817848
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 1505.2,
"quote_asset_bal": 8494.15409026,
"total_value_mid": 10234.61685026,
"total_value_exit_net": 10233.31150319,
"total_value": 10234.61685026,
"base_cost_quote": 1714.9964333625,
"unrealized_pnl_exit_net": 24.1609795675
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.111984325,
"total_value_mid": 10231.909534325,
"total_value_exit_net": 10230.5986861625,
"total_value": 10231.909534325,
"base_cost_quote": 1725.0385392975,
"unrealized_pnl_exit_net": 21.44816254
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.111984325,
"total_value_mid": 10232.515094325,
"total_value_exit_net": 10231.2037919925,
"total_value": 10232.515094325,
"base_cost_quote": 1725.0385392975,
"unrealized_pnl_exit_net": 22.05326837
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.111984325,
"total_value_mid": 10229.790074325,
"total_value_exit_net": 10228.4808157575,
"total_value": 10229.790074325,
"base_cost_quote": 1725.0385392975,
"unrealized_pnl_exit_net": 19.330292135
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 1522.6,
"quote_asset_bal": 8474.08380883,
"total_value_mid": 10227.96674883,
"total_value_exit_net": 10226.651336625,
"total_value": 10227.96674883,
"base_cost_quote": 1735.0667147925,
"unrealized_pnl_exit_net": 17.5008130025
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 1531.3,
"quote_asset_bal": 8464.0756583425,
"total_value_mid": 10221.8549283425,
"total_value_exit_net": 10220.53659389,
"total_value": 10221.8549283425,
"base_cost_quote": 1745.07486528,
"unrealized_pnl_exit_net": 11.3860702675
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 1540.1,
"quote_asset_bal": 8453.9639202225,
"total_value_mid": 10223.5388202225,
"total_value_exit_net": 10222.2116390475,
"total_value": 10223.5388202225,
"base_cost_quote": 1755.1866034,
"unrealized_pnl_exit_net": 13.061115425
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.142719135,
"total_value_mid": 10232.697219135,
"total_value_exit_net": 10231.38580326,
"total_value": 10232.697219135,
"base_cost_quote": 1725.0385392975,
"unrealized_pnl_exit_net": 22.2045448275
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 1505.2,
"quote_asset_bal": 8494.178991285,
"total_value_mid": 10236.146951285,
"total_value_exit_net": 10234.840475315,
"total_value": 10236.146951285,
"base_cost_quote": 1715.0225529375,
"unrealized_pnl_exit_net": 25.6389310925
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 1505.2,
"quote_asset_bal": 8494.178991285,
"total_value_mid": 10235.695391285,
"total_value_exit_net": 10234.389253985,
"total_value": 10235.695391285,
"base_cost_quote": 1715.0225529375,
"unrealized_pnl_exit_net": 25.1877097625
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 1505.2,
"quote_asset_bal": 8494.178991285,
"total_value_mid": 10231.932391285,
"total_value_exit_net": 10230.629076235,
"total_value": 10231.932391285,
"base_cost_quote": 1715.0225529375,
"unrealized_pnl_exit_net": 21.4275320125
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.121213605,
"total_value_mid": 10234.038223605,
"total_value_exit_net": 10232.7257858475,
"total_value": 10234.038223605,
"base_cost_quote": 1725.0803306175,
"unrealized_pnl_exit_net": 23.524241625
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 1505.2,
"quote_asset_bal": 8494.1891270025,
"total_value_mid": 10237.8128070025,
"total_value_exit_net": 10236.5050892425,
"total_value": 10237.8128070025,
"base_cost_quote": 1715.0225529375,
"unrealized_pnl_exit_net": 27.2934093025
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 1505.2,
"quote_asset_bal": 8494.1891270025,
"total_value_mid": 10237.9633270025,
"total_value_exit_net": 10236.6554963525,
"total_value": 10237.9633270025,
"base_cost_quote": 1715.0225529375,
"unrealized_pnl_exit_net": 27.4438164125
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 1479.1,
"quote_asset_bal": 8524.493711505,
"total_value_mid": 10244.243281505,
"total_value_exit_net": 10242.9534693275,
"total_value": 10244.243281505,
"base_cost_quote": 1684.74909486,
"unrealized_pnl_exit_net": 33.7106629625
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 1487.8,
"quote_asset_bal": 8514.3758588025,
"total_value_mid": 10243.1994588025,
"total_value_exit_net": 10241.9028411025,
"total_value": 10243.1994588025,
"base_cost_quote": 1694.8669475625,
"unrealized_pnl_exit_net": 32.6600347375
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 1487.8,
"quote_asset_bal": 8514.3758588025,
"total_value_mid": 10238.7360588025,
"total_value_exit_net": 10237.4427886525,
"total_value": 10238.7360588025,
"base_cost_quote": 1694.8669475625,
"unrealized_pnl_exit_net": 28.1999822875
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 1496.5,
"quote_asset_bal": 8504.2745484975,
"total_value_mid": 10242.6089484975,
"total_value_exit_net": 10241.3051976975,
"total_value": 10242.6089484975,
"base_cost_quote": 1704.9682578675,
"unrealized_pnl_exit_net": 32.0623913325
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 1496.5,
"quote_asset_bal": 8504.2745484975,
"total_value_mid": 10242.0103484975,
"total_value_exit_net": 10240.7070466475,
"total_value": 10242.0103484975,
"base_cost_quote": 1704.9682578675,
"unrealized_pnl_exit_net": 31.4642402825
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 1505.2,
"quote_asset_bal": 8494.1854273275,
"total_value_mid": 10237.9596273275,
"total_value_exit_net": 10236.6517966775,
"total_value": 10237.9596273275,
"base_cost_quote": 1715.0573790375,
"unrealized_pnl_exit_net": 27.4089903125
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.1276496475,
"total_value_mid": 10232.2279796475,
"total_value_exit_net": 10230.9169044,
"total_value": 10232.2279796475,
"base_cost_quote": 1725.1151567175,
"unrealized_pnl_exit_net": 21.674098035
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 1522.6,
"quote_asset_bal": 8474.08119045,
"total_value_mid": 10231.16159045,
"total_value_exit_net": 10229.84378015,
"total_value": 10231.16159045,
"base_cost_quote": 1735.161615915,
"unrealized_pnl_exit_net": 20.600973785
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 1522.6,
"quote_asset_bal": 8474.1110560275,
"total_value_mid": 10227.6894760275,
"total_value_exit_net": 10226.3742922125,
"total_value": 10227.6894760275,
"base_cost_quote": 1735.1520387375,
"unrealized_pnl_exit_net": 17.1111974475
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 1522.6,
"quote_asset_bal": 8474.1110560275,
"total_value_mid": 10226.9281760275,
"total_value_exit_net": 10225.6135631875,
"total_value": 10226.9281760275,
"base_cost_quote": 1735.1520387375,
"unrealized_pnl_exit_net": 16.3504684225
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 1540.1,
"quote_asset_bal": 8453.9710223225,
"total_value_mid": 10225.0860223225,
"total_value_exit_net": 10223.7576860725,
"total_value": 10225.0860223225,
"base_cost_quote": 1755.2920724425,
"unrealized_pnl_exit_net": 14.4945913075
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 1522.6,
"quote_asset_bal": 8474.131580555,
"total_value_mid": 10226.948700555,
"total_value_exit_net": 10225.634087715,
"total_value": 10226.948700555,
"base_cost_quote": 1735.1520387375,
"unrealized_pnl_exit_net": 16.3504684225
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.1861742525,
"total_value_mid": 10233.6490142525,
"total_value_exit_net": 10232.3369171225,
"total_value": 10233.6490142525,
"base_cost_quote": 1725.117768675,
"unrealized_pnl_exit_net": 23.032974195
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.18814502,
"total_value_mid": 10238.79824502,
"total_value_exit_net": 10237.482287445,
"total_value": 10238.79824502,
"base_cost_quote": 1725.1360523775,
"unrealized_pnl_exit_net": 28.1580900475
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.18814502,
"total_value_mid": 10238.49546502,
"total_value_exit_net": 10237.17973453,
"total_value": 10238.49546502,
"base_cost_quote": 1725.1360523775,
"unrealized_pnl_exit_net": 27.8555371325
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.1982663825,
"total_value_mid": 10237.4458563825,
"total_value_exit_net": 10236.13092069,
"total_value": 10237.4458563825,
"base_cost_quote": 1725.1360523775,
"unrealized_pnl_exit_net": 26.79660193
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.1982663825,
"total_value_mid": 10236.9916863825,
"total_value_exit_net": 10235.6770913175,
"total_value": 10236.9916863825,
"base_cost_quote": 1725.1360523775,
"unrealized_pnl_exit_net": 26.3427725575
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 1513.9,
"quote_asset_bal": 8484.1982663825,
"total_value_mid": 10238.3541963825,
"total_value_exit_net": 10237.038579435,
"total_value": 10238.3541963825,
"base_cost_quote": 1725.1360523775,
"unrealized_pnl_exit_net": 27.704260675
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 1487.8,
"quote_asset_bal": 8514.4985041475,
"total_value_mid": 10240.1977241475,
"total_value_exit_net": 10238.9034497325,
"total_value": 10240.1977241475,
"base_cost_quote": 1694.8669475625,
"unrealized_pnl_exit_net": 29.5379980225
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 1496.5,
"quote_asset_bal": 8504.391099275,
"total_value_mid": 10243.473749275,
"total_value_exit_net": 10242.1694372875,
"total_value": 10243.473749275,
"base_cost_quote": 1704.974352435,
"unrealized_pnl_exit_net": 32.8039855775
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 1470.6,
"quote_asset_bal": 8534.55196165,
"total_value_mid": 10249.12450165,
"total_value_exit_net": 10247.838572245,
"total_value": 10249.12450165,
"base_cost_quote": 1674.72946577,
"unrealized_pnl_exit_net": 38.557144825
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 1470.6,
"quote_asset_bal": 8534.55196165,
"total_value_mid": 10245.59506165,
"total_value_exit_net": 10244.311779325,
"total_value": 10245.59506165,
"base_cost_quote": 1674.72946577,
"unrealized_pnl_exit_net": 35.030351905
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 1479.2,
"quote_asset_bal": 8524.540078365,
"total_value_mid": 10243.370478365,
"total_value_exit_net": 10242.081355565,
"total_value": 10243.370478365,
"base_cost_quote": 1684.741349055,
"unrealized_pnl_exit_net": 32.799928145
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 1479.2,
"quote_asset_bal": 8524.540078365,
"total_value_mid": 10243.666318365,
"total_value_exit_net": 10242.376973685,
"total_value": 10243.666318365,
"base_cost_quote": 1684.741349055,
"unrealized_pnl_exit_net": 33.095546265
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 1479.2,
"quote_asset_bal": 8524.540078365,
"total_value_mid": 10244.701758365,
"total_value_exit_net": 10243.411637105,
"total_value": 10244.701758365,
"base_cost_quote": 1684.741349055,
"unrealized_pnl_exit_net": 34.130209685
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 1479.2,
"quote_asset_bal": 8524.540078365,
"total_value_mid": 10244.997598365,
"total_value_exit_net": 10243.707255225,
"total_value": 10244.997598365,
"base_cost_quote": 1684.741349055,
"unrealized_pnl_exit_net": 34.425827805
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 1479.2,
"quote_asset_bal": 8524.540078365,
"total_value_mid": 10244.257998365,
"total_value_exit_net": 10242.968209925,
"total_value": 10244.257998365,
"base_cost_quote": 1684.741349055,
"unrealized_pnl_exit_net": 33.686782505
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 1462.2,
"quote_asset_bal": 8544.3718433775,
"total_value_mid": 10253.6836433775,
"total_value_exit_net": 10252.4016595275,
"total_value": 10253.6836433775,
"base_cost_quote": 1664.69778765,
"unrealized_pnl_exit_net": 43.3320285
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 1400.7,
"quote_asset_bal": 8616.4562564325,
"total_value_mid": 10259.7574964325,
"total_value_exit_net": 10258.5250205025,
"total_value": 10259.7574964325,
"base_cost_quote": 1594.23145751,
"unrealized_pnl_exit_net": 47.83730656
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 1391.9,
"quote_asset_bal": 8626.7621212325,
"total_value_mid": 10258.3473012325,
"total_value_exit_net": 10257.1236123475,
"total_value": 10258.3473012325,
"base_cost_quote": 1584.16199107,
"unrealized_pnl_exit_net": 46.199500045
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 1391.9,
"quote_asset_bal": 8626.7621212325,
"total_value_mid": 10258.4864912325,
"total_value_exit_net": 10257.262697955,
"total_value": 10258.4864912325,
"base_cost_quote": 1584.16199107,
"unrealized_pnl_exit_net": 46.3385856525
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 1391.9,
"quote_asset_bal": 8626.7621212325,
"total_value_mid": 10258.6256812325,
"total_value_exit_net": 10257.4017835625,
"total_value": 10258.6256812325,
"base_cost_quote": 1584.16199107,
"unrealized_pnl_exit_net": 46.47767126
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 1383.4,
"quote_asset_bal": 8636.7506242325,
"total_value_mid": 10261.4155842325,
"total_value_exit_net": 10260.1970855125,
"total_value": 10261.4155842325,
"base_cost_quote": 1574.06662522,
"unrealized_pnl_exit_net": 49.37983606
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 1339.4,
"quote_asset_bal": 8688.494335065,
"total_value_mid": 10262.021455065,
"total_value_exit_net": 10260.841309725,
"total_value": 10262.021455065,
"base_cost_quote": 1523.5601037175,
"unrealized_pnl_exit_net": 48.7868709425
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 1356.7,
"quote_asset_bal": 8668.1813504475,
"total_value_mid": 10261.6255004475,
"total_value_exit_net": 10260.430417335,
"total_value": 10261.6255004475,
"base_cost_quote": 1543.7663270275,
"unrealized_pnl_exit_net": 48.48273986
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 1356.7,
"quote_asset_bal": 8668.1813504475,
"total_value_mid": 10259.0477704475,
"total_value_exit_net": 10257.8546206325,
"total_value": 10259.0477704475,
"base_cost_quote": 1543.7663270275,
"unrealized_pnl_exit_net": 45.9069431575
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 1365.3,
"quote_asset_bal": 8658.0945910475,
"total_value_mid": 10257.2704810475,
"total_value_exit_net": 10256.07109913,
"total_value": 10257.2704810475,
"base_cost_quote": 1553.8530864275,
"unrealized_pnl_exit_net": 44.123421655
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 1365.3,
"quote_asset_bal": 8658.0945910475,
"total_value_mid": 10256.4513010475,
"total_value_exit_net": 10255.252533515,
"total_value": 10256.4513010475,
"base_cost_quote": 1553.8530864275,
"unrealized_pnl_exit_net": 43.30485604
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 1365.3,
"quote_asset_bal": 8658.0945910475,
"total_value_mid": 10257.6800710475,
"total_value_exit_net": 10256.4803819375,
"total_value": 10257.6800710475,
"base_cost_quote": 1553.8530864275,
"unrealized_pnl_exit_net": 44.5327044625
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 1348.3,
"quote_asset_bal": 8678.06565151,
"total_value_mid": 10264.20577151,
"total_value_exit_net": 10263.01616642,
"total_value": 10264.20577151,
"base_cost_quote": 1533.6683792425,
"unrealized_pnl_exit_net": 51.2821356675
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 1322.6,
"quote_asset_bal": 8708.345104875,
"total_value_mid": 10268.484064875,
"total_value_exit_net": 10267.313960655,
"total_value": 10268.484064875,
"base_cost_quote": 1503.52772069,
"unrealized_pnl_exit_net": 55.44113509
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 1322.6,
"quote_asset_bal": 8708.345104875,
"total_value_mid": 10266.367904875,
"total_value_exit_net": 10265.199387775,
"total_value": 10266.367904875,
"base_cost_quote": 1503.52772069,
"unrealized_pnl_exit_net": 53.32656221
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 1322.6,
"quote_asset_bal": 8708.345104875,
"total_value_mid": 10266.764684875,
"total_value_exit_net": 10265.59587019,
"total_value": 10266.764684875,
"base_cost_quote": 1503.52772069,
"unrealized_pnl_exit_net": 53.723044625
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 1322.6,
"quote_asset_bal": 8708.345104875,
"total_value_mid": 10265.442084875,
"total_value_exit_net": 10264.27426214,
"total_value": 10265.442084875,
"base_cost_quote": 1503.52772069,
"unrealized_pnl_exit_net": 52.401436575
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 1322.6,
"quote_asset_bal": 8708.345104875,
"total_value_mid": 10266.632424875,
"total_value_exit_net": 10265.463709385,
"total_value": 10266.632424875,
"base_cost_quote": 1503.52772069,
"unrealized_pnl_exit_net": 53.59088382
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 1322.6,
"quote_asset_bal": 8708.345104875,
"total_value_mid": 10266.896944875,
"total_value_exit_net": 10265.728030995,
"total_value": 10266.896944875,
"base_cost_quote": 1503.52772069,
"unrealized_pnl_exit_net": 53.85520543
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 1331.1,
"quote_asset_bal": 8698.3339521375,
"total_value_mid": 10266.7690821375,
"total_value_exit_net": 10265.59275579,
"total_value": 10266.7690821375,
"base_cost_quote": 1513.5388734275,
"unrealized_pnl_exit_net": 53.719930225
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 1339.7,
"quote_asset_bal": 8688.2170701625,
"total_value_mid": 10263.8382401625,
"total_value_exit_net": 10262.656524285,
"total_value": 10263.8382401625,
"base_cost_quote": 1523.6557554025,
"unrealized_pnl_exit_net": 50.78369872
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 1322.7,
"quote_asset_bal": 8708.2484353625,
"total_value_mid": 10266.7858453625,
"total_value_exit_net": 10265.616942305,
"total_value": 10266.7858453625,
"base_cost_quote": 1503.52772069,
"unrealized_pnl_exit_net": 53.8407862525
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 1331.3,
"quote_asset_bal": 8698.1255288725,
"total_value_mid": 10264.6662388725,
"total_value_exit_net": 10263.49133334,
"total_value": 10264.6662388725,
"base_cost_quote": 1513.65062718,
"unrealized_pnl_exit_net": 51.7151772875
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 1348.4,
"quote_asset_bal": 8678.011324525,
"total_value_mid": 10258.336124525,
"total_value_exit_net": 10257.150880925,
"total_value": 10258.336124525,
"base_cost_quote": 1533.7648315275,
"unrealized_pnl_exit_net": 45.3747248725
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 1348.4,
"quote_asset_bal": 8678.011324525,
"total_value_mid": 10256.852884525,
"total_value_exit_net": 10255.668753355,
"total_value": 10256.852884525,
"base_cost_quote": 1533.7648315275,
"unrealized_pnl_exit_net": 43.8925973025
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 1357,
"quote_asset_bal": 8667.928007705,
"total_value_mid": 10256.160807705,
"total_value_exit_net": 10254.969633105,
"total_value": 10256.160807705,
"base_cost_quote": 1543.8481483475,
"unrealized_pnl_exit_net": 43.1934770525
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 1357.2,
"quote_asset_bal": 8667.7154666675,
"total_value_mid": 10257.1323866675,
"total_value_exit_net": 10255.9403239775,
"total_value": 10257.1323866675,
"base_cost_quote": 1543.8481483475,
"unrealized_pnl_exit_net": 44.3767089625
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 1365.8,
"quote_asset_bal": 8657.6467808125,
"total_value_mid": 10254.4035608125,
"total_value_exit_net": 10253.2059932275,
"total_value": 10254.4035608125,
"base_cost_quote": 1553.9168342025,
"unrealized_pnl_exit_net": 41.6423782125
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 1374.4,
"quote_asset_bal": 8647.5918652775,
"total_value_mid": 10253.0285052775,
"total_value_exit_net": 10251.8244277975,
"total_value": 10253.0285052775,
"base_cost_quote": 1563.9717497375,
"unrealized_pnl_exit_net": 40.2608127825
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 1383,
"quote_asset_bal": 8637.5576052225,
"total_value_mid": 10250.4122052225,
"total_value_exit_net": 10249.2025642725,
"total_value": 10250.4122052225,
"base_cost_quote": 1574.0060097925,
"unrealized_pnl_exit_net": 37.6389492575
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 1391.6,
"quote_asset_bal": 8627.5353941975,
"total_value_mid": 10247.9144341975,
"total_value_exit_net": 10246.6991499175,
"total_value": 10247.9144341975,
"base_cost_quote": 1584.0282208175,
"unrealized_pnl_exit_net": 35.1355349025
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 1391.6,
"quote_asset_bal": 8627.5353941975,
"total_value_mid": 10247.0794741975,
"total_value_exit_net": 10245.8648161375,
"total_value": 10247.0794741975,
"base_cost_quote": 1584.0282208175,
"unrealized_pnl_exit_net": 34.3012011225
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 1391.6,
"quote_asset_bal": 8627.5353941975,
"total_value_mid": 10246.9403141975,
"total_value_exit_net": 10245.7257605075,
"total_value": 10246.9403141975,
"base_cost_quote": 1584.0282208175,
"unrealized_pnl_exit_net": 34.1621454925
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 1374.6,
"quote_asset_bal": 8647.3798996475,
"total_value_mid": 10252.2253996475,
"total_value_exit_net": 10251.0217655225,
"total_value": 10252.2253996475,
"base_cost_quote": 1563.9717497375,
"unrealized_pnl_exit_net": 39.6701161375
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 1383.2,
"quote_asset_bal": 8637.3482215275,
"total_value_mid": 10249.4678215275,
"total_value_exit_net": 10248.2587318275,
"total_value": 10249.4678215275,
"base_cost_quote": 1574.0034278575,
"unrealized_pnl_exit_net": 36.9070824425
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 1383.2,
"quote_asset_bal": 8637.3482215275,
"total_value_mid": 10247.8079815275,
"total_value_exit_net": 10246.6001367075,
"total_value": 10247.8079815275,
"base_cost_quote": 1574.0034278575,
"unrealized_pnl_exit_net": 35.2484873225
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 1400.6,
"quote_asset_bal": 8617.1220933,
"total_value_mid": 10243.4988133,
"total_value_exit_net": 10242.27903076,
"total_value": 10243.4988133,
"base_cost_quote": 1594.229556085,
"unrealized_pnl_exit_net": 30.927381375
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 1400.6,
"quote_asset_bal": 8617.1220933,
"total_value_mid": 10242.5183933,
"total_value_exit_net": 10241.299346075,
"total_value": 10242.5183933,
"base_cost_quote": 1594.229556085,
"unrealized_pnl_exit_net": 29.94769669
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 1400.6,
"quote_asset_bal": 8617.1220933,
"total_value_mid": 10240.8376733,
"total_value_exit_net": 10239.619886615,
"total_value": 10240.8376733,
"base_cost_quote": 1594.229556085,
"unrealized_pnl_exit_net": 28.26823723
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 1400.6,
"quote_asset_bal": 8617.1220933,
"total_value_mid": 10245.1795333,
"total_value_exit_net": 10243.95849022,
"total_value": 10245.1795333,
"base_cost_quote": 1594.229556085,
"unrealized_pnl_exit_net": 32.606840835
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 1400.5,
"quote_asset_bal": 8617.21903496,
"total_value_mid": 10248.10128496,
"total_value_exit_net": 10246.8781232725,
"total_value": 10248.10128496,
"base_cost_quote": 1594.14355163,
"unrealized_pnl_exit_net": 35.5155366825
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 1357.9,
"quote_asset_bal": 8666.964668855,
"total_value_mid": 10261.139268855,
"total_value_exit_net": 10259.943637905,
"total_value": 10261.139268855,
"base_cost_quote": 1543.8774102775,
"unrealized_pnl_exit_net": 49.1015587725
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 1375.1,
"quote_asset_bal": 8646.81266618,
"total_value_mid": 10252.92946618,
"total_value_exit_net": 10251.72487858,
"total_value": 10252.92946618,
"base_cost_quote": 1564.0294129525,
"unrealized_pnl_exit_net": 40.8827994475
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 1349.6,
"quote_asset_bal": 8676.742501955,
"total_value_mid": 10264.007061955,
"total_value_exit_net": 10262.816613535,
"total_value": 10264.007061955,
"base_cost_quote": 1533.7794624925,
"unrealized_pnl_exit_net": 52.2946490875
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 1289.3,
"quote_asset_bal": 8747.9069585525,
"total_value_mid": 10273.5356485525,
"total_value_exit_net": 10272.391427035,
"total_value": 10273.5356485525,
"base_cost_quote": 1463.3796421975,
"unrealized_pnl_exit_net": 61.104826285
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 1289.3,
"quote_asset_bal": 8747.9069585525,
"total_value_mid": 10274.0513685525,
"total_value_exit_net": 10272.906760245,
"total_value": 10274.0513685525,
"base_cost_quote": 1463.3796421975,
"unrealized_pnl_exit_net": 61.620159495
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 1211.4,
"quote_asset_bal": 8840.3144209375,
"total_value_mid": 10277.8828009375,
"total_value_exit_net": 10276.8046246525,
"total_value": 10277.8828009375,
"base_cost_quote": 1372.702135035,
"unrealized_pnl_exit_net": 63.78806868
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 1232,
"quote_asset_bal": 8815.736652105,
"total_value_mid": 10280.831052105,
"total_value_exit_net": 10279.732231305,
"total_value": 10280.831052105,
"base_cost_quote": 1397.53840828,
"unrealized_pnl_exit_net": 66.45717092
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 1198.7,
"quote_asset_bal": 8855.61156771,
"total_value_mid": 10298.36688771,
"total_value_exit_net": 10297.28482122,
"total_value": 10298.36688771,
"base_cost_quote": 1367.2063462825,
"unrealized_pnl_exit_net": 74.4669072275
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 1282.5,
"quote_asset_bal": 8754.86071592,
"total_value_mid": 10292.70646592,
"total_value_exit_net": 10291.5530816075,
"total_value": 10292.70646592,
"base_cost_quote": 1467.9976831325,
"unrealized_pnl_exit_net": 68.694682555
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 1290.9,
"quote_asset_bal": 8744.818652,
"total_value_mid": 10291.962302,
"total_value_exit_net": 10290.8019442625,
"total_value": 10291.962302,
"base_cost_quote": 1478.0701117925,
"unrealized_pnl_exit_net": 67.91318047
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 1341.5,
"quote_asset_bal": 8684.4699143675,
"total_value_mid": 10276.1596643675,
"total_value_exit_net": 10274.965897055,
"total_value": 10276.1596643675,
"base_cost_quote": 1538.418849425,
"unrealized_pnl_exit_net": 52.0771332625
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 1358.5,
"quote_asset_bal": 8664.32596773,
"total_value_mid": 10270.75221773,
"total_value_exit_net": 10269.5473980425,
"total_value": 10270.75221773,
"base_cost_quote": 1558.5627960625,
"unrealized_pnl_exit_net": 46.65863425
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 1358.5,
"quote_asset_bal": 8664.3304147175,
"total_value_mid": 10274.8321647175,
"total_value_exit_net": 10273.624288405,
"total_value": 10274.8321647175,
"base_cost_quote": 1558.568750525,
"unrealized_pnl_exit_net": 50.7251231625
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 1367,
"quote_asset_bal": 8654.31774558,
"total_value_mid": 10267.65114558,
"total_value_exit_net": 10266.44114553,
"total_value": 10267.65114558,
"base_cost_quote": 1568.5918121875,
"unrealized_pnl_exit_net": 43.5315877625
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 1367,
"quote_asset_bal": 8654.3241743425,
"total_value_mid": 10270.8016743425,
"total_value_exit_net": 10269.5893162175,
"total_value": 10270.8016743425,
"base_cost_quote": 1568.606273025,
"unrealized_pnl_exit_net": 46.65886885
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 1358.5,
"quote_asset_bal": 8664.3789276175,
"total_value_mid": 10270.1259276175,
"total_value_exit_net": 10268.9216173675,
"total_value": 10270.1259276175,
"base_cost_quote": 1558.561945425,
"unrealized_pnl_exit_net": 45.980744325
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 1367,
"quote_asset_bal": 8654.3399346175,
"total_value_mid": 10266.3063346175,
"total_value_exit_net": 10265.0973598175,
"total_value": 10266.3063346175,
"base_cost_quote": 1568.61137685,
"unrealized_pnl_exit_net": 42.14604835
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 1384,
"quote_asset_bal": 8634.3062251175,
"total_value_mid": 10266.5958251175,
"total_value_exit_net": 10265.3716079175,
"total_value": 10266.5958251175,
"base_cost_quote": 1588.66600655,
"unrealized_pnl_exit_net": 42.39937625
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 1392.5,
"quote_asset_bal": 8624.2857153675,
"total_value_mid": 10265.7647153675,
"total_value_exit_net": 10264.5336061175,
"total_value": 10265.7647153675,
"base_cost_quote": 1598.6865163,
"unrealized_pnl_exit_net": 41.56137445
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 1384,
"quote_asset_bal": 8634.3166864925,
"total_value_mid": 10268.8206864925,
"total_value_exit_net": 10267.5948084925,
"total_value": 10268.8206864925,
"base_cost_quote": 1588.66600655,
"unrealized_pnl_exit_net": 44.61211545
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 1341.5,
"quote_asset_bal": 8684.7741076925,
"total_value_mid": 10282.0981576925,
"total_value_exit_net": 10280.900164655,
"total_value": 10282.0981576925,
"base_cost_quote": 1538.2708385,
"unrealized_pnl_exit_net": 57.8552184625
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 1350,
"quote_asset_bal": 8674.6635323675,
"total_value_mid": 10280.0835323675,
"total_value_exit_net": 10278.8794673675,
"total_value": 10280.0835323675,
"base_cost_quote": 1548.391723475,
"unrealized_pnl_exit_net": 55.824211525
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 1350,
"quote_asset_bal": 8674.6778106675,
"total_value_mid": 10278.7478106675,
"total_value_exit_net": 10277.5447581675,
"total_value": 10278.7478106675,
"base_cost_quote": 1548.418943875,
"unrealized_pnl_exit_net": 54.448003625
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 1358.5,
"quote_asset_bal": 8664.5620295175,
"total_value_mid": 10278.0524795175,
"total_value_exit_net": 10276.84236168,
"total_value": 10278.0524795175,
"base_cost_quote": 1558.534725025,
"unrealized_pnl_exit_net": 53.7456071375
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 1367,
"quote_asset_bal": 8654.48979153,
"total_value_mid": 10276.57199153,
"total_value_exit_net": 10275.35542988,
"total_value": 10276.57199153,
"base_cost_quote": 1568.6173313125,
"unrealized_pnl_exit_net": 52.2483070375
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 1375.5,
"quote_asset_bal": 8644.42164608,
"total_value_mid": 10274.38914608,
"total_value_exit_net": 10273.166670455,
"total_value": 10274.38914608,
"base_cost_quote": 1578.6854767625,
"unrealized_pnl_exit_net": 50.0595476125
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 1367,
"quote_asset_bal": 8654.500181505,
"total_value_mid": 10276.582381505,
"total_value_exit_net": 10275.365819855,
"total_value": 10276.582381505,
"base_cost_quote": 1568.6173313125,
"unrealized_pnl_exit_net": 52.2483070375
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 1367,
"quote_asset_bal": 8654.500181505,
"total_value_mid": 10275.078681505,
"total_value_exit_net": 10273.86324763,
"total_value": 10275.078681505,
"base_cost_quote": 1568.6173313125,
"unrealized_pnl_exit_net": 50.7457348125
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 1375.5,
"quote_asset_bal": 8644.44415153,
"total_value_mid": 10274.82430153,
"total_value_exit_net": 10273.6015164175,
"total_value": 10274.82430153,
"base_cost_quote": 1578.6837754875,
"unrealized_pnl_exit_net": 50.4735894
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 1392.5,
"quote_asset_bal": 8624.353795055,
"total_value_mid": 10266.250545055,
"total_value_exit_net": 10265.0191224925,
"total_value": 10266.250545055,
"base_cost_quote": 1598.7741319625,
"unrealized_pnl_exit_net": 41.891195475
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 1418.2,
"quote_asset_bal": 8594.0952281375,
"total_value_mid": 10263.6002681375,
"total_value_exit_net": 10262.3481393575,
"total_value": 10263.6002681375,
"base_cost_quote": 1629.03269888,
"unrealized_pnl_exit_net": 39.22021234
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 1409.7,
"quote_asset_bal": 8604.106663925,
"total_value_mid": 10264.733263925,
"total_value_exit_net": 10263.487793975,
"total_value": 10264.733263925,
"base_cost_quote": 1618.914095615,
"unrealized_pnl_exit_net": 40.467034435
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 1409.7,
"quote_asset_bal": 8604.106663925,
"total_value_mid": 10264.451323925,
"total_value_exit_net": 10263.20606543,
"total_value": 10264.451323925,
"base_cost_quote": 1618.914095615,
"unrealized_pnl_exit_net": 40.18530589
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 1392.7,
"quote_asset_bal": 8624.1847440625,
"total_value_mid": 10272.0273840625,
"total_value_exit_net": 10270.7915020825,
"total_value": 10272.0273840625,
"base_cost_quote": 1598.8569140025,
"unrealized_pnl_exit_net": 47.7498440175
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 1409.7,
"quote_asset_bal": 8604.1250105375,
"total_value_mid": 10266.3022805375,
"total_value_exit_net": 10265.055647585,
"total_value": 10266.3022805375,
"base_cost_quote": 1618.9166475275,
"unrealized_pnl_exit_net": 42.01398952
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 1409.7,
"quote_asset_bal": 8604.1250105375,
"total_value_mid": 10263.4828805375,
"total_value_exit_net": 10262.238362135,
"total_value": 10263.4828805375,
"base_cost_quote": 1618.9166475275,
"unrealized_pnl_exit_net": 39.19670407
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 1401.2,
"quote_asset_bal": 8614.1576803875,
"total_value_mid": 10269.9557203875,
"total_value_exit_net": 10268.7138718575,
"total_value": 10269.9557203875,
"base_cost_quote": 1608.8944365025,
"unrealized_pnl_exit_net": 45.6617549675
}
]
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 (1,632 closed trades) via GET /backtests/566c8576-4163-4aae-86e3-fc00f82a61d6/trades (paginate through all pages).99-row audit sample from 1,632 closed trades (RFC 4180 CSV)
99-row audit sample from 1,632 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,2024-09-18T18:35:00Z,1.1151,1.1179,9,,,0.01012725,0.1009102323,0.007526925,0.007545825,,,TP
,,2024-08-28T10:01:00Z,2025-06-20T07:51:00Z,1.1151,1.1709,9,,,0.4867695,4.8502824859,0.007526925,0.007903575,,,TP
,,2024-08-28T10:01:00Z,2025-06-20T07:51:00Z,1.1151,1.2267,13.5,,,1.482889275,9.8505649718,0.0112903875,0.0124203375,,,TP
,,2024-08-28T10:01:00Z,2025-04-11T08:41:00Z,1.1151,1.143,9,,,0.235857825,2.3501412429,0.007526925,0.00771525,,,TP
,,2024-08-28T10:03:00Z,2025-06-20T07:51:00Z,1.1132,1.1689,9,,,0.485895825,4.8498405498,0.0075141,0.007890075,,,TP
,,2024-08-28T10:03:00Z,2025-06-20T07:51:00Z,1.1132,1.2246,13.5,,,1.480229775,9.8496810995,0.01127115,0.012399075,,,TP
,,2024-08-28T10:03:00Z,2025-04-11T08:02:00Z,1.1132,1.1411,9,,,0.235883475,2.3544084621,0.0075141,0.007702425,,,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-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-06-20T07:51:00Z,1.1115,1.2227,13.5,,,1.477566225,9.8469950517,0.0112539375,0.0123798375,,,TP
,,2024-08-28T11:22:00Z,2025-06-20T07:51:00Z,1.1115,1.1671,9,,,0.48501945,4.8484975259,0.007502625,0.007877925,,,TP
,,2024-08-28T11:22:00Z,2025-04-11T08:02:00Z,1.1115,1.1393,9,,,0.2350071,2.3492487629,0.007502625,0.007690275,,,TP
,,2024-08-28T12:31:00Z,2025-06-20T07:51:00Z,1.1094,1.2204,13.6,,,1.48583604,9.8479042726,0.01131588,0.01244808,,,TP
,,2024-08-28T12:31:00Z,2024-08-28T15:15:00Z,1.1094,1.1122,9.1,,,0.0102042,0.1021993871,0.007571655,0.00750735,,,TP
,,2024-08-28T12:31:00Z,2025-04-11T00:41:00Z,1.1094,1.1372,9.1,,,0.23503545,2.3539796286,0.007571655,0.0076761,,,TP
,,2024-08-28T12:31:00Z,2025-06-20T07:51:00Z,1.1094,1.1649,9.1,,,0.484148475,4.8489521363,0.007571655,0.007863075,,,TP
,,2024-08-28T18:19:00Z,2024-08-29T02:39:00Z,1.1096,1.1124,9.1,,,0.0102015,0.1021539293,0.00757302,0.0075087,,,TP
,,2024-08-29T08:02:00Z,2024-09-06T06:57:00Z,1.1096,1.1124,9.1,,,0.0102015,0.1021539293,0.00757302,0.0075087,,,TP
,,2024-08-29T08:37:00Z,2024-09-04T14:56:00Z,1.1069,1.1097,9.1,,,0.01023795,0.1027689945,0.0075545925,0.007490475,,,TP
,,2024-08-29T08:37:00Z,2025-06-12T12:30:00Z,1.1069,1.1623,9.1,,,0.4832829,4.8512151052,0.0075545925,0.007845525,,,TP
,,2024-08-29T08:37:00Z,2025-04-11T00:32:00Z,1.1069,1.1346,9.1,,,0.234169875,2.3506075526,0.0075545925,0.00765855,,,TP
,,2024-08-29T08:37:00Z,2025-06-20T07:51:00Z,1.1069,1.2176,13.6,,,1.4818101,9.8434027464,0.01129038,0.01241952,,,TP
,,2024-08-29T09:25:00Z,2024-09-05T12:15:00Z,1.1082,1.111,9.1,,,0.0102204,0.1024724779,0.007563465,0.00749925,,,TP
,,2024-08-29T09:25:00Z,2025-06-20T07:51:00Z,1.1082,1.2191,13.6,,,1.48450154,9.8497134994,0.01130364,0.01243482,,,TP
,,2024-08-29T09:25:00Z,2025-06-20T07:51:00Z,1.1082,1.1637,9.1,,,0.484164675,4.8543651868,0.007563465,0.007854975,,,TP
,,2024-09-01T07:07:00Z,2025-06-20T07:51:00Z,1.1029,1.2132,13.7,,,1.4873120725,9.8434060205,0.0113322975,0.01246563,,,TP
,,2024-09-01T07:16:00Z,2025-06-20T07:51:00Z,1.1014,1.2116,13.7,,,1.485973925,9.8479435264,0.011316885,0.01244919,,,TP
,,2024-09-18T18:35:00Z,2025-06-20T07:51:00Z,1.1178,1.2296,13.5,,,1.485532575,9.8442878869,0.011317725,0.0124497,,,TP
,,2024-10-09T17:21:00Z,2025-06-20T07:51:00Z,1.0939,1.2033,13.8,,,1.48594398,9.8434134747,0.011321865,0.012454155,,,TP
,,2024-10-17T10:58:00Z,2025-06-20T07:51:00Z,1.0865,1.1952,13.9,,,1.4871432775,9.8470984814,0.0113267625,0.01245996,,,TP
,,2024-10-18T12:36:00Z,2025-06-20T07:51:00Z,1.0854,1.194,13.9,,,1.485777255,9.84802377,0.011315295,0.01244745,,,TP
,,2024-10-23T13:49:00Z,2025-06-20T07:51:00Z,1.0784,1.1863,14,,,1.48682065,9.8480596254,0.0113232,0.01245615,,,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-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-06T12:57:00Z,2025-06-20T07:51:00Z,1.0702,1.1773,14.1,,,1.4863426875,9.8499696318,0.011317365,0.0124499475,,,TP
,,2024-11-06T13:12:00Z,2025-06-20T07:51:00Z,1.0714,1.1786,14.1,,,1.48772625,9.8480959492,0.011330055,0.012463695,,,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-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-13T09:30:00Z,2025-06-20T07:51:00Z,1.0637,1.1701,14.2,,,1.48709003,9.8453182288,0.011328405,0.012461565,,,TP
,,2024-11-14T08:29:00Z,2025-06-12T12:30:00Z,1.0562,1.1619,14.3,,,1.4877208775,9.8500686423,0.011327745,0.0124613775,,,TP
,,2024-11-14T09:49:00Z,2025-06-12T10:30:00Z,1.0541,1.1596,14.3,,,1.4849080675,9.8510316858,0.0113052225,0.01243671,,,TP
,,2024-11-22T10:50:00Z,2025-04-21T02:28:00Z,1.0476,1.1524,14.4,,,1.48536,9.8463153876,0.01131408,0.01244592,,,TP
,,2024-12-19T07:16:00Z,2025-04-11T08:43:00Z,1.0404,1.1445,14.5,,,1.4856892125,9.8482626874,0.01131435,0.0124464375,,,TP
,,2025-01-02T16:03:00Z,2025-04-11T01:09:00Z,1.0264,1.1291,14.7,,,1.4859256125,9.8483412899,0.01131606,0.0124483275,,,TP
,,2025-01-13T09:27:00Z,2025-04-10T15:47:00Z,1.0199,1.1219,14.8,,,1.48582602,9.8434797529,0.01132089,0.01245309,,,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.2378,13.4,,,1.48509185,9.8496045148,0.01130826,0.01243989,,,TP
,,2025-04-11T00:02:00Z,2025-06-20T07:51:00Z,1.1266,1.2393,13.4,,,1.486402705,9.8460478431,0.01132233,0.012454965,,,TP
,,2025-04-11T00:42:00Z,2025-06-20T07:51:00Z,1.1363,1.25,13.3,,,1.4884066575,9.8486557247,0.0113345925,0.01246875,,,TP
,,2025-04-11T00:44:00Z,2025-06-20T07:51:00Z,1.1342,1.2477,13.3,,,1.4857905475,9.8495481397,0.011313645,0.0124458075,,,TP
,,2025-04-11T08:43:00Z,2025-06-20T07:51:00Z,1.1437,1.2581,13.2,,,1.48630218,9.8451210982,0.01132263,0.01245519,,,TP
,,2025-04-21T05:17:00Z,2025-06-20T07:51:00Z,1.1524,1.2677,13.1,,,1.4866525175,9.8477026206,0.01132233,0.0124551525,,,TP
,,2025-06-12T12:41:00Z,2025-06-20T07:51:00Z,1.1623,1.2786,13,,,1.488101225,9.8485180246,0.011332425,0.01246635,,,TP
,,2025-06-16T14:08:00Z,2025-06-20T07:51:00Z,1.1611,1.2773,13,,,1.4868256,9.8502454569,0.011320725,0.012453675,,,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-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-09T12:21:00Z,1.1854,1.1884,8.5,,,0.010367025,0.1028893201,0.007556925,0.00757605,,,TP
,,2026-02-02T14:53:00Z,2026-02-09T06:47:00Z,1.1826,1.1856,8.5,,,0.010402725,0.1034880771,0.007539075,0.0075582,,,TP
,,2026-02-02T16:27:00Z,2026-02-03T01:57:00Z,1.1791,1.1821,8.5,,,0.01044735,0.1042405224,0.0075167625,0.0075358875,,,TP
,,2026-02-03T00:22:00Z,2026-02-04T01:47:00Z,1.1808,1.1838,8.5,,,0.010425675,0.1038744919,0.0075276,0.007546725,,,TP
,,2026-02-03T11:35:00Z,2026-02-03T17:17:00Z,1.1795,1.1825,8.5,,,0.01044225,0.1041543027,0.0075193125,0.0075384375,,,TP
,,2026-02-05T04:08:00Z,2026-02-05T13:39:00Z,1.1798,1.1828,8.5,,,0.010438425,0.1040896762,0.007521225,0.00754035,,,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-06T02:30:00Z,1.1775,1.1805,8.5,,,0.01046775,0.1045859873,0.0075065625,0.0075256875,,,TP
,,2026-02-06T00:53:00Z,2026-02-06T09:16:00Z,1.1787,1.1817,8.5,,,0.01045245,0.1043268007,0.0075142125,0.0075333375,,,TP
,,2026-02-06T02:00:00Z,2026-02-09T05:13:00Z,1.1801,1.1831,8.5,,,0.0104346,0.1040250826,0.0075231375,0.0075422625,,,TP
,,2026-02-07T15:33:00Z,2026-02-08T11:05:00Z,1.178,1.181,8.5,,,0.010461375,0.1044779287,0.00750975,0.007528875,,,TP
,,2026-02-09T06:09:00Z,2026-02-09T09:02:00Z,1.184,1.187,8.5,,,0.010384875,0.1031883446,0.007548,0.007567125,,,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-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-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: 1FullBullMarket.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,268.71 USDT
P&L: +268.71 USDT (+2.69%)
Result: PROFIT
Completed trades: 1632
Open orders at end: 131
Win rate: 100.0%
Avg. profit/trade: 0.155519 USDT
Best trade: 1.488407 USDT
Worst trade: 0.010025 USDT
Total profit (trades only): 253.806595 USDT
Max drawdown: -1.16%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.17
Total fees: 25.52 USDT
Avg hold time: 786.2h
TP / SL / TSL: 1632 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 6
Sell targets: [0.25, 2.5, 5.0, 10.0, 20.0, 30.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 308.9s
bt.summary_textAre these results guaranteed for live trading?
Are these results guaranteed for live trading?
static disclaimerGlossary
| Term | Definition |
|---|---|
| Return % | Total percentage change of portfolio value over the backtest window: (final_value - start_balance) / start_balance x 100. |
| CAGR | Compound Annual Growth Rate. Annualized return assuming compounding: (final/start)^(365.25/days) - 1. |
| Win Rate | Share of closed trades with positive net P&L (after fees): wins / (wins + losses) x 100. |
| Max Drawdown | Largest peak-to-trough decline of equity, measured in % of the previous peak. The single most important risk metric. |
| Drawdown Duration | Number of days spent below the previous equity peak before recovering (or end of window if not recovered). |
| Sharpe Ratio (annualized) | Mean daily return divided by standard deviation of daily returns, scaled by 365. Risk-adjusted return - higher is better, > 1 is decent. |
| Sortino Ratio (annualized) | Like Sharpe but only penalizes downside volatility. Often more representative for asymmetric strategies. |
| Volatility (ann.) | Standard deviation of daily returns x 365, expressed as a percentage. |
| Time in Market | Fraction of the period where the strategy held base-asset exposure (not 100% cash). |
| Buy & Hold | Reference benchmark: simply buying the underlying token at the start and holding to the end of the window. |
| Outperformance (pp) | Strategy return minus Buy & Hold return, in percentage points (not percent change). |
| Fulfilled Trades | Round-trip trades that have both an entry fill and an exit fill within the window. |
| Active Orders | Open positions still pending exit at the end of the backtest - their unrealized P&L is included in final_value. |
| Lookahead Bias | Using information that wouldn’t have been available at trade time. The validator flags trades whose buy_time precedes the configured from date. |
How to Read This Report
GET /backtests/{id} * Fields used: return_pct, fulfilled_trades, win_rateCheck the headline return
Reproduce This Run
GET /backtests/{id} * Fields used: symbol, mode_name, config (replayed verbatim)X-API-Key. Payload fields are validated against ENGINE.md Section 20; non-engine keys are stripped so the replay produces the exact same run.curl -X POST https://uncoded-backtest-api-production.up.railway.app/backtests \
-H "X-API-Key: $UNCODED_API_KEY" \
-H "Content-Type: application/json" \
-d '{"symbol":"EURIUSDT","mode_name":"1FullBullMarket.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":6,"buyVolumes":[20,20,20,30,5,5],"canBuyDown":false,"minNotional":5,"buyPercentage":0.1,"fees_in_quote":true,"intrabar_mode":"OLHC","maker_fee_bps":7.5,"taker_fee_bps":7.5,"sellPercentages":[0.25,2.5,5,10,20,30],"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],"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 FullBullMarket Backtest",
"alternateName": "EURIUSDT-1FullBullMarket.json-566c8576-4163-4aae-86e3-fc00f82a61d6",
"description": "Backtest of the FullBullMarket strategy on EURIUSDT: +2.69% return over 2024-04-24 to 2026-02-25.",
"identifier": "566c8576-4163-4aae-86e3-fc00f82a61d6",
"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",
"FullBullMarket",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "EURIUSDT",
"description": "Trading pair: EURIUSDT"
},
{
"@type": "Thing",
"name": "FullBullMarket",
"description": "Trading strategy: FullBullMarket"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": 2.6871,
"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": 253.80659546,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 10268.71387186,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 1632,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 131,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 1.48840666,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.01002517,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.15551875,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 308.86,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": 1.7896762672658717,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -1.1641450130310684,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -116.45140942999933,
"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.165172939963144,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": 1.4602897233382215,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 1.5344678617026863,
"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.49742959174242446,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.49742959174242446,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.010438425,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 49.24552958250002,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 1.7559599325000002,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 2342.5298199999997,
"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": 159.9,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 2118.581818181818,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 73.80523995560645,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:13.939Z",
"dateModified": "2026-05-15T13:00:53.839Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:00:53 UTC