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.
DCRUSDT * LongTimeLongMoreProfit
DCRUSDT | 2LongTimeLongMoreProfit.json | 2024-04-24 - 2026-02-25 | +160.35% | 273,499 closed trades | 100.0% closed WR | 1,502 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 | 20,699.15 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 2,905.58 USDT | Buy + sell fees across all trades. |
| Fee Drag | 14.0% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 87.8 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 273,499 | 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 DCRUSDT, 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 14.0% 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="a7d1ef05-1e6e-4f15-804e-62f032f498cd" */}
...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 DCRUSDT, with intrabar fill simulation in “OLHC” mode and a synthetic order latency of 2s applied to each fill to approximate real-world routing delay. The simulator processes every minute sequentially, evaluates the LongTimeLongMoreProfit rule set, and books fills against the next available bar - a standard event-driven backtesting approach that avoids look-ahead bias. Equity is marked-to-market on every closed trade and aggregated into the equity curve shown above. Configured backtest window: approximately 22.1 months (673 days fromconfig.from to config.to) of DCRUSDT 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: DCRUSDT is a deeply-liquid USDT-quoted pair on Binance, so the simulated fills here translate well to live execution at retail size. The high trade frequency means cumulative slippage and exchange-side latency will erode a few percent of the headline return over a full year - budget for that gap. Without a hard stop-loss, the live system depends on the take-profit ladder firing during recovery legs; a prolonged downtrend without recovery will hold positions open longer than backtest aggregates suggest. Additionally, exchange downtime, API rate limits, and funding-rate changes (on perp variants) are not modelled here and should be accounted for in production deployment.Frequently asked questions
Is a 160.35% return on DCRUSDT a good backtest result?
Is a 160.35% return on DCRUSDT 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 DCRUSDT backtest?
What is the annualised return for this DCRUSDT backtest?
Can I run this exact LongTimeLongMoreProfit configuration live?
Can I run this exact LongTimeLongMoreProfit configuration live?
How is this backtest different from others on DCRUSDT?
How is this backtest different from others on DCRUSDT?
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 | DCRUSDT |
| Strategy | LongTimeLongMoreProfit |
| Period | 2024-04-24 -> 2026-02-25 |
| Configured window (inclusive elapsed) | 673.0 days (1.84 years) - (config.to - config.from) / 86 400 000 ms |
| Configured window (calendar days) | 673 days - Math.round of the elapsed value above; this is what the narrative paragraph quotes |
| Equity-stat duration | 672.0 days (1.84 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 672.0 days - the engine omitted leading/trailing flat periods (e.g. dates before the asset began trading on the venue) |
| Start Balance | 10,000.00 USDT |
| Final Value | 26,034.75 USDT |
| Avg Profit / Trade | +0.0651 USDT |
| Trades / Month | 12368.7 |
| Status | completed |
| Created | 2026-05-08 13:39:05 UTC |
| Started | 2026-05-10 01:22:24 UTC |
| Completed | 2026-05-10 02:33:10 UTC |
| Compute Time | 1h 6m |
| Backtest ID | a7d1ef05-1e6e-4f15-804e-62f032f498cd |
| Engine summary: |
Backtest DCRUSDT (Mode: 2LongTimeLongMoreProfit.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 26,034.75 USDT
P&L: +16,034.75 USDT (+160.35%)
Result: PROFIT
Completed trades: 273499
Open orders at end: 1502
Win rate: 100.0%
Avg. profit/trade: 0.065059 USDT
Best trade: 0.615249 USDT
Worst trade: 0.009981 USDT
Total profit (trades only): 17,793.566804 USDT
Max drawdown: -49.19%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.08
Total fees: 2,905.58 USDT
Avg hold time: 87.8h
TP / SL / TSL: 273499 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 8
Sell targets: [0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 20.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 3943.8s
vs Buy & Hold
GET /backtests/{id} * Fields used: return_pcttokenReturnPct).
| Metric | Strategy | Buy & Hold | Delta |
|---|---|---|---|
| Return | +160.35% | +24.10% | +136.25% |
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned +160.35% over the tested window | return_pct = 160.3475 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 26,034.75 USDT | final_value - start_balance = +16,034.75 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 273499 of 273499 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 49.19% | max_drawdown_pct = 49.1934 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = 1.08 | sharpe_annualized = 1.0811 | derived from daily-resampled equity returns |
| Strategy beat Buy & Hold by +136.25% | return_pct - buyhold_return_pct = 136.2496 pp | Buy & Hold computed from underlying token price change |
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.001 |
stopLoss | false |
tickSize | 0.01 |
buySplits | 8 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "DCRUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.001,
"stopLoss": false,
"tickSize": 0.01,
"buySplits": 8,
"buyVolumes": [
20,
10,
10,
10,
10,
25,
10,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.5,
0.75,
1,
2.5,
5,
10,
20
],
"triggerCoolDown": 1,
"investmentPerBuy": 50,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 20,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 8 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,10,10,10,10,25,10,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 50 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 20 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.5,0.75,1,2.5,5,10,20] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 0.001 | 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.01 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [0,0,0,0,0,0,0,0] | Per-tier trailing-SL distances. Zero entries disable TSL on that tier. |
triggerCoolDown | 1 | Minimum bars/ticks between two consecutive buys on the same level. |
to: "2026-02-25 23:59:59"
from: "2024-04-24 00:00:01"
canBuy: true
symbol: DCRUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.001
stopLoss: false
tickSize: 0.01
buySplits: 8
buyVolumes:
- 20
- 10
- 10
- 10
- 10
- 25
- 10
- 5
canBuyDown: false
minNotional: 5
buyPercentage: 0.1
fees_in_quote: true
intrabar_mode: OLHC
maker_fee_bps: 7.5
taker_fee_bps: 7.5
sellPercentages:
- 0.25
- 0.5
- 0.75
- 1
- 2.5
- 5
- 10
- 20
triggerCoolDown: 1
investmentPerBuy: 50
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 20
order_latency_seconds: 2
trailingStopLossPercentages:
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
sellCancelDistancePercentage: 1
dontBuyBelowQuoteAssetBalance: 1
investmentPerFreeQuotePercent: 0.01
sellActivateDistancePercentage: 0.1
Strategy Logic
strategyLogic object to buildVerifiableMdx (or wire up getModes() so the exporter can derive a sketch) to remove this notice.GET /modes and select the entry whose filename == "2LongTimeLongMoreProfit.json" to inspect the public rule fields, or consult the engine source for the executable logic.
Engine Specification
engine_version field in this document’s frontmatter (see also the Data Source Metadata section).Engine Specification
uncoded.ch/docs/engine; this report only pins which revision applied (engine_version in the frontmatter).
Data Source Metadata
buildVerifiableMdx({ dataSource: ... }) to fill it in. The engine spec describes deterministic execution semantics (segment order, fill rules, fee classification) that cannot be reverse-engineered from trades alone.| Field | Value | Source |
|---|---|---|
| Market-data provider | Binance Spot | caller DataSourceInput.provider |
| Exchange / venue | binance | caller DataSourceInput.exchange |
| Symbol | DCRUSDT | 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 24,397 | #
| #:
| ##::
| ### ::::
| #:::###::::
| ##:::::::::::
| ## ########:::::::::::::
|##### #::## #####:::::::::::::::::::::
|:::::#### # ####:::::##########::::::::::::::::::::::::::
5,994 |:::::::::####:#:::::::::::::::::::::::::::::::::::::::::::::
+------------------------------------------------------------
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,887.71 USDT @ 2024-06-06 23:59:00 UTC |
| Trough | 5,531.68 USDT @ 2024-08-11 23:59:00 UTC |
| Drawdown Duration | 66.0 days |
| Recovery | 2024-12-02 23:59:00 UTC (113.0 days to recover) |
| All-time Peak | 26,034.75 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) | 17,283.55 | 17,283.55 | 66.4% |
| DCR | 303.14200000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 8,751.20 | 33.6% |
| Total | - | 26,034.75 | 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) | +23.72 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 | +23.72 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.70 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.72 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 1.42 USDT | buy + sell on matched pairs |
| Open-position buy fees | 2,904.16 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 1,502 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 2,905.58 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 | 12251.83% | 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/a7d1ef05-1e6e-4f15-804e-62f032f498cd/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.699933 + 0.718784
= 1.418717 USDT
(B) bt.total_fees = 2,905.580666 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 2,905.580666 - 1.418717
= 2,904.161950 USDT
Identity check: (A) + (C) ?= (B)
1.418717 + 2,904.161950 = 2,905.580666 USDT
vs bt.total_fees = 2,905.580666 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 1,502 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 2.8h | 914.3h | 13408.8h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:03:00 UTC | 2026-02-25 23:55:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +23.72 USDT | +2.42% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 17 | 17 | 100.0% | +0.79 |
| 2024-05 | 3 | 3 | 100.0% | +0.03 |
| 2024-06 | 1 | 1 | 100.0% | +0.61 |
| 2024-11 | 2 | 2 | 100.0% | +1.23 |
| 2024-12 | 9 | 9 | 100.0% | +2.48 |
| 2025-04 | 11 | 11 | 100.0% | +6.76 |
| 2025-05 | 9 | 9 | 100.0% | +2.51 |
| 2025-06 | 2 | 2 | 100.0% | +0.02 |
| 2025-07 | 2 | 2 | 100.0% | +0.62 |
| 2025-09 | 1 | 1 | 100.0% | +0.01 |
| 2025-10 | 6 | 6 | 100.0% | +3.69 |
| 2025-11 | 4 | 4 | 100.0% | +1.97 |
| 2025-12 | 1 | 1 | 100.0% | +0.01 |
| 2026-01 | 6 | 6 | 100.0% | +0.06 |
| 2026-02 | 26 | 26 | 100.0% | +2.91 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2025-10-10 -> 2025-10-10 | 13.210000 | 13.880000 | +0.6152 | +4.92% |
| 2 | TP | 2025-04-08 -> 2025-04-10 | 13.410000 | 14.090000 | +0.6152 | +4.92% |
| 3 | TP | 2025-04-10 -> 2025-04-11 | 13.410000 | 14.090000 | +0.6152 | +4.92% |
| 4 | TP | 2025-10-10 -> 2025-10-10 | 14.200000 | 14.920000 | +0.6151 | +4.92% |
| 5 | TP | 2025-04-08 -> 2025-04-10 | 13.010000 | 13.670000 | +0.6150 | +4.92% |
| 6 | TP | 2025-04-08 -> 2025-04-08 | 13.020000 | 13.680000 | +0.6150 | +4.92% |
| 7 | TP | 2025-04-10 -> 2025-04-25 | 13.610000 | 14.300000 | +0.6149 | +4.92% |
| 8 | TP | 2025-04-08 -> 2025-04-10 | 13.220000 | 13.890000 | +0.6146 | +4.91% |
| 9 | TP | 2025-04-08 -> 2025-04-08 | 12.430000 | 13.060000 | +0.6145 | +4.91% |
| 10 | TP | 2025-04-08 -> 2025-04-08 | 13.420000 | 14.100000 | +0.6145 | +4.91% |
Top 10 Losers
Top 10 Losers
Charts Catalogue
GET /backtests/{id} + /equity + /trades * Fields used: every chart from the live <AnalyticsCharts> UI, with the exact transform + API fields it consumesX-API-Key.- Equity & Balance
- Trade Analysis
- Risk & Recovery
- Deep Dive
- Advanced
Drawdown
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: computeDrawdown(equity)drawdown).| Stat | Value |
|---|---|
| Shallowest DD | 0.00% @ 2024-04-24 23:59:00 UTC |
| Deepest DD | -49.19% @ 2024-08-11 23:59:00 UTC |
| Mean | -18.00% |
| Std Dev | 14.18% |
| Last | 0.00% |
| Points | 673 |
| Across 673 points the series ranged from -49.19% (2024-08-11 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -18.00%. 0% of points were positive, 92% negative. The most recent value is 0.00%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-05T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-1.058244538674791},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-3.6787256862918563},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-18.250115334032024},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-21.77314668864996},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-27.522633785586226},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-36.62598835573532},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-48.071853225761615},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-47.644599638903614},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-41.50282932781999},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-38.88590110831479},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-32.74413079723115},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-35.57468581016535},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-32.6907240988739},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-33.331604479160895},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-42.14370970810698},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-29.642429499848443},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-14.072222302021844},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-14.851339944852318},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-16.700882060025553},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-24.0933625235593},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-27.94729820305108},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-38.59507374449668},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-23.257863379098357},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-30.374770347214845},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-40.85703642428563},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-34.015978563460486},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-36.93997910074866},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-28.413228818200086},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-22.84776488114147},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-29.45084358603604},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-20.65089373670159},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-11.201698092335505},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-13.264087483154643},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-18.919179169603556},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-16.07500806202281},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-4.339225983245703},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-4.903681597069811},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-1.2067797564171239},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-2.9723889406484916},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-4.484198313546928},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-3.7963488151323865},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-1.2160234122632256},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-2.396097462145311},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-1.506368436169173},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-3.4852900670096205},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":0},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-5.5360435419791205},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-7.961712634743158},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-11.708111451612279},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-28.267739327263268},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-16.064486731985056},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-26.50677838111989},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-9.89689782007131},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-8.640398442338544},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-1.121827420914261},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":0}]
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 | 205.37 USDT @ 2025-11-05 23:59:00 UTC |
| Worst Unrealized | -9,687.79 USDT @ 2025-12-23 23:59:00 UTC |
| Mean | -3,199.02 USDT |
| Std Dev | 1,864.98 USDT |
| Last | -1,758.82 USDT |
| Points | 673 |
| Sum | -2,152,941.25 USDT |
| Across 673 points the series ranged from -9,687.79 USDT (2025-12-23 23:59:00 UTC) to 205.37 USDT (2025-11-05 23:59:00 UTC), averaging -3,199.02 USDT. 0% of points were positive, 100% negative. The most recent value is -1,758.82 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-48.0662478625},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-166.05470631},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-282.78475765},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":-325.2315571725},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-569.0238014675},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-2258.2081523651},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-2679.9404079076},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-3305.9278049776},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-4297.0745170051},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-5550.0542442076},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-5503.5361189876},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-4834.8380689501},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-4549.9145519776},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-3881.2165019401},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-4189.3990815226},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-3875.4017362876},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-3945.1789241176},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-4904.6152567801},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-3545.2099363526},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":-1924.7373874401},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":30.6185838475},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-2082.876145665},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-2718.57140049},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-3686.260452855},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-4162.6670564975},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-5470.2256514975},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-3586.7992814975},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-4460.7633164975},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-5747.9971664975},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-4907.9077064975},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-5266.9782014975},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-4311.080444705},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-3627.778723875},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-4462.2225978525},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-3472.695491015},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-2405.0249892575},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-2684.63707232},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-3389.88391529},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-3040.616562415},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-1745.520876605},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-1980.497448115},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-1653.21350803},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-1537.0600644625},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-1864.9134621175},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-1872.3333521775},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-1629.45376426},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-1853.1205548225},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-1065.3079014775},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-1278.867563925},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":105.5380970825},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-1799.3873762075},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-2885.5567743374},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-4347.9817624875},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-8030.0095766202},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-6106.7514290025},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-8420.0511761651},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-5377.59617133},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-6058.75256296},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-3185.99498565},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-1758.8151462275}]
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 | 26,034.75 USDT @ 2026-02-25 23:59:00 UTC |
| Trough Total Equity | 5,531.68 USDT @ 2024-08-11 23:59:00 UTC |
| Mean | 11,283.79 USDT |
| Std Dev | 4,304.78 USDT |
| Last | 26,034.75 USDT |
| Points | 673 |
| Sum | 7,593,989.09 USDT |
| Across 673 points the series ranged from 5,531.68 USDT (2024-08-11 23:59:00 UTC) to 26,034.75 USDT (2026-02-25 23:59:00 UTC), averaging 11,283.79 USDT. 100% of points were positive, 0% negative. The most recent value is 26,034.75 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":8408.6916303825,"base":1558.2625858800002,"total":9966.9542162625},{"timestamp":"2024-05-05T23:59:00+00:00","quote":6455.9434488824,"base":3640.3303630050004,"total":10096.2738118874},{"timestamp":"2024-05-17T23:59:00+00:00","quote":6606.5422826224,"base":3761.616570074999,"total":10368.1588526974},{"timestamp":"2024-05-28T23:59:00+00:00","quote":6333.9269462449,"base":4202.841842745001,"total":10536.7687889899},{"timestamp":"2024-06-09T23:59:00+00:00","quote":5212.6335980774,"base":5274.546001340001,"total":10487.1795994174},{"timestamp":"2024-06-20T23:59:00+00:00","quote":1.8771441923,"base":8898.812021645,"total":8900.6891658373},{"timestamp":"2024-07-01T23:59:00+00:00","quote":2.5239444623,"base":8514.5878360725,"total":8517.1117805348},{"timestamp":"2024-07-13T23:59:00+00:00","quote":2.5239444623,"base":7888.6004390025,"total":7891.1243834648},{"timestamp":"2024-07-24T23:59:00+00:00","quote":2.5239444623,"base":6897.453726975,"total":6899.9776714373},{"timestamp":"2024-08-05T23:59:00+00:00","quote":1.8330514498,"base":5651.95221423,"total":5653.7852656798},{"timestamp":"2024-08-16T23:59:00+00:00","quote":1.8330514498,"base":5698.47033945,"total":5700.3033908998},{"timestamp":"2024-08-27T23:59:00+00:00","quote":1.8330514498,"base":6367.1683894875,"total":6369.0014409373},{"timestamp":"2024-09-08T23:59:00+00:00","quote":1.8330514498,"base":6652.091906459999,"total":6653.9249579098},{"timestamp":"2024-09-19T23:59:00+00:00","quote":1.8330514498,"base":7320.7899564975,"total":7322.6230079473},{"timestamp":"2024-09-30T23:59:00+00:00","quote":1.8330514498,"base":7012.607376915,"total":7014.4404283648},{"timestamp":"2024-10-12T23:59:00+00:00","quote":1.8330514498,"base":7326.604722149999,"total":7328.4377735998},{"timestamp":"2024-10-23T23:59:00+00:00","quote":1.8330514498,"base":7256.827534319999,"total":7258.6605857698},{"timestamp":"2024-11-04T23:59:00+00:00","quote":1.8330514498,"base":6297.3912016575,"total":6299.2242531073},{"timestamp":"2024-11-15T23:59:00+00:00","quote":1.0437888123,"base":7659.283415857501,"total":7660.3272046698},{"timestamp":"2024-11-26T23:59:00+00:00","quote":7.9737379973,"base":9347.59224385,"total":9355.5659818473},{"timestamp":"2024-12-08T23:59:00+00:00","quote":11267.9964271749,"base":855.114772557501,"total":12123.1111997324},{"timestamp":"2024-12-19T23:59:00+00:00","quote":818.3953768124,"base":9637.9541090001,"total":10456.3494858125},{"timestamp":"2024-12-31T23:59:00+00:00","quote":2.242764265,"base":10226.980907325,"total":10229.22367159},{"timestamp":"2025-01-11T23:59:00+00:00","quote":4.4844925525,"base":9316.93441448,"total":9321.4189070325},{"timestamp":"2025-01-22T23:59:00+00:00","quote":0.1123596275,"base":8848.038990000001,"total":8848.1513496275},{"timestamp":"2025-02-03T23:59:00+00:00","quote":0.1123596275,"base":7540.480395,"total":7540.5927546275},{"timestamp":"2025-02-14T23:59:00+00:00","quote":0.1123596275,"base":9423.906765000002,"total":9424.0191246275},{"timestamp":"2025-02-26T23:59:00+00:00","quote":0.1123596275,"base":8549.94273,"total":8550.0550896275},{"timestamp":"2025-03-09T23:59:00+00:00","quote":0.1123596275,"base":7262.70888,"total":7262.8212396275},{"timestamp":"2025-03-20T23:59:00+00:00","quote":0.1123596275,"base":8102.79834,"total":8102.9106996275},{"timestamp":"2025-04-01T23:59:00+00:00","quote":0.1123596275,"base":7743.727844999999,"total":7743.8402046275},{"timestamp":"2025-04-12T23:59:00+00:00","quote":3.607807195,"base":8787.3267483575,"total":8790.9345555525},{"timestamp":"2025-04-23T23:59:00+00:00","quote":3.725714765,"base":9470.65395829,"total":9474.379673055},{"timestamp":"2025-05-05T23:59:00+00:00","quote":4.8731712075,"base":8658.641145,"total":8663.5143162075},{"timestamp":"2025-05-16T23:59:00+00:00","quote":0.7358069725,"base":9743.42206866,"total":9744.1578756325},{"timestamp":"2025-05-28T23:59:00+00:00","quote":145.94736853,"base":10758.58216713,"total":10904.52953566},{"timestamp":"2025-06-08T23:59:00+00:00","quote":1.9495029275,"base":10649.31633801,"total":10651.2658409375},{"timestamp":"2025-06-19T23:59:00+00:00","quote":2.694779895,"base":9954.1195569375,"total":9956.8143368325},{"timestamp":"2025-07-01T23:59:00+00:00","quote":2.694779895,"base":10303.3869098125,"total":10306.0816897075},{"timestamp":"2025-07-12T23:59:00+00:00","quote":2333.02927303,"base":9414.219415964999,"total":11747.248688995},{"timestamp":"2025-07-24T23:59:00+00:00","quote":1681.4238373074,"base":10058.573157937599,"total":11739.996995245},{"timestamp":"2025-08-04T23:59:00+00:00","quote":2614.73661195,"base":9714.39929208,"total":12329.13590403},{"timestamp":"2025-08-15T23:59:00+00:00","quote":3617.6884721999,"base":8986.383853475001,"total":12604.0723256749},{"timestamp":"2025-08-27T23:59:00+00:00","quote":2431.4141747748,"base":9976.2712207201,"total":12407.6853954949},{"timestamp":"2025-09-07T23:59:00+00:00","quote":2320.2543781699,"base":10176.783983275,"total":12497.0383614449},{"timestamp":"2025-09-19T23:59:00+00:00","quote":3316.7463757474,"base":9515.48119263,"total":12832.2275683774},{"timestamp":"2025-09-30T23:59:00+00:00","quote":2528.0820642474,"base":10150.85162714,"total":12678.9336913874},{"timestamp":"2025-10-11T23:59:00+00:00","quote":9517.3576422069,"base":4956.043437554999,"total":14473.4010797619},{"timestamp":"2025-10-23T23:59:00+00:00","quote":7591.9419720089,"base":7394.977224285,"total":14986.9191962939},{"timestamp":"2025-11-03T23:59:00+00:00","quote":16031.6062684761,"base":1248.5907440825013,"total":17280.1970125586},{"timestamp":"2025-11-14T23:59:00+00:00","quote":10843.7994102865,"base":7862.646958722502,"total":18706.446369009},{"timestamp":"2025-11-26T23:59:00+00:00","quote":9426.6259819139,"base":9684.9136629,"total":19111.5396448139},{"timestamp":"2025-12-07T23:59:00+00:00","quote":6560.0484157389,"base":11773.560092332598,"total":18333.6085080715},{"timestamp":"2025-12-19T23:59:00+00:00","quote":3.4327818463,"base":14891.606912,"total":14895.0396938463},{"timestamp":"2025-12-30T23:59:00+00:00","quote":5385.1519938863,"base":12043.86516137,"total":17429.0171552563},{"timestamp":"2026-01-10T23:59:00+00:00","quote":805.5136588012,"base":14455.1855436975,"total":15260.6992024987},{"timestamp":"2026-01-22T23:59:00+00:00","quote":7976.0125561136,"base":11979.724482984999,"total":19955.7370390986},{"timestamp":"2026-02-02T23:59:00+00:00","quote":8081.3465130882,"base":12152.675852100001,"total":20234.0223651882},{"timestamp":"2026-02-14T23:59:00+00:00","quote":13849.8142838957,"base":10301.647665225002,"total":24151.4619491207},{"timestamp":"2026-02-25T23:59:00+00:00","quote":17283.5476066179,"base":8751.204050715001,"total":26034.7516573329}]
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 | 100.00% @ 2025-01-18 23:59:00 UTC |
| Min Exposure | 7.05% @ 2024-12-08 23:59:00 UTC |
| Mean | 80.86% |
| Std Dev | 24.88% |
| Last | 33.61% |
| Points | 673 |
| Across 673 points the series ranged from 7.05% (2024-12-08 23:59:00 UTC) to 100.00% (2025-01-18 23:59:00 UTC), averaging 80.86%. 100% of points were positive, 0% negative. The most recent value is 33.61%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":15.634290597397083},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":36.056177069196146},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":36.280468147885},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":39.88738793563205},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":50.295181381589195},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":99.97891012530238},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":99.9703661930554},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":99.96801540135917},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":99.96342097637869},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":99.96757833268045},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":99.96784291424336},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":99.97121917043356},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":99.972451576154},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":99.9749672836112},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":99.97386746001308},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":99.97498714587707},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":99.97474669840062},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":99.970900362074},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":99.98637409624405},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":99.91477011639091},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":7.053591759319806},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":92.17322089393795},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":99.97807493181297},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":99.95189045147283},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":99.9987301344308},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":99.99850993640479},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":99.99880773132978},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":99.99868586077726},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":99.99845294791386},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":99.9986133423943},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":99.99854904511804},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":99.95895991293985},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":99.96067589759363},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":99.94375064171841},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":99.99244873716239},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":98.6615894977154},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":99.98169698365797},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":99.97293532043646},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":99.97385252731218},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":80.13978136671595},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":85.67781714093778},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":78.79221518601862},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":71.29746340132822},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":80.40396659591626},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":81.4335660093018},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":74.152995977714},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":80.06076752365473},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":34.24242450162606},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":49.34287779514883},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":7.2255585001436735},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":42.03175099974392},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":50.67573750149479},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":64.2184547965514},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":99.9769535233416},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":69.10237711102242},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":94.72164644547014},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":60.03148096967569},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":60.06060304157901},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":42.6543440182927},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":33.61354917418677}]
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 | 3,263.21 USDT @ 2025-12-26 23:59:00 UTC |
| Worst Day | -1,913.54 USDT @ 2025-12-01 23:59:00 UTC |
| Mean | 23.91 USDT |
| Std Dev | 459.93 USDT |
| Last | 153.72 USDT |
| Points | 672 |
| Sum | 16,067.80 USDT |
| Across 672 points the series ranged from -1,913.54 USDT (2025-12-01 23:59:00 UTC) to 3,263.21 USDT (2025-12-26 23:59:00 UTC), averaging 23.91 USDT. 51% of points were positive, 49% negative. The most recent value is 153.72 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":10.746989367498827},{"timestamp":"2024-05-06T23:59:00+00:00","delta":25.05439816499893},{"timestamp":"2024-05-18T23:59:00+00:00","delta":41.171490469900164},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-53.092098995000924},{"timestamp":"2024-06-09T23:59:00+00:00","delta":116.48226725000131},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-63.27532788500139},{"timestamp":"2024-07-02T23:59:00+00:00","delta":-359.36313535499994},{"timestamp":"2024-07-14T23:59:00+00:00","delta":-46.369436820000374},{"timestamp":"2024-07-25T23:59:00+00:00","delta":-23.184718409999732},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-627.9946904699991},{"timestamp":"2024-08-17T23:59:00+00:00","delta":81.40671913499955},{"timestamp":"2024-08-28T23:59:00+00:00","delta":104.66578174500046},{"timestamp":"2024-09-08T23:59:00+00:00","delta":232.5906261},{"timestamp":"2024-09-20T23:59:00+00:00","delta":-133.73961000750023},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-319.81211088750024},{"timestamp":"2024-10-13T23:59:00+00:00","delta":-52.332890872499775},{"timestamp":"2024-10-24T23:59:00+00:00","delta":145.3691413125007},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-186.07250088},{"timestamp":"2024-11-16T23:59:00+00:00","delta":372.2051166399997},{"timestamp":"2024-11-27T23:59:00+00:00","delta":570.7097142625007},{"timestamp":"2024-12-08T23:59:00+00:00","delta":275.97381831750135},{"timestamp":"2024-12-20T23:59:00+00:00","delta":113.69315212249967},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-215.76702082250085},{"timestamp":"2025-01-12T23:59:00+00:00","delta":257.2990608650016},{"timestamp":"2025-01-23T23:59:00+00:00","delta":-115.1735549999994},{"timestamp":"2025-02-03T23:59:00+00:00","delta":325.1959200000001},{"timestamp":"2025-02-15T23:59:00+00:00","delta":-182.92270500000086},{"timestamp":"2025-02-26T23:59:00+00:00","delta":60.97423499999968},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-562.3179449999998},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-94.84881000000041},{"timestamp":"2025-04-01T23:59:00+00:00","delta":27.099659999999858},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-448.68518353750005},{"timestamp":"2025-04-24T23:59:00+00:00","delta":-103.48114863500086},{"timestamp":"2025-05-05T23:59:00+00:00","delta":151.90598499999942},{"timestamp":"2025-05-17T23:59:00+00:00","delta":0},{"timestamp":"2025-05-28T23:59:00+00:00","delta":1.4785039574999246},{"timestamp":"2025-06-08T23:59:00+00:00","delta":7.174158097499458},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-188.60437055250077},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-139.7069411499997},{"timestamp":"2025-07-13T23:59:00+00:00","delta":192.7795351575005},{"timestamp":"2025-07-24T23:59:00+00:00","delta":-112.77064702999996},{"timestamp":"2025-08-04T23:59:00+00:00","delta":319.281159902499},{"timestamp":"2025-08-16T23:59:00+00:00","delta":183.55359873999987},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-84.9215633900003},{"timestamp":"2025-09-07T23:59:00+00:00","delta":113.61243245749938},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-129.97920005999913},{"timestamp":"2025-09-30T23:59:00+00:00","delta":62.63983113749964},{"timestamp":"2025-10-12T23:59:00+00:00","delta":708.2982161897999},{"timestamp":"2025-10-23T23:59:00+00:00","delta":141.93864535750072},{"timestamp":"2025-11-03T23:59:00+00:00","delta":1200.5830643725021},{"timestamp":"2025-11-15T23:59:00+00:00","delta":1822.1131269875987},{"timestamp":"2025-11-26T23:59:00+00:00","delta":1259.9222512874003},{"timestamp":"2025-12-07T23:59:00+00:00","delta":884.1501207274996},{"timestamp":"2025-12-19T23:59:00+00:00","delta":888.1788431575005},{"timestamp":"2025-12-30T23:59:00+00:00","delta":-160.44225394009845},{"timestamp":"2026-01-11T23:59:00+00:00","delta":283.7177087125001},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-10.17449796260189},{"timestamp":"2026-02-02T23:59:00+00:00","delta":-137.26932665759887},{"timestamp":"2026-02-14T23:59:00+00:00","delta":-68.0676929049987},{"timestamp":"2026-02-25T23:59:00+00:00","delta":153.71670502740017}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 47.09% @ 2024-11 |
| Worst Month | -16.46% @ 2025-01 |
| Mean | 5.58% |
| Std Dev | 14.43% |
| Last | 27.80% |
| Points | 23 |
| Across 23 points the series ranged from -16.46% (2025-01) to 47.09% (2024-11), averaging 5.58%. 65% of points were positive, 35% negative. The most recent value is 27.80%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-4.66616511532946},{"month":"2024-05","returnPct":11.004921854648238},{"month":"2024-06","returnPct":-15.036322585059608},{"month":"2024-07","returnPct":-13.760125503764502},{"month":"2024-08","returnPct":-13.422106431457081},{"month":"2024-09","returnPct":11.870369179195933},{"month":"2024-10","returnPct":4.342859212452257},{"month":"2024-11","returnPct":47.09194552159358},{"month":"2024-12","returnPct":2.2119545971363954},{"month":"2025-01","returnPct":-16.46068217122801},{"month":"2025-02","returnPct":1.506255246256484},{"month":"2025-03","returnPct":-5.711842111812523},{"month":"2025-04","returnPct":12.946185549915084},{"month":"2025-05","returnPct":13.587516555611334},{"month":"2025-06","returnPct":-2.27102255225886},{"month":"2025-07","returnPct":14.735058336298712},{"month":"2025-08","returnPct":2.954385024260969},{"month":"2025-09","returnPct":4.866367451027537},{"month":"2025-10","returnPct":13.842962245657214},{"month":"2025-11","returnPct":14.039207369925977},{"month":"2025-12","returnPct":-0.7857613770290137},{"month":"2026-01","returnPct":17.548794927952805},{"month":"2026-02","returnPct":27.801182424549275}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 17,793.57 USDT @ 2026-02-25 |
| Trough Cum. | 15.02 USDT @ 2024-04-24 |
| Mean | 4,482.81 USDT |
| Std Dev | 4,513.68 USDT |
| Last | 17,793.57 USDT |
| Points | 673 |
| Sum | 3,016,930.33 USDT |
| Across 673 points the series ranged from 15.02 USDT (2024-04-24) to 17,793.57 USDT (2026-02-25), averaging 4,482.81 USDT. 100% of points were positive, 0% negative. The most recent value is 17,793.57 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":15.020464},{"timestamp":"2024-05-05","cumProfit":262.328518},{"timestamp":"2024-05-17","cumProfit":650.943609},{"timestamp":"2024-05-28","cumProfit":862.000345},{"timestamp":"2024-06-09","cumProfit":1056.203399},{"timestamp":"2024-06-20","cumProfit":1158.897316},{"timestamp":"2024-07-01","cumProfit":1197.0521860000001},{"timestamp":"2024-07-13","cumProfit":1197.0521860000001},{"timestamp":"2024-07-24","cumProfit":1197.0521860000001},{"timestamp":"2024-08-05","cumProfit":1203.8395070000001},{"timestamp":"2024-08-16","cumProfit":1203.8395070000001},{"timestamp":"2024-08-27","cumProfit":1203.8395070000001},{"timestamp":"2024-09-08","cumProfit":1203.8395070000001},{"timestamp":"2024-09-19","cumProfit":1203.8395070000001},{"timestamp":"2024-09-30","cumProfit":1203.8395070000001},{"timestamp":"2024-10-12","cumProfit":1203.8395070000001},{"timestamp":"2024-10-23","cumProfit":1203.8395070000001},{"timestamp":"2024-11-04","cumProfit":1203.8395070000001},{"timestamp":"2024-11-15","cumProfit":1205.5371380000001},{"timestamp":"2024-11-26","cumProfit":1280.3033660000003},{"timestamp":"2024-12-08","cumProfit":2092.4926130000003},{"timestamp":"2024-12-19","cumProfit":2539.225627},{"timestamp":"2024-12-31","cumProfit":2947.7950689999993},{"timestamp":"2025-01-11","cumProfit":3007.679355999999},{"timestamp":"2025-01-22","cumProfit":3010.8184019999994},{"timestamp":"2025-02-03","cumProfit":3010.8184019999994},{"timestamp":"2025-02-14","cumProfit":3010.8184019999994},{"timestamp":"2025-02-26","cumProfit":3010.8184019999994},{"timestamp":"2025-03-09","cumProfit":3010.8184019999994},{"timestamp":"2025-03-20","cumProfit":3010.8184019999994},{"timestamp":"2025-04-01","cumProfit":3010.8184019999994},{"timestamp":"2025-04-12","cumProfit":3102.014996999999},{"timestamp":"2025-04-23","cumProfit":3102.1583939999987},{"timestamp":"2025-05-05","cumProfit":3125.7369109999986},{"timestamp":"2025-05-16","cumProfit":3216.853362999999},{"timestamp":"2025-05-28","cumProfit":3309.554520999998},{"timestamp":"2025-06-08","cumProfit":3335.9029099999984},{"timestamp":"2025-06-19","cumProfit":3346.6982489999978},{"timestamp":"2025-07-01","cumProfit":3346.6982489999978},{"timestamp":"2025-07-12","cumProfit":3492.7695629999976},{"timestamp":"2025-07-24","cumProfit":3720.494440999997},{"timestamp":"2025-08-04","cumProfit":3982.3494089999976},{"timestamp":"2025-08-15","cumProfit":4141.132386999999},{"timestamp":"2025-08-27","cumProfit":4272.598854000001},{"timestamp":"2025-09-07","cumProfit":4369.3717080000015},{"timestamp":"2025-09-19","cumProfit":4461.681328000002},{"timestamp":"2025-09-30","cumProfit":4532.054241000002},{"timestamp":"2025-10-11","cumProfit":5538.708976000002},{"timestamp":"2025-10-23","cumProfit":6265.786755000002},{"timestamp":"2025-11-03","cumProfit":7174.658911000002},{"timestamp":"2025-11-14","cumProfit":10505.833741000002},{"timestamp":"2025-11-26","cumProfit":11997.096415999998},{"timestamp":"2025-12-07","cumProfit":12681.590268999998},{"timestamp":"2025-12-19","cumProfit":12925.049271},{"timestamp":"2025-12-30","cumProfit":13535.768585},{"timestamp":"2026-01-10","cumProfit":13680.750377999999},{"timestamp":"2026-01-22","cumProfit":15333.333212},{"timestamp":"2026-02-02","cumProfit":16292.77493},{"timestamp":"2026-02-14","cumProfit":17337.456937999996},{"timestamp":"2026-02-25","cumProfit":17793.566806999992}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 638.95 USDT @ 2025-11-09 |
| Worst Day | 0.0000 USDT @ 2024-06-18 |
| Mean | 26.44 USDT |
| Std Dev | 67.67 USDT |
| Last | 39.26 USDT |
| Points | 673 |
| Sum | 17,793.57 USDT |
| Across 673 points the series ranged from 0.0000 USDT (2024-06-18) to 638.95 USDT (2025-11-09), averaging 26.44 USDT. 58% of points were positive, 0% negative. The most recent value is 39.26 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":15.020464},{"day":"2024-05-05","profit":10.832769},{"day":"2024-05-17","profit":27.081288},{"day":"2024-05-28","profit":8.774463},{"day":"2024-06-09","profit":6.893363},{"day":"2024-06-20","profit":2.849308},{"day":"2024-07-01","profit":0.943549},{"day":"2024-07-13","profit":0},{"day":"2024-07-24","profit":0},{"day":"2024-08-05","profit":0},{"day":"2024-08-16","profit":0},{"day":"2024-08-27","profit":0},{"day":"2024-09-08","profit":0},{"day":"2024-09-19","profit":0},{"day":"2024-09-30","profit":0},{"day":"2024-10-12","profit":0},{"day":"2024-10-23","profit":0},{"day":"2024-11-04","profit":0},{"day":"2024-11-15","profit":0},{"day":"2024-11-26","profit":11.657785},{"day":"2024-12-08","profit":112.987535},{"day":"2024-12-19","profit":36.629169},{"day":"2024-12-31","profit":8.913627},{"day":"2025-01-11","profit":0},{"day":"2025-01-22","profit":0},{"day":"2025-02-03","profit":0},{"day":"2025-02-14","profit":0},{"day":"2025-02-26","profit":0},{"day":"2025-03-09","profit":0},{"day":"2025-03-20","profit":0},{"day":"2025-04-01","profit":0},{"day":"2025-04-12","profit":0.076002},{"day":"2025-04-23","profit":0.143397},{"day":"2025-05-05","profit":0},{"day":"2025-05-16","profit":0},{"day":"2025-05-28","profit":14.762269},{"day":"2025-06-08","profit":0.173498},{"day":"2025-06-19","profit":0},{"day":"2025-07-01","profit":0},{"day":"2025-07-12","profit":14.912605},{"day":"2025-07-24","profit":30.242653},{"day":"2025-08-04","profit":24.346172},{"day":"2025-08-15","profit":12.529036},{"day":"2025-08-27","profit":5.162462},{"day":"2025-09-07","profit":2.66326},{"day":"2025-09-19","profit":1.677643},{"day":"2025-09-30","profit":7.469755},{"day":"2025-10-11","profit":106.17476},{"day":"2025-10-23","profit":9.81355},{"day":"2025-11-03","profit":500.734866},{"day":"2025-11-14","profit":88.086857},{"day":"2025-11-26","profit":136.61673},{"day":"2025-12-07","profit":53.795992},{"day":"2025-12-19","profit":2.805351},{"day":"2025-12-30","profit":13.778629},{"day":"2026-01-10","profit":4.354551},{"day":"2026-01-22","profit":27.454496},{"day":"2026-02-02","profit":53.499929},{"day":"2026-02-14","profit":28.440825},{"day":"2026-02-25","profit":39.255716}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 4305 trades @ 2025-11-05 |
| Quietest Day | 0 trades @ 2024-06-18 |
| Mean | 406 trades |
| Std Dev | 662 trades |
| Last | 779 trades |
| Points | 673 |
| Sum | 273499 trades |
| Across 673 points the series ranged from 0 trades (2024-06-18) to 4305 trades (2025-11-05), averaging 406 trades. The most recent value is 779 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":541},{"day":"2024-05-05","count":470},{"day":"2024-05-17","count":533},{"day":"2024-05-28","count":320},{"day":"2024-06-09","count":257},{"day":"2024-06-20","count":127},{"day":"2024-07-01","count":51},{"day":"2024-07-13","count":0},{"day":"2024-07-24","count":0},{"day":"2024-08-05","count":0},{"day":"2024-08-16","count":0},{"day":"2024-08-27","count":0},{"day":"2024-09-08","count":0},{"day":"2024-09-19","count":0},{"day":"2024-09-30","count":0},{"day":"2024-10-12","count":0},{"day":"2024-10-23","count":0},{"day":"2024-11-04","count":0},{"day":"2024-11-15","count":0},{"day":"2024-11-26","count":375},{"day":"2024-12-08","count":1261},{"day":"2024-12-19","count":982},{"day":"2024-12-31","count":280},{"day":"2025-01-11","count":0},{"day":"2025-01-22","count":0},{"day":"2025-02-03","count":0},{"day":"2025-02-14","count":0},{"day":"2025-02-26","count":0},{"day":"2025-03-09","count":0},{"day":"2025-03-20","count":0},{"day":"2025-04-01","count":0},{"day":"2025-04-12","count":5},{"day":"2025-04-23","count":8},{"day":"2025-05-05","count":0},{"day":"2025-05-16","count":0},{"day":"2025-05-28","count":451},{"day":"2025-06-08","count":12},{"day":"2025-06-19","count":0},{"day":"2025-07-01","count":0},{"day":"2025-07-12","count":377},{"day":"2025-07-24","count":835},{"day":"2025-08-04","count":307},{"day":"2025-08-15","count":332},{"day":"2025-08-27","count":192},{"day":"2025-09-07","count":118},{"day":"2025-09-19","count":86},{"day":"2025-09-30","count":351},{"day":"2025-10-11","count":1264},{"day":"2025-10-23","count":385},{"day":"2025-11-03","count":3579},{"day":"2025-11-14","count":1811},{"day":"2025-11-26","count":1825},{"day":"2025-12-07","count":979},{"day":"2025-12-19","count":115},{"day":"2025-12-30","count":466},{"day":"2026-01-10","count":221},{"day":"2026-01-22","count":817},{"day":"2026-02-02","count":1156},{"day":"2026-02-14","count":744},{"day":"2026-02-25","count":779}]
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 | 2,905.58 USDT @ 2026-02-25 |
| Start | 5.84 USDT @ 2024-04-24 |
| Mean | 868.30 USDT |
| Std Dev | 710.49 USDT |
| Last | 2,905.58 USDT |
| Points | 673 |
| Sum | 584,363.26 USDT |
| Across 673 points the series ranged from 5.84 USDT (2024-04-24) to 2,905.58 USDT (2026-02-25), averaging 868.30 USDT. 100% of points were positive, 0% negative. The most recent value is 2,905.58 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":5.844416},{"index":11,"timestamp":"2024-05-05","cumFees":68.910772},{"index":23,"timestamp":"2024-05-17","cumFees":143.206541},{"index":34,"timestamp":"2024-05-28","cumFees":200.91670499999995},{"index":46,"timestamp":"2024-06-09","cumFees":250.62420099999994},{"index":57,"timestamp":"2024-06-20","cumFees":289.7980339999999},{"index":68,"timestamp":"2024-07-01","cumFees":302.28418399999987},{"index":80,"timestamp":"2024-07-13","cumFees":302.28418399999987},{"index":91,"timestamp":"2024-07-24","cumFees":302.28418399999987},{"index":103,"timestamp":"2024-08-05","cumFees":304.0737629999998},{"index":114,"timestamp":"2024-08-16","cumFees":304.0737629999998},{"index":125,"timestamp":"2024-08-27","cumFees":304.0737629999998},{"index":137,"timestamp":"2024-09-08","cumFees":304.0737629999998},{"index":148,"timestamp":"2024-09-19","cumFees":304.0737629999998},{"index":159,"timestamp":"2024-09-30","cumFees":304.0737629999998},{"index":171,"timestamp":"2024-10-12","cumFees":304.0737629999998},{"index":182,"timestamp":"2024-10-23","cumFees":304.0737629999998},{"index":194,"timestamp":"2024-11-04","cumFees":304.0737629999998},{"index":205,"timestamp":"2024-11-15","cumFees":304.8564119999998},{"index":216,"timestamp":"2024-11-26","cumFees":318.4904439999998},{"index":228,"timestamp":"2024-12-08","cumFees":443.09026699999987},{"index":239,"timestamp":"2024-12-19","cumFees":543.9162029999999},{"index":251,"timestamp":"2024-12-31","cumFees":634.2282709999998},{"index":262,"timestamp":"2025-01-11","cumFees":652.8666339999999},{"index":273,"timestamp":"2025-01-22","cumFees":654.8674979999998},{"index":285,"timestamp":"2025-02-03","cumFees":654.8674979999998},{"index":296,"timestamp":"2025-02-14","cumFees":654.8674979999998},{"index":308,"timestamp":"2025-02-26","cumFees":654.8674979999998},{"index":319,"timestamp":"2025-03-09","cumFees":654.8674979999998},{"index":330,"timestamp":"2025-03-20","cumFees":654.8674979999998},{"index":342,"timestamp":"2025-04-01","cumFees":654.8674979999998},{"index":353,"timestamp":"2025-04-12","cumFees":666.1045929999998},{"index":364,"timestamp":"2025-04-23","cumFees":666.1948459999998},{"index":376,"timestamp":"2025-05-05","cumFees":670.8592889999996},{"index":387,"timestamp":"2025-05-16","cumFees":687.2131869999997},{"index":399,"timestamp":"2025-05-28","cumFees":713.0253489999997},{"index":410,"timestamp":"2025-06-08","cumFees":722.8992999999997},{"index":421,"timestamp":"2025-06-19","cumFees":729.6990009999997},{"index":433,"timestamp":"2025-07-01","cumFees":729.6990009999997},{"index":444,"timestamp":"2025-07-12","cumFees":771.8611969999997},{"index":456,"timestamp":"2025-07-24","cumFees":836.8537189999998},{"index":467,"timestamp":"2025-08-04","cumFees":907.7663909999998},{"index":478,"timestamp":"2025-08-15","cumFees":950.9895429999998},{"index":490,"timestamp":"2025-08-27","cumFees":993.3428959999999},{"index":501,"timestamp":"2025-09-07","cumFees":1023.5742019999998},{"index":513,"timestamp":"2025-09-19","cumFees":1048.4787219999994},{"index":524,"timestamp":"2025-09-30","cumFees":1076.472178999999},{"index":535,"timestamp":"2025-10-11","cumFees":1199.050603999999},{"index":547,"timestamp":"2025-10-23","cumFees":1316.183744999999},{"index":558,"timestamp":"2025-11-03","cumFees":1421.841758999999},{"index":569,"timestamp":"2025-11-14","cumFees":1753.3927689999991},{"index":581,"timestamp":"2025-11-26","cumFees":1969.503753999999},{"index":592,"timestamp":"2025-12-07","cumFees":2093.382110999999},{"index":604,"timestamp":"2025-12-19","cumFees":2160.329498999999},{"index":615,"timestamp":"2025-12-30","cumFees":2239.4600949999985},{"index":626,"timestamp":"2026-01-10","cumFees":2285.2746619999984},{"index":638,"timestamp":"2026-01-22","cumFees":2496.292327999998},{"index":649,"timestamp":"2026-02-02","cumFees":2653.7931099999983},{"index":661,"timestamp":"2026-02-14","cumFees":2823.6294919999987},{"index":672,"timestamp":"2026-02-25","cumFees":2905.5806629999984}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 94067 trades @ 0.10% |
| Least Populated Bin | 0 trades @ 0.43% |
| Mean | 4558 trades |
| Std Dev | 15848 trades |
| Last | 6412 trades |
| Points | 60 |
| Sum | 273499 trades |
| Across 60 points the series ranged from 0 trades (0.43%) to 94067 trades (0.10%), averaging 4558 trades. The most recent value is 6412 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":94067,"from":0.099812},{"bin":"0.26%","count":59844,"from":0.263492},{"bin":"0.43%","count":0,"from":0.427171},{"bin":"0.59%","count":45378,"from":0.59085},{"bin":"0.75%","count":36856,"from":0.754529},{"bin":"0.92%","count":20,"from":0.918209},{"bin":"1.08%","count":0,"from":1.081888},{"bin":"1.25%","count":0,"from":1.245567},{"bin":"1.41%","count":0,"from":1.409246},{"bin":"1.57%","count":0,"from":1.572926},{"bin":"1.74%","count":0,"from":1.736605},{"bin":"1.90%","count":0,"from":1.900284},{"bin":"2.06%","count":0,"from":2.063963},{"bin":"2.23%","count":17360,"from":2.227643},{"bin":"2.39%","count":2121,"from":2.391322},{"bin":"2.56%","count":0,"from":2.555001},{"bin":"2.72%","count":0,"from":2.71868},{"bin":"2.88%","count":0,"from":2.882359},{"bin":"3.05%","count":0,"from":3.046039},{"bin":"3.21%","count":0,"from":3.209718},{"bin":"3.37%","count":0,"from":3.373397},{"bin":"3.54%","count":0,"from":3.537076},{"bin":"3.70%","count":0,"from":3.700756},{"bin":"3.86%","count":0,"from":3.864435},{"bin":"4.03%","count":0,"from":4.028114},{"bin":"4.19%","count":0,"from":4.191793},{"bin":"4.36%","count":0,"from":4.355473},{"bin":"4.52%","count":0,"from":4.519152},{"bin":"4.68%","count":388,"from":4.682831},{"bin":"4.85%","count":11053,"from":4.84651},{"bin":"5.01%","count":0,"from":5.010189},{"bin":"5.17%","count":0,"from":5.173869},{"bin":"5.34%","count":0,"from":5.337548},{"bin":"5.50%","count":0,"from":5.501227},{"bin":"5.66%","count":0,"from":5.664906},{"bin":"5.83%","count":0,"from":5.828586},{"bin":"5.99%","count":0,"from":5.992265},{"bin":"6.16%","count":0,"from":6.155944},{"bin":"6.32%","count":0,"from":6.319623},{"bin":"6.48%","count":0,"from":6.483303},{"bin":"6.65%","count":0,"from":6.646982},{"bin":"6.81%","count":0,"from":6.810661},{"bin":"6.97%","count":0,"from":6.97434},{"bin":"7.14%","count":0,"from":7.138019},{"bin":"7.30%","count":0,"from":7.301699},{"bin":"7.47%","count":0,"from":7.465378},{"bin":"7.63%","count":0,"from":7.629057},{"bin":"7.79%","count":0,"from":7.792736},{"bin":"7.96%","count":0,"from":7.956416},{"bin":"8.12%","count":0,"from":8.120095},{"bin":"8.28%","count":0,"from":8.283774},{"bin":"8.45%","count":0,"from":8.447453},{"bin":"8.61%","count":0,"from":8.611133},{"bin":"8.77%","count":0,"from":8.774812},{"bin":"8.94%","count":0,"from":8.938491},{"bin":"9.10%","count":0,"from":9.10217},{"bin":"9.27%","count":0,"from":9.265849},{"bin":"9.43%","count":0,"from":9.429529},{"bin":"9.59%","count":0,"from":9.593208},{"bin":"9.76%","count":6412,"from":9.756887}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 2734 |
| Coldest Window | 100.00% @ 2734 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (2734) to 100.00% (2734), 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":2734,"winRate":100},{"index":7342,"winRate":100},{"index":11949,"winRate":100},{"index":16557,"winRate":100},{"index":21164,"winRate":100},{"index":25772,"winRate":100},{"index":30380,"winRate":100},{"index":34987,"winRate":100},{"index":39324,"winRate":100},{"index":43931,"winRate":100},{"index":48539,"winRate":100},{"index":53147,"winRate":100},{"index":57754,"winRate":100},{"index":62362,"winRate":100},{"index":66970,"winRate":100},{"index":71577,"winRate":100},{"index":76185,"winRate":100},{"index":80792,"winRate":100},{"index":85400,"winRate":100},{"index":90008,"winRate":100},{"index":94615,"winRate":100},{"index":99223,"winRate":100},{"index":103830,"winRate":100},{"index":108167,"winRate":100},{"index":112775,"winRate":100},{"index":117382,"winRate":100},{"index":121990,"winRate":100},{"index":126597,"winRate":100},{"index":131205,"winRate":100},{"index":135813,"winRate":100},{"index":140420,"winRate":100},{"index":145028,"winRate":100},{"index":149636,"winRate":100},{"index":154243,"winRate":100},{"index":158851,"winRate":100},{"index":163458,"winRate":100},{"index":168066,"winRate":100},{"index":172403,"winRate":100},{"index":177010,"winRate":100},{"index":181618,"winRate":100},{"index":186225,"winRate":100},{"index":190833,"winRate":100},{"index":195441,"winRate":100},{"index":200048,"winRate":100},{"index":204656,"winRate":100},{"index":209263,"winRate":100},{"index":213871,"winRate":100},{"index":218479,"winRate":100},{"index":223086,"winRate":100},{"index":227694,"winRate":100},{"index":232302,"winRate":100},{"index":236909,"winRate":100},{"index":241246,"winRate":100},{"index":245853,"winRate":100},{"index":250461,"winRate":100},{"index":255069,"winRate":100},{"index":259676,"winRate":100},{"index":264284,"winRate":100},{"index":268891,"winRate":100},{"index":273499,"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 | 23.72 USDT @ 2026-02-25 23:55:00 UTC |
| Trough Net | 0.0105 USDT @ 2024-04-24 00:03:00 UTC |
| Mean | 12.69 USDT |
| Std Dev | 8.87 USDT |
| Last | 23.72 USDT |
| Points | 100 |
| Sum | 1,269.29 USDT |
| Across 100 points the series ranged from 0.0105 USDT (2024-04-24 00:03:00 UTC) to 23.72 USDT (2026-02-25 23:55:00 UTC), averaging 12.69 USDT. 100% of points were positive, 0% negative. The most recent value is 23.72 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:03:00Z","net":0.01051794,"gross":0.02556},{"timestamp":"2024-04-24T00:04:00Z","net":0.03909402,"gross":0.07668},{"timestamp":"2024-04-24T00:11:00Z","net":0.04962474,"gross":0.10224},{"timestamp":"2024-04-24T00:13:00Z","net":0.09846351,"gross":0.16614},{"timestamp":"2024-04-24T00:51:00Z","net":0.13968099,"gross":0.22992},{"timestamp":"2024-04-24T00:55:00Z","net":0.18326079,"gross":0.28104},{"timestamp":"2024-04-24T01:49:00Z","net":0.244750305,"gross":0.35760000000000003},{"timestamp":"2024-04-24T02:00:00Z","net":0.318720285,"gross":0.44664},{"timestamp":"2024-04-24T11:50:00Z","net":0.43679417249999997,"gross":0.57231},{"timestamp":"2024-04-24T12:01:00Z","net":0.6729131924999999,"gross":0.82365},{"timestamp":"2024-05-30T11:00:00Z","net":0.8003790125,"gross":0.97373},{"timestamp":"2024-05-30T11:15:00Z","net":0.8103602625,"gross":0.99873},{"timestamp":"2024-06-28T16:29:00Z","net":1.4344571125,"gross":1.6570900000000002},{"timestamp":"2024-11-24T00:53:00Z","net":2.6633277250000003,"gross":2.92444},{"timestamp":"2024-12-02T17:55:00Z","net":2.6733089750000003,"gross":2.94944},{"timestamp":"2024-12-08T19:21:00Z","net":3.29298626,"gross":3.60338},{"timestamp":"2024-12-08T19:37:00Z","net":4.50769136,"gross":4.85654},{"timestamp":"2024-12-20T18:59:00Z","net":5.12617687,"gross":5.5093000000000005},{"timestamp":"2024-12-20T19:05:00Z","net":5.13615812,"gross":5.534300000000001},{"timestamp":"2025-04-08T17:28:00Z","net":5.760687165,"gross":6.193080000000001},{"timestamp":"2025-04-08T17:38:00Z","net":6.9897214975,"gross":7.460590000000001},{"timestamp":"2025-04-08T17:41:00Z","net":7.6047374725,"gross":8.094850000000001},{"timestamp":"2025-04-10T19:33:00Z","net":8.8341294625,"gross":9.36271},{"timestamp":"2025-04-10T20:21:00Z","net":10.0639117925,"gross":10.63097},{"timestamp":"2025-04-11T00:07:00Z","net":10.679108667500001,"gross":11.26541},{"timestamp":"2025-04-26T10:01:00Z","net":11.908245925000001,"gross":12.533019999999999},{"timestamp":"2025-05-10T08:01:00Z","net":13.137003275000001,"gross":13.800259999999998},{"timestamp":"2025-05-22T15:00:00Z","net":13.146984525,"gross":13.825259999999998},{"timestamp":"2025-05-27T08:14:00Z","net":13.771093555,"gross":14.483619999999998},{"timestamp":"2025-05-27T13:58:00Z","net":13.791056054999999,"gross":14.533619999999999},{"timestamp":"2025-05-28T12:45:00Z","net":14.405183834999999,"gross":15.166979999999999},{"timestamp":"2025-06-02T18:18:00Z","net":14.425146334999997,"gross":15.21698},{"timestamp":"2025-07-15T15:50:00Z","net":14.445108834999996,"gross":15.26698},{"timestamp":"2025-07-30T16:03:00Z","net":15.059224434999996,"gross":15.90034},{"timestamp":"2025-10-10T21:46:00Z","net":15.684455012499996,"gross":16.55983},{"timestamp":"2025-10-10T22:44:00Z","net":16.912909432499994,"gross":17.826750000000004},{"timestamp":"2025-10-10T22:52:00Z","net":17.527988392499992,"gross":18.461070000000003},{"timestamp":"2025-10-11T08:23:00Z","net":18.756470572499992,"gross":19.728030000000004},{"timestamp":"2025-11-03T16:48:00Z","net":19.74370525749999,"gross":20.731030000000004},{"timestamp":"2025-11-03T16:48:00Z","net":20.23848721749999,"gross":21.233710000000006},{"timestamp":"2025-12-26T08:14:00Z","net":20.74114119499999,"gross":21.759260000000005},{"timestamp":"2026-01-22T15:40:00Z","net":20.76110369499999,"gross":21.809260000000002},{"timestamp":"2026-01-26T15:31:00Z","net":20.771084944999988,"gross":21.83426},{"timestamp":"2026-01-26T15:41:00Z","net":20.791047444999986,"gross":21.884259999999998},{"timestamp":"2026-02-05T16:45:00Z","net":20.811009944999984,"gross":21.934259999999995},{"timestamp":"2026-02-25T21:39:00Z","net":20.860151977499985,"gross":21.998489999999997},{"timestamp":"2026-02-25T21:39:00Z","net":20.978206109999984,"gross":22.124159999999996},{"timestamp":"2026-02-25T21:39:00Z","net":22.197657432499984,"gross":23.382109999999997},{"timestamp":"2026-02-25T21:39:00Z","net":22.811285459999983,"gross":24.011279999999996},{"timestamp":"2026-02-25T21:39:00Z","net":23.304988109999982,"gross":24.512879999999996},{"timestamp":"2026-02-25T21:39:00Z","net":23.465944852499984,"gross":24.689009999999996},{"timestamp":"2026-02-25T21:39:00Z","net":23.539592527499984,"gross":24.777749999999997},{"timestamp":"2026-02-25T21:39:00Z","net":23.558130052499983,"gross":24.803849999999997},{"timestamp":"2026-02-25T21:39:00Z","net":23.583325677499985,"gross":24.859129999999997},{"timestamp":"2026-02-25T21:53:00Z","net":23.608531682499986,"gross":24.914409999999997},{"timestamp":"2026-02-25T22:52:00Z","net":23.621160682499987,"gross":24.942089999999997},{"timestamp":"2026-02-25T23:07:00Z","net":23.646439442499986,"gross":24.997449999999997},{"timestamp":"2026-02-25T23:13:00Z","net":23.677429269999987,"gross":25.051},{"timestamp":"2026-02-25T23:18:00Z","net":23.690053079999988,"gross":25.07868},{"timestamp":"2026-02-25T23:55:00Z","net":23.715483229999986,"gross":25.1342}]
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.88 @ 2024-12-13 23:59:00 UTC |
| Worst Sharpe (30d) | -7.07 @ 2024-07-05 23:59:00 UTC |
| Mean | 0.87 |
| Std Dev | 3.16 |
| Last | 6.77 |
| Points | 643 |
| Across 643 points the series ranged from -7.07 (2024-07-05 23:59:00 UTC) to 8.88 (2024-12-13 23:59:00 UTC), averaging 0.87. The most recent value is 6.77. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":1.2338542566376915,"sharpe90":-2.347758140134109},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":1.4124778768825643,"sharpe90":-2.824788718400665},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":-0.2591877935784316,"sharpe90":-3.618957778639255},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-4.288714933925717,"sharpe90":-3.1180007799044365},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-6.391859400791252,"sharpe90":-3.108372891999179},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":-2.0161104298538084,"sharpe90":-1.7719461432494807},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":-3.7057678784565344,"sharpe90":-1.3908316157188905},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-4.440350235701557,"sharpe90":-0.6991678537209982},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":-4.52471826606293,"sharpe90":-0.14041736663087903},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":-2.282897162088606,"sharpe90":0.06828826482650076},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":4.414485400304618,"sharpe90":1.9569281145064705},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":2.064122517668236,"sharpe90":0.853169406448658},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":-0.13145154519607977,"sharpe90":2.692757605161688},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":0.538763651017584,"sharpe90":3.4452019107575036},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-0.17328343207672103,"sharpe90":2.280706694939255},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":-1.1172225688706636,"sharpe90":2.2736248023616583},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":-0.19448186628136085,"sharpe90":0.8849470257182673},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":4.105715538907929,"sharpe90":0.7380323007964343},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":7.521734459528327,"sharpe90":-0.07276481442687024},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":7.81056283490198,"sharpe90":0.8892928695335439},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":2.6348532924600208,"sharpe90":-0.547872727970177},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-2.9496389295943892,"sharpe90":-2.3353570788259277},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":-0.8609847953983788,"sharpe90":-1.1931734142950472},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-3.4333719118116193,"sharpe90":-1.6841205176642566},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-1.8281549331157358,"sharpe90":-0.0631421024142959},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":0.7058118734991373,"sharpe90":-0.17228599056617305},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-0.5020715510575705,"sharpe90":0.42983456416747573},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-2.743747899207148,"sharpe90":0.8229855418248893},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-1.1394473002201686,"sharpe90":0.8818282531697917},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":-0.5113169875377636,"sharpe90":1.4124214756673263},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":0.9488689853691871,"sharpe90":1.7367667140739926},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":2.3596933613559306,"sharpe90":1.1033972544188253},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":2.3753743438923465,"sharpe90":2.1038271156942527},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":3.9173034337188315,"sharpe90":2.389580536060714},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":1.5423791577174484,"sharpe90":1.5210255058921542},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":0.25265889018042215,"sharpe90":1.449930370600802},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-1.44527582934546,"sharpe90":1.3521129710498812},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-0.8351413486409363,"sharpe90":1.234279110876957},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":3.07058477554698,"sharpe90":1.9416550693074328},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":8.464785662722418,"sharpe90":2.9694836714705093},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":1.9495967454246668,"sharpe90":2.1223586679726143},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":2.8674475413855447,"sharpe90":2.6646049061906583},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":0.6726014471702025,"sharpe90":2.2240449178530257},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":0.08681826116379454,"sharpe90":3.8076107904683334},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-0.6031610802048766,"sharpe90":2.559353807283855},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":0.15490916803388907,"sharpe90":1.9587467853190008},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":5.048390990705687,"sharpe90":1.5965139169388403},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":4.330940194069776,"sharpe90":0.9607572219226664},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":6.005905274467642,"sharpe90":1.476847351111621},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":2.33916896249857,"sharpe90":0.4343079232854595},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":3.8038888540959075,"sharpe90":1.4148668596401532},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":1.9026405956095866,"sharpe90":0.8587225732470825},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":-0.603398920613857,"sharpe90":1.353361067217758},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":-3.402332479271262,"sharpe90":1.6468948983579383},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":0.16144184321125346,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":-1.4468254405831016,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":3.6401582810637287,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":2.918501772128438,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":1.8537263880716264,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":6.773510902939727,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.15% @ 1 |
| Deepest Episode | -49.19% @ 178 |
| Mean | -9.59% |
| Std Dev | 13.19% |
| Last | -5.00% |
| Points | 24 |
| Across 24 points the series ranged from -49.19% (178) to -0.15% (1), averaging -9.59%. 0% of points were positive, 100% negative. The most recent value is -5.00%. | |
| Full series - 24 points. |
[{"start":"2024-04-26T23:59:00+00:00","end":"2024-05-03T23:59:00+00:00","depth":-4.7688492595780705,"durationDays":7},{"start":"2024-05-07T23:59:00+00:00","end":"2024-05-15T23:59:00+00:00","depth":-7.188666175279898,"durationDays":8},{"start":"2024-05-16T23:59:00+00:00","end":"2024-05-17T23:59:00+00:00","depth":-0.3709956086171086,"durationDays":1},{"start":"2024-05-19T23:59:00+00:00","end":"2024-05-20T23:59:00+00:00","depth":-3.1961302286691464,"durationDays":1},{"start":"2024-05-22T23:59:00+00:00","end":"2024-05-26T23:59:00+00:00","depth":-2.131626506833236,"durationDays":4},{"start":"2024-05-28T23:59:00+00:00","end":"2024-06-05T23:59:00+00:00","depth":-2.935349488371668,"durationDays":8},{"start":"2024-06-07T23:59:00+00:00","end":"2024-12-02T23:59:00+00:00","depth":-49.193393891263845,"durationDays":178},{"start":"2024-12-07T23:59:00+00:00","end":"2024-12-08T23:59:00+00:00","depth":-0.15327383542979978,"durationDays":1},{"start":"2024-12-09T23:59:00+00:00","end":"2024-12-12T23:59:00+00:00","depth":-4.120293405879391,"durationDays":3},{"start":"2024-12-13T23:59:00+00:00","end":"2024-12-15T23:59:00+00:00","depth":-0.9377145062567165,"durationDays":2},{"start":"2024-12-16T23:59:00+00:00","end":"2025-07-20T23:59:00+00:00","depth":-42.622470710950196,"durationDays":216},{"start":"2025-07-22T23:59:00+00:00","end":"2025-07-27T23:59:00+00:00","depth":-4.903681597069811,"durationDays":5},{"start":"2025-07-28T23:59:00+00:00","end":"2025-08-07T23:59:00+00:00","depth":-6.784976690798469,"durationDays":10},{"start":"2025-08-10T23:59:00+00:00","end":"2025-08-12T23:59:00+00:00","depth":-3.2320882379936746,"durationDays":2},{"start":"2025-08-14T23:59:00+00:00","end":"2025-10-01T23:59:00+00:00","depth":-7.535774106999783,"durationDays":48},{"start":"2025-10-04T23:59:00+00:00","end":"2025-10-05T23:59:00+00:00","depth":-1.2993080920942106,"durationDays":1},{"start":"2025-10-06T23:59:00+00:00","end":"2025-10-12T23:59:00+00:00","depth":-4.216278637292667,"durationDays":6},{"start":"2025-10-14T23:59:00+00:00","end":"2025-11-01T23:59:00+00:00","depth":-4.399365001659861,"durationDays":18},{"start":"2025-11-06T23:59:00+00:00","end":"2025-11-09T23:59:00+00:00","depth":-12.512798031657024,"durationDays":3},{"start":"2025-11-10T23:59:00+00:00","end":"2025-11-12T23:59:00+00:00","depth":-3.015220807824271,"durationDays":2},{"start":"2025-11-13T23:59:00+00:00","end":"2025-11-15T23:59:00+00:00","depth":-5.5360435419791205,"durationDays":2},{"start":"2025-11-17T23:59:00+00:00","end":"2026-01-15T23:59:00+00:00","depth":-36.21560200433622,"durationDays":59},{"start":"2026-01-17T23:59:00+00:00","end":"2026-02-06T23:59:00+00:00","depth":-17.880186500532275,"durationDays":20},{"start":"2026-02-10T23:59:00+00:00","end":"2026-02-22T23:59:00+00:00","depth":-5.003718841060176,"durationDays":12}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 100 trades @ win |
| Shortest Streak | 100 trades @ win |
| Mean | 100 trades |
| Std Dev | 0 trades |
| Last | 100 trades |
| Points | 1 |
| Sum | 100 trades |
| Across 1 points the series ranged from 100 trades (win) to 100 trades (win), averaging 100 trades. The most recent value is 100 trades. | |
| Full series - 1 points. |
[{"type":"win","length":100,"index":0}]
Capital Utilization (% Invested)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Utilization | 100.00% @ 2025-01-18 23:59:00 UTC |
| Min Utilization | 7.05% @ 2024-12-08 23:59:00 UTC |
| Mean | 80.86% |
| Std Dev | 24.88% |
| Last | 33.61% |
| Points | 673 |
| Across 673 points the series ranged from 7.05% (2024-12-08 23:59:00 UTC) to 100.00% (2025-01-18 23:59:00 UTC), averaging 80.86%. 100% of points were positive, 0% negative. The most recent value is 33.61%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":15.634290597397083},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":36.056177069196146},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":36.280468147885},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":39.88738793563205},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":50.295181381589195},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":99.97891012530238},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":99.9703661930554},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":99.96801540135917},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":99.96342097637869},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":99.96757833268045},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":99.96784291424336},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":99.97121917043356},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":99.972451576154},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":99.9749672836112},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":99.97386746001308},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":99.97498714587707},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":99.97474669840062},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":99.970900362074},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":99.98637409624405},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":99.91477011639091},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":7.053591759319806},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":92.17322089393795},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":99.97807493181297},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":99.95189045147283},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":99.9987301344308},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":99.99850993640479},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":99.99880773132978},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":99.99868586077726},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":99.99845294791386},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":99.9986133423943},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":99.99854904511804},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":99.95895991293985},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":99.96067589759363},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":99.94375064171841},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":99.99244873716239},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":98.6615894977154},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":99.98169698365797},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":99.97293532043646},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":99.97385252731218},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":80.13978136671595},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":85.67781714093778},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":78.79221518601862},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":71.29746340132822},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":80.40396659591626},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":81.4335660093018},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":74.152995977714},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":80.06076752365473},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":34.24242450162606},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":49.34287779514883},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":7.2255585001436735},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":42.03175099974392},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":50.67573750149479},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":64.2184547965514},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":99.9769535233416},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":69.10237711102242},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":94.72164644547014},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":60.03148096967569},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":60.06060304157901},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":42.6543440182927},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":33.61354917418677}]
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 | 29.09 @ 2026-02-25 21:53:00 UTC |
| Lowest Price | 12.43 @ 2025-04-08 17:21:00 UTC |
| Mean | 20.09 |
| Std Dev | 5.70 |
| Last | 28.86 |
| Points | 137 |
| Across 137 points the series ranged from 12.43 (2025-04-08 17:21:00 UTC) to 29.09 (2026-02-25 21:53:00 UTC), averaging 20.09. The most recent value is 28.86. | |
| Showing 60 of 137 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:03:00Z","price":23.51},{"timestamp":"2024-04-24T00:05:00Z","price":23.49},{"timestamp":"2024-04-24T00:13:00Z","price":23.63},{"timestamp":"2024-04-24T00:51:00Z","price":23.69},{"timestamp":"2024-04-24T01:49:00Z","price":23.75},{"timestamp":"2024-04-24T11:56:00Z","price":24.1},{"timestamp":"2024-04-24T12:02:00Z","price":24.18},{"timestamp":"2024-05-30T11:00:00Z","price":20.05},{"timestamp":"2024-05-30T11:15:00Z","price":20.05},{"timestamp":"2024-06-23T15:01:00Z","price":15.41},{"timestamp":"2024-07-30T20:52:00Z","price":14.81},{"timestamp":"2024-11-23T13:15:00Z","price":14.93},{"timestamp":"2024-12-02T17:55:00Z","price":20.05},{"timestamp":"2024-12-03T09:58:00Z","price":20.05},{"timestamp":"2024-12-08T19:37:00Z","price":24.69},{"timestamp":"2024-12-20T19:05:00Z","price":16.04},{"timestamp":"2025-04-08T17:04:00Z","price":13.42},{"timestamp":"2025-04-08T17:21:00Z","price":12.43},{"timestamp":"2025-04-08T17:28:00Z","price":13.06},{"timestamp":"2025-04-08T17:41:00Z","price":13.68},{"timestamp":"2025-04-08T17:59:00Z","price":13.41},{"timestamp":"2025-04-08T18:53:00Z","price":13.22},{"timestamp":"2025-04-10T20:21:00Z","price":14.09},{"timestamp":"2025-04-10T20:40:00Z","price":13.61},{"timestamp":"2025-04-25T22:25:00Z","price":14.3},{"timestamp":"2025-05-10T00:20:00Z","price":14.94},{"timestamp":"2025-05-10T22:20:00Z","price":15.4},{"timestamp":"2025-05-22T15:00:00Z","price":16.04},{"timestamp":"2025-05-27T08:14:00Z","price":16.04},{"timestamp":"2025-05-27T10:03:00Z","price":16.04},{"timestamp":"2025-05-27T14:44:00Z","price":15.4},{"timestamp":"2025-05-28T14:02:00Z","price":16},{"timestamp":"2025-06-02T18:18:00Z","price":16.04},{"timestamp":"2025-06-02T18:30:00Z","price":16.04},{"timestamp":"2025-07-30T11:54:00Z","price":15.41},{"timestamp":"2025-09-22T12:52:00Z","price":16.04},{"timestamp":"2025-10-10T21:46:00Z","price":13.88},{"timestamp":"2025-10-10T22:19:00Z","price":13.62},{"timestamp":"2025-10-10T22:44:00Z","price":14.52},{"timestamp":"2025-10-11T04:33:00Z","price":15.4},{"timestamp":"2025-11-03T16:48:00Z","price":25.87},{"timestamp":"2026-01-21T18:58:00Z","price":20},{"timestamp":"2026-01-22T15:40:00Z","price":20.05},{"timestamp":"2026-01-26T15:31:00Z","price":20.05},{"timestamp":"2026-01-26T15:40:00Z","price":20},{"timestamp":"2026-02-05T16:44:00Z","price":20},{"timestamp":"2026-02-22T04:22:00Z","price":28.93},{"timestamp":"2026-02-22T04:26:00Z","price":28.33},{"timestamp":"2026-02-22T14:59:00Z","price":28.39},{"timestamp":"2026-02-23T04:35:00Z","price":26.39},{"timestamp":"2026-02-25T11:18:00Z","price":28.78},{"timestamp":"2026-02-25T20:32:00Z","price":28.96},{"timestamp":"2026-02-25T21:39:00Z","price":29.08},{"timestamp":"2026-02-25T21:47:00Z","price":29.02},{"timestamp":"2026-02-25T21:55:00Z","price":29.01},{"timestamp":"2026-02-25T22:52:00Z","price":29.04},{"timestamp":"2026-02-25T23:07:00Z","price":29.03},{"timestamp":"2026-02-25T23:15:00Z","price":28.97},{"timestamp":"2026-02-25T23:25:00Z","price":29.03},{"timestamp":"2026-02-25T23:55:00Z","price":28.86}]
Trade Size Distribution (Notional)
GET /backtests/{id}/trades * Fields used: buy_price, buy_quantity * Transform: tradeSizeDistribution(trades, 25)buy_price x buy_quantity) in quote currency.How to read it. A tight peak => uniform sizing. A long right-tail => a few oversized positions that dominate PnL and risk.Why it matters. Position-size variance is a hidden risk factor - strategies that ape into one mega-trade are not as repeatable as their headline numbers suggest.Insights (auto-derived from count).| Stat | Value |
|---|---|
| Most Populated Bin | 27 trades @ $10.00 |
| Least Populated Bin | 1 trades @ $5.02 |
| Mean | 6 trades |
| Std Dev | 7 trades |
| Last | 1 trades |
| Points | 16 |
| Sum | 100 trades |
| Across 16 points the series ranged from 1 trades (5.02)to∗∗27trades∗∗(10.00), averaging 6 trades. The most recent value is 1 trades. | |
| Full series - 16 points. |
[
{
"bin": "$5.00",
"count": 11,
"from": 5.001
},
{
"bin": "$5.00",
"count": 2,
"from": 5.005
},
{
"bin": "$5.01",
"count": 6,
"from": 5.008
},
{
"bin": "$5.01",
"count": 4,
"from": 5.014
},
{
"bin": "$5.02",
"count": 1,
"from": 5.016
},
{
"bin": "$5.02",
"count": 1,
"from": 5.02
},
{
"bin": "$5.02",
"count": 2,
"from": 5.022
},
{
"bin": "$5.03",
"count": 1,
"from": 5.025
},
{
"bin": "$5.03",
"count": 1,
"from": 5.029
},
{
"bin": "$10.00",
"count": 27,
"from": 10
},
{
"bin": "$10.01",
"count": 6,
"from": 10.01
},
{
"bin": "$10.02",
"count": 7,
"from": 10.02
},
{
"bin": "$12.50",
"count": 8,
"from": 12.5
},
{
"bin": "$12.51",
"count": 21,
"from": 12.51
},
{
"bin": "$12.52",
"count": 1,
"from": 12.52
},
{
"bin": "$12.53",
"count": 1,
"from": 12.53
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 46 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 1.08 |
| Mean | 5 trades |
| Std Dev | 12 trades |
| Last | 6 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (1.08) to 46 trades (0.1), averaging 5 trades. The most recent value is 6 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 46,
"SL": 0,
"TSL": 0
},
{
"bin": 0.59,
"TP": 10,
"SL": 0,
"TSL": 0
},
{
"bin": 1.08,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 1.57,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 2.06,
"TP": 7,
"SL": 0,
"TSL": 0
},
{
"bin": 2.55,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.03,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.52,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 4.01,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 4.5,
"TP": 31,
"SL": 0,
"TSL": 0
},
{
"bin": 4.99,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 5.48,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 5.97,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 6.46,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 6.95,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 7.44,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 7.92,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 8.41,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 8.9,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 9.39,
"TP": 6,
"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 | 177.36 @ Nov |
| Worst Indexed Value | 75.64 @ Mar |
| Mean | 114.01 |
| Std Dev | 31.44 |
| Last | 157.35 |
| Points | 12 |
| Across 12 points the series ranged from 75.64 (Mar) to 177.36 (Nov), averaging 114.01. The most recent value is 157.35. | |
| Full series - 12 points. |
[
{
"2025": 83.53931782877198,
"2026": 117.5487949279528,
"month": "Jan"
},
{
"2025": 80.55106684055002,
"2026": 156.8450539142372,
"month": "Feb"
},
{
"2025": 75.63705410436278,
"month": "Mar"
},
{
"2024": 95.33383488467054,
"2025": 85.7291777403903,
"month": "Apr"
},
{
"2024": 106.47084255759978,
"2025": 99.29951182136362,
"month": "May"
},
{
"2024": 89.1056600786978,
"2025": 102.38632169445904,
"month": "Jun"
},
{
"2024": 73.69499599238303,
"2025": 115.90186611829742,
"month": "Jul"
},
{
"2024": 62.09262700948287,
"2025": 117.73077239886413,
"month": "Aug"
},
{
"2024": 70.37697049836694,
"2025": 124.2749044178716,
"month": "Sep"
},
{
"2024": 70.08526826284286,
"2025": 148.33137291310962,
"month": "Oct"
},
{
"2024": 102.40327182246376,
"2025": 177.35636640627652,
"month": "Nov"
},
{
"2024": 102.63139018838443,
"2025": 157.35427824233778,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 2,939.78 USDT @ Sat |
| Worst Weekday | 2,079.75 USDT @ Wed |
| Mean | 2,541.94 USDT |
| Std Dev | 288.73 USDT |
| Last | 2,681.18 USDT |
| Points | 7 |
| Sum | 17,793.57 USDT |
| Across 7 points the series ranged from 2,079.75 USDT (Wed) to 2,939.78 USDT (Sat), averaging 2,541.94 USDT. 100% of points were positive, 0% negative. The most recent value is 2,681.18 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 2582.329953
},
{
"day": "Tue",
"profit": 2588.259678
},
{
"day": "Wed",
"profit": 2079.748529
},
{
"day": "Thu",
"profit": 2757.319509
},
{
"day": "Fri",
"profit": 2164.956862
},
{
"day": "Sat",
"profit": 2939.776455
},
{
"day": "Sun",
"profit": 2681.175819
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 1,034.95 USDT @ 16:00 |
| Worst Hour (UTC) | 493.19 USDT @ 21:00 |
| Mean | 741.40 USDT |
| Std Dev | 168.68 USDT |
| Last | 559.39 USDT |
| Points | 24 |
| Sum | 17,793.57 USDT |
| Across 24 points the series ranged from 493.19 USDT (21:00) to 1,034.95 USDT (16:00), averaging 741.40 USDT. 100% of points were positive, 0% negative. The most recent value is 559.39 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":758.123043},{"hour":"1:00","profit":916.021183},{"hour":"2:00","profit":525.429188},{"hour":"3:00","profit":630.258909},{"hour":"4:00","profit":655.264042},{"hour":"5:00","profit":877.52577},{"hour":"6:00","profit":1020.981466},{"hour":"7:00","profit":872.135707},{"hour":"8:00","profit":776.234257},{"hour":"9:00","profit":966.416445},{"hour":"10:00","profit":842.869852},{"hour":"11:00","profit":741.527701},{"hour":"12:00","profit":897.108871},{"hour":"13:00","profit":698.529977},{"hour":"14:00","profit":731.142426},{"hour":"15:00","profit":957.667472},{"hour":"16:00","profit":1034.947828},{"hour":"17:00","profit":561.687361},{"hour":"18:00","profit":624.339878},{"hour":"19:00","profit":530.403137},{"hour":"20:00","profit":575.224318},{"hour":"21:00","profit":493.191655},{"hour":"22:00","profit":547.147765},{"hour":"23:00","profit":559.38855}]
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.88% @ 13408.75 |
| Worst Trade Return | 0.10% @ 0.05 |
| Mean | 2.42% |
| Std Dev | 2.81% |
| Last | 0.13% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0.05) to 9.88% (13408.75), averaging 2.42%. 100% of points were positive, 0% negative. The most recent value is 0.13%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0,"profitPct":0.1050191408,"profit":0.01051794},{"hours":13408.75,"profitPct":9.8807528711,"profit":0.494791545},{"hours":11.883333333333333,"profitPct":2.3576882178,"profit":0.1180643025},{"hours":1.7666666666666666,"profitPct":0.8700765632,"profit":0.043570215},{"hours":5491.283333333334,"profitPct":4.8717844974,"profit":0.609696035},{"hours":0,"profitPct":0.1053449744,"profit":0.01053711},{"hours":0,"profitPct":0.3606899489,"profit":0.01803897},{"hours":11.766666666666667,"profitPct":2.3608922487,"profit":0.1180738875},{"hours":0.85,"profitPct":0.8713798978,"profit":0.0435798},{"hours":1.8833333333333333,"profitPct":0.612462908,"profit":0.03062976},{"hours":0.8,"profitPct":0.3583086053,"profit":0.0179193},{"hours":5491.5,"profitPct":4.8483679525,"profit":0.6061769},{"hours":1.8833333333333333,"profitPct":0.8666172107,"profit":0.04334022},{"hours":11.75,"profitPct":2.3544923534,"profit":0.1180547175},{"hours":13408.533333333333,"profitPct":9.8679694138,"profit":0.49478196},{"hours":0.05,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.5833333333333334,"profitPct":0.0998125,"profit":0.00998125},{"hours":2788.016666666667,"profitPct":4.910347738,"profit":0.6145030125},{"hours":308.18333333333334,"profitPct":4.9130541872,"profit":0.6143676},{"hours":10.416666666666666,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.1,"profitPct":0.0998125,"profit":0.00998125},{"hours":0,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.4666666666666667,"profitPct":4.9153225806,"profit":0.615015975},{"hours":0.2,"profitPct":4.912451286,"profit":0.6145108125},{"hours":424.35,"profitPct":4.9113241679,"profit":0.614264225},{"hours":50.36666666666667,"profitPct":4.9170395227,"profit":0.615196875},{"hours":49.18333333333333,"profitPct":4.9114351497,"profit":0.6143616},{"hours":49.36666666666667,"profitPct":4.9142776097,"profit":0.614585455},{"hours":361.75,"profitPct":4.9159992652,"profit":0.6148730325},{"hours":292.23333333333335,"profitPct":4.9111363636,"profit":0.61412778},{"hours":0.13333333333333333,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.18333333333333332,"profitPct":0.0998125,"profit":0.00998125},{"hours":22.016666666666666,"profitPct":4.9111363636,"profit":0.61412778},{"hours":0.7833333333333333,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.16666666666666666,"profitPct":0.0998125,"profit":0.00998125},{"hours":4.15,"profitPct":4.9078520441,"profit":0.6141156},{"hours":1.5833333333333333,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.5333333333333333,"profitPct":4.9113241679,"profit":0.614264225},{"hours":0.21666666666666667,"profitPct":4.9166197183,"profit":0.61507896},{"hours":0.21666666666666667,"profitPct":4.9094936709,"profit":0.6143544},{"hours":0,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.00998125},{"hours":68.25,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.00998125},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.00998125},{"hours":89.26666666666667,"profitPct":0.6117290367,"profit":0.03071883},{"hours":89.21666666666667,"profitPct":2.3542975644,"profit":0.1180541325},{"hours":87.66666666666667,"profitPct":4.8733544304,"profit":0.6104095725},{"hours":65.66666666666667,"profitPct":9.8689651911,"profit":0.495589825},{"hours":65.06666666666666,"profitPct":9.8462864721,"profit":0.49370265},{"hours":10.35,"profitPct":0.8568884642,"profit":0.042910575},{"hours":10.3,"profitPct":0.8582898399,"profit":0.042921015},{"hours":9.85,"profitPct":0.3686418685,"profit":0.018537525},{"hours":0.016666666666666666,"profitPct":0.1255601517,"profit":0.012566625},{"hours":0.1,"profitPct":0.1255601517,"profit":0.012566625},{"hours":1.3,"profitPct":0.1255601517,"profit":0.012566625},{"hours":0.8166666666666667,"profitPct":0.3681040442,"profit":0.0184232025},{"hours":0.1,"profitPct":0.1261312608,"profit":0.01263419},{"hours":0.05,"profitPct":0.1259406282,"profit":0.01262381},{"hours":0.08333333333333333,"profitPct":0.127762335,"profit":0.01279596}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 100 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 33 trades |
| Std Dev | 47 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 100 trades |
| Across 3 points the series ranged from 0 trades (SL) to 100 trades (TP), averaging 33 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 100
},
{
"type": "SL",
"count": 0
},
{
"type": "TSL",
"count": 0
}
]
Machine-Readable Facts
facts_sha256 in the frontmatter - re-hash it to verify.- JSON
- Flat Table
{
"backtest_id": "a7d1ef05-1e6e-4f15-804e-62f032f498cd",
"symbol": "DCRUSDT",
"strategy": "2LongTimeLongMoreProfit.json",
"strategy_label": "LongTimeLongMoreProfit",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 672,
"start_balance_usdt": 10000,
"final_value_usdt": 26034.75165733,
"return_pct": 160.3475,
"total_profit_usdt": 17793.56680356,
"avg_profit_per_trade_usdt": 0.06505898,
"fulfilled_trades": 273499,
"active_orders": 1502,
"win_rate_pct": 100,
"best_trade_usdt": 0.61524933,
"worst_trade_usdt": 0.00998125,
"trades_per_month": 12368.663800624026,
"max_drawdown_pct": 49.193393891263845,
"max_drawdown_abs_usdt": 5356.0333427726,
"drawdown_duration_days": 66,
"recovery_days": 113,
"cagr_pct": 68.21488583790898,
"volatility_annualized_pct": 71.60729427815565,
"sharpe_annualized": 1.0811325265781861,
"sortino_annualized": 1.1902499392318422,
"time_in_market_pct": 100,
"final_cash_usdt": 17283.5476066179,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -1758.8151462275,
"median_hold_hours": 2.7583333333333333,
"avg_hold_hours": 914.2896296296296,
"buyhold_return_pct": 24.097938144329895,
"outperformance_vs_buyhold_pp": 136.2495618556701
}
| Key | Value |
|---|---|
backtest_id | a7d1ef05-1e6e-4f15-804e-62f032f498cd |
symbol | DCRUSDT |
strategy | 2LongTimeLongMoreProfit.json |
strategy_label | LongTimeLongMoreProfit |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 672 |
start_balance_usdt | 10000 |
final_value_usdt | 26034.75165733 |
return_pct | 160.3475 |
total_profit_usdt | 17793.56680356 |
avg_profit_per_trade_usdt | 0.06505898 |
fulfilled_trades | 273499 |
active_orders | 1502 |
win_rate_pct | 100 |
best_trade_usdt | 0.61524933 |
worst_trade_usdt | 0.00998125 |
trades_per_month | 12368.663800624026 |
max_drawdown_pct | 49.193393891263845 |
max_drawdown_abs_usdt | 5356.0333427726 |
drawdown_duration_days | 66 |
recovery_days | 113 |
cagr_pct | 68.21488583790898 |
volatility_annualized_pct | 71.60729427815565 |
sharpe_annualized | 1.0811325265781861 |
sortino_annualized | 1.1902499392318422 |
time_in_market_pct | 100 |
final_cash_usdt | 17283.5476066179 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -1758.8151462275 |
median_hold_hours | 2.7583333333333333 |
avg_hold_hours | 914.2896296296296 |
buyhold_return_pct | 24.097938144329895 |
outperformance_vs_buyhold_pp | 136.2495618556701 |
Metric Provenance Index
| Metric | Source | JSON path | Transform | Value in this report |
|---|---|---|---|---|
| Symbol | GET /backtests/{id} | $.symbol | direct API value | DCRUSDT |
| Mode | GET /backtests/{id} | $.mode_name | direct API value | 2LongTimeLongMoreProfit.json |
| Status | GET /backtests/{id} | $.status | direct API value | completed |
| Period start | GET /backtests/{id} | $.config.from | direct API value | 2024-04-24 00:00:01 |
| Period end | GET /backtests/{id} | $.config.to | direct API value | 2026-02-25 23:59:59 |
| Start balance | GET /backtests/{id} | $.start_balance | direct API value | 10,000.00 USDT |
| Final value | GET /backtests/{id} | $.final_value | direct API value | 26,034.75 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | +160.35% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +17,793.57 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)) | 273,499 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.6152 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.0651 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 12368.7 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -49.19% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -5,356.03 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | +68.21% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 71.61% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | 1.08 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | 1.19 |
| 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.42 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +23.72 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.2372 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 100 |
| Max consecutive losses | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit < 0 | 0 |
| Avg holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | mean(sell_time - buy_time) / 3600 | 914.3h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 2.8h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,892 USDT |
Raw API Attachments
/trades. Full trade population: 273,499 closed trades - fetch the complete list via GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd - backtest summary (verbatim)
GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd - backtest summary (verbatim)
{
"id": "a7d1ef05-1e6e-4f15-804e-62f032f498cd",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:05.529726Z",
"started_at": "2026-05-10T01:22:24.797769Z",
"completed_at": "2026-05-10T02:33:10.581763Z",
"mode_name": "2LongTimeLongMoreProfit.json",
"symbol": "DCRUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 26034.75165733,
"return_pct": 160.3475,
"total_profit": 17793.56680356,
"fulfilled_trades": 273499,
"active_orders": 1502,
"win_rate": 100,
"avg_profit": 0.06505898,
"max_profit": 0.61524933,
"min_profit": 0.00998125,
"elapsed_sec": 3943.76,
"max_drawdown": -49.1934,
"profit_factor": null,
"sharpe_ratio": 1.0811,
"total_fees": 2905.58066644,
"avg_hold_time_hours": 87.7643,
"tp_count": 273499,
"sl_count": 0,
"tsl_count": 0,
"start_price": 23,
"end_price": 28.89,
"gross_profit_quote": 20699.14747,
"gross_loss_quote": 0,
"wins": 273499,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 273499,
"consecutive_losses_max": 0,
"holding_minutes_p50": 18,
"holding_minutes_p95": 5021,
"holding_minutes_max": 804525,
"description": "DCRUSDT | 2LongTimeLongMoreProfit.json | 2024-04-24 - 2026-02-25 | +160.35% | 273499 trades | 100% WR",
"summary_text": "Backtest DCRUSDT (Mode: 2LongTimeLongMoreProfit.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 26,034.75 USDT\nP&L: +16,034.75 USDT (+160.35%)\nResult: PROFIT\nCompleted trades: 273499\nOpen orders at end: 1502\nWin rate: 100.0%\nAvg. profit/trade: 0.065059 USDT\nBest trade: 0.615249 USDT\nWorst trade: 0.009981 USDT\nTotal profit (trades only): 17,793.566804 USDT\nMax drawdown: -49.19%\nProfit factor: inf (no losing trades)\nSharpe ratio: 1.08\nTotal fees: 2,905.58 USDT\nAvg hold time: 87.8h\nTP / SL / TSL: 273499 / 0 / 0\n\nStrategy parameters:\n Buy trigger: -0.1% from last buy\n Buy splits: 8\n Sell targets: [0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 20.0]\n Investment per buy: 50.0 USDT\n Fees: maker 7.5 bps / taker 7.5 bps\n\nElapsed: 3943.8s",
"share_token": null,
"config_hash": "09cdb1e4a5049a1043b67c3d5d75b138b9de405e50b710475bbeeb1750945b5c",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "DCRUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.001,
"stopLoss": false,
"tickSize": 0.01,
"buySplits": 8,
"buyVolumes": [
20,
10,
10,
10,
10,
25,
10,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.5,
0.75,
1,
2.5,
5,
10,
20
],
"triggerCoolDown": 1,
"investmentPerBuy": 50,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 20,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd/equity - equity series (verbatim, 673 points)
GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 68.157,
"quote_asset_bal": 8408.6916303825,
"total_value_mid": 9968.1237903825,
"total_value_exit_net": 9966.9542162625,
"total_value": 9968.1237903825,
"base_cost_quote": 1606.3288337425,
"unrealized_pnl_exit_net": -48.0662478625
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 95.012,
"quote_asset_bal": 7822.54638493,
"total_value_mid": 9979.31878493,
"total_value_exit_net": 9977.70120563,
"total_value": 9979.31878493,
"base_cost_quote": 2210.2084240075,
"unrealized_pnl_exit_net": -55.0536033075
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 179.047,
"quote_asset_bal": 6018.6538016324,
"total_value_mid": 9758.9456316324,
"total_value_exit_net": 9756.1404127599,
"total_value": 9758.9456316324,
"base_cost_quote": 4024.4222246275,
"unrealized_pnl_exit_net": -286.9356135
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 184.986,
"quote_asset_bal": 5901.9790135649,
"total_value_mid": 9803.3337535649,
"total_value_exit_net": 9800.4077375099,
"total_value": 9803.3337535649,
"base_cost_quote": 4147.01597103,
"unrealized_pnl_exit_net": -248.587247085
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 203.955,
"quote_asset_bal": 5514.8340791149,
"total_value_mid": 9679.5951791149,
"total_value_exit_net": 9676.4716082899,
"total_value": 9679.5951791149,
"base_cost_quote": 4538.0999141675,
"unrealized_pnl_exit_net": -376.4623849925
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 204.875,
"quote_asset_bal": 5511.8848108774,
"total_value_mid": 9783.5285608774,
"total_value_exit_net": 9780.3248280649,
"total_value": 9783.5285608774,
"base_cost_quote": 4552.9993403625,
"unrealized_pnl_exit_net": -284.559323175
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 297.925,
"quote_asset_bal": 3708.6073909374,
"total_value_mid": 9506.2278909374,
"total_value_exit_net": 9501.8796755624,
"total_value": 9506.2278909374,
"base_cost_quote": 6374.5759989875,
"unrealized_pnl_exit_net": -581.3037143625
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 297.176,
"quote_asset_bal": 3763.3216318074,
"total_value_mid": 9564.1971518074,
"total_value_exit_net": 9559.8464951674,
"total_value": 9564.1971518074,
"base_cost_quote": 6357.00442018,
"unrealized_pnl_exit_net": -560.47955682
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 206.673,
"quote_asset_bal": 5625.6955057174,
"total_value_mid": 9872.8256557174,
"total_value_exit_net": 9869.6403081049,
"total_value": 9872.8256557174,
"base_cost_quote": 4580.78641505,
"unrealized_pnl_exit_net": -336.8416126625
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 176.168,
"quote_asset_bal": 6288.6693466649,
"total_value_mid": 10039.2860666649,
"total_value_exit_net": 10036.4731041249,
"total_value": 10039.2860666649,
"base_cost_quote": 3946.60005174,
"unrealized_pnl_exit_net": -198.79629428
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 171.466,
"quote_asset_bal": 6399.9670971524,
"total_value_mid": 10091.6300771524,
"total_value_exit_net": 10088.8613299174,
"total_value": 10091.6300771524,
"base_cost_quote": 3851.5286516275,
"unrealized_pnl_exit_net": -162.6344188625
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 169.366,
"quote_asset_bal": 6455.9434488824,
"total_value_mid": 10099.0061088824,
"total_value_exit_net": 10096.2738118874,
"total_value": 10099.0061088824,
"base_cost_quote": 3806.385069315,
"unrealized_pnl_exit_net": -166.05470631
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 156.735,
"quote_asset_bal": 6749.3545384649,
"total_value_mid": 10123.8590884649,
"total_value_exit_net": 10121.3282100524,
"total_value": 10123.8590884649,
"base_cost_quote": 3540.8855439025,
"unrealized_pnl_exit_net": -168.911872315
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 166.388,
"quote_asset_bal": 6552.3877879499,
"total_value_mid": 10078.1495079499,
"total_value_exit_net": 10075.5051866599,
"total_value": 10078.1495079499,
"base_cost_quote": 3746.3817705675,
"unrealized_pnl_exit_net": -223.2643718575
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 207.952,
"quote_asset_bal": 5699.6343567424,
"total_value_mid": 9912.7418767424,
"total_value_exit_net": 9909.5820461024,
"total_value": 9912.7418767424,
"base_cost_quote": 4605.85448201,
"unrealized_pnl_exit_net": -395.90679265
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 249.67,
"quote_asset_bal": 4882.8906373999,
"total_value_mid": 9906.2510373999,
"total_value_exit_net": 9902.4835170999,
"total_value": 9906.2510373999,
"base_cost_quote": 5432.563789315,
"unrealized_pnl_exit_net": -412.970909615
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 293.829,
"quote_asset_bal": 4040.8848148499,
"total_value_mid": 9679.4633248499,
"total_value_exit_net": 9675.2343909674,
"total_value": 9679.4633248499,
"base_cost_quote": 6292.2257225675,
"unrealized_pnl_exit_net": -657.87614645
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 273.552,
"quote_asset_bal": 4560.6673382949,
"total_value_mid": 9736.2711782949,
"total_value_exit_net": 9732.3894754149,
"total_value": 9736.2711782949,
"base_cost_quote": 5841.220932475,
"unrealized_pnl_exit_net": -669.498795355
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 288.211,
"quote_asset_bal": 4292.0202291699,
"total_value_mid": 9698.8585891698,
"total_value_exit_net": 9694.8034603998,
"total_value": 9698.8585891698,
"base_cost_quote": 6116.630294695,
"unrealized_pnl_exit_net": -713.847063465
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 332.561,
"quote_asset_bal": 3490.8569603874,
"total_value_mid": 9636.5842403873,
"total_value_exit_net": 9631.9749449273,
"total_value": 9636.5842403873,
"base_cost_quote": 6935.780236725,
"unrealized_pnl_exit_net": -794.662252185
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 394.64,
"quote_asset_bal": 2382.3030369274,
"total_value_mid": 9399.0022369273,
"total_value_exit_net": 9393.7397125273,
"total_value": 9399.0022369273,
"base_cost_quote": 8053.17583536,
"unrealized_pnl_exit_net": -1041.73915976
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 146.288,
"quote_asset_bal": 7295.1760014874,
"total_value_mid": 10279.4512014874,
"total_value_exit_net": 10277.2129950874,
"total_value": 10279.4512014874,
"base_cost_quote": 3307.756538185,
"unrealized_pnl_exit_net": -325.719544585
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 194.266,
"quote_asset_bal": 6348.9141641674,
"total_value_mid": 10242.0048041674,
"total_value_exit_net": 10239.0849861874,
"total_value": 10242.0048041674,
"base_cost_quote": 4274.9481582625,
"unrealized_pnl_exit_net": -384.7773362425
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 181.857,
"quote_asset_bal": 6606.5422826224,
"total_value_mid": 10370.9821826224,
"total_value_exit_net": 10368.1588526974,
"total_value": 10370.9821826224,
"base_cost_quote": 4044.401327725,
"unrealized_pnl_exit_net": -282.78475765
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 180.379,
"quote_asset_bal": 6649.4464326223,
"total_value_mid": 10412.1523726223,
"total_value_exit_net": 10409.3303431673,
"total_value": 10412.1523726223,
"base_cost_quote": 4021.9145452775,
"unrealized_pnl_exit_net": -262.0306347325
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 270.163,
"quote_asset_bal": 4871.7985064473,
"total_value_mid": 10080.5411464473,
"total_value_exit_net": 10076.6345894673,
"total_value": 10080.5411464473,
"base_cost_quote": 5806.2033990075,
"unrealized_pnl_exit_net": -601.3673159875
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 183.052,
"quote_asset_bal": 6662.4266148973,
"total_value_mid": 10552.2816148974,
"total_value_exit_net": 10549.3642236474,
"total_value": 10552.2816148974,
"base_cost_quote": 4064.5632678475,
"unrealized_pnl_exit_net": -177.6256590975
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 161.337,
"quote_asset_bal": 7140.3889443324,
"total_value_mid": 10643.0152143324,
"total_value_exit_net": 10640.3882446299,
"total_value": 10643.0152143324,
"base_cost_quote": 3621.054055225,
"unrealized_pnl_exit_net": -121.0547549275
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 174.901,
"quote_asset_bal": 6859.1447288974,
"total_value_mid": 10568.7949388974,
"total_value_exit_net": 10566.0127012399,
"total_value": 10568.7949388974,
"base_cost_quote": 3911.7958381425,
"unrealized_pnl_exit_net": -204.9278658
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 198.513,
"quote_asset_bal": 6399.0254724024,
"total_value_mid": 10426.8542424024,
"total_value_exit_net": 10423.8333708249,
"total_value": 10426.8542424024,
"base_cost_quote": 4392.689388005,
"unrealized_pnl_exit_net": -367.8814895825
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 212.248,
"quote_asset_bal": 6133.6226418574,
"total_value_mid": 10416.7872818574,
"total_value_exit_net": 10413.5749083774,
"total_value": 10416.7872818574,
"base_cost_quote": 4668.2538364525,
"unrealized_pnl_exit_net": -388.3015699325
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 194.966,
"quote_asset_bal": 6491.3258118824,
"total_value_mid": 10525.1723518824,
"total_value_exit_net": 10522.1469669774,
"total_value": 10525.1723518824,
"base_cost_quote": 4325.18221557,
"unrealized_pnl_exit_net": -294.361060475
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 168.828,
"quote_asset_bal": 7049.3787554124,
"total_value_mid": 10652.1682754124,
"total_value_exit_net": 10649.4661832724,
"total_value": 10652.1682754124,
"base_cost_quote": 3786.4705546225,
"unrealized_pnl_exit_net": -186.3831267625
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 172.22,
"quote_asset_bal": 6989.1321150224,
"total_value_mid": 10648.8071150224,
"total_value_exit_net": 10646.0623587724,
"total_value": 10648.8071150224,
"base_cost_quote": 3864.0937684025,
"unrealized_pnl_exit_net": -207.1635246525
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 204.373,
"quote_asset_bal": 6333.9269462449,
"total_value_mid": 10539.9232862449,
"total_value_exit_net": 10536.7687889899,
"total_value": 10539.9232862449,
"base_cost_quote": 4528.0733999175,
"unrealized_pnl_exit_net": -325.2315571725
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 212.896,
"quote_asset_bal": 6165.1292315949,
"total_value_mid": 10486.9180315949,
"total_value_exit_net": 10483.6766899949,
"total_value": 10486.9180315949,
"base_cost_quote": 4703.484709805,
"unrealized_pnl_exit_net": -384.937251405
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 217.318,
"quote_asset_bal": 6096.5048205524,
"total_value_mid": 10503.7138605524,
"total_value_exit_net": 10500.4084537724,
"total_value": 10503.7138605524,
"base_cost_quote": 4793.7389197325,
"unrealized_pnl_exit_net": -389.8352865125
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 203.231,
"quote_asset_bal": 6398.0196638224,
"total_value_mid": 10615.0629138224,
"total_value_exit_net": 10611.9001313849,
"total_value": 10615.0629138224,
"base_cost_quote": 4505.7290141875,
"unrealized_pnl_exit_net": -291.848546625
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 226.796,
"quote_asset_bal": 5920.3255719549,
"total_value_mid": 10456.2455719549,
"total_value_exit_net": 10452.8436319549,
"total_value": 10456.2455719549,
"base_cost_quote": 4984.3771512525,
"unrealized_pnl_exit_net": -451.8590912525
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 257.354,
"quote_asset_bal": 5334.7203325099,
"total_value_mid": 10358.2704125099,
"total_value_exit_net": 10354.5027499499,
"total_value": 10358.2704125099,
"base_cost_quote": 5580.680553635,
"unrealized_pnl_exit_net": -560.898136195
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 270.934,
"quote_asset_bal": 5076.5676978624,
"total_value_mid": 10340.8153178624,
"total_value_exit_net": 10336.8671321474,
"total_value": 10340.8153178624,
"base_cost_quote": 5846.215675725,
"unrealized_pnl_exit_net": -585.91624144
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 235.314,
"quote_asset_bal": 5800.6314924899,
"total_value_mid": 10589.2713924899,
"total_value_exit_net": 10585.6799125649,
"total_value": 10589.2713924899,
"base_cost_quote": 5142.071523395,
"unrealized_pnl_exit_net": -357.02310332
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 174.369,
"quote_asset_bal": 7088.7630638474,
"total_value_mid": 10762.7178938474,
"total_value_exit_net": 10759.9624277249,
"total_value": 10762.7178938474,
"base_cost_quote": 3901.7404422475,
"unrealized_pnl_exit_net": -230.54107837
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 148.926,
"quote_asset_bal": 7648.0210990149,
"total_value_mid": 10890.1401190149,
"total_value_exit_net": 10887.7085297499,
"total_value": 10890.1401190149,
"base_cost_quote": 3367.9648806,
"unrealized_pnl_exit_net": -128.277449865
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 230.013,
"quote_asset_bal": 6013.7503345599,
"total_value_mid": 10522.0051345599,
"total_value_exit_net": 10518.6239434599,
"total_value": 10522.0051345599,
"base_cost_quote": 5014.1795462975,
"unrealized_pnl_exit_net": -509.3059373975
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 295.259,
"quote_asset_bal": 4779.7356507049,
"total_value_mid": 10374.8937007049,
"total_value_exit_net": 10370.6973321674,
"total_value": 10374.8937007049,
"base_cost_quote": 6269.5743867975,
"unrealized_pnl_exit_net": -678.612705335
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 272.932,
"quote_asset_bal": 5212.6335980774,
"total_value_mid": 10491.1384780774,
"total_value_exit_net": 10487.1795994174,
"total_value": 10491.1384780774,
"base_cost_quote": 5843.5698028075,
"unrealized_pnl_exit_net": -569.0238014675
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 329.111,
"quote_asset_bal": 4157.5615990299,
"total_value_mid": 10252.6973190299,
"total_value_exit_net": 10248.1259672399,
"total_value": 10252.6973190299,
"base_cost_quote": 6903.3518836875,
"unrealized_pnl_exit_net": -812.7875154775
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 403.891,
"quote_asset_bal": 2821.9899562524,
"total_value_mid": 10063.7555862524,
"total_value_exit_net": 10058.3242620299,
"total_value": 10063.7555862524,
"base_cost_quote": 8251.21585406,
"unrealized_pnl_exit_net": -1014.8815482825
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 361.618,
"quote_asset_bal": 3609.3064553799,
"total_value_mid": 10284.7747353799,
"total_value_exit_net": 10279.7681341699,
"total_value": 10284.7747353799,
"base_cost_quote": 7494.5746884775,
"unrealized_pnl_exit_net": -824.1130096875
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 378.58,
"quote_asset_bal": 3314.8237943074,
"total_value_mid": 10163.3359943074,
"total_value_exit_net": 10158.1996101574,
"total_value": 10163.3359943074,
"base_cost_quote": 7800.335126945,
"unrealized_pnl_exit_net": -956.959311095
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 415.764,
"quote_asset_bal": 2663.5475598824,
"total_value_mid": 10014.2550798824,
"total_value_exit_net": 10008.7420492424,
"total_value": 10014.2550798824,
"base_cost_quote": 8461.5718228,
"unrealized_pnl_exit_net": -1116.37733344
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 402.539,
"quote_asset_bal": 2909.8601365949,
"total_value_mid": 10171.6636965949,
"total_value_exit_net": 10166.2173439249,
"total_value": 10171.6636965949,
"base_cost_quote": 8231.090551395,
"unrealized_pnl_exit_net": -974.733344065
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 412.824,
"quote_asset_bal": 2731.4684407299,
"total_value_mid": 10133.4027607299,
"total_value_exit_net": 10127.8513099899,
"total_value": 10133.4027607299,
"base_cost_quote": 8416.5288558925,
"unrealized_pnl_exit_net": -1020.1459866325
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 575.342,
"quote_asset_bal": 4.0285838248,
"total_value_mid": 8933.3364238248,
"total_value_exit_net": 8926.6394429448,
"total_value": 8933.3364238248,
"base_cost_quote": 11152.0194262601,
"unrealized_pnl_exit_net": -2229.4085671401
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 575.342,
"quote_asset_bal": 4.0285838248,
"total_value_mid": 8622.6517438248,
"total_value_exit_net": 8616.1877764548,
"total_value": 8622.6517438248,
"base_cost_quote": 11152.0194262601,
"unrealized_pnl_exit_net": -2539.8602336301
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 575.342,
"quote_asset_bal": 4.0285838248,
"total_value_mid": 8582.3778038248,
"total_value_exit_net": 8575.9440419098,
"total_value": 8582.3778038248,
"base_cost_quote": 11152.0194262601,
"unrealized_pnl_exit_net": -2580.1039681751
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 575.662,
"quote_asset_bal": 1.8771441923,
"total_value_mid": 8907.3682841923,
"total_value_exit_net": 8900.6891658373,
"total_value": 8907.3682841923,
"base_cost_quote": 11157.0201740101,
"unrealized_pnl_exit_net": -2258.2081523651
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 575.662,
"quote_asset_bal": 1.8771441923,
"total_value_mid": 8844.0454641923,
"total_value_exit_net": 8837.4138379523,
"total_value": 8844.0454641923,
"base_cost_quote": 11157.0201740101,
"unrealized_pnl_exit_net": -2321.4834802501
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 575.662,
"quote_asset_bal": 1.8771441923,
"total_value_mid": 8809.5057441923,
"total_value_exit_net": 8802.9000227423,
"total_value": 8809.5057441923,
"base_cost_quote": 11157.0201740101,
"unrealized_pnl_exit_net": -2355.9972954601
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 578.566,
"quote_asset_bal": 3.7279395673,
"total_value_mid": 8560.7190795674,
"total_value_exit_net": 8554.3013362124,
"total_value": 8560.7190795674,
"base_cost_quote": 11169.5486132975,
"unrealized_pnl_exit_net": -2618.9752166525
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 578.566,
"quote_asset_bal": 3.7279395673,
"total_value_mid": 8780.5741595674,
"total_value_exit_net": 8773.9915249024,
"total_value": 8780.5741595674,
"base_cost_quote": 11169.5486132975,
"unrealized_pnl_exit_net": -2399.2850279625
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 576.887,
"quote_asset_bal": 31.2164153648,
"total_value_mid": 9013.3470053648,
"total_value_exit_net": 9006.6104074223,
"total_value": 9013.3470053648,
"base_cost_quote": 11144.407501595,
"unrealized_pnl_exit_net": -2169.0135095375
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 578.816,
"quote_asset_bal": 1.9173136298,
"total_value_mid": 8788.3441936298,
"total_value_exit_net": 8781.7543734698,
"total_value": 8788.3441936298,
"base_cost_quote": 11174.52433229,
"unrealized_pnl_exit_net": -2394.68727245
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 573.218,
"quote_asset_bal": 93.6924192473,
"total_value_mid": 9053.0897592473,
"total_value_exit_net": 9046.3702112423,
"total_value": 9053.0897592473,
"base_cost_quote": 11086.81852223,
"unrealized_pnl_exit_net": -2134.140730235
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 580.009,
"quote_asset_bal": 0.1909554198,
"total_value_mid": 8967.1300954198,
"total_value_exit_net": 8960.4048910648,
"total_value": 8967.1300954198,
"base_cost_quote": 11194.5288744526,
"unrealized_pnl_exit_net": -2234.3149388076
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 579.88,
"quote_asset_bal": 3.9437143073,
"total_value_mid": 8696.3449143073,
"total_value_exit_net": 8689.8256134073,
"total_value": 8696.3449143073,
"base_cost_quote": 11192.0222458901,
"unrealized_pnl_exit_net": -2506.1403467901
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 579.549,
"quote_asset_bal": 9.0886821523,
"total_value_mid": 8887.7793621523,
"total_value_exit_net": 8881.1203441423,
"total_value": 8887.7793621523,
"base_cost_quote": 11187.0199569851,
"unrealized_pnl_exit_net": -2314.9882949951
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 8523.5025144623,
"total_value_exit_net": 8517.1117805348,
"total_value": 8523.5025144623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -2679.9404079076
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 8163.8696544623,
"total_value_exit_net": 8157.7486451798,
"total_value": 8163.8696544623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3039.3035432626
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7833.2394444623,
"total_value_exit_net": 7827.3664078373,
"total_value": 7833.2394444623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3369.6857806051
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7287.9896244623,
"total_value_exit_net": 7282.5255252023,
"total_value": 7287.9896244623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3914.5266632401
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7404.0002244623,
"total_value_exit_net": 7398.4491172523,
"total_value": 7404.0002244623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3798.6030711901
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7850.6410344623,
"total_value_exit_net": 7844.7549466448,
"total_value": 7850.6410344623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3352.2972417976
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7264.7875044623,
"total_value_exit_net": 7259.3408067923,
"total_value": 7264.7875044623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3937.7113816501
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7624.4203644623,
"total_value_exit_net": 7618.7039421473,
"total_value": 7624.4203644623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3578.3482462951
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7740.4309644623,
"total_value_exit_net": 7734.6275341973,
"total_value": 7740.4309644623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3462.4246542451
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7781.0346744623,
"total_value_exit_net": 7775.2007914148,
"total_value": 7781.0346744623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3421.8513970276
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7630.2208944623,
"total_value_exit_net": 7624.5001217498,
"total_value": 7630.2208944623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3572.5520666926
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7786.8352044623,
"total_value_exit_net": 7780.9969710173,
"total_value": 7786.8352044623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3416.0552174251
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7897.0452744623,
"total_value_exit_net": 7891.1243834648,
"total_value": 7897.0452744623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3305.9278049776
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7850.6410344623,
"total_value_exit_net": 7844.7549466448,
"total_value": 7850.6410344623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3352.2972417976
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 8140.6675344623,
"total_value_exit_net": 8134.5639267698,
"total_value": 8140.6675344623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3062.4882616726
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 8076.8617044623,
"total_value_exit_net": 8070.8059511423,
"total_value": 8076.8617044623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3126.2462373001
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 8094.2632944623,
"total_value_exit_net": 8088.1944899498,
"total_value": 8094.2632944623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3108.8576984926
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7525.8113544623,
"total_value_exit_net": 7520.1688889048,
"total_value": 7525.8113544623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3676.8832995376
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7728.8299044623,
"total_value_exit_net": 7723.0351749923,
"total_value": 7728.8299044623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3474.0170134501
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7525.8113544623,
"total_value_exit_net": 7520.1688889048,
"total_value": 7525.8113544623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3676.8832995376
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7583.8166544623,
"total_value_exit_net": 7578.1306849298,
"total_value": 7583.8166544623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3618.9215035126
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7404.0002244623,
"total_value_exit_net": 7398.4491172523,
"total_value": 7404.0002244623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3798.6030711901
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7067.5694844623,
"total_value_exit_net": 7062.2707003073,
"total_value": 7067.5694844623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -4134.7814881351
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 6905.1546444623,
"total_value_exit_net": 6899.9776714373,
"total_value": 6905.1546444623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -4297.0745170051
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 6881.9525244623,
"total_value_exit_net": 6876.7929530273,
"total_value": 6881.9525244623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -4320.2592354151
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7247.3859144623,
"total_value_exit_net": 7241.9522679848,
"total_value": 7247.3859144623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3955.0999204576
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7142.9763744623,
"total_value_exit_net": 7137.6210351398,
"total_value": 7142.9763744623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -4059.4311533026
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7351.7954544623,
"total_value_exit_net": 7346.2835008298,
"total_value": 7351.7954544623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -3850.7686876126
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 580.053,
"quote_asset_bal": 2.5239444623,
"total_value_mid": 7131.3753144623,
"total_value_exit_net": 7126.0286759348,
"total_value": 7131.3753144623,
"base_cost_quote": 11194.5282439801,
"unrealized_pnl_exit_net": -4071.0235125076
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 581.902,
"quote_asset_bal": 1.2363169323,
"total_value_mid": 7408.8487769323,
"total_value_exit_net": 7403.2930675873,
"total_value": 7408.8487769323,
"base_cost_quote": 11202.0051974926,
"unrealized_pnl_exit_net": -3799.9484468376
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 581.902,
"quote_asset_bal": 1.2363169323,
"total_value_mid": 7350.6585769323,
"total_value_exit_net": 7345.1465102373,
"total_value": 7350.6585769323,
"base_cost_quote": 11202.0051974926,
"unrealized_pnl_exit_net": -3858.0950041876
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7153.5438214498,
"total_value_exit_net": 7148.1800383723,
"total_value": 7153.5438214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4055.6594715151
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6775.3003714498,
"total_value_exit_net": 6770.2202709598,
"total_value": 6775.3003714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4433.6192389276
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6536.7160414498,
"total_value_exit_net": 6531.8148792073,
"total_value": 6536.7160414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4672.0246306801
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6286.4934514498,
"total_value_exit_net": 6281.7799561498,
"total_value": 6286.4934514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4922.0595537376
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5658.0274114498,
"total_value_exit_net": 5653.7852656798,
"total_value": 5658.0274114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5550.0542442076
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5919.8882614498,
"total_value_exit_net": 5915.4497200423,
"total_value": 5919.8882614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5288.3897898451
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5774.4100114498,
"total_value_exit_net": 5770.0805787298,
"total_value": 5774.4100114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5433.7589311576
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6030.4517314498,
"total_value_exit_net": 6025.9302674398,
"total_value": 6030.4517314498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5177.9092424476
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5908.2500014498,
"total_value_exit_net": 5903.8201887373,
"total_value": 5908.2500014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5300.0193211501
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5943.1647814498,
"total_value_exit_net": 5938.7087826523,
"total_value": 5943.1647814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5265.1307272351
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5535.8256814498,
"total_value_exit_net": 5531.6751869773,
"total_value": 5535.8256814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5672.1643229101
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5832.6013114498,
"total_value_exit_net": 5828.2282352548,
"total_value": 5832.6013114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5375.6112746326
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5786.0482714498,
"total_value_exit_net": 5781.7101100348,
"total_value": 5786.0482714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5422.1293998526
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5722.0378414498,
"total_value_exit_net": 5717.7476878573,
"total_value": 5722.0378414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5486.0918220301
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5658.0274114498,
"total_value_exit_net": 5653.7852656798,
"total_value": 5658.0274114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5550.0542442076
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5704.5804514498,
"total_value_exit_net": 5700.3033908998,
"total_value": 5704.5804514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5503.5361189876
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5786.0482714498,
"total_value_exit_net": 5781.7101100348,
"total_value": 5786.0482714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5422.1293998526
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5867.5160914498,
"total_value_exit_net": 5863.1168291698,
"total_value": 5867.5160914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5340.7226807176
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 5908.2500014498,
"total_value_exit_net": 5903.8201887373,
"total_value": 5908.2500014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5300.0193211501
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6146.8343314498,
"total_value_exit_net": 6142.2255804898,
"total_value": 6146.8343314498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5061.6139293976
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6559.9925614498,
"total_value_exit_net": 6555.0739418173,
"total_value": 6559.9925614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4648.7655680701
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6705.4708114498,
"total_value_exit_net": 6700.4430831298,
"total_value": 6705.4708114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4503.3964267576
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7042.9803514498,
"total_value_exit_net": 7037.6994909748,
"total_value": 7042.9803514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4166.1400189126
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6757.8429814498,
"total_value_exit_net": 6752.7759740023,
"total_value": 6757.8429814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4451.0635358851
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6722.9282014498,
"total_value_exit_net": 6717.8873800873,
"total_value": 6722.9282014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4485.9521298001
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6984.7890514498,
"total_value_exit_net": 6979.5518344498,
"total_value": 6984.7890514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4224.2876754376
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6373.7804014498,
"total_value_exit_net": 6369.0014409373,
"total_value": 6373.7804014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4834.8380689501
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6478.5247414498,
"total_value_exit_net": 6473.6672226823,
"total_value": 6478.5247414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4730.1722872051
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6437.7908314498,
"total_value_exit_net": 6432.9638631148,
"total_value": 6437.7908314498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4770.8756467726
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6420.3334414498,
"total_value_exit_net": 6415.5195661573,
"total_value": 6420.3334414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4788.3199437301
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6193.3873714498,
"total_value_exit_net": 6188.7437057098,
"total_value": 6193.3873714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -5015.0958041776
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6274.8551914498,
"total_value_exit_net": 6270.1504248448,
"total_value": 6274.8551914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4933.6890850426
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6641.4603814498,
"total_value_exit_net": 6636.4806609523,
"total_value": 6641.4603814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4567.3588489351
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6781.1195014498,
"total_value_exit_net": 6776.0350366123,
"total_value": 6781.1195014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4427.8044732751
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6629.8221214498,
"total_value_exit_net": 6624.8511296473,
"total_value": 6629.8221214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4578.9883802401
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6490.1630014498,
"total_value_exit_net": 6485.2967539873,
"total_value": 6490.1630014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4718.5427559001
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6385.4186614498,
"total_value_exit_net": 6380.6309722423,
"total_value": 6385.4186614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4823.2085376451
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6426.1525714498,
"total_value_exit_net": 6421.3343318098,
"total_value": 6426.1525714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4782.5051780776
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6658.9177714498,
"total_value_exit_net": 6653.9249579098,
"total_value": 6658.9177714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4549.9145519776
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6926.5977514498,
"total_value_exit_net": 6921.4041779248,
"total_value": 6926.5977514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4282.4353319626
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7002.2464414498,
"total_value_exit_net": 6996.9961314073,
"total_value": 7002.2464414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4206.8433784801
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6973.1507914498,
"total_value_exit_net": 6967.9223031448,
"total_value": 6973.1507914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4235.9172067426
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7165.1820814498,
"total_value_exit_net": 7159.8095696773,
"total_value": 7165.1820814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4044.0299402101
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7159.3629514498,
"total_value_exit_net": 7153.9948040248,
"total_value": 7159.3629514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4049.8447058626
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7176.8203414498,
"total_value_exit_net": 7171.4391009823,
"total_value": 7176.8203414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4032.4004089051
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6856.7681914498,
"total_value_exit_net": 6851.6269900948,
"total_value": 6856.7681914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4352.2125197926
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6629.8221214498,
"total_value_exit_net": 6624.8511296473,
"total_value": 6629.8221214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4578.9883802401
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6897.5021014498,
"total_value_exit_net": 6892.3303496623,
"total_value": 6897.5021014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4311.5091602251
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7066.2568714498,
"total_value_exit_net": 7060.9585535848,
"total_value": 7066.2568714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4142.8809563026
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7328.1177214498,
"total_value_exit_net": 7322.6230079473,
"total_value": 7328.1177214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3881.2165019401
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7194.2777314498,
"total_value_exit_net": 7188.8833979398,
"total_value": 7194.2777314498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4014.9561119476
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7421.2238014498,
"total_value_exit_net": 7415.6592583873,
"total_value": 7421.2238014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3788.1802515001
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7136.0864314498,
"total_value_exit_net": 7130.7357414148,
"total_value": 7136.0864314498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4073.1037684726
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7316.4794614498,
"total_value_exit_net": 7310.9934766423,
"total_value": 7316.4794614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3892.8460332451
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7322.2985914498,
"total_value_exit_net": 7316.8082422948,
"total_value": 7322.2985914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3887.0312675926
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7229.1925114498,
"total_value_exit_net": 7223.7719918548,
"total_value": 7229.1925114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3980.0675180326
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7345.5751114498,
"total_value_exit_net": 7340.0673049048,
"total_value": 7345.5751114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3863.7722049826
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7508.5107514498,
"total_value_exit_net": 7502.8807431748,
"total_value": 7508.5107514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3700.9587667126
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7194.2777314498,
"total_value_exit_net": 7188.8833979398,
"total_value": 7194.2777314498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4014.9561119476
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7374.6707614498,
"total_value_exit_net": 7369.1411331673,
"total_value": 7374.6707614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3834.6983767201
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7019.7038314498,
"total_value_exit_net": 7014.4404283648,
"total_value": 7019.7038314498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4189.3990815226
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6699.6516814498,
"total_value_exit_net": 6694.6283174773,
"total_value": 6699.6516814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4509.2111924101
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6600.7264714498,
"total_value_exit_net": 6595.7773013848,
"total_value": 6600.7264714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4608.0622085026
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6571.6308214498,
"total_value_exit_net": 6566.7034731223,
"total_value": 6571.6308214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4637.1360367651
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6833.4916714498,
"total_value_exit_net": 6828.3679274848,
"total_value": 6833.4916714498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4375.4715824026
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6862.5873214498,
"total_value_exit_net": 6857.4417557473,
"total_value": 6862.5873214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4346.3977541401
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7101.1716514498,
"total_value_exit_net": 7095.8471474998,
"total_value": 7101.1716514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4107.9923623876
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6996.4273114498,
"total_value_exit_net": 6991.1813657548,
"total_value": 6996.4273114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4212.6581441326
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7147.7246914498,
"total_value_exit_net": 7142.3652727198,
"total_value": 7147.7246914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4061.4742371676
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6978.9699214498,
"total_value_exit_net": 6973.7370687973,
"total_value": 6978.9699214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4230.1024410901
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6984.7890514498,
"total_value_exit_net": 6979.5518344498,
"total_value": 6984.7890514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4224.2876754376
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7258.2881614498,
"total_value_exit_net": 7252.8458201173,
"total_value": 7258.2881614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3950.9936897701
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7333.9368514498,
"total_value_exit_net": 7328.4377735998,
"total_value": 7333.9368514498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3875.4017362876
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7281.5646814498,
"total_value_exit_net": 7276.1048827273,
"total_value": 7281.5646814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3927.7346271601
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7595.7977014498,
"total_value_exit_net": 7590.1022279623,
"total_value": 7595.7977014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3613.7372819251
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7409.5855414498,
"total_value_exit_net": 7404.0297270823,
"total_value": 7409.5855414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3799.8097828051
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7409.5855414498,
"total_value_exit_net": 7404.0297270823,
"total_value": 7409.5855414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3799.8097828051
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7264.1072914498,
"total_value_exit_net": 7258.6605857698,
"total_value": 7264.1072914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3945.1789241176
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7380.4898914498,
"total_value_exit_net": 7374.9558988198,
"total_value": 7380.4898914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3828.8836110676
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7316.4794614498,
"total_value_exit_net": 7310.9934766423,
"total_value": 7316.4794614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3892.8460332451
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7677.2655214498,
"total_value_exit_net": 7671.5089470973,
"total_value": 7677.2655214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3532.3305627901
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7438.6811914498,
"total_value_exit_net": 7433.1035553448,
"total_value": 7438.6811914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3770.7359545426
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7502.6916214498,
"total_value_exit_net": 7497.0659775223,
"total_value": 7502.6916214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3706.7735323651
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7264.1072914498,
"total_value_exit_net": 7258.6605857698,
"total_value": 7264.1072914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3945.1789241176
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7409.5855414498,
"total_value_exit_net": 7404.0297270823,
"total_value": 7409.5855414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3799.8097828051
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7054.6186114498,
"total_value_exit_net": 7049.3290222798,
"total_value": 7054.6186114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4154.5104876076
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7002.2464414498,
"total_value_exit_net": 6996.9961314073,
"total_value": 7002.2464414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4206.8433784801
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7072.0760014498,
"total_value_exit_net": 7066.7733192373,
"total_value": 7072.0760014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4137.0661906501
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7171.0012114498,
"total_value_exit_net": 7165.6243353298,
"total_value": 7171.0012114498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4038.2151745576
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7421.2238014498,
"total_value_exit_net": 7415.6592583873,
"total_value": 7421.2238014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3788.1802515001
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7432.8620614498,
"total_value_exit_net": 7427.2887896923,
"total_value": 7432.8620614498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3776.5507201951
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6990.6081814498,
"total_value_exit_net": 6985.3666001023,
"total_value": 6990.6081814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4218.4729097851
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6944.0551414498,
"total_value_exit_net": 6938.8484748823,
"total_value": 6944.0551414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4264.9910350051
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6740.3855914498,
"total_value_exit_net": 6735.3316770448,
"total_value": 6740.3855914498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4468.5078328426
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6490.1630014498,
"total_value_exit_net": 6485.2967539873,
"total_value": 6490.1630014498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4718.5427559001
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6303.9508414498,
"total_value_exit_net": 6299.2242531073,
"total_value": 6303.9508414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4904.6152567801
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 6688.0134214498,
"total_value_exit_net": 6682.9987861723,
"total_value": 6688.0134214498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -4520.8407237151
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7456.1385814498,
"total_value_exit_net": 7450.5478523023,
"total_value": 7456.1385814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3753.2916575851
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7293.2029414498,
"total_value_exit_net": 7287.7344140323,
"total_value": 7293.2029414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3916.1050958551
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7467.7768414498,
"total_value_exit_net": 7462.1773836073,
"total_value": 7467.7768414498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3741.6621262801
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 581.913,
"quote_asset_bal": 1.8330514498,
"total_value_mid": 7572.5211814498,
"total_value_exit_net": 7566.8431653523,
"total_value": 7572.5211814498,
"base_cost_quote": 11202.0064584376,
"unrealized_pnl_exit_net": -3636.9963445351
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 582.042,
"quote_asset_bal": 0.4994724798,
"total_value_mid": 8143.2670524798,
"total_value_exit_net": 8137.1599767948,
"total_value": 8143.2670524798,
"base_cost_quote": 11204.4794818151,
"unrealized_pnl_exit_net": -3067.8189775001
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 582.018,
"quote_asset_bal": 0.7902797873,
"total_value_mid": 8271.2660597873,
"total_value_exit_net": 8265.0632029523,
"total_value": 8271.2660597873,
"base_cost_quote": 11204.4641303101,
"unrealized_pnl_exit_net": -2940.1912071451
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 582.007,
"quote_asset_bal": 1.0437888123,
"total_value_mid": 7776.6573088123,
"total_value_exit_net": 7770.8255986723,
"total_value": 7776.6573088123,
"base_cost_quote": 11204.4933522101,
"unrealized_pnl_exit_net": -3434.7115423501
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 582.007,
"quote_asset_bal": 1.0437888123,
"total_value_mid": 7345.9721288123,
"total_value_exit_net": 7340.4634325573,
"total_value": 7345.9721288123,
"base_cost_quote": 11204.4933522101,
"unrealized_pnl_exit_net": -3865.0737084651
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 582.007,
"quote_asset_bal": 1.0437888123,
"total_value_mid": 7322.6918488123,
"total_value_exit_net": 7317.2006127673,
"total_value": 7322.6918488123,
"base_cost_quote": 11204.4933522101,
"unrealized_pnl_exit_net": -3888.3365282551
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 582.007,
"quote_asset_bal": 1.0437888123,
"total_value_mid": 7666.0759788123,
"total_value_exit_net": 7660.3272046698,
"total_value": 7666.0759788123,
"base_cost_quote": 11204.4933522101,
"unrealized_pnl_exit_net": -3545.2099363526
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 582.007,
"quote_asset_bal": 1.0437888123,
"total_value_mid": 8038.5604588123,
"total_value_exit_net": 8032.5323213098,
"total_value": 8038.5604588123,
"base_cost_quote": 11204.4933522101,
"unrealized_pnl_exit_net": -3173.0048197126
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 581.923,
"quote_asset_bal": 2.8957716898,
"total_value_mid": 7532.9793916898,
"total_value_exit_net": 7527.3318289748,
"total_value": 7532.9793916898,
"base_cost_quote": 11204.4963144301,
"unrealized_pnl_exit_net": -3680.0602571451
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 581.923,
"quote_asset_bal": 2.8957716898,
"total_value_mid": 8120.7216216898,
"total_value_exit_net": 8114.6332523023,
"total_value": 8120.7216216898,
"base_cost_quote": 11204.4963144301,
"unrealized_pnl_exit_net": -3092.7588338176
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 581.923,
"quote_asset_bal": 2.8957716898,
"total_value_mid": 8021.7947116898,
"total_value_exit_net": 8015.7805374848,
"total_value": 8021.7947116898,
"base_cost_quote": 11204.4963144301,
"unrealized_pnl_exit_net": -3191.6115486351
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 581.923,
"quote_asset_bal": 2.8957716898,
"total_value_mid": 7725.0139816898,
"total_value_exit_net": 7719.2223930323,
"total_value": 7725.0139816898,
"base_cost_quote": 11204.4963144301,
"unrealized_pnl_exit_net": -3488.1696930876
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 581.923,
"quote_asset_bal": 2.8957716898,
"total_value_mid": 8091.6254716898,
"total_value_exit_net": 8085.5589244148,
"total_value": 8091.6254716898,
"base_cost_quote": 11204.4963144301,
"unrealized_pnl_exit_net": -3121.8331617051
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 581.923,
"quote_asset_bal": 2.8957716898,
"total_value_mid": 8132.3600816898,
"total_value_exit_net": 8126.2629834573,
"total_value": 8132.3600816898,
"base_cost_quote": 11204.4963144301,
"unrealized_pnl_exit_net": -3081.1291026626
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 581.806,
"quote_asset_bal": 4.9994334823,
"total_value_mid": 8772.8158534823,
"total_value_exit_net": 8766.2399911673,
"total_value": 8772.8158534823,
"base_cost_quote": 11212.0181515801,
"unrealized_pnl_exit_net": -2450.7775938951
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 582.514,
"quote_asset_bal": 4.2233584548,
"total_value_mid": 9091.4417584548,
"total_value_exit_net": 9084.6263446548,
"total_value": 9091.4417584548,
"base_cost_quote": 11259.7897734451,
"unrealized_pnl_exit_net": -2179.3867872451
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 582.854,
"quote_asset_bal": 1.3971307773,
"total_value_mid": 9187.1761707773,
"total_value_exit_net": 9180.2868364973,
"total_value": 9187.1761707773,
"base_cost_quote": 11267.2484532626,
"unrealized_pnl_exit_net": -2088.3587475426
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 583.205,
"quote_asset_bal": 7.9737379973,
"total_value_mid": 9362.5819379973,
"total_value_exit_net": 9355.5659818473,
"total_value": 9362.5819379973,
"base_cost_quote": 11272.3296312901,
"unrealized_pnl_exit_net": -1924.7373874401
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 528.194,
"quote_asset_bal": 932.6002554298,
"total_value_mid": 9933.0260154298,
"total_value_exit_net": 9926.2756961098,
"total_value": 9933.0260154298,
"base_cost_quote": 10380.51202936,
"unrealized_pnl_exit_net": -1386.8365886801
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 570.055,
"quote_asset_bal": 246.8632828948,
"total_value_mid": 9595.7652828948,
"total_value_exit_net": 9588.7536063948,
"total_value": 9595.7652828948,
"base_cost_quote": 11074.4585091676,
"unrealized_pnl_exit_net": -1732.5681856676
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 570.69,
"quote_asset_bal": 243.6643881548,
"total_value_mid": 9608.6872881548,
"total_value_exit_net": 9601.6635209798,
"total_value": 9608.6872881548,
"base_cost_quote": 11084.5352110301,
"unrealized_pnl_exit_net": -1726.5360782051
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 479.617,
"quote_asset_bal": 1809.8995458798,
"total_value_mid": 10212.7893858798,
"total_value_exit_net": 10206.4872184998,
"total_value": 10212.7893858798,
"base_cost_quote": 9566.37888711,
"unrealized_pnl_exit_net": -1169.79121449
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 512.732,
"quote_asset_bal": 1262.0834858973,
"total_value_mid": 10014.4187258973,
"total_value_exit_net": 10007.8544744673,
"total_value": 10014.4187258973,
"base_cost_quote": 10135.0657926425,
"unrealized_pnl_exit_net": -1389.2948040725
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 242.609,
"quote_asset_bal": 6390.8631769823,
"total_value_mid": 11121.7386769824,
"total_value_exit_net": 11118.1905203574,
"total_value": 11121.7386769824,
"base_cost_quote": 5259.7285700475,
"unrealized_pnl_exit_net": -532.4012266725
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 162.879,
"quote_asset_bal": 8123.2655923848,
"total_value_mid": 11633.3080423849,
"total_value_exit_net": 11630.6755105474,
"total_value": 11633.3080423849,
"base_cost_quote": 3658.6923728075,
"unrealized_pnl_exit_net": -151.282454645
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 153.963,
"quote_asset_bal": 8359.8803543274,
"total_value_mid": 11693.1793043274,
"total_value_exit_net": 11690.6793301149,
"total_value": 11693.1793043274,
"base_cost_quote": 3478.1972829425,
"unrealized_pnl_exit_net": -147.398307155
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 135.787,
"quote_asset_bal": 8800.3824151249,
"total_value_mid": 11755.1075351249,
"total_value_exit_net": 11752.8914912849,
"total_value": 11755.1075351249,
"base_cost_quote": 3087.4316883875,
"unrealized_pnl_exit_net": -134.9226122275
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 114.982,
"quote_asset_bal": 9318.0847415224,
"total_value_mid": 11867.2356815224,
"total_value_exit_net": 11865.3238183174,
"total_value": 11867.2356815224,
"base_cost_quote": 2651.3602399075,
"unrealized_pnl_exit_net": -104.1211631125
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 128.04,
"quote_asset_bal": 9040.0466796149,
"total_value_mid": 11849.2442796149,
"total_value_exit_net": 11847.1373814149,
"total_value": 11849.2442796149,
"base_cost_quote": 2939.458401595,
"unrealized_pnl_exit_net": -132.367699795
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 34.801,
"quote_asset_bal": 11267.9964271749,
"total_value_mid": 12123.7530171749,
"total_value_exit_net": 12123.1111997324,
"total_value": 12123.7530171749,
"base_cost_quote": 824.49618871,
"unrealized_pnl_exit_net": 30.6185838475
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 228.299,
"quote_asset_bal": 7102.1109330174,
"total_value_mid": 11626.9971130174,
"total_value_exit_net": 11623.6034483824,
"total_value": 11626.9971130174,
"base_cost_quote": 5034.421046045,
"unrealized_pnl_exit_net": -512.92853068
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 269.867,
"quote_asset_bal": 6386.6917106574,
"total_value_mid": 11705.7702806574,
"total_value_exit_net": 11701.7809717299,
"total_value": 11705.7702806574,
"base_cost_quote": 5863.75347922,
"unrealized_pnl_exit_net": -548.6642181475
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 183.606,
"quote_asset_bal": 8218.8138663774,
"total_value_mid": 11971.7205063774,
"total_value_exit_net": 11968.9058263974,
"total_value": 11971.7205063774,
"base_cost_quote": 4137.3784583125,
"unrealized_pnl_exit_net": -387.2864982925
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 142.842,
"quote_asset_bal": 9113.0392585723,
"total_value_mid": 12246.9927385724,
"total_value_exit_net": 12244.6422734624,
"total_value": 12246.9927385724,
"base_cost_quote": 3297.9490380725,
"unrealized_pnl_exit_net": -166.3460231825
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 158.946,
"quote_asset_bal": 8780.2510263899,
"total_value_mid": 12232.5581463899,
"total_value_exit_net": 12229.9689160499,
"total_value": 12232.5581463899,
"base_cost_quote": 3646.157428645,
"unrealized_pnl_exit_net": -196.439538985
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 182.009,
"quote_asset_bal": 8305.0439535774,
"total_value_mid": 12132.6932235774,
"total_value_exit_net": 12129.8224866249,
"total_value": 12132.6932235774,
"base_cost_quote": 4129.82692891,
"unrealized_pnl_exit_net": -305.0483958625
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 158.82,
"quote_asset_bal": 8814.0831032149,
"total_value_mid": 12282.7119032149,
"total_value_exit_net": 12280.1104316149,
"total_value": 12282.7119032149,
"base_cost_quote": 3638.6359417575,
"unrealized_pnl_exit_net": -172.6086133575
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 196.702,
"quote_asset_bal": 8025.0663489499,
"total_value_mid": 12114.50092895,
"total_value_exit_net": 12111.433853015,
"total_value": 12114.50092895,
"base_cost_quote": 4443.02749329,
"unrealized_pnl_exit_net": -356.659989225
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 306.008,
"quote_asset_bal": 5870.8703558199,
"total_value_mid": 11758.46427582,
"total_value_exit_net": 11754.04858038,
"total_value": 11758.46427582,
"base_cost_quote": 6610.3630667575,
"unrealized_pnl_exit_net": -727.1848421975
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 478.077,
"quote_asset_bal": 2773.1479351575,
"total_value_mid": 10957.8261751575,
"total_value_exit_net": 10951.6876664775,
"total_value": 10957.8261751575,
"base_cost_quote": 9729.4485276825,
"unrealized_pnl_exit_net": -1550.9087963625
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 599.08,
"quote_asset_bal": 818.3953768124,
"total_value_mid": 10463.5833768125,
"total_value_exit_net": 10456.3494858125,
"total_value": 10463.5833768125,
"base_cost_quote": 11720.830254665,
"unrealized_pnl_exit_net": -2082.876145665
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 603.728,
"quote_asset_bal": 778.8860770149,
"total_value_mid": 10577.391517015,
"total_value_exit_net": 10570.042637935,
"total_value": 10577.391517015,
"base_cost_quote": 11796.021485825,
"unrealized_pnl_exit_net": -2004.864924905
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 594.119,
"quote_asset_bal": 990.2554814675,
"total_value_mid": 10644.6892314675,
"total_value_exit_net": 10637.448406155,
"total_value": 10644.6892314675,
"base_cost_quote": 11648.292251935,
"unrealized_pnl_exit_net": -2001.0993272475
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 601.057,
"quote_asset_bal": 915.903398415,
"total_value_mid": 10659.037368415,
"total_value_exit_net": 10651.7300179375,
"total_value": 10659.037368415,
"base_cost_quote": 11761.03144296,
"unrealized_pnl_exit_net": -2025.2048234375
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 527.744,
"quote_asset_bal": 2174.4648007875,
"total_value_mid": 11156.6676807875,
"total_value_exit_net": 11149.9310286275,
"total_value": 11156.6676807875,
"base_cost_quote": 10558.69216431,
"unrealized_pnl_exit_net": -1583.22593647
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 438.08,
"quote_asset_bal": 3775.0005820975,
"total_value_mid": 11726.1525820975,
"total_value_exit_net": 11720.1892180975,
"total_value": 11726.1525820975,
"base_cost_quote": 9037.9826569375,
"unrealized_pnl_exit_net": -1092.7940209375
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 431.813,
"quote_asset_bal": 3902.7154175325,
"total_value_mid": 11727.1669775325,
"total_value_exit_net": 11721.2986388625,
"total_value": 11727.1669775325,
"base_cost_quote": 8925.221679585,
"unrealized_pnl_exit_net": -1106.638458255
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 544.592,
"quote_asset_bal": 1959.43711187,
"total_value_mid": 11152.15007187,
"total_value_exit_net": 11145.25553715,
"total_value": 11152.15007187,
"base_cost_quote": 10879.3080159875,
"unrealized_pnl_exit_net": -1693.4895907075
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 615.762,
"quote_asset_bal": 845.0905573725,
"total_value_mid": 10580.2877773725,
"total_value_exit_net": 10572.9863794575,
"total_value": 10580.2877773725,
"base_cost_quote": 12011.32418183,
"unrealized_pnl_exit_net": -2283.428359745
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 560.385,
"quote_asset_bal": 1758.615710335,
"total_value_mid": 11313.179960335,
"total_value_exit_net": 11306.0140371474,
"total_value": 11313.179960335,
"base_cost_quote": 11129.548285535,
"unrealized_pnl_exit_net": -1582.1499587225
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 582.92,
"quote_asset_bal": 1416.0700102375,
"total_value_mid": 11022.5916102375,
"total_value_exit_net": 11015.3867190375,
"total_value": 11022.5916102375,
"base_cost_quote": 11507.89269118,
"unrealized_pnl_exit_net": -1908.57598238
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 672.43,
"quote_asset_bal": 3.2656640625,
"total_value_mid": 10452.8278640625,
"total_value_exit_net": 10444.9906924125,
"total_value": 10452.8278640625,
"base_cost_quote": 12935.615781005,
"unrealized_pnl_exit_net": -2493.890752655
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 672.89,
"quote_asset_bal": 2.242764265,
"total_value_mid": 10236.899664265,
"total_value_exit_net": 10229.22367159,
"total_value": 10236.899664265,
"base_cost_quote": 12945.552307815,
"unrealized_pnl_exit_net": -2718.57140049
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 672.89,
"quote_asset_bal": 2.242764265,
"total_value_mid": 10209.984064265,
"total_value_exit_net": 10202.32825829,
"total_value": 10209.984064265,
"base_cost_quote": 12945.552307815,
"unrealized_pnl_exit_net": -2745.46681379
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 672.829,
"quote_asset_bal": 4.80284431,
"total_value_mid": 10494.20695431,
"total_value_exit_net": 10486.3399012275,
"total_value": 10494.20695431,
"base_cost_quote": 12945.632367815,
"unrealized_pnl_exit_net": -2464.0953108975
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 606.77,
"quote_asset_bal": 1079.89241192,
"total_value_mid": 11091.59741192,
"total_value_exit_net": 11084.08863317,
"total_value": 11091.59741192,
"base_cost_quote": 11888.5504405325,
"unrealized_pnl_exit_net": -1884.3542192825
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 610.2,
"quote_asset_bal": 1032.84150194,
"total_value_mid": 11034.01950194,
"total_value_exit_net": 11026.51861844,
"total_value": 11034.01950194,
"base_cost_quote": 11946.2646337375,
"unrealized_pnl_exit_net": -1952.5875172375
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 603.418,
"quote_asset_bal": 1151.4747060725,
"total_value_mid": 11095.8033460725,
"total_value_exit_net": 11088.3450995925,
"total_value": 11095.8033460725,
"base_cost_quote": 11835.928913965,
"unrealized_pnl_exit_net": -1899.058520445
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 591.418,
"quote_asset_bal": 1363.103530625,
"total_value_mid": 11156.985610625,
"total_value_exit_net": 11149.640199065,
"total_value": 11156.985610625,
"base_cost_quote": 11640.62624674,
"unrealized_pnl_exit_net": -1854.0895783
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 10012.7989625525,
"total_value_exit_net": 10005.2927267,
"total_value": 10012.7989625525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3002.3866331875
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 9701.0979025525,
"total_value_exit_net": 9693.825442495,
"total_value": 9701.0979025525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3313.8539173925
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 9524.9190425525,
"total_value_exit_net": 9517.77871664,
"total_value": 9524.9190425525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3489.9006432475
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 9694.3217925525,
"total_value_exit_net": 9687.0544145775,
"total_value": 9694.3217925525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3320.62494531
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 9328.4118525525,
"total_value_exit_net": 9321.4189070325,
"total_value": 9328.4118525525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3686.260452855
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 9585.9040325525,
"total_value_exit_net": 9578.7179678975,
"total_value": 9585.9040325525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3428.96139199
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 8976.0541325525,
"total_value_exit_net": 8969.3254553225,
"total_value": 8976.0541325525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -4038.353904565
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 9328.4118525525,
"total_value_exit_net": 9321.4189070325,
"total_value": 9328.4118525525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3686.260452855
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 10006.0228525525,
"total_value_exit_net": 9998.5216987825,
"total_value": 10006.0228525525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3009.157661105
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 677.611,
"quote_asset_bal": 4.4844925525,
"total_value_mid": 9945.0378625525,
"total_value_exit_net": 9937.582447525,
"total_value": 9945.0378625525,
"base_cost_quote": 13003.194867335,
"unrealized_pnl_exit_net": -3070.0969123625
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 677.549,
"quote_asset_bal": 6.150683105,
"total_value_mid": 10379.425873105,
"total_value_exit_net": 10371.6459167125,
"total_value": 10379.425873105,
"base_cost_quote": 13003.2193957175,
"unrealized_pnl_exit_net": -2637.72416211
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9871.7923596275,
"total_value_exit_net": 9864.3885996275,
"total_value": 9871.7923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3146.4298064975
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8780.2123596275,
"total_value_exit_net": 8773.6272846275,
"total_value": 8780.2123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4237.1911214975
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8678.5123596275,
"total_value_exit_net": 8672.0035596275,
"total_value": 8678.5123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4338.8148464975
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8922.5923596275,
"total_value_exit_net": 8915.9004996275,
"total_value": 8922.5923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4094.9179064975
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8854.7923596275,
"total_value_exit_net": 8848.1513496275,
"total_value": 8854.7923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4162.6670564975
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8739.5323596275,
"total_value_exit_net": 8732.9777946275,
"total_value": 8739.5323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4277.8406114975
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8407.3123596275,
"total_value_exit_net": 8401.0069596275,
"total_value": 8407.3123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4609.8114464975
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8447.9923596275,
"total_value_exit_net": 8441.6564496275,
"total_value": 8447.9923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4569.1619564975
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8251.3723596275,
"total_value_exit_net": 8245.1839146275,
"total_value": 8251.3723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4765.6344914975
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8312.3923596275,
"total_value_exit_net": 8306.1581496275,
"total_value": 8312.3923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4704.6602564975
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7892.0323596275,
"total_value_exit_net": 7886.1134196275,
"total_value": 7892.0323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5124.7049864975
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8224.2523596275,
"total_value_exit_net": 8218.0842546275,
"total_value": 8224.2523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4792.7341514975
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8509.0123596275,
"total_value_exit_net": 8502.6306846275,
"total_value": 8509.0123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4508.1877214975
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8529.3523596275,
"total_value_exit_net": 8522.9554296275,
"total_value": 8529.3523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4487.8629764975
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8102.2123596275,
"total_value_exit_net": 8096.1357846275,
"total_value": 8102.2123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4914.6826214975
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7220.8123596275,
"total_value_exit_net": 7215.3968346275,
"total_value": 7220.8123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5795.4215714975
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7546.2523596275,
"total_value_exit_net": 7540.5927546275,
"total_value": 7546.2523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5470.2256514975
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7315.7323596275,
"total_value_exit_net": 7310.2456446275,
"total_value": 7315.7323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5700.5727614975
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7708.9723596275,
"total_value_exit_net": 7703.1907146275,
"total_value": 7708.9723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5307.6276914975
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7430.9923596275,
"total_value_exit_net": 7425.4191996275,
"total_value": 7430.9923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5585.3992064975
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7505.5723596275,
"total_value_exit_net": 7499.9432646275,
"total_value": 7505.5723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5510.8751414975
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8115.7723596275,
"total_value_exit_net": 8109.6856146275,
"total_value": 8115.7723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4901.1327914975
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8495.4523596275,
"total_value_exit_net": 8489.0808546275,
"total_value": 8495.4523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4521.7375514975
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8400.5323596275,
"total_value_exit_net": 8394.2320446275,
"total_value": 8400.5323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4616.5863614975
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8495.4523596275,
"total_value_exit_net": 8489.0808546275,
"total_value": 8495.4523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4521.7375514975
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9214.1323596275,
"total_value_exit_net": 9207.2218446275,
"total_value": 9214.1323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3803.5965614975
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9214.1323596275,
"total_value_exit_net": 9207.2218446275,
"total_value": 9214.1323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3803.5965614975
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9431.0923596275,
"total_value_exit_net": 9424.0191246275,
"total_value": 9431.0923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3586.7992814975
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9248.0323596275,
"total_value_exit_net": 9241.0964196275,
"total_value": 9248.0323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3769.7219864975
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9275.1523596275,
"total_value_exit_net": 9268.1960796275,
"total_value": 9275.1523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3742.6223264975
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9193.7923596275,
"total_value_exit_net": 9186.8970996275,
"total_value": 9193.7923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3823.9213064975
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8970.0523596275,
"total_value_exit_net": 8963.3249046275,
"total_value": 8970.0523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4047.4935014975
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9017.5123596275,
"total_value_exit_net": 9010.7493096275,
"total_value": 9017.5123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4000.0690964975
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9281.9323596275,
"total_value_exit_net": 9274.9709946275,
"total_value": 9281.9323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3735.8474114975
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8983.6123596275,
"total_value_exit_net": 8976.8747346275,
"total_value": 8983.6123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4033.9436714975
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9498.8923596275,
"total_value_exit_net": 9491.7682746275,
"total_value": 9498.8923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3519.0501314975
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 9119.2123596275,
"total_value_exit_net": 9112.3730346275,
"total_value": 9119.2123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -3898.4453714975
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8461.5523596275,
"total_value_exit_net": 8455.2062796275,
"total_value": 8461.5523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4555.6121264975
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8495.4523596275,
"total_value_exit_net": 8489.0808546275,
"total_value": 8495.4523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4521.7375514975
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8556.4723596275,
"total_value_exit_net": 8550.0550896275,
"total_value": 8556.4723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4460.7633164975
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8434.4323596275,
"total_value_exit_net": 8428.1066196275,
"total_value": 8434.4323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4582.7117864975
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8224.2523596275,
"total_value_exit_net": 8218.0842546275,
"total_value": 8224.2523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4792.7341514975
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8190.3523596275,
"total_value_exit_net": 8184.2096796275,
"total_value": 8190.3523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4826.6087264975
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8820.8923596275,
"total_value_exit_net": 8814.2767746275,
"total_value": 8820.8923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4196.5416314975
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7783.5523596275,
"total_value_exit_net": 7777.7147796275,
"total_value": 7783.5523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5233.1036264975
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7810.6723596275,
"total_value_exit_net": 7804.8144396275,
"total_value": 7810.6723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5206.0039664975
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8156.4523596275,
"total_value_exit_net": 8150.3351046275,
"total_value": 8156.4523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4860.4833014975
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8081.8723596275,
"total_value_exit_net": 8075.8110396275,
"total_value": 8081.8723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4935.0073664975
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7905.5923596275,
"total_value_exit_net": 7899.6632496275,
"total_value": 7905.5923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5111.1551564975
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7831.0123596275,
"total_value_exit_net": 7825.1391846275,
"total_value": 7831.0123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5185.6792214975
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7268.2723596275,
"total_value_exit_net": 7262.8212396275,
"total_value": 7268.2723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5747.9971664975
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7051.3123596275,
"total_value_exit_net": 7046.0239596275,
"total_value": 7051.3123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5964.7944464975
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7424.2123596275,
"total_value_exit_net": 7418.6442846275,
"total_value": 7424.2123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5592.1741214975
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7708.9723596275,
"total_value_exit_net": 7703.1907146275,
"total_value": 7708.9723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5307.6276914975
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7586.9323596275,
"total_value_exit_net": 7581.2422446275,
"total_value": 7586.9323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5429.5761614975
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7763.2123596275,
"total_value_exit_net": 7757.3900346275,
"total_value": 7763.2123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5253.4283714975
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7966.6123596275,
"total_value_exit_net": 7960.6374846275,
"total_value": 7966.6123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5050.1809214975
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7756.4323596275,
"total_value_exit_net": 7750.6151196275,
"total_value": 7756.4323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5260.2032864975
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8163.2323596275,
"total_value_exit_net": 8157.1100196275,
"total_value": 8163.2323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4853.7083864975
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8081.8723596275,
"total_value_exit_net": 8075.8110396275,
"total_value": 8081.8723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4935.0073664975
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8271.7123596275,
"total_value_exit_net": 8265.5086596275,
"total_value": 8271.7123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4745.3097464975
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8108.9923596275,
"total_value_exit_net": 8102.9106996275,
"total_value": 8108.9923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4907.9077064975
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8014.0723596275,
"total_value_exit_net": 8008.0618896275,
"total_value": 8014.0723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5002.7565164975
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8176.7923596275,
"total_value_exit_net": 8170.6598496275,
"total_value": 8176.7923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4840.1585564975
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8237.8123596275,
"total_value_exit_net": 8231.6340846275,
"total_value": 8237.8123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4779.1843214975
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8509.0123596275,
"total_value_exit_net": 8502.6306846275,
"total_value": 8509.0123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4508.1877214975
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8536.1323596275,
"total_value_exit_net": 8529.7303446275,
"total_value": 8536.1323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4481.0880614975
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8434.4323596275,
"total_value_exit_net": 8428.1066196275,
"total_value": 8434.4323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4582.7117864975
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 8285.2723596275,
"total_value_exit_net": 8279.0584896275,
"total_value": 8285.2723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -4731.7599164975
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7763.2123596275,
"total_value_exit_net": 7757.3900346275,
"total_value": 7763.2123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5253.4283714975
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7505.5723596275,
"total_value_exit_net": 7499.9432646275,
"total_value": 7505.5723596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5510.8751414975
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7559.8123596275,
"total_value_exit_net": 7554.1425846275,
"total_value": 7559.8123596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5456.6758214975
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7722.5323596275,
"total_value_exit_net": 7716.7405446275,
"total_value": 7722.5323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5294.0778614975
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7749.6523596275,
"total_value_exit_net": 7743.8402046275,
"total_value": 7749.6523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5266.9782014975
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7329.2923596275,
"total_value_exit_net": 7323.7954746275,
"total_value": 7329.2923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5687.0229314975
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7430.9923596275,
"total_value_exit_net": 7425.4191996275,
"total_value": 7430.9923596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5585.3992064975
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7722.5323596275,
"total_value_exit_net": 7716.7405446275,
"total_value": 7722.5323596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5294.0778614975
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7885.2523596275,
"total_value_exit_net": 7879.3385046275,
"total_value": 7885.2523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5131.4799014975
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7546.2523596275,
"total_value_exit_net": 7540.5927546275,
"total_value": 7546.2523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5470.2256514975
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 678,
"quote_asset_bal": 0.1123596275,
"total_value_mid": 7512.3523596275,
"total_value_exit_net": 7506.7181796275,
"total_value": 7512.3523596275,
"base_cost_quote": 13010.7060464975,
"unrealized_pnl_exit_net": -5504.1002264975
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 688.962,
"quote_asset_bal": 2.279629635,
"total_value_mid": 8731.428169635,
"total_value_exit_net": 8724.88130823,
"total_value": 8731.428169635,
"base_cost_quote": 13053.22534207,
"unrealized_pnl_exit_net": -4330.623663475
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 689.114,
"quote_asset_bal": 2.7542354925,
"total_value_mid": 8788.9577354925,
"total_value_exit_net": 8782.3680828675,
"total_value": 8788.9577354925,
"base_cost_quote": 13055.76076221,
"unrealized_pnl_exit_net": -4276.146914835
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 687.068,
"quote_asset_bal": 53.106681175,
"total_value_mid": 9582.739841175,
"total_value_exit_net": 9575.592616305,
"total_value": 9582.739841175,
"base_cost_quote": 13043.2639666375,
"unrealized_pnl_exit_net": -3520.7780315075
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 690.81,
"quote_asset_bal": 3.53976165,
"total_value_mid": 8970.25356165,
"total_value_exit_net": 8963.5285263,
"total_value": 8970.25356165,
"base_cost_quote": 13098.3992371,
"unrealized_pnl_exit_net": -4138.41047245
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8797.529997195,
"total_value_exit_net": 8790.9345555525,
"total_value": 8797.529997195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4311.080444705
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8348.508047195,
"total_value_exit_net": 8342.249372015,
"total_value": 8348.508047195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4759.7656282425
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8396.864257195,
"total_value_exit_net": 8390.5693148575,
"total_value": 8396.864257195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4711.4456854
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8293.243807195,
"total_value_exit_net": 8287.026580195,
"total_value": 8293.243807195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4814.9884200625
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 7968.566397195,
"total_value_exit_net": 7962.5926782525,
"total_value": 7968.566397195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -5139.422322005
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 7719.877317195,
"total_value_exit_net": 7714.0901150625,
"total_value": 7719.877317195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -5387.924885195
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8189.623357195,
"total_value_exit_net": 8183.4838455325,
"total_value": 8189.623357195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4918.531154725
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8459.036527195,
"total_value_exit_net": 8452.694955655,
"total_value": 8459.036527195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4649.3200446025
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8804.438027195,
"total_value_exit_net": 8797.83740453,
"total_value": 8804.438027195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4304.1775957275
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 8638.645307195,
"total_value_exit_net": 8632.16902907,
"total_value": 8638.645307195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -4469.8459711875
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 690.803,
"quote_asset_bal": 3.607807195,
"total_value_mid": 9156.747557195,
"total_value_exit_net": 9149.8827023825,
"total_value": 9156.747557195,
"base_cost_quote": 13098.4071930625,
"unrealized_pnl_exit_net": -3952.132297875
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 690.799,
"quote_asset_bal": 3.725714765,
"total_value_mid": 9481.487994765,
"total_value_exit_net": 9474.379673055,
"total_value": 9481.487994765,
"base_cost_quote": 13098.432682165,
"unrealized_pnl_exit_net": -3627.778723875
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 690.797,
"quote_asset_bal": 3.8138208875,
"total_value_mid": 9377.9291108875,
"total_value_exit_net": 9370.89852442,
"total_value": 9377.9291108875,
"base_cost_quote": 13098.423315145,
"unrealized_pnl_exit_net": -3731.3386116125
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 686.914,
"quote_asset_bal": 59.7477464,
"total_value_mid": 9848.2722464,
"total_value_exit_net": 9840.930853025,
"total_value": 9848.2722464,
"base_cost_quote": 13053.2404433875,
"unrealized_pnl_exit_net": -3272.0573367625
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 9747.9731712075,
"total_value_exit_net": 9740.6658462075,
"total_value": 9747.9731712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -3385.0710678525
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 9526.8531712075,
"total_value_exit_net": 9519.7116862075,
"total_value": 9526.8531712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -3606.0252278525
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 9692.6931712075,
"total_value_exit_net": 9685.4273062075,
"total_value": 9692.6931712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -3440.3096078525
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 9644.3231712075,
"total_value_exit_net": 9637.0935837075,
"total_value": 9644.3231712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -3488.6433303525
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 8752.9331712075,
"total_value_exit_net": 8746.3721262075,
"total_value": 8752.9331712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4379.3647878525
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 8925.6831712075,
"total_value_exit_net": 8918.9925637075,
"total_value": 8925.6831712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4206.7443503525
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 8835.8531712075,
"total_value_exit_net": 8829.2299362075,
"total_value": 8835.8531712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4296.5069778525
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 8476.5331712075,
"total_value_exit_net": 8470.1794262075,
"total_value": 8476.5331712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4655.5574878525
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 8517.9931712075,
"total_value_exit_net": 8511.6083312075,
"total_value": 8517.9931712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4614.1285828525
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 8670.0131712075,
"total_value_exit_net": 8663.5143162075,
"total_value": 8670.0131712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4462.2225978525
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 8663.1031712075,
"total_value_exit_net": 8656.6094987075,
"total_value": 8663.1031712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4469.1274153525
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 9050.0631712075,
"total_value_exit_net": 9043.2792787075,
"total_value": 9050.0631712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -4082.4576353525
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 691,
"quote_asset_bal": 4.8731712075,
"total_value_mid": 9803.2531712075,
"total_value_exit_net": 9795.9043862075,
"total_value": 9803.2531712075,
"base_cost_quote": 13120.8637428525,
"unrealized_pnl_exit_net": -3329.8325278525
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 691.172,
"quote_asset_bal": 3.18457946,
"total_value_mid": 10184.14813946,
"total_value_exit_net": 10176.51241679,
"total_value": 10184.14813946,
"base_cost_quote": 13143.447497975,
"unrealized_pnl_exit_net": -2970.119660645
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 675.992,
"quote_asset_bal": 239.8804231,
"total_value_mid": 10690.7167431,
"total_value_exit_net": 10682.87861586,
"total_value": 10690.7167431,
"base_cost_quote": 12945.504672115,
"unrealized_pnl_exit_net": -2502.506479355
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 687.623,
"quote_asset_bal": 66.2379954375,
"total_value_mid": 10566.2412054375,
"total_value_exit_net": 10558.36620303,
"total_value": 10566.2412054375,
"base_cost_quote": 13123.366888805,
"unrealized_pnl_exit_net": -2631.2386812125
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 684.263,
"quote_asset_bal": 129.2225156975,
"total_value_mid": 10488.9643356975,
"total_value_exit_net": 10481.1945293325,
"total_value": 10488.9643356975,
"base_cost_quote": 13083.31821481,
"unrealized_pnl_exit_net": -2731.346201175
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 689.063,
"quote_asset_bal": 60.472211115,
"total_value_mid": 10561.792331115,
"total_value_exit_net": 10553.916341025,
"total_value": 10561.792331115,
"base_cost_quote": 13155.9772182225,
"unrealized_pnl_exit_net": -2662.5330883125
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 693.016,
"quote_asset_bal": 0.7358069725,
"total_value_mid": 10333.6043669725,
"total_value_exit_net": 10325.8547155525,
"total_value": 10333.6043669725,
"base_cost_quote": 13216.117559675,
"unrealized_pnl_exit_net": -2890.998651095
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 693.016,
"quote_asset_bal": 0.7358069725,
"total_value_mid": 9848.4931669725,
"total_value_exit_net": 9841.1073489525,
"total_value": 9848.4931669725,
"base_cost_quote": 13216.117559675,
"unrealized_pnl_exit_net": -3375.746017695
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 693.016,
"quote_asset_bal": 0.7358069725,
"total_value_mid": 9751.4709269725,
"total_value_exit_net": 9744.1578756325,
"total_value": 9751.4709269725,
"base_cost_quote": 13216.117559675,
"unrealized_pnl_exit_net": -3472.695491015
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 693.016,
"quote_asset_bal": 0.7358069725,
"total_value_mid": 9751.4709269725,
"total_value_exit_net": 9744.1578756325,
"total_value": 9751.4709269725,
"base_cost_quote": 13216.117559675,
"unrealized_pnl_exit_net": -3472.695491015
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 693.016,
"quote_asset_bal": 0.7358069725,
"total_value_mid": 10285.0932469725,
"total_value_exit_net": 10277.3799788925,
"total_value": 10285.0932469725,
"base_cost_quote": 13216.117559675,
"unrealized_pnl_exit_net": -2939.473387755
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 693.016,
"quote_asset_bal": 0.7358069725,
"total_value_mid": 10243.5122869725,
"total_value_exit_net": 10235.8302046125,
"total_value": 10243.5122869725,
"base_cost_quote": 13216.117559675,
"unrealized_pnl_exit_net": -2981.023162035
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 683.758,
"quote_asset_bal": 148.02321752,
"total_value_mid": 10595.84545752,
"total_value_exit_net": 10588.00959084,
"total_value": 10595.84545752,
"base_cost_quote": 13075.7773734175,
"unrealized_pnl_exit_net": -2635.7910000975
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 693.49,
"quote_asset_bal": 5.7603665725,
"total_value_mid": 10560.6781665725,
"total_value_exit_net": 10552.7619782225,
"total_value": 10560.6781665725,
"base_cost_quote": 13226.1518697675,
"unrealized_pnl_exit_net": -2679.1502581175
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 658.609,
"quote_asset_bal": 555.402750725,
"total_value_mid": 11132.663290725,
"total_value_exit_net": 11124.73034532,
"total_value": 11132.663290725,
"base_cost_quote": 12705.1525531225,
"unrealized_pnl_exit_net": -2135.8249585275
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 694.474,
"quote_asset_bal": 1.1550483425,
"total_value_mid": 10314.0939483425,
"total_value_exit_net": 10306.3592441675,
"total_value": 10314.0939483425,
"base_cost_quote": 13271.285704775,
"unrealized_pnl_exit_net": -2966.08150895
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 694.482,
"quote_asset_bal": 1.74239081,
"total_value_mid": 10634.26181081,
"total_value_exit_net": 10626.287421245,
"total_value": 10634.26181081,
"base_cost_quote": 13271.3092924525,
"unrealized_pnl_exit_net": -2646.7642620175
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 694.482,
"quote_asset_bal": 1.74239081,
"total_value_mid": 10314.80009081,
"total_value_exit_net": 10307.065297535,
"total_value": 10314.80009081,
"base_cost_quote": 13271.3092924525,
"unrealized_pnl_exit_net": -2965.9863857275
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 694.482,
"quote_asset_bal": 1.74239081,
"total_value_mid": 10578.70325081,
"total_value_exit_net": 10570.770530165,
"total_value": 10578.70325081,
"base_cost_quote": 13271.3092924525,
"unrealized_pnl_exit_net": -2702.2811530975
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 683.663,
"quote_asset_bal": 191.2550685825,
"total_value_mid": 10911.0909085825,
"total_value_exit_net": 10903.0510317025,
"total_value": 10911.0909085825,
"base_cost_quote": 13103.537187675,
"unrealized_pnl_exit_net": -2391.741224555
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 687.526,
"quote_asset_bal": 145.94736853,
"total_value_mid": 10912.60452853,
"total_value_exit_net": 10904.52953566,
"total_value": 10912.60452853,
"base_cost_quote": 13163.6071563875,
"unrealized_pnl_exit_net": -2405.0249892575
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 697.071,
"quote_asset_bal": 2.5673675375,
"total_value_mid": 10563.1930175375,
"total_value_exit_net": 10555.2725483,
"total_value": 10563.1930175375,
"base_cost_quote": 13313.8865014275,
"unrealized_pnl_exit_net": -2761.181320665
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 697.563,
"quote_asset_bal": 2.8734576875,
"total_value_mid": 10103.5856976875,
"total_value_exit_net": 10096.0101635075,
"total_value": 10103.5856976875,
"base_cost_quote": 13316.379739955,
"unrealized_pnl_exit_net": -3223.243034135
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 697.563,
"quote_asset_bal": 2.8734576875,
"total_value_mid": 10138.4638476875,
"total_value_exit_net": 10130.862154895,
"total_value": 10138.4638476875,
"base_cost_quote": 13316.379739955,
"unrealized_pnl_exit_net": -3188.3910427475
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 697.562,
"quote_asset_bal": 2.9222600025,
"total_value_mid": 10696.5477200025,
"total_value_exit_net": 10688.5275009075,
"total_value": 10696.5477200025,
"base_cost_quote": 13316.39072819,
"unrealized_pnl_exit_net": -2630.785487285
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 667.039,
"quote_asset_bal": 491.6450667675,
"total_value_mid": 11130.9171167675,
"total_value_exit_net": 11122.93766273,
"total_value": 11130.9171167675,
"base_cost_quote": 12843.007256665,
"unrealized_pnl_exit_net": -2211.7146607025
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 698.379,
"quote_asset_bal": 1.7996426525,
"total_value_mid": 10603.1928626525,
"total_value_exit_net": 10595.2418177375,
"total_value": 10603.1928626525,
"base_cost_quote": 13333.929772615,
"unrealized_pnl_exit_net": -2740.48759753
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 698.379,
"quote_asset_bal": 1.7996426525,
"total_value_mid": 10435.5819026525,
"total_value_exit_net": 10427.7565659575,
"total_value": 10435.5819026525,
"base_cost_quote": 13333.929772615,
"unrealized_pnl_exit_net": -2907.97284931
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 698.379,
"quote_asset_bal": 1.7996426525,
"total_value_mid": 10128.2951426525,
"total_value_exit_net": 10120.7002710275,
"total_value": 10128.2951426525,
"base_cost_quote": 13333.929772615,
"unrealized_pnl_exit_net": -3215.02914424
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 698.379,
"quote_asset_bal": 1.7996426525,
"total_value_mid": 10330.8250526525,
"total_value_exit_net": 10323.078283595,
"total_value": 10330.8250526525,
"base_cost_quote": 13333.929772615,
"unrealized_pnl_exit_net": -3012.6511316725
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 698.379,
"quote_asset_bal": 1.7996426525,
"total_value_mid": 10652.0793926525,
"total_value_exit_net": 10644.09168284,
"total_value": 10652.0793926525,
"base_cost_quote": 13333.929772615,
"unrealized_pnl_exit_net": -2691.6377324275
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 698.382,
"quote_asset_bal": 1.9495029275,
"total_value_mid": 10659.2588229275,
"total_value_exit_net": 10651.2658409375,
"total_value": 10659.2588229275,
"base_cost_quote": 13333.95341033,
"unrealized_pnl_exit_net": -2684.63707232
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 697.411,
"quote_asset_bal": 17.04821754,
"total_value_mid": 10826.91871754,
"total_value_exit_net": 10818.811314665,
"total_value": 10826.91871754,
"base_cost_quote": 13318.9273192075,
"unrealized_pnl_exit_net": -2517.1642220825
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 686.466,
"quote_asset_bal": 192.6986721125,
"total_value_mid": 10990.8088521125,
"total_value_exit_net": 10982.7102694775,
"total_value": 10990.8088521125,
"base_cost_quote": 13148.610807555,
"unrealized_pnl_exit_net": -2358.59921019
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 698.72,
"quote_asset_bal": 4.9461143875,
"total_value_mid": 10457.7973143875,
"total_value_exit_net": 10449.9576759875,
"total_value": 10457.7973143875,
"base_cost_quote": 13338.970710485,
"unrealized_pnl_exit_net": -2893.959148885
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 698.72,
"quote_asset_bal": 4.9461143875,
"total_value_mid": 10325.0405143875,
"total_value_exit_net": 10317.3004435875,
"total_value": 10325.0405143875,
"base_cost_quote": 13338.970710485,
"unrealized_pnl_exit_net": -3026.616381285
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 698.72,
"quote_asset_bal": 4.9461143875,
"total_value_mid": 10541.6437143875,
"total_value_exit_net": 10533.7411911875,
"total_value": 10541.6437143875,
"base_cost_quote": 13338.970710485,
"unrealized_pnl_exit_net": -2810.175633685
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 699.108,
"quote_asset_bal": 0.2662071925,
"total_value_mid": 10633.6988871925,
"total_value_exit_net": 10625.7238126825,
"total_value": 10633.6988871925,
"base_cost_quote": 13343.9792841,
"unrealized_pnl_exit_net": -2718.52167861
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 699.097,
"quote_asset_bal": 0.4833688425,
"total_value_mid": 10591.8029188425,
"total_value_exit_net": 10583.85942918,
"total_value": 10591.8029188425,
"base_cost_quote": 13343.97131813,
"unrealized_pnl_exit_net": -2760.5952577925
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 699.058,
"quote_asset_bal": 2.633191825,
"total_value_mid": 10516.465511825,
"total_value_exit_net": 10508.580137585,
"total_value": 10516.465511825,
"base_cost_quote": 13343.9880806925,
"unrealized_pnl_exit_net": -2838.0411349325
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 9950.304349895,
"total_value_exit_net": 9942.8436427175,
"total_value": 9950.304349895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3403.854609405
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10146.040869895,
"total_value_exit_net": 10138.4333603275,
"total_value": 10146.040869895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3208.264891795
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 9964.285529895,
"total_value_exit_net": 9956.8143368325,
"total_value": 9964.285529895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3389.88391529
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 9775.539599895,
"total_value_exit_net": 9768.20996628,
"total_value": 9775.539599895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3578.4882858425
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 9621.746619895,
"total_value_exit_net": 9614.532331015,
"total_value": 9621.746619895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3732.1659211075
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 9467.953639895,
"total_value_exit_net": 9460.85469575,
"total_value": 9467.953639895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3885.8435563725
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10341.777389895,
"total_value_exit_net": 10334.0230779375,
"total_value": 10341.777389895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3012.675174185
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10257.890309895,
"total_value_exit_net": 10250.1989132475,
"total_value": 10257.890309895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3096.499338875
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10187.984409895,
"total_value_exit_net": 10180.3454426725,
"total_value": 10187.984409895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3166.35280945
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 9978.266709895,
"total_value_exit_net": 9970.7850309475,
"total_value": 9978.266709895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3375.913221175
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10222.937359895,
"total_value_exit_net": 10215.27217796,
"total_value": 10222.937359895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3131.4260741625
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10201.965589895,
"total_value_exit_net": 10194.3161367875,
"total_value": 10201.965589895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3152.382115335
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10327.796209895,
"total_value_exit_net": 10320.0523838225,
"total_value": 10327.796209895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3026.6458683
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10453.626829895,
"total_value_exit_net": 10445.7886308575,
"total_value": 10453.626829895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -2900.909621265
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 699.059,
"quote_asset_bal": 2.694779895,
"total_value_mid": 10313.815029895,
"total_value_exit_net": 10306.0816897075,
"total_value": 10313.815029895,
"base_cost_quote": 13344.0034722275,
"unrealized_pnl_exit_net": -3040.616562415
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 697.981,
"quote_asset_bal": 22.9247426575,
"total_value_mid": 10792.7715726575,
"total_value_exit_net": 10784.694187535,
"total_value": 10792.7715726575,
"base_cost_quote": 13326.533869845,
"unrealized_pnl_exit_net": -2564.7644249675
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 694.619,
"quote_asset_bal": 81.3555926625,
"total_value_mid": 10945.1967526625,
"total_value_exit_net": 10937.0488717925,
"total_value": 10945.1967526625,
"base_cost_quote": 13276.368273845,
"unrealized_pnl_exit_net": -2420.674994715
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 696.085,
"quote_asset_bal": 73.860637385,
"total_value_mid": 10891.021537385,
"total_value_exit_net": 10882.90866671,
"total_value": 10891.021537385,
"base_cost_quote": 13296.4636040475,
"unrealized_pnl_exit_net": -2487.4155747225
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 689.432,
"quote_asset_bal": 187.60270683,
"total_value_mid": 10942.74190683,
"total_value_exit_net": 10934.67555243,
"total_value": 10942.74190683,
"base_cost_quote": 13193.7927786375,
"unrealized_pnl_exit_net": -2446.7199330375
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 682.952,
"quote_asset_bal": 294.0896086925,
"total_value_mid": 11071.0721686925,
"total_value_exit_net": 11062.9894317725,
"total_value": 11071.0721686925,
"base_cost_quote": 13093.5353619275,
"unrealized_pnl_exit_net": -2324.6355388475
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 680.425,
"quote_asset_bal": 340.9642270125,
"total_value_mid": 11037.2452270125,
"total_value_exit_net": 11029.2230162625,
"total_value": 11037.2452270125,
"base_cost_quote": 13053.451491555,
"unrealized_pnl_exit_net": -2365.192702305
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 670.572,
"quote_asset_bal": 500.88067715,
"total_value_mid": 11223.32695715,
"total_value_exit_net": 11215.28512244,
"total_value": 11223.32695715,
"base_cost_quote": 12898.1137455575,
"unrealized_pnl_exit_net": -2183.7093002675
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 624.5,
"quote_asset_bal": 1257.040673005,
"total_value_mid": 11461.370673005,
"total_value_exit_net": 11453.717425505,
"total_value": 11461.370673005,
"base_cost_quote": 12169.141676245,
"unrealized_pnl_exit_net": -1972.464923745
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 574.414,
"quote_asset_bal": 2096.4761835275,
"total_value_mid": 11729.3989635275,
"total_value_exit_net": 11722.1742714425,
"total_value": 11729.3989635275,
"base_cost_quote": 11360.1155513875,
"unrealized_pnl_exit_net": -1734.4174634725
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 575.234,
"quote_asset_bal": 2097.6333594925,
"total_value_mid": 11663.7747794925,
"total_value_exit_net": 11656.6001734275,
"total_value": 11663.7747794925,
"base_cost_quote": 11380.2236011225,
"unrealized_pnl_exit_net": -1821.2567871875
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 561.794,
"quote_asset_bal": 2333.02927303,
"total_value_mid": 11754.31465303,
"total_value_exit_net": 11747.248688995,
"total_value": 11754.31465303,
"base_cost_quote": 11159.74029257,
"unrealized_pnl_exit_net": -1745.520876605
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 548.998,
"quote_asset_bal": 2559.2033235025,
"total_value_mid": 11947.0691235025,
"total_value_exit_net": 11940.0282241525,
"total_value": 11947.0691235025,
"base_cost_quote": 10944.3408340475,
"unrealized_pnl_exit_net": -1563.5159333975
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 550.345,
"quote_asset_bal": 2568.5946656625,
"total_value_mid": 11814.3906656625,
"total_value_exit_net": 11807.4563186625,
"total_value": 11814.3906656625,
"base_cost_quote": 10969.5024311025,
"unrealized_pnl_exit_net": -1730.6407781025
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 604.628,
"quote_asset_bal": 1695.0694606525,
"total_value_mid": 11647.2463406525,
"total_value_exit_net": 11639.7822079925,
"total_value": 11647.2463406525,
"base_cost_quote": 11853.6390165875,
"unrealized_pnl_exit_net": -1908.9262692475
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 618.731,
"quote_asset_bal": 1472.199409975,
"total_value_mid": 11508.016229975,
"total_value_exit_net": 11500.48936736,
"total_value": 11508.016229975,
"base_cost_quote": 12084.1192271975,
"unrealized_pnl_exit_net": -2055.8292698125
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 598.092,
"quote_asset_bal": 1822.0976982325,
"total_value_mid": 11708.5584582325,
"total_value_exit_net": 11701.1436126625,
"total_value": 11708.5584582325,
"base_cost_quote": 11748.441547615,
"unrealized_pnl_exit_net": -1869.395633185
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 559.289,
"quote_asset_bal": 2489.2077802875,
"total_value_mid": 11896.4487602875,
"total_value_exit_net": 11889.3933295525,
"total_value": 11896.4487602875,
"base_cost_quote": 11112.25066204,
"unrealized_pnl_exit_net": -1712.065112775
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 537.746,
"quote_asset_bal": 2868.5334933975,
"total_value_mid": 12074.7450133975,
"total_value_exit_net": 12067.8403547575,
"total_value": 12074.7450133975,
"base_cost_quote": 10753.9788295425,
"unrealized_pnl_exit_net": -1554.6719681825
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 490.182,
"quote_asset_bal": 3706.4974799225,
"total_value_mid": 12343.5043199225,
"total_value_exit_net": 12337.0265647925,
"total_value": 12343.5043199225,
"base_cost_quote": 9949.7601976025,
"unrealized_pnl_exit_net": -1319.2311127325
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 486.387,
"quote_asset_bal": 3781.6635350825,
"total_value_mid": 12351.8024750825,
"total_value_exit_net": 12345.3748708775,
"total_value": 12351.8024750825,
"base_cost_quote": 9884.6760410675,
"unrealized_pnl_exit_net": -1320.9647052725
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 506.605,
"quote_asset_bal": 3443.7543914574,
"total_value_mid": 12329.6060914575,
"total_value_exit_net": 12322.9417026825,
"total_value": 12329.6060914575,
"base_cost_quote": 10232.8568209475,
"unrealized_pnl_exit_net": -1353.6695097225
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 577.663,
"quote_asset_bal": 2264.9814490974,
"total_value_mid": 11859.9638790975,
"total_value_exit_net": 11852.767642275,
"total_value": 11859.9638790975,
"base_cost_quote": 11425.2703408575,
"unrealized_pnl_exit_net": -1837.48414768
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 615.665,
"quote_asset_bal": 1681.4238373074,
"total_value_mid": 11747.5465873075,
"total_value_exit_net": 11739.996995245,
"total_value": 11747.5465873075,
"base_cost_quote": 12039.0706060525,
"unrealized_pnl_exit_net": -1980.497448115
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 541.04,
"quote_asset_bal": 2960.3237328399,
"total_value_mid": 12249.98053284,
"total_value_exit_net": 12243.01329024,
"total_value": 12249.98053284,
"base_cost_quote": 10811.6650617925,
"unrealized_pnl_exit_net": -1528.9755043925
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 548.037,
"quote_asset_bal": 2844.1674740499,
"total_value_mid": 12210.11980405,
"total_value_exit_net": 12203.0953398025,
"total_value": 12210.11980405,
"base_cost_quote": 10931.96623005,
"unrealized_pnl_exit_net": -1573.0383642975
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 505.743,
"quote_asset_bal": 3585.3378739224,
"total_value_mid": 12486.4146739225,
"total_value_exit_net": 12479.7388663225,
"total_value": 12486.4146739225,
"base_cost_quote": 10210.2986149725,
"unrealized_pnl_exit_net": -1315.8976225725
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 594.042,
"quote_asset_bal": 2102.0383326674,
"total_value_mid": 11909.6717526675,
"total_value_exit_net": 11902.3160276025,
"total_value": 11909.6717526675,
"base_cost_quote": 11700.88896991,
"unrealized_pnl_exit_net": -1900.611274975
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 643.059,
"quote_asset_bal": 1326.1754233899,
"total_value_mid": 11666.56414339,
"total_value_exit_net": 11658.80885185,
"total_value": 11666.56414339,
"base_cost_quote": 12492.3822750075,
"unrealized_pnl_exit_net": -2159.7488465475
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 632.368,
"quote_asset_bal": 1549.181151395,
"total_value_mid": 11957.958431395,
"total_value_exit_net": 11950.151848435,
"total_value": 11957.958431395,
"base_cost_quote": 12311.9506126775,
"unrealized_pnl_exit_net": -1910.9799156375
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 613.679,
"quote_asset_bal": 1890.5452387225,
"total_value_mid": 11832.1450387225,
"total_value_exit_net": 11824.6888388725,
"total_value": 11832.1450387225,
"base_cost_quote": 12013.9456764775,
"unrealized_pnl_exit_net": -2079.8020763275
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 669.424,
"quote_asset_bal": 1030.74475644,
"total_value_mid": 11674.58635644,
"total_value_exit_net": 11666.60347524,
"total_value": 11674.58635644,
"base_cost_quote": 12895.5537670125,
"unrealized_pnl_exit_net": -2259.6950482125
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 658.508,
"quote_asset_bal": 1216.6279894,
"total_value_mid": 11640.8096294,
"total_value_exit_net": 11632.99149317,
"total_value": 11640.8096294,
"base_cost_quote": 12722.73558051,
"unrealized_pnl_exit_net": -2306.37207674
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 624.158,
"quote_asset_bal": 1781.3406875275,
"total_value_mid": 12017.5318875275,
"total_value_exit_net": 12009.8547441275,
"total_value": 12017.5318875275,
"base_cost_quote": 12176.662552675,
"unrealized_pnl_exit_net": -1948.148496075
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 574.568,
"quote_asset_bal": 2614.73661195,
"total_value_mid": 12336.42717195,
"total_value_exit_net": 12329.13590403,
"total_value": 12336.42717195,
"base_cost_quote": 11367.61280011,
"unrealized_pnl_exit_net": -1653.21350803
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 584.94,
"quote_asset_bal": 2453.80778996,
"total_value_mid": 12175.51058996,
"total_value_exit_net": 12168.21931286,
"total_value": 12175.51058996,
"base_cost_quote": 11545.649807795,
"unrealized_pnl_exit_net": -1831.238284895
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 569.001,
"quote_asset_bal": 2727.9839298375,
"total_value_mid": 12338.4108198375,
"total_value_exit_net": 12331.20299967,
"total_value": 12338.4108198375,
"base_cost_quote": 11280.0204851075,
"unrealized_pnl_exit_net": -1676.801415275
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 541.157,
"quote_asset_bal": 3209.581495495,
"total_value_mid": 12566.186025495,
"total_value_exit_net": 12559.1685720975,
"total_value": 12566.186025495,
"base_cost_quote": 10811.541599265,
"unrealized_pnl_exit_net": -1461.9545226625
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 509.579,
"quote_asset_bal": 3767.54420004,
"total_value_mid": 12654.60196004,
"total_value_exit_net": 12647.93666672,
"total_value": 12654.60196004,
"base_cost_quote": 10280.436128685,
"unrealized_pnl_exit_net": -1400.043662005
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 484.183,
"quote_asset_bal": 4220.561381165,
"total_value_mid": 12805.125971165,
"total_value_exit_net": 12798.6875477225,
"total_value": 12805.125971165,
"base_cost_quote": 9842.106587905,
"unrealized_pnl_exit_net": -1263.9804213475
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 497.313,
"quote_asset_bal": 3996.0363953074,
"total_value_mid": 12699.0138953075,
"total_value_exit_net": 12692.4866621825,
"total_value": 12699.0138953075,
"base_cost_quote": 10072.61243773,
"unrealized_pnl_exit_net": -1376.162170855
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 540.106,
"quote_asset_bal": 3269.4741256299,
"total_value_mid": 12391.86446563,
"total_value_exit_net": 12385.022672875,
"total_value": 12391.86446563,
"base_cost_quote": 10806.74382363,
"unrealized_pnl_exit_net": -1691.195276385
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 467.887,
"quote_asset_bal": 4546.8968612124,
"total_value_mid": 12954.8262512124,
"total_value_exit_net": 12948.5203041699,
"total_value": 12954.8262512124,
"base_cost_quote": 9556.4879945,
"unrealized_pnl_exit_net": -1154.8645515425
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 452.016,
"quote_asset_bal": 4837.4217029249,
"total_value_mid": 12996.3105029249,
"total_value_exit_net": 12990.1913363249,
"total_value": 12996.3105029249,
"base_cost_quote": 9280.892152525,
"unrealized_pnl_exit_net": -1128.122519125
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 525.376,
"quote_asset_bal": 3577.7121163924,
"total_value_mid": 12566.8954763924,
"total_value_exit_net": 12560.1535888724,
"total_value": 12566.8954763924,
"base_cost_quote": 10550.891238,
"unrealized_pnl_exit_net": -1568.44976552
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 523.465,
"quote_asset_bal": 3617.6884721999,
"total_value_mid": 12610.8171721999,
"total_value_exit_net": 12604.0723256749,
"total_value": 12610.8171721999,
"base_cost_quote": 10523.4439179375,
"unrealized_pnl_exit_net": -1537.0600644625
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 505.247,
"quote_asset_bal": 3937.2887493474,
"total_value_mid": 12794.2686593474,
"total_value_exit_net": 12787.6259244149,
"total_value": 12794.2686593474,
"base_cost_quote": 10210.1588101975,
"unrealized_pnl_exit_net": -1359.82163513
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 489.846,
"quote_asset_bal": 4213.7803255899,
"total_value_mid": 12776.2884055899,
"total_value_exit_net": 12769.8665245299,
"total_value": 12776.2884055899,
"base_cost_quote": 9947.231292345,
"unrealized_pnl_exit_net": -1391.145093405
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 537.465,
"quote_asset_bal": 3411.4053280249,
"total_value_mid": 12585.9328780249,
"total_value_exit_net": 12579.0519823624,
"total_value": 12585.9328780249,
"base_cost_quote": 10761.493010955,
"unrealized_pnl_exit_net": -1593.8463566175
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 560.404,
"quote_asset_bal": 3035.1314644674,
"total_value_mid": 12393.8782644674,
"total_value_exit_net": 12386.8592043674,
"total_value": 12393.8782644674,
"base_cost_quote": 11147.33775764,
"unrealized_pnl_exit_net": -1795.61001774
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 549.876,
"quote_asset_bal": 3221.4142567424,
"total_value_mid": 12459.3310567424,
"total_value_exit_net": 12452.4026191424,
"total_value": 12459.3310567424,
"base_cost_quote": 10971.9550091575,
"unrealized_pnl_exit_net": -1740.9666467575
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 577.924,
"quote_asset_bal": 2760.2038469624,
"total_value_mid": 12324.8460469624,
"total_value_exit_net": 12317.6725653124,
"total_value": 12324.8460469624,
"base_cost_quote": 11440.4123088225,
"unrealized_pnl_exit_net": -1882.9435904725
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 521.907,
"quote_asset_bal": 3734.4983339023,
"total_value_mid": 12810.4610639024,
"total_value_exit_net": 12803.6540918549,
"total_value": 12810.4610639024,
"base_cost_quote": 10493.4143726575,
"unrealized_pnl_exit_net": -1424.258614705
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 543.479,
"quote_asset_bal": 3367.1731790298,
"total_value_mid": 12660.6640790299,
"total_value_exit_net": 12653.6939608549,
"total_value": 12660.6640790299,
"base_cost_quote": 10864.3033309075,
"unrealized_pnl_exit_net": -1577.7825490825
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 550.111,
"quote_asset_bal": 3263.8585502148,
"total_value_mid": 12522.2266802149,
"total_value_exit_net": 12515.2829041174,
"total_value": 12522.2266802149,
"base_cost_quote": 10974.5661860725,
"unrealized_pnl_exit_net": -1723.14183217
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 644.302,
"quote_asset_bal": 1744.8111012148,
"total_value_mid": 12066.5291412149,
"total_value_exit_net": 12058.7878526849,
"total_value": 12066.5291412149,
"base_cost_quote": 12502.46426083,
"unrealized_pnl_exit_net": -2188.48750936
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 596.713,
"quote_asset_bal": 2529.0110345573,
"total_value_mid": 12500.0852645574,
"total_value_exit_net": 12492.6069588849,
"total_value": 12500.0852645574,
"base_cost_quote": 11738.425361105,
"unrealized_pnl_exit_net": -1774.8294367775
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 602.884,
"quote_asset_bal": 2431.4141747748,
"total_value_mid": 12415.1732147749,
"total_value_exit_net": 12407.6853954949,
"total_value": 12415.1732147749,
"base_cost_quote": 11841.1846828375,
"unrealized_pnl_exit_net": -1864.9134621175
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 584.767,
"quote_asset_bal": 2742.6492877573,
"total_value_mid": 12590.1255677574,
"total_value_exit_net": 12582.7399605474,
"total_value": 12590.1255677574,
"base_cost_quote": 11543.141327845,
"unrealized_pnl_exit_net": -1703.050655055
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 656.678,
"quote_asset_bal": 1584.3232699648,
"total_value_mid": 12051.7705899649,
"total_value_exit_net": 12043.9200044749,
"total_value": 12051.7705899649,
"base_cost_quote": 12710.4738410975,
"unrealized_pnl_exit_net": -2250.8771065875
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 635.932,
"quote_asset_bal": 1926.7677240248,
"total_value_mid": 12260.6627240249,
"total_value_exit_net": 12252.9123027749,
"total_value": 12260.6627240249,
"base_cost_quote": 12377.1667281075,
"unrealized_pnl_exit_net": -2051.0221493575
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 646.312,
"quote_asset_bal": 1774.9176950523,
"total_value_mid": 12018.9628950524,
"total_value_exit_net": 12011.2798611524,
"total_value": 12018.9628950524,
"base_cost_quote": 12542.679339535,
"unrealized_pnl_exit_net": -2306.317173435
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 669.043,
"quote_asset_bal": 1427.3300704423,
"total_value_mid": 12098.5659204424,
"total_value_exit_net": 12090.5624935549,
"total_value": 12098.5659204424,
"base_cost_quote": 12900.89698142,
"unrealized_pnl_exit_net": -2237.6645583075
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 628.635,
"quote_asset_bal": 2090.0202295448,
"total_value_mid": 12361.9161295449,
"total_value_exit_net": 12354.2122076199,
"total_value": 12361.9161295449,
"base_cost_quote": 12256.99725855,
"unrealized_pnl_exit_net": -1992.805280475
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 611.362,
"quote_asset_bal": 2378.4799042474,
"total_value_mid": 12496.5210042474,
"total_value_exit_net": 12488.9324734224,
"total_value": 12496.5210042474,
"base_cost_quote": 11976.4356450375,
"unrealized_pnl_exit_net": -1865.9830758625
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 637.176,
"quote_asset_bal": 1960.0750771549,
"total_value_mid": 12212.2369171549,
"total_value_exit_net": 12204.5477957749,
"total_value": 12212.2369171549,
"base_cost_quote": 12397.36393466,
"unrealized_pnl_exit_net": -2152.89121604
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 614.533,
"quote_asset_bal": 2335.6433050849,
"total_value_mid": 12493.8737950849,
"total_value_exit_net": 12486.2551222174,
"total_value": 12493.8737950849,
"base_cost_quote": 12029.0911270525,
"unrealized_pnl_exit_net": -1878.47930992
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 622.477,
"quote_asset_bal": 2207.3400017774,
"total_value_mid": 12391.0637217774,
"total_value_exit_net": 12383.4259289874,
"total_value": 12391.0637217774,
"base_cost_quote": 12159.36845182,
"unrealized_pnl_exit_net": -1983.28252461
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 615.745,
"quote_asset_bal": 2320.2543781699,
"total_value_mid": 12504.6766781699,
"total_value_exit_net": 12497.0383614449,
"total_value": 12504.6766781699,
"base_cost_quote": 12049.1173354525,
"unrealized_pnl_exit_net": -1872.3333521775
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 571.044,
"quote_asset_bal": 3075.6588965024,
"total_value_mid": 12766.2755765024,
"total_value_exit_net": 12759.0076139924,
"total_value": 12766.2755765024,
"base_cost_quote": 11312.660756965,
"unrealized_pnl_exit_net": -1629.312039475
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 559.29,
"quote_asset_bal": 3285.2654896549,
"total_value_mid": 12782.0096896549,
"total_value_exit_net": 12774.8871315049,
"total_value": 12782.0096896549,
"base_cost_quote": 11124.9040950025,
"unrealized_pnl_exit_net": -1635.2824531525
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 556.592,
"quote_asset_bal": 3335.8340816374,
"total_value_mid": 12786.7662416374,
"total_value_exit_net": 12779.6780425174,
"total_value": 12786.7662416374,
"base_cost_quote": 11079.697805695,
"unrealized_pnl_exit_net": -1635.853844815
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 552.761,
"quote_asset_bal": 3404.1013852349,
"total_value_mid": 12823.1488252349,
"total_value_exit_net": 12816.0845396549,
"total_value": 12823.1488252349,
"base_cost_quote": 11014.568675455,
"unrealized_pnl_exit_net": -1602.585521035
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 548.632,
"quote_asset_bal": 3477.3753527599,
"total_value_mid": 12886.4141527599,
"total_value_exit_net": 12879.3573736599,
"total_value": 12886.4141527599,
"base_cost_quote": 10944.46683848,
"unrealized_pnl_exit_net": -1542.48481758
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 554.505,
"quote_asset_bal": 3379.5237167474,
"total_value_mid": 12844.9240667474,
"total_value_exit_net": 12837.8250164849,
"total_value": 12844.9240667474,
"base_cost_quote": 11044.658265735,
"unrealized_pnl_exit_net": -1586.3569659975
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 577.338,
"quote_asset_bal": 2999.2120544999,
"total_value_mid": 12640.7566544999,
"total_value_exit_net": 12633.5254960499,
"total_value": 12640.7566544999,
"base_cost_quote": 11427.9600366175,
"unrealized_pnl_exit_net": -1793.6465950675
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 601.797,
"quote_asset_bal": 2604.6879251774,
"total_value_mid": 12576.4642151774,
"total_value_exit_net": 12568.9853829599,
"total_value": 12576.4642151774,
"base_cost_quote": 11828.6736566,
"unrealized_pnl_exit_net": -1864.3761988175
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 586.823,
"quote_asset_bal": 2860.9354712399,
"total_value_mid": 12748.9030212399,
"total_value_exit_net": 12741.4870455774,
"total_value": 12748.9030212399,
"base_cost_quote": 11580.617533935,
"unrealized_pnl_exit_net": -1700.0659595975
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 552.16,
"quote_asset_bal": 3454.4308757449,
"total_value_mid": 12923.9748757449,
"total_value_exit_net": 12916.8727177449,
"total_value": 12923.9748757449,
"base_cost_quote": 11002.03202001,
"unrealized_pnl_exit_net": -1539.59017801
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 544.893,
"quote_asset_bal": 3580.7417582299,
"total_value_mid": 12969.2481482299,
"total_value_exit_net": 12962.2067684374,
"total_value": 12969.2481482299,
"base_cost_quote": 10879.26193145,
"unrealized_pnl_exit_net": -1497.7969212425
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 560.484,
"quote_asset_bal": 3316.7463757474,
"total_value_mid": 12839.3695357474,
"total_value_exit_net": 12832.2275683774,
"total_value": 12839.3695357474,
"base_cost_quote": 11144.93495689,
"unrealized_pnl_exit_net": -1629.45376426
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 550.099,
"quote_asset_bal": 3496.8632773224,
"total_value_mid": 12870.5502373224,
"total_value_exit_net": 12863.5199721024,
"total_value": 12870.5502373224,
"base_cost_quote": 10969.441695585,
"unrealized_pnl_exit_net": -1602.785000805
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 556.901,
"quote_asset_bal": 3383.5640965124,
"total_value_mid": 12817.4670365124,
"total_value_exit_net": 12810.3916093074,
"total_value": 12817.4670365124,
"base_cost_quote": 11084.7049482375,
"unrealized_pnl_exit_net": -1657.8774354425
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 612.404,
"quote_asset_bal": 2485.0219588374,
"total_value_mid": 12534.5715988374,
"total_value_exit_net": 12527.0344366074,
"total_value": 12534.5715988374,
"base_cost_quote": 11993.92598296,
"unrealized_pnl_exit_net": -1951.91350519
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 606.927,
"quote_asset_bal": 2585.7145296874,
"total_value_mid": 12569.6636796874,
"total_value_exit_net": 12562.1757178249,
"total_value": 12569.6636796874,
"base_cost_quote": 11906.2374758675,
"unrealized_pnl_exit_net": -1929.77628773
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 595.933,
"quote_asset_bal": 2771.5643460099,
"total_value_mid": 12687.8894660099,
"total_value_exit_net": 12680.4522221699,
"total_value": 12687.8894660099,
"base_cost_quote": 11725.8709023175,
"unrealized_pnl_exit_net": -1816.9830261575
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 653.913,
"quote_asset_bal": 1835.4350777599,
"total_value_mid": 12213.0343877599,
"total_value_exit_net": 12205.2511882774,
"total_value": 12213.0343877599,
"base_cost_quote": 12665.3047696825,
"unrealized_pnl_exit_net": -2295.488659165
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 637.143,
"quote_asset_bal": 2112.3382237973,
"total_value_mid": 12465.9119737974,
"total_value_exit_net": 12458.1467934849,
"total_value": 12465.9119737974,
"base_cost_quote": 12394.7810089175,
"unrealized_pnl_exit_net": -2048.97243923
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 633.425,
"quote_asset_bal": 2175.7918664774,
"total_value_mid": 12506.9536164774,
"total_value_exit_net": 12499.2052451649,
"total_value": 12506.9536164774,
"base_cost_quote": 12334.65357714,
"unrealized_pnl_exit_net": -2011.2401984525
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 618.756,
"quote_asset_bal": 2419.9923777724,
"total_value_mid": 12635.6539377724,
"total_value_exit_net": 12627.9921916024,
"total_value": 12635.6539377724,
"base_cost_quote": 12096.6618471125,
"unrealized_pnl_exit_net": -1888.6620332825
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 614.887,
"quote_asset_bal": 2490.5561035699,
"total_value_mid": 12623.8938635699,
"total_value_exit_net": 12616.2938602499,
"total_value": 12623.8938635699,
"base_cost_quote": 12034.0283872225,
"unrealized_pnl_exit_net": -1908.2906305425
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 613.064,
"quote_asset_bal": 2528.0820642474,
"total_value_mid": 12686.5525442474,
"total_value_exit_net": 12678.9336913874,
"total_value": 12686.5525442474,
"base_cost_quote": 12003.9721819625,
"unrealized_pnl_exit_net": -1853.1205548225
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 486.848,
"quote_asset_bal": 4711.5376765124,
"total_value_mid": 13299.5363965124,
"total_value_exit_net": 13293.0953974724,
"total_value": 13299.5363965124,
"base_cost_quote": 9887.152947355,
"unrealized_pnl_exit_net": -1305.595226395
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 321.065,
"quote_asset_bal": 7834.9761036099,
"total_value_mid": 14060.4264536099,
"total_value_exit_net": 14055.7573658474,
"total_value": 14060.4264536099,
"base_cost_quote": 6880.889699675,
"unrealized_pnl_exit_net": -660.1084374375
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 224.546,
"quote_asset_bal": 10316.7242628598,
"total_value_mid": 14452.8615828598,
"total_value_exit_net": 14449.7594798698,
"total_value": 14452.8615828598,
"base_cost_quote": 4700.9189569325,
"unrealized_pnl_exit_net": -567.8837399225
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 306.88,
"quote_asset_bal": 8852.7094080597,
"total_value_mid": 14266.0726080597,
"total_value_exit_net": 14262.0125856597,
"total_value": 14266.0726080597,
"base_cost_quote": 6176.54481691,
"unrealized_pnl_exit_net": -767.24163931
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 188.591,
"quote_asset_bal": 11101.0252330447,
"total_value_mid": 14697.4556030447,
"total_value_exit_net": 14694.7582802672,
"total_value": 14697.4556030447,
"base_cost_quote": 4026.817870015,
"unrealized_pnl_exit_net": -433.0848227925
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 228.196,
"quote_asset_bal": 10366.3969989272,
"total_value_mid": 14594.8688789272,
"total_value_exit_net": 14591.6975250172,
"total_value": 14594.8688789272,
"base_cost_quote": 4768.35830854,
"unrealized_pnl_exit_net": -543.05778245
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 278.672,
"quote_asset_bal": 9457.3927451971,
"total_value_mid": 14467.9153051971,
"total_value_exit_net": 14464.1574132771,
"total_value": 14467.9153051971,
"base_cost_quote": 5685.24465794,
"unrealized_pnl_exit_net": -678.47998986
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 275.608,
"quote_asset_bal": 9523.5896599846,
"total_value_mid": 14542.4113399846,
"total_value_exit_net": 14538.6472237246,
"total_value": 14542.4113399846,
"base_cost_quote": 5627.63320173,
"unrealized_pnl_exit_net": -612.57563799
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 276.197,
"quote_asset_bal": 9524.7152106871,
"total_value_mid": 14490.7372706871,
"total_value_exit_net": 14487.0127541421,
"total_value": 14490.7372706871,
"base_cost_quote": 5637.6127307675,
"unrealized_pnl_exit_net": -675.3151873125
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 260.921,
"quote_asset_bal": 10122.5906378645,
"total_value_mid": 14078.1529978645,
"total_value_exit_net": 14075.1863260945,
"total_value": 14078.1529978645,
"base_cost_quote": 5309.9435830825,
"unrealized_pnl_exit_net": -1357.3478948525
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 300.774,
"quote_asset_bal": 9517.3576422069,
"total_value_mid": 14477.1209022069,
"total_value_exit_net": 14473.4010797619,
"total_value": 14477.1209022069,
"base_cost_quote": 6021.3513390325,
"unrealized_pnl_exit_net": -1065.3079014775
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 261.133,
"quote_asset_bal": 10396.1119603667,
"total_value_mid": 15185.2911803667,
"total_value_exit_net": 15181.6992959517,
"total_value": 15185.2911803667,
"base_cost_quote": 5384.821689575,
"unrealized_pnl_exit_net": -599.23435399
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 173.925,
"quote_asset_bal": 12163.4565830892,
"total_value_mid": 15530.6445830892,
"total_value_exit_net": 15528.1191920892,
"total_value": 15530.6445830892,
"base_cost_quote": 3756.361539785,
"unrealized_pnl_exit_net": -391.698930785
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 285.151,
"quote_asset_bal": 10126.1368058692,
"total_value_mid": 15330.1425558692,
"total_value_exit_net": 15326.2395515567,
"total_value": 15330.1425558692,
"base_cost_quote": 5813.077680855,
"unrealized_pnl_exit_net": -612.9749351675
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 316.078,
"quote_asset_bal": 9626.0581223442,
"total_value_mid": 15274.3719823442,
"total_value_exit_net": 15270.1357469492,
"total_value": 15274.3719823442,
"base_cost_quote": 6364.1968804825,
"unrealized_pnl_exit_net": -720.1192558775
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 369.017,
"quote_asset_bal": 8730.1527982716,
"total_value_mid": 15069.8648582717,
"total_value_exit_net": 15065.1100742267,
"total_value": 15069.8648582717,
"base_cost_quote": 7283.619680795,
"unrealized_pnl_exit_net": -948.66240484
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 412.921,
"quote_asset_bal": 8045.3363692591,
"total_value_mid": 14965.8923292591,
"total_value_exit_net": 14960.7019122891,
"total_value": 14965.8923292591,
"base_cost_quote": 8015.11947448,
"unrealized_pnl_exit_net": -1099.75393145
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 431.273,
"quote_asset_bal": 7765.9364811991,
"total_value_mid": 14963.8828511991,
"total_value_exit_net": 14958.4843914216,
"total_value": 14963.8828511991,
"base_cost_quote": 8315.6343617325,
"unrealized_pnl_exit_net": -1123.08645151
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 377.526,
"quote_asset_bal": 8758.1144280465,
"total_value_mid": 15051.4728480466,
"total_value_exit_net": 15046.7528292316,
"total_value": 15051.4728480466,
"base_cost_quote": 7411.52920104,
"unrealized_pnl_exit_net": -1122.890799855
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 399.976,
"quote_asset_bal": 8417.266313659,
"total_value_mid": 15200.859273659,
"total_value_exit_net": 15195.771578939,
"total_value": 15200.859273659,
"base_cost_quote": 7782.0595805575,
"unrealized_pnl_exit_net": -1003.5543152775
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 429.723,
"quote_asset_bal": 7965.5129378989,
"total_value_mid": 14944.2144578989,
"total_value_exit_net": 14938.9804317589,
"total_value": 14944.2144578989,
"base_cost_quote": 8273.14552899,
"unrealized_pnl_exit_net": -1299.67803513
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 472.549,
"quote_asset_bal": 7304.0329765839,
"total_value_mid": 14850.6405065839,
"total_value_exit_net": 14844.9805509364,
"total_value": 14850.6405065839,
"base_cost_quote": 8951.9402334825,
"unrealized_pnl_exit_net": -1410.99265913
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 455.137,
"quote_asset_bal": 7591.9419720089,
"total_value_mid": 14992.4695920089,
"total_value_exit_net": 14986.9191962939,
"total_value": 14992.4695920089,
"base_cost_quote": 8673.84478821,
"unrealized_pnl_exit_net": -1278.867563925
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 441.751,
"quote_asset_bal": 7819.2229960114,
"total_value_mid": 15094.8619660114,
"total_value_exit_net": 15089.4052367839,
"total_value": 15094.8619660114,
"base_cost_quote": 8463.40531689,
"unrealized_pnl_exit_net": -1193.2230761175
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 432.736,
"quote_asset_bal": 7981.3092816564,
"total_value_mid": 15151.7448016564,
"total_value_exit_net": 15146.3669750164,
"total_value": 15151.7448016564,
"base_cost_quote": 8320.7122873225,
"unrealized_pnl_exit_net": -1155.6545939625
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 360.306,
"quote_asset_bal": 9241.9635516889,
"total_value_mid": 15446.4328716889,
"total_value_exit_net": 15441.7795196989,
"total_value": 15446.4328716889,
"base_cost_quote": 7113.363724525,
"unrealized_pnl_exit_net": -913.547756515
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 380.802,
"quote_asset_bal": 8920.3325437338,
"total_value_mid": 15321.6141637338,
"total_value_exit_net": 15316.8132025188,
"total_value": 15321.6141637338,
"base_cost_quote": 7453.9036680725,
"unrealized_pnl_exit_net": -1057.4230092875
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 394.396,
"quote_asset_bal": 8699.9729627163,
"total_value_mid": 15313.9938827163,
"total_value_exit_net": 15309.0333670263,
"total_value": 15313.9938827163,
"base_cost_quote": 7686.9536445625,
"unrealized_pnl_exit_net": -1077.8932402525
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 402.127,
"quote_asset_bal": 8578.0371226787,
"total_value_mid": 15221.1751626787,
"total_value_exit_net": 15216.1928091487,
"total_value": 15221.1751626787,
"base_cost_quote": 7814.6582712525,
"unrealized_pnl_exit_net": -1176.5025847825
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 471.831,
"quote_asset_bal": 7461.4780376837,
"total_value_mid": 15010.7740376837,
"total_value_exit_net": 15005.1120656837,
"total_value": 15010.7740376837,
"base_cost_quote": 8939.40901211,
"unrealized_pnl_exit_net": -1395.77498411
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 458.618,
"quote_asset_bal": 7686.3004814987,
"total_value_mid": 15138.8429814987,
"total_value_exit_net": 15133.2535746237,
"total_value": 15138.8429814987,
"base_cost_quote": 8728.9269588775,
"unrealized_pnl_exit_net": -1281.9738657525
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 284.125,
"quote_asset_bal": 10773.5131180337,
"total_value_mid": 15870.7156180337,
"total_value_exit_net": 15866.8927161587,
"total_value": 15870.7156180337,
"base_cost_quote": 5793.19151741,
"unrealized_pnl_exit_net": -699.811919285
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 241.838,
"quote_asset_bal": 11650.0480760911,
"total_value_mid": 16082.9386160911,
"total_value_exit_net": 16079.6139481861,
"total_value": 16082.9386160911,
"base_cost_quote": 5023.8759731675,
"unrealized_pnl_exit_net": -594.3101010725
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 45.487,
"quote_asset_bal": 16031.6062684761,
"total_value_mid": 17281.1341584761,
"total_value_exit_net": 17280.1970125586,
"total_value": 17281.1341584761,
"base_cost_quote": 1143.052647,
"unrealized_pnl_exit_net": 105.5380970825
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 94.624,
"quote_asset_bal": 14046.2926387688,
"total_value_mid": 17401.6596787688,
"total_value_exit_net": 17399.1431534888,
"total_value": 17401.6596787688,
"base_cost_quote": 3696.628893875,
"unrealized_pnl_exit_net": -343.778379155
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 59.873,
"quote_asset_bal": 15917.9086977638,
"total_value_mid": 18544.5372077638,
"total_value_exit_net": 18542.5672363813,
"total_value": 18544.5372077638,
"base_cost_quote": 2419.2874957925,
"unrealized_pnl_exit_net": 205.371042825
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 124.384,
"quote_asset_bal": 13614.2824906637,
"total_value_mid": 18184.1506506638,
"total_value_exit_net": 18180.7232495438,
"total_value": 18184.1506506638,
"base_cost_quote": 4963.60967732,
"unrealized_pnl_exit_net": -397.16891844
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 238.546,
"quote_asset_bal": 10038.5742266537,
"total_value_mid": 17058.9830066537,
"total_value_exit_net": 17053.7177000687,
"total_value": 17058.9830066537,
"base_cost_quote": 8690.5208558875,
"unrealized_pnl_exit_net": -1675.3773824725
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 307.248,
"quote_asset_bal": 8353.5130828887,
"total_value_mid": 16228.2793228887,
"total_value_exit_net": 16222.3732482087,
"total_value": 16228.2793228887,
"base_cost_quote": 10545.220808365,
"unrealized_pnl_exit_net": -2676.360643045
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 123.572,
"quote_asset_bal": 14913.8278089664,
"total_value_mid": 19352.5340489664,
"total_value_exit_net": 19349.2050192864,
"total_value": 19352.5340489664,
"base_cost_quote": 4623.857994525,
"unrealized_pnl_exit_net": -188.480784205
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 184.057,
"quote_asset_bal": 13126.9532661539,
"total_value_mid": 18795.9088661539,
"total_value_exit_net": 18791.6571494539,
"total_value": 18795.9088661539,
"base_cost_quote": 6665.3608041475,
"unrealized_pnl_exit_net": -1000.6569208475
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 199.581,
"quote_asset_bal": 12842.6737301713,
"total_value_mid": 18770.2294301713,
"total_value_exit_net": 18765.7837633963,
"total_value": 18770.2294301713,
"base_cost_quote": 7106.2633132075,
"unrealized_pnl_exit_net": -1183.1532799825
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 129.953,
"quote_asset_bal": 15331.8082873565,
"total_value_mid": 19806.0900773565,
"total_value_exit_net": 19802.734366014,
"total_value": 19806.0900773565,
"base_cost_quote": 4975.1914471375,
"unrealized_pnl_exit_net": -504.26536848
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 201.059,
"quote_asset_bal": 13089.830009559,
"total_value_mid": 19425.199099559,
"total_value_exit_net": 19420.4475727415,
"total_value": 19425.199099559,
"base_cost_quote": 7327.916878795,
"unrealized_pnl_exit_net": -997.2993156125
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 281.321,
"quote_asset_bal": 10843.7994102865,
"total_value_mid": 18712.3477802865,
"total_value_exit_net": 18706.446369009,
"total_value": 18712.3477802865,
"base_cost_quote": 9662.03433493,
"unrealized_pnl_exit_net": -1799.3873762075
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 123.602,
"quote_asset_bal": 16099.5160517865,
"total_value_mid": 20531.8837717866,
"total_value_exit_net": 20528.5594959966,
"total_value": 20531.8837717866,
"base_cost_quote": 4759.5552411875,
"unrealized_pnl_exit_net": -330.5117969775
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 124.289,
"quote_asset_bal": 16245.2864921839,
"total_value_mid": 20768.1632021839,
"total_value_exit_net": 20764.7710446514,
"total_value": 20768.1632021839,
"base_cost_quote": 4834.9575005,
"unrealized_pnl_exit_net": -315.4729480324
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 220.173,
"quote_asset_bal": 13055.0246176964,
"total_value_mid": 20010.2896876964,
"total_value_exit_net": 20005.0732388939,
"total_value": 20010.2896876964,
"base_cost_quote": 8065.6247150225,
"unrealized_pnl_exit_net": -1115.576093825
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 173.755,
"quote_asset_bal": 14740.6945890864,
"total_value_mid": 20570.1748390865,
"total_value_exit_net": 20565.802728899,
"total_value": 20570.1748390865,
"base_cost_quote": 6555.985304,
"unrealized_pnl_exit_net": -730.8771641875
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 220.445,
"quote_asset_bal": 13306.0621372214,
"total_value_mid": 20210.3995372214,
"total_value_exit_net": 20205.2212841714,
"total_value": 20210.3995372214,
"base_cost_quote": 8055.383349755,
"unrealized_pnl_exit_net": -1156.224202805
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 279.872,
"quote_asset_bal": 11570.6794202389,
"total_value_mid": 19622.5968602389,
"total_value_exit_net": 19616.5579221589,
"total_value": 19622.5968602389,
"base_cost_quote": 9838.20188157,
"unrealized_pnl_exit_net": -1792.32337965
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 418.068,
"quote_asset_bal": 8042.4507885089,
"total_value_mid": 18096.9861885089,
"total_value_exit_net": 18089.4452869589,
"total_value": 18096.9861885089,
"base_cost_quote": 13462.6979863975,
"unrealized_pnl_exit_net": -3415.7034879474
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 477.711,
"quote_asset_bal": 6718.7420057789,
"total_value_mid": 17486.347945779,
"total_value_exit_net": 17478.272241324,
"total_value": 17486.347945779,
"base_cost_quote": 14851.3594019225,
"unrealized_pnl_exit_net": -4091.8291663775
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 368.254,
"quote_asset_bal": 9542.9977324439,
"total_value_mid": 18985.0302924439,
"total_value_exit_net": 18977.9487680239,
"total_value": 18985.0302924439,
"base_cost_quote": 12247.24438938,
"unrealized_pnl_exit_net": -2812.2933537999
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 439.161,
"quote_asset_bal": 7866.0962901464,
"total_value_mid": 18318.1280901465,
"total_value_exit_net": 18310.2890662965,
"total_value": 18318.1280901465,
"base_cost_quote": 13979.0875683325,
"unrealized_pnl_exit_net": -3534.8947921824
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 491.611,
"quote_asset_bal": 6675.8552562139,
"total_value_mid": 17860.005506214,
"total_value_exit_net": 17851.6173935265,
"total_value": 17860.005506214,
"base_cost_quote": 15184.624433375,
"unrealized_pnl_exit_net": -4008.8622960625
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 381.582,
"quote_asset_bal": 9426.6259819139,
"total_value_mid": 19118.8087819139,
"total_value_exit_net": 19111.5396448139,
"total_value": 19118.8087819139,
"base_cost_quote": 12570.4704372375,
"unrealized_pnl_exit_net": -2885.5567743374
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 433.344,
"quote_asset_bal": 8194.8068156039,
"total_value_mid": 18551.7284156039,
"total_value_exit_net": 18543.9607244039,
"total_value": 18551.7284156039,
"base_cost_quote": 13844.1108316475,
"unrealized_pnl_exit_net": -3494.9569228474
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 464.629,
"quote_asset_bal": 7477.4652986914,
"total_value_mid": 18289.3821286914,
"total_value_exit_net": 18281.2731910689,
"total_value": 18289.3821286914,
"base_cost_quote": 14578.4369034525,
"unrealized_pnl_exit_net": -3774.6290110749
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 451.078,
"quote_asset_bal": 7868.8930830964,
"total_value_mid": 18473.7368630964,
"total_value_exit_net": 18465.7832302614,
"total_value": 18473.7368630964,
"base_cost_quote": 14254.676655245,
"unrealized_pnl_exit_net": -3657.7865080799
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 481.674,
"quote_asset_bal": 7168.6793875939,
"total_value_mid": 18102.6791875939,
"total_value_exit_net": 18094.4786877439,
"total_value": 18102.6791875939,
"base_cost_quote": 14961.42846185,
"unrealized_pnl_exit_net": -4035.6291617
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 657.823,
"quote_asset_bal": 3671.9606887614,
"total_value_mid": 16190.3323787614,
"total_value_exit_net": 16180.9435999939,
"total_value": 16190.3323787614,
"base_cost_quote": 18487.0105367525,
"unrealized_pnl_exit_net": -5978.0276255201
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 653.84,
"quote_asset_bal": 3828.1121603214,
"total_value_mid": 16290.3025603214,
"total_value_exit_net": 16280.9559175214,
"total_value": 16290.3025603214,
"base_cost_quote": 18404.5010710301,
"unrealized_pnl_exit_net": -5951.6573138301
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 613.089,
"quote_asset_bal": 4661.7338224289,
"total_value_mid": 16610.8384324289,
"total_value_exit_net": 16601.8766039714,
"total_value": 16610.8384324289,
"base_cost_quote": 17630.133910915,
"unrealized_pnl_exit_net": -5689.9911293725
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 535.877,
"quote_asset_bal": 6384.7122858189,
"total_value_mid": 18002.5256458189,
"total_value_exit_net": 17993.812285799,
"total_value": 18002.5256458189,
"base_cost_quote": 16074.05470615,
"unrealized_pnl_exit_net": -4464.95470617
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 571.173,
"quote_asset_bal": 5688.8103025014,
"total_value_mid": 17323.6043125015,
"total_value_exit_net": 17314.878216994,
"total_value": 17323.6043125015,
"base_cost_quote": 16840.6463489975,
"unrealized_pnl_exit_net": -5214.578434505
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 582.204,
"quote_asset_bal": 5563.9514881339,
"total_value_mid": 17458.379208134,
"total_value_exit_net": 17449.458387344,
"total_value": 17458.379208134,
"base_cost_quote": 17063.842790875,
"unrealized_pnl_exit_net": -5178.335891665
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 537.273,
"quote_asset_bal": 6560.0484157389,
"total_value_mid": 18342.445305739,
"total_value_exit_net": 18333.6085080715,
"total_value": 18342.445305739,
"base_cost_quote": 16121.54185482,
"unrealized_pnl_exit_net": -4347.9817624875
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 506.341,
"quote_asset_bal": 7307.8583885564,
"total_value_mid": 18634.7065585564,
"total_value_exit_net": 18626.2114224289,
"total_value": 18634.7065585564,
"base_cost_quote": 15465.2256365575,
"unrealized_pnl_exit_net": -4146.872602685
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 492.009,
"quote_asset_bal": 7662.0525300364,
"total_value_mid": 18909.3782700364,
"total_value_exit_net": 18900.9427757314,
"total_value": 18909.3782700364,
"base_cost_quote": 15154.435928965,
"unrealized_pnl_exit_net": -3915.54568327
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 554.094,
"quote_asset_bal": 6314.5658206939,
"total_value_mid": 18066.8995606939,
"total_value_exit_net": 18058.0853103889,
"total_value": 18066.8995606939,
"base_cost_quote": 16517.77921012,
"unrealized_pnl_exit_net": -4774.259720425
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 576.62,
"quote_asset_bal": 5864.6916557439,
"total_value_mid": 17962.1792557439,
"total_value_exit_net": 17953.1061400439,
"total_value": 17962.1792557439,
"base_cost_quote": 16996.2924961225,
"unrealized_pnl_exit_net": -4907.8780118225
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 594.668,
"quote_asset_bal": 5503.1261169338,
"total_value_mid": 17860.3271569339,
"total_value_exit_net": 17851.0592561539,
"total_value": 17860.3271569339,
"base_cost_quote": 17369.6237447175,
"unrealized_pnl_exit_net": -5021.6906054975
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 595.922,
"quote_asset_bal": 5484.7012731638,
"total_value_mid": 17802.4090131639,
"total_value_exit_net": 17793.1707323589,
"total_value": 17802.4090131639,
"base_cost_quote": 17394.739337295,
"unrealized_pnl_exit_net": -5086.2698781
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 678.1,
"quote_asset_bal": 3867.1461802463,
"total_value_mid": 16873.1041802463,
"total_value_exit_net": 16863.3497117463,
"total_value": 16873.1041802463,
"base_cost_quote": 19018.5025370126,
"unrealized_pnl_exit_net": -6022.2990055126
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 746.87,
"quote_asset_bal": 2586.2337270513,
"total_value_mid": 16664.7332270513,
"total_value_exit_net": 16654.1743524263,
"total_value": 16664.7332270513,
"base_cost_quote": 20313.5635848726,
"unrealized_pnl_exit_net": -6245.6229594976
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 794.859,
"quote_asset_bal": 1720.3042370588,
"total_value_mid": 16019.8176470588,
"total_value_exit_net": 16009.0930120013,
"total_value": 16019.8176470588,
"base_cost_quote": 21190.5111826576,
"unrealized_pnl_exit_net": -6901.7224077151
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 895.561,
"quote_asset_bal": 0.8286471338,
"total_value_mid": 14741.7627071338,
"total_value_exit_net": 14730.7070065888,
"total_value": 14741.7627071338,
"base_cost_quote": 22919.1608482702,
"unrealized_pnl_exit_net": -8189.2824888152
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 895.481,
"quote_asset_bal": 3.0939089263,
"total_value_mid": 14017.3715589263,
"total_value_exit_net": 14006.8608506888,
"total_value": 14017.3715589263,
"base_cost_quote": 22919.1500101477,
"unrealized_pnl_exit_net": -8915.3830683852
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 895.6,
"quote_asset_bal": 3.4327818463,
"total_value_mid": 14906.2167818463,
"total_value_exit_net": 14895.0396938463,
"total_value": 14906.2167818463,
"base_cost_quote": 22921.6164886202,
"unrealized_pnl_exit_net": -8030.0095766202
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 895.568,
"quote_asset_bal": 9.2985671738,
"total_value_mid": 15045.8852871738,
"total_value_exit_net": 15034.6078471338,
"total_value": 15045.8852871738,
"base_cost_quote": 22921.6703690002,
"unrealized_pnl_exit_net": -7896.3610890402
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 895.869,
"quote_asset_bal": 4.9948433938,
"total_value_mid": 14303.0640833938,
"total_value_exit_net": 14292.3405314638,
"total_value": 14303.0640833938,
"base_cost_quote": 22926.6829656302,
"unrealized_pnl_exit_net": -8639.3372775602
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 896.165,
"quote_asset_bal": 0.4193553663,
"total_value_mid": 13335.3545553663,
"total_value_exit_net": 13325.3533539663,
"total_value": 13335.3545553663,
"base_cost_quote": 22931.6774887152,
"unrealized_pnl_exit_net": -9606.7434901152
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 896.136,
"quote_asset_bal": 0.7731545888,
"total_value_mid": 13254.6245945888,
"total_value_exit_net": 13244.6842060088,
"total_value": 13254.6245945888,
"base_cost_quote": 22931.7045389877,
"unrealized_pnl_exit_net": -9687.7934875677
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 895.88,
"quote_asset_bal": 3.9711369338,
"total_value_mid": 13639.2647369338,
"total_value_exit_net": 13629.0382667338,
"total_value": 13639.2647369338,
"base_cost_quote": 22929.2049857277,
"unrealized_pnl_exit_net": -9304.1378559277
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 895.882,
"quote_asset_bal": 4.1088165063,
"total_value_mid": 13818.6092565063,
"total_value_exit_net": 13808.2483811763,
"total_value": 13818.6092565063,
"base_cost_quote": 22929.2054360652,
"unrealized_pnl_exit_net": -9125.0658713952
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 639.719,
"quote_asset_bal": 5251.9217559338,
"total_value_mid": 17080.3260659338,
"total_value_exit_net": 17071.4547627013,
"total_value": 17080.3260659338,
"base_cost_quote": 18012.8612112675,
"unrealized_pnl_exit_net": -6193.3282045001
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 538.2,
"quote_asset_bal": 7308.3850071838,
"total_value_mid": 18217.6990071838,
"total_value_exit_net": 18209.5170216838,
"total_value": 18217.6990071838,
"base_cost_quote": 16129.0000843,
"unrealized_pnl_exit_net": -5227.8680698
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 619.839,
"quote_asset_bal": 5743.6584231063,
"total_value_mid": 17570.1865431063,
"total_value_exit_net": 17561.3166470163,
"total_value": 17570.1865431063,
"base_cost_quote": 17714.94417094,
"unrealized_pnl_exit_net": -5897.28594703
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 613.215,
"quote_asset_bal": 5934.8576211713,
"total_value_mid": 17598.2069211713,
"total_value_exit_net": 17589.4594091964,
"total_value": 17598.2069211713,
"base_cost_quote": 17587.1323339025,
"unrealized_pnl_exit_net": -5932.5305458775
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 643.508,
"quote_asset_bal": 5385.1519938863,
"total_value_mid": 17438.0568338863,
"total_value_exit_net": 17429.0171552563,
"total_value": 17438.0568338863,
"base_cost_quote": 18150.6165903725,
"unrealized_pnl_exit_net": -6106.7514290025
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 796.16,
"quote_asset_bal": 2720.1661259463,
"total_value_mid": 16063.8077259463,
"total_value_exit_net": 16053.7999947463,
"total_value": 16063.8077259463,
"base_cost_quote": 20826.0925034801,
"unrealized_pnl_exit_net": -7492.4586346801
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 754.502,
"quote_asset_bal": 3457.9196086488,
"total_value_mid": 16608.8894686488,
"total_value_exit_net": 16599.0262412538,
"total_value": 16608.8894686488,
"base_cost_quote": 20122.0453838701,
"unrealized_pnl_exit_net": -6980.9387512651
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 737.931,
"quote_asset_bal": 3765.5234882713,
"total_value_mid": 16841.6608082713,
"total_value_exit_net": 16831.8537052813,
"total_value": 16841.6608082713,
"base_cost_quote": 19833.9071521526,
"unrealized_pnl_exit_net": -6767.5769351426
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 753.952,
"quote_asset_bal": 3496.0937381138,
"total_value_mid": 16682.7142181137,
"total_value_exit_net": 16672.8242527537,
"total_value": 16682.7142181137,
"base_cost_quote": 20124.6791677276,
"unrealized_pnl_exit_net": -6947.9486530876
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 745.56,
"quote_asset_bal": 3647.3584700338,
"total_value_mid": 16754.3032700337,
"total_value_exit_net": 16744.4730614337,
"total_value": 16754.3032700337,
"base_cost_quote": 19979.2306931251,
"unrealized_pnl_exit_net": -6882.1161017251
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 747.893,
"quote_asset_bal": 3614.1245149638,
"total_value_mid": 16754.6045249637,
"total_value_exit_net": 16744.7491649562,
"total_value": 16754.6045249637,
"base_cost_quote": 20019.3650613426,
"unrealized_pnl_exit_net": -6888.7404113501
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 750.254,
"quote_asset_bal": 3585.3807017812,
"total_value_mid": 16789.8511017812,
"total_value_exit_net": 16779.9477489812,
"total_value": 16789.8511017812,
"base_cost_quote": 20062.0826054901,
"unrealized_pnl_exit_net": -6867.5155582901
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 817.318,
"quote_asset_bal": 2444.7052778812,
"total_value_mid": 16167.4744978812,
"total_value_exit_net": 16157.1824209662,
"total_value": 16167.4744978812,
"base_cost_quote": 21206.9530848426,
"unrealized_pnl_exit_net": -7494.4759417576
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 876.435,
"quote_asset_bal": 1482.9996059437,
"total_value_mid": 15821.4762059437,
"total_value_exit_net": 15810.7223484937,
"total_value": 15821.4762059437,
"base_cost_quote": 22176.3485365551,
"unrealized_pnl_exit_net": -7848.6257940051
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 870.387,
"quote_asset_bal": 1602.7142734137,
"total_value_mid": 15694.2798034137,
"total_value_exit_net": 15683.7111292662,
"total_value": 15694.2798034137,
"base_cost_quote": 22073.6815540251,
"unrealized_pnl_exit_net": -7992.6846981726
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 920.817,
"quote_asset_bal": 805.5136588012,
"total_value_mid": 15271.5487288012,
"total_value_exit_net": 15260.6992024987,
"total_value": 15271.5487288012,
"base_cost_quote": 22875.2367198626,
"unrealized_pnl_exit_net": -8420.0511761651
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 914.548,
"quote_asset_bal": 913.4848663212,
"total_value_mid": 15555.3983463212,
"total_value_exit_net": 15544.4169112112,
"total_value": 15555.3983463212,
"base_cost_quote": 22774.9448773526,
"unrealized_pnl_exit_net": -8144.0128324626
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 848.594,
"quote_asset_bal": 2061.2080517412,
"total_value_mid": 15884.8043117412,
"total_value_exit_net": 15874.4366145462,
"total_value": 15884.8043117412,
"base_cost_quote": 21700.2600878176,
"unrealized_pnl_exit_net": -7887.0315250126
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 562.45,
"quote_asset_bal": 7520.8179113137,
"total_value_mid": 18466.0949113137,
"total_value_exit_net": 18457.8859535637,
"total_value": 18466.0949113137,
"base_cost_quote": 16582.7152456475,
"unrealized_pnl_exit_net": -5645.6472033975
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 451.545,
"quote_asset_bal": 10116.1728975888,
"total_value_mid": 20325.6053475888,
"total_value_exit_net": 20317.9482732513,
"total_value": 20325.6053475888,
"base_cost_quote": 14257.348137355,
"unrealized_pnl_exit_net": -4055.5727616924
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 344.408,
"quote_asset_bal": 13108.7373773713,
"total_value_mid": 22018.5723373713,
"total_value_exit_net": 22011.8899611513,
"total_value": 22018.5723373713,
"base_cost_quote": 11620.3143742525,
"unrealized_pnl_exit_net": -2717.1617904725
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 367.026,
"quote_asset_bal": 12678.1653710638,
"total_value_mid": 22154.7766910638,
"total_value_exit_net": 22147.6692325738,
"total_value": 22154.7766910638,
"base_cost_quote": 12227.4320312475,
"unrealized_pnl_exit_net": -2757.9281697375
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 472.307,
"quote_asset_bal": 10148.0906987837,
"total_value_mid": 20911.9672287837,
"total_value_exit_net": 20903.8943213862,
"total_value": 20911.9672287837,
"base_cost_quote": 14773.96300813,
"unrealized_pnl_exit_net": -4018.1593855275
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 442.598,
"quote_asset_bal": 11015.4924295988,
"total_value_mid": 21235.0802495988,
"total_value_exit_net": 21227.4155587338,
"total_value": 21235.0802495988,
"base_cost_quote": 14066.96215488,
"unrealized_pnl_exit_net": -3855.039025745
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 462.723,
"quote_asset_bal": 10652.0005102562,
"total_value_mid": 21438.0736402562,
"total_value_exit_net": 21429.9840854087,
"total_value": 21438.0736402562,
"base_cost_quote": 14550.6585452975,
"unrealized_pnl_exit_net": -3772.674970145
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 531.624,
"quote_asset_bal": 9187.7839755362,
"total_value_mid": 20638.9649355362,
"total_value_exit_net": 20630.3765498162,
"total_value": 20638.9649355362,
"base_cost_quote": 16066.7352706875,
"unrealized_pnl_exit_net": -4624.1426964075
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 587.741,
"quote_asset_bal": 8078.9556054411,
"total_value_mid": 19974.8334454412,
"total_value_exit_net": 19965.9115370612,
"total_value": 19974.8334454412,
"base_cost_quote": 17226.92310945,
"unrealized_pnl_exit_net": -5339.96717783
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 594.089,
"quote_asset_bal": 7976.0125561136,
"total_value_mid": 19964.7285761136,
"total_value_exit_net": 19955.7370390986,
"total_value": 19964.7285761136,
"base_cost_quote": 17357.3206543151,
"unrealized_pnl_exit_net": -5377.59617133
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 659.637,
"quote_asset_bal": 6738.2266934836,
"total_value_mid": 19409.8534634836,
"total_value_exit_net": 19400.3497434061,
"total_value": 19409.8534634836,
"base_cost_quote": 18640.1341033601,
"unrealized_pnl_exit_net": -5978.0110534376
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 735.87,
"quote_asset_bal": 5317.7148966586,
"total_value_mid": 18872.4402966586,
"total_value_exit_net": 18862.2742526086,
"total_value": 18872.4402966586,
"base_cost_quote": 20070.6963009201,
"unrealized_pnl_exit_net": -6526.1369449701
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 817.921,
"quote_asset_bal": 3892.9154569861,
"total_value_mid": 18198.3537469861,
"total_value_exit_net": 18187.6246682686,
"total_value": 18198.3537469861,
"base_cost_quote": 21521.2321675051,
"unrealized_pnl_exit_net": -7226.5229562226
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 557.833,
"quote_asset_bal": 9108.5006997661,
"total_value_mid": 20326.5223297661,
"total_value_exit_net": 20318.1088135436,
"total_value": 20326.5223297661,
"base_cost_quote": 16575.46972558,
"unrealized_pnl_exit_net": -5365.8616118025
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 605.715,
"quote_asset_bal": 8236.103642446,
"total_value_mid": 20247.4320924461,
"total_value_exit_net": 20238.4235961086,
"total_value": 20247.4320924461,
"base_cost_quote": 17537.45991751,
"unrealized_pnl_exit_net": -5535.1399638475
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 693.727,
"quote_asset_bal": 6571.713772511,
"total_value_mid": 19586.0322925111,
"total_value_exit_net": 19576.2715536211,
"total_value": 19586.0322925111,
"base_cost_quote": 19218.5029048726,
"unrealized_pnl_exit_net": -6213.9451237626
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 766.521,
"quote_asset_bal": 5272.504006321,
"total_value_mid": 18985.564696321,
"total_value_exit_net": 18975.2799008035,
"total_value": 18985.564696321,
"base_cost_quote": 20536.2551183526,
"unrealized_pnl_exit_net": -6833.4792238701
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 755.827,
"quote_asset_bal": 5503.0098328734,
"total_value_mid": 19251.5029628735,
"total_value_exit_net": 19241.191593026,
"total_value": 19251.5029628735,
"base_cost_quote": 20340.8421784851,
"unrealized_pnl_exit_net": -6602.6604183326
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 691.768,
"quote_asset_bal": 6965.7828082684,
"total_value_mid": 19521.3720082685,
"total_value_exit_net": 19511.9553163685,
"total_value": 19521.3720082685,
"base_cost_quote": 19100.7569015526,
"unrealized_pnl_exit_net": -6554.5843934526
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 623.789,
"quote_asset_bal": 8366.1261839508,
"total_value_mid": 20380.3023239508,
"total_value_exit_net": 20371.2916918458,
"total_value": 20380.3023239508,
"base_cost_quote": 17873.1488155001,
"unrealized_pnl_exit_net": -5867.983307605
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 641.445,
"quote_asset_bal": 8081.3465130882,
"total_value_mid": 20243.1437130882,
"total_value_exit_net": 20234.0223651882,
"total_value": 20243.1437130882,
"base_cost_quote": 18211.4284150601,
"unrealized_pnl_exit_net": -6058.75256296
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 610.76,
"quote_asset_bal": 8710.3994372232,
"total_value_mid": 20833.9854372232,
"total_value_exit_net": 20824.8927477232,
"total_value": 20833.9854372232,
"base_cost_quote": 17632.86697918,
"unrealized_pnl_exit_net": -5518.37366868
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 617.33,
"quote_asset_bal": 8605.2820714707,
"total_value_mid": 20902.4956714708,
"total_value_exit_net": 20893.2727612708,
"total_value": 20902.4956714708,
"base_cost_quote": 17767.98872454,
"unrealized_pnl_exit_net": -5479.99803474
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 612.224,
"quote_asset_bal": 8846.4569608232,
"total_value_mid": 21084.8147208232,
"total_value_exit_net": 21075.6359525032,
"total_value": 21084.8147208232,
"base_cost_quote": 17657.6923342425,
"unrealized_pnl_exit_net": -5428.5133425625
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 480.362,
"quote_asset_bal": 11842.6806508733,
"total_value_mid": 22891.0066508733,
"total_value_exit_net": 22882.7204063733,
"total_value": 22891.0066508733,
"base_cost_quote": 14936.509926955,
"unrealized_pnl_exit_net": -3896.470171455
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 435.335,
"quote_asset_bal": 12953.5657375207,
"total_value_mid": 23597.5064875207,
"total_value_exit_net": 23589.5235319582,
"total_value": 23597.5064875207,
"base_cost_quote": 13901.5427132775,
"unrealized_pnl_exit_net": -3265.58491884
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 400.056,
"quote_asset_bal": 13908.8394088832,
"total_value_mid": 23842.2298888832,
"total_value_exit_net": 23834.7798460232,
"total_value": 23842.2298888832,
"base_cost_quote": 13041.9590686975,
"unrealized_pnl_exit_net": -3116.0186315575
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 355.835,
"quote_asset_bal": 15141.5898986507,
"total_value_mid": 24432.4417486507,
"total_value_exit_net": 24425.4736097632,
"total_value": 24432.4417486507,
"base_cost_quote": 11918.57315069,
"unrealized_pnl_exit_net": -2634.6894395775
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 402.482,
"quote_asset_bal": 14048.3719315931,
"total_value_mid": 23796.4859715931,
"total_value_exit_net": 23789.1748860631,
"total_value": 23796.4859715931,
"base_cost_quote": 13068.9734543025,
"unrealized_pnl_exit_net": -3328.1704998325
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 450.91,
"quote_asset_bal": 12938.6667468982,
"total_value_mid": 23287.0512468982,
"total_value_exit_net": 23279.2899585232,
"total_value": 23287.0512468982,
"base_cost_quote": 14201.9528520275,
"unrealized_pnl_exit_net": -3861.3296404025
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 478.059,
"quote_asset_bal": 12378.5992574382,
"total_value_mid": 23211.4161974383,
"total_value_exit_net": 23203.2915847333,
"total_value": 23211.4161974383,
"base_cost_quote": 14808.2843198225,
"unrealized_pnl_exit_net": -3983.5919925274
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 414.198,
"quote_asset_bal": 13959.2621983407,
"total_value_mid": 24227.2306183407,
"total_value_exit_net": 24219.5296420257,
"total_value": 24227.2306183407,
"base_cost_quote": 13349.753911825,
"unrealized_pnl_exit_net": -3089.48646814
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 419.934,
"quote_asset_bal": 13849.8142838957,
"total_value_mid": 24159.1939838957,
"total_value_exit_net": 24151.4619491207,
"total_value": 24159.1939838957,
"base_cost_quote": 13487.642650875,
"unrealized_pnl_exit_net": -3185.99498565
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 450.417,
"quote_asset_bal": 13130.9305231256,
"total_value_mid": 23787.7967431257,
"total_value_exit_net": 23779.8040934607,
"total_value": 23787.7967431257,
"base_cost_quote": 14216.9635416075,
"unrealized_pnl_exit_net": -3568.0899712725
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 443.042,
"quote_asset_bal": 13320.8876071006,
"total_value_mid": 24015.9214871007,
"total_value_exit_net": 24007.9002116907,
"total_value": 24015.9214871007,
"base_cost_quote": 14041.46124353,
"unrealized_pnl_exit_net": -3354.44863894
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 461.841,
"quote_asset_bal": 12890.8444928631,
"total_value_mid": 23739.4895828632,
"total_value_exit_net": 23731.3530990457,
"total_value": 23739.4895828632,
"base_cost_quote": 14482.6002098,
"unrealized_pnl_exit_net": -3642.0916036175
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 489.707,
"quote_asset_bal": 12262.9281810932,
"total_value_mid": 23261.7474010932,
"total_value_exit_net": 23253.4982866782,
"total_value": 23261.7474010932,
"base_cost_quote": 15116.7702508775,
"unrealized_pnl_exit_net": -4126.2001452924
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 485.03,
"quote_asset_bal": 12381.4143013132,
"total_value_mid": 23634.1103013132,
"total_value_exit_net": 23625.6707793132,
"total_value": 23634.1103013132,
"base_cost_quote": 15008.91881292,
"unrealized_pnl_exit_net": -3764.66233492
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 441.146,
"quote_asset_bal": 13434.3108594706,
"total_value_mid": 24035.0492394706,
"total_value_exit_net": 24027.0986856856,
"total_value": 24035.0492394706,
"base_cost_quote": 13999.063609135,
"unrealized_pnl_exit_net": -3406.27578292
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 413.829,
"quote_asset_bal": 14116.1010379431,
"total_value_mid": 24412.1665579431,
"total_value_exit_net": 24404.4445088031,
"total_value": 24412.1665579431,
"base_cost_quote": 13342.3183293175,
"unrealized_pnl_exit_net": -3053.9748584575
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 379.881,
"quote_asset_bal": 15099.9222839629,
"total_value_mid": 24669.1246739629,
"total_value_exit_net": 24661.9477721704,
"total_value": 24669.1246739629,
"base_cost_quote": 12543.24062018,
"unrealized_pnl_exit_net": -2981.2151319725
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 376.59,
"quote_asset_bal": 15206.4502192379,
"total_value_mid": 25212.4465192379,
"total_value_exit_net": 25204.9420220129,
"total_value": 25212.4465192379,
"base_cost_quote": 12470.40155182,
"unrealized_pnl_exit_net": -2471.909749045
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 314.251,
"quote_asset_bal": 16941.019026783,
"total_value_mid": 25887.744996783,
"total_value_exit_net": 25881.0349523055,
"total_value": 25887.744996783,
"base_cost_quote": 10813.2920611275,
"unrealized_pnl_exit_net": -1873.276135605
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 303.142,
"quote_asset_bal": 17283.5476066179,
"total_value_mid": 26041.3199866179,
"total_value_exit_net": 26034.7516573329,
"total_value": 26041.3199866179,
"base_cost_quote": 10510.0191969425,
"unrealized_pnl_exit_net": -1758.8151462275
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 100-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (273,499 closed trades) via GET /backtests/a7d1ef05-1e6e-4f15-804e-62f032f498cd/trades (paginate through all pages).100-row audit sample from 273,499 closed trades (RFC 4180 CSV)
100-row audit sample from 273,499 closed trades (RFC 4180 CSV)
id,symbol,buy_time,sell_time,buy_price,sell_price,buy_quantity,sell_quantity,quantity,profit,profit_percentage,buy_fee_in_quote,sell_fee_in_quote,fee_buy,fee_sell,fill_type
,,2024-04-24T00:03:00Z,2024-04-24T00:03:00Z,23.51,23.57,0.426,,,0.01051794,0.1050191408,0.007511445,0.007530615,,,TP
,,2024-04-24T00:03:00Z,2024-12-08T19:37:00Z,23.51,24.69,0.532,,,0.6085282,4.8653764356,0.00938049,0.00985131,,,TP
,,2024-04-24T00:03:00Z,2025-11-03T16:48:00Z,23.51,25.87,0.213,,,0.494791545,9.8807528711,0.0037557225,0.0041327325,,,TP
,,2024-04-24T00:03:00Z,2024-04-24T11:56:00Z,23.51,24.1,0.213,,,0.1180643025,2.3576882178,0.0037557225,0.003849975,,,TP
,,2024-04-24T00:03:00Z,2024-04-24T00:51:00Z,23.51,23.69,0.213,,,0.0307998,0.6150574224,0.0037557225,0.0037844775,,,TP
,,2024-04-24T00:03:00Z,2024-04-24T01:49:00Z,23.51,23.75,0.213,,,0.043570215,0.8700765632,0.0037557225,0.0037940625,,,TP
,,2024-04-24T00:03:00Z,2024-04-24T00:13:00Z,23.51,23.63,0.213,,,0.018029385,0.3600382816,0.0037557225,0.0037748925,,,TP
,,2024-04-24T00:04:00Z,2024-12-08T19:21:00Z,23.48,24.66,0.533,,,0.609696035,4.8717844974,0.00938613,0.009857835,,,TP
,,2024-04-24T00:04:00Z,2024-04-24T00:04:00Z,23.48,23.54,0.426,,,0.01053711,0.1053449744,0.00750186,0.00752103,,,TP
,,2024-04-24T00:04:00Z,2025-11-03T16:49:00Z,23.48,25.83,0.213,,,0.4926727275,9.8510114991,0.00375093,0.0041263425,,,TP
,,2024-04-24T00:04:00Z,2024-04-24T00:04:00Z,23.48,23.6,0.213,,,0.01803897,0.3606899489,0.00375093,0.0037701,,,TP
,,2024-04-24T00:04:00Z,2024-04-24T00:13:00Z,23.48,23.66,0.213,,,0.030809385,0.6160349233,0.00375093,0.003779685,,,TP
,,2024-04-24T00:04:00Z,2024-04-24T11:50:00Z,23.48,24.07,0.213,,,0.1180738875,2.3608922487,0.00375093,0.0038451825,,,TP
,,2024-04-24T00:04:00Z,2024-04-24T00:55:00Z,23.48,23.72,0.213,,,0.0435798,0.8713798978,0.00375093,0.00378927,,,TP
,,2024-04-24T00:05:00Z,2024-04-24T00:11:00Z,23.49,23.55,0.426,,,0.01053072,0.1052362708,0.007505055,0.007524225,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T02:00:00Z,23.59,23.77,0.212,,,0.03062976,0.612462908,0.00375081,0.00377943,,,TP
,,2024-04-24T00:07:00Z,2025-11-03T16:48:00Z,23.59,25.95,0.212,,,0.49244314,9.846735905,0.00375081,0.00412605,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T00:55:00Z,23.59,23.71,0.212,,,0.0179193,0.3583086053,0.00375081,0.00376989,,,TP
,,2024-04-24T00:07:00Z,2024-12-08T19:37:00Z,23.59,24.77,0.53,,,0.6061769,4.8483679525,0.009377025,0.009846075,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T00:13:00Z,23.59,23.65,0.424,,,0.01041768,0.1041543027,0.00750162,0.0075207,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T02:00:00Z,23.59,23.83,0.212,,,0.04334022,0.8666172107,0.00375081,0.00378897,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T12:02:00Z,23.59,24.18,0.212,,,0.11748457,2.3491839763,0.00375081,0.00384462,,,TP
,,2024-04-24T00:16:00Z,2024-04-24T12:01:00Z,23.54,24.13,0.213,,,0.1180547175,2.3544923534,0.003760515,0.0038547675,,,TP
,,2024-04-24T00:16:00Z,2025-11-03T16:48:00Z,23.54,25.9,0.213,,,0.49478196,9.8679694138,0.003760515,0.004137525,,,TP
,,2024-04-24T00:16:00Z,2024-12-08T19:37:00Z,23.54,24.72,0.532,,,0.60850426,4.8589847069,0.00939246,0.00986328,,,TP
,,2024-05-30T10:57:00Z,2024-05-30T11:00:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2024-05-30T11:11:00Z,2024-05-30T11:15:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2024-05-30T11:48:00Z,2024-05-30T12:23:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2024-06-23T15:01:00Z,2024-06-28T16:29:00Z,15.41,16.19,0.812,,,0.6141156,4.9078520441,0.00938469,0.00985971,,,TP
,,2024-07-30T20:52:00Z,2024-11-24T00:53:00Z,14.81,15.56,0.845,,,0.6145030125,4.910347738,0.0093858375,0.00986115,,,TP
,,2024-11-10T17:04:00Z,2024-11-23T13:15:00Z,14.21,14.93,0.88,,,0.6143676,4.9130541872,0.0093786,0.0098538,,,TP
,,2024-12-02T17:54:00Z,2024-12-02T17:55:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2024-12-02T23:33:00Z,2024-12-03T09:58:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2024-12-20T17:58:00Z,2024-12-20T18:59:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2024-12-20T18:59:00Z,2024-12-20T19:05:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2024-12-28T07:30:00Z,2024-12-28T07:30:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-04-08T17:04:00Z,2025-04-08T17:38:00Z,13.42,14.1,0.932,,,0.61452352,4.9132637854,0.00938058,0.0098559,,,TP
,,2025-04-08T17:13:00Z,2025-04-08T17:41:00Z,13.02,13.68,0.961,,,0.615015975,4.9153225806,0.009384165,0.00985986,,,TP
,,2025-04-08T17:21:00Z,2025-04-08T17:28:00Z,12.43,13.06,1.006,,,0.614547795,4.9145816573,0.009378435,0.00985377,,,TP
,,2025-04-08T17:26:00Z,2025-04-08T17:38:00Z,12.83,13.48,0.975,,,0.6145108125,4.912451286,0.0093819375,0.00985725,,,TP
,,2025-04-08T17:40:00Z,2025-04-26T10:01:00Z,13.82,14.52,0.905,,,0.614264225,4.9113241679,0.009380325,0.00985545,,,TP
,,2025-04-08T17:49:00Z,2025-05-10T00:20:00Z,14.22,14.94,0.88,,,0.6143544,4.9094936709,0.0093852,0.0098604,,,TP
,,2025-04-08T17:59:00Z,2025-04-10T20:21:00Z,13.41,14.09,0.933,,,0.615196875,4.9170395227,0.0093836475,0.0098594775,,,TP
,,2025-04-08T18:22:00Z,2025-04-10T19:33:00Z,13.01,13.67,0.961,,,0.61503039,4.9192159877,0.0093769575,0.0098526525,,,TP
,,2025-04-08T18:22:00Z,2025-04-10T19:33:00Z,13.03,13.69,0.96,,,0.6143616,4.9114351497,0.0093816,0.0098568,,,TP
,,2025-04-08T18:53:00Z,2025-04-10T20:15:00Z,13.22,13.89,0.946,,,0.614585455,4.9142776097,0.00937959,0.009854955,,,TP
,,2025-04-10T20:29:00Z,2025-04-11T00:07:00Z,13.41,14.09,0.933,,,0.615196875,4.9170395227,0.0093836475,0.0098594775,,,TP
,,2025-04-10T20:40:00Z,2025-04-25T22:25:00Z,13.61,14.3,0.919,,,0.6148730325,4.9159992652,0.0093806925,0.009856275,,,TP
,,2025-04-26T03:07:00Z,2025-05-10T08:01:00Z,14.41,15.14,0.868,,,0.61440295,4.9121269951,0.00938091,0.00985614,,,TP
,,2025-05-10T22:20:00Z,2025-05-23T02:34:00Z,15.4,16.18,0.812,,,0.61412778,4.9111363636,0.0093786,0.00985362,,,TP
,,2025-05-22T14:52:00Z,2025-05-22T15:00:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-05-23T11:44:00Z,2025-05-27T08:14:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-05-27T09:52:00Z,2025-05-27T10:03:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-05-27T13:58:00Z,2025-05-27T13:58:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-05-27T14:44:00Z,2025-05-28T12:45:00Z,15.4,16.18,0.812,,,0.61412778,4.9111363636,0.0093786,0.00985362,,,TP
,,2025-05-28T14:02:00Z,2025-05-28T14:49:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-05-29T03:21:00Z,2025-06-02T18:18:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-06-02T18:20:00Z,2025-06-02T18:30:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-07-15T15:50:00Z,2025-07-15T15:50:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-07-30T11:54:00Z,2025-07-30T16:03:00Z,15.41,16.19,0.812,,,0.6141156,4.9078520441,0.00938469,0.00985971,,,TP
,,2025-09-22T11:17:00Z,2025-09-22T12:52:00Z,16,16.04,0.625,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2025-10-10T21:37:00Z,2025-10-10T21:46:00Z,13.21,13.88,0.947,,,0.6152493275,4.9181112793,0.0093824025,0.00985827,,,TP
,,2025-10-10T22:12:00Z,2025-10-10T22:44:00Z,13.82,14.52,0.905,,,0.614264225,4.9113241679,0.009380325,0.00985545,,,TP
,,2025-10-10T22:19:00Z,2025-10-10T22:40:00Z,13.62,14.31,0.918,,,0.614190195,4.9122797357,0.00937737,0.009852435,,,TP
,,2025-10-10T22:39:00Z,2025-10-10T22:52:00Z,14.2,14.92,0.881,,,0.61507896,4.9166197183,0.00938265,0.00985839,,,TP
,,2025-10-10T22:39:00Z,2025-10-10T22:52:00Z,14.22,14.94,0.88,,,0.6143544,4.9094936709,0.0093852,0.0098604,,,TP
,,2025-10-11T04:33:00Z,2025-10-11T08:23:00Z,15.4,16.18,0.812,,,0.61412778,4.9111363636,0.0093786,0.00985362,,,TP
,,2025-12-26T08:14:00Z,2025-12-26T08:14:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-01-21T18:58:00Z,2026-01-21T18:58:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-01-22T15:38:00Z,2026-01-22T15:40:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-01-23T19:16:00Z,2026-01-26T15:31:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-01-26T15:32:00Z,2026-01-26T15:32:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-01-26T15:40:00Z,2026-01-26T15:41:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-01-26T15:57:00Z,2026-01-26T15:57:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-02-05T16:44:00Z,2026-02-05T16:45:00Z,20,20.05,0.5,,,0.00998125,0.0998125,0.0075,0.00751875,,,TP
,,2026-02-22T04:22:00Z,2026-02-25T21:39:00Z,28.93,29.08,0.173,,,0.0184232025,0.3681040442,0.0037536675,0.00377313,,,TP
,,2026-02-22T04:23:00Z,2026-02-25T21:39:00Z,28.86,29.08,0.174,,,0.03071883,0.6117290367,0.00376623,0.00379494,,,TP
,,2026-02-22T04:26:00Z,2026-02-25T21:39:00Z,28.33,29.04,0.177,,,0.1180541325,2.3542975644,0.0037608075,0.00385506,,,TP
,,2026-02-22T05:49:00Z,2026-02-25T21:39:00Z,27.68,29.07,0.452,,,0.60904175,4.8679100434,0.00938352,0.00985473,,,TP
,,2026-02-22T05:59:00Z,2026-02-25T21:39:00Z,27.65,29.04,0.453,,,0.6104095725,4.8733544304,0.0093940875,0.00986634,,,TP
,,2026-02-22T14:59:00Z,2026-02-25T21:39:00Z,28.39,29.1,0.177,,,0.1180382025,2.3490049313,0.0037687725,0.003863025,,,TP
,,2026-02-23T03:59:00Z,2026-02-25T21:39:00Z,26.43,29.08,0.19,,,0.495589825,9.8689651911,0.003766275,0.0041439,,,TP
,,2026-02-23T04:35:00Z,2026-02-25T21:39:00Z,26.39,29.03,0.19,,,0.49370265,9.8462864721,0.003760575,0.004136775,,,TP
,,2026-02-24T23:15:00Z,2026-02-25T21:39:00Z,28.36,29.07,0.177,,,0.1180461675,2.3516484485,0.00376479,0.0038590425,,,TP
,,2026-02-25T11:18:00Z,2026-02-25T21:39:00Z,28.78,29.07,0.174,,,0.042910575,0.8568884642,0.00375579,0.003793635,,,TP
,,2026-02-25T11:18:00Z,2026-02-25T21:39:00Z,28.83,29.05,0.174,,,0.03072666,0.6125216788,0.003762315,0.003791025,,,TP
,,2026-02-25T11:21:00Z,2026-02-25T21:39:00Z,28.74,29.03,0.174,,,0.042921015,0.8582898399,0.00375057,0.003788415,,,TP
,,2026-02-25T11:48:00Z,2026-02-25T21:39:00Z,28.9,29.05,0.174,,,0.018537525,0.3686418685,0.00377145,0.003791025,,,TP
,,2026-02-25T20:32:00Z,2026-02-25T21:39:00Z,28.96,29.04,0.346,,,0.012629,0.1260359116,0.00751512,0.00753588,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T21:39:00Z,29.01,29.09,0.345,,,0.012566625,0.1255601517,0.0075063375,0.0075270375,,,TP
,,2026-02-25T21:44:00Z,2026-02-25T21:47:00Z,28.94,29.02,0.346,,,0.01263938,0.1262266759,0.00750993,0.00753069,,,TP
,,2026-02-25T21:47:00Z,2026-02-25T21:53:00Z,29.01,29.09,0.345,,,0.012566625,0.1255601517,0.0075063375,0.0075270375,,,TP
,,2026-02-25T21:55:00Z,2026-02-25T23:13:00Z,29.01,29.09,0.345,,,0.012566625,0.1255601517,0.0075063375,0.0075270375,,,TP
,,2026-02-25T21:59:00Z,2026-02-25T22:52:00Z,28.96,29.04,0.346,,,0.012629,0.1260359116,0.00751512,0.00753588,,,TP
,,2026-02-25T22:24:00Z,2026-02-25T23:13:00Z,28.93,29.08,0.173,,,0.0184232025,0.3681040442,0.0037536675,0.00377313,,,TP
,,2026-02-25T22:24:00Z,2026-02-25T22:52:00Z,28.93,29.01,0.346,,,0.01264457,0.1263221569,0.007507335,0.007528095,,,TP
,,2026-02-25T23:01:00Z,2026-02-25T23:07:00Z,28.95,29.03,0.346,,,0.01263419,0.1261312608,0.007512525,0.007533285,,,TP
,,2026-02-25T23:15:00Z,2026-02-25T23:18:00Z,28.97,29.05,0.346,,,0.01262381,0.1259406282,0.007517715,0.007538475,,,TP
,,2026-02-25T23:19:00Z,2026-02-25T23:25:00Z,28.95,29.03,0.346,,,0.01263419,0.1261312608,0.007512525,0.007533285,,,TP
,,2026-02-25T23:50:00Z,2026-02-25T23:55:00Z,28.78,28.86,0.348,,,0.01279596,0.127762335,0.00751158,0.00753246,,,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 DCRUSDT?
Did it beat Buy & Hold of DCRUSDT?
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 DCRUSDT (Mode: 2LongTimeLongMoreProfit.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 26,034.75 USDT
P&L: +16,034.75 USDT (+160.35%)
Result: PROFIT
Completed trades: 273499
Open orders at end: 1502
Win rate: 100.0%
Avg. profit/trade: 0.065059 USDT
Best trade: 0.615249 USDT
Worst trade: 0.009981 USDT
Total profit (trades only): 17,793.566804 USDT
Max drawdown: -49.19%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.08
Total fees: 2,905.58 USDT
Avg hold time: 87.8h
TP / SL / TSL: 273499 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 8
Sell targets: [0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 20.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 3943.8s
bt.summary_textAre these results guaranteed for live trading?
Are these results guaranteed for live trading?
static disclaimerGlossary
| Term | Definition |
|---|---|
| Return % | Total percentage change of portfolio value over the backtest window: (final_value - start_balance) / start_balance x 100. |
| CAGR | Compound Annual Growth Rate. Annualized return assuming compounding: (final/start)^(365.25/days) - 1. |
| Win Rate | Share of closed trades with positive net P&L (after fees): wins / (wins + losses) x 100. |
| Max Drawdown | Largest peak-to-trough decline of equity, measured in % of the previous peak. The single most important risk metric. |
| Drawdown Duration | Number of days spent below the previous equity peak before recovering (or end of window if not recovered). |
| Sharpe Ratio (annualized) | Mean daily return divided by standard deviation of daily returns, scaled by 365. Risk-adjusted return - higher is better, > 1 is decent. |
| Sortino Ratio (annualized) | Like Sharpe but only penalizes downside volatility. Often more representative for asymmetric strategies. |
| Volatility (ann.) | Standard deviation of daily returns x 365, expressed as a percentage. |
| Time in Market | Fraction of the period where the strategy held base-asset exposure (not 100% cash). |
| Buy & Hold | Reference benchmark: simply buying the underlying token at the start and holding to the end of the window. |
| Outperformance (pp) | Strategy return minus Buy & Hold return, in percentage points (not percent change). |
| Fulfilled Trades | Round-trip trades that have both an entry fill and an exit fill within the window. |
| Active Orders | Open positions still pending exit at the end of the backtest - their unrealized P&L is included in final_value. |
| Lookahead Bias | Using information that wouldn’t have been available at trade time. The validator flags trades whose buy_time precedes the configured from date. |
How to Read This Report
GET /backtests/{id} * Fields used: return_pct, fulfilled_trades, win_rateCheck the headline return
Reproduce This Run
GET /backtests/{id} * Fields used: symbol, mode_name, config (replayed verbatim)X-API-Key. Payload fields are validated against ENGINE.md Section 20; non-engine keys are stripped so the replay produces the exact same run.curl -X POST https://uncoded-backtest-api-production.up.railway.app/backtests \
-H "X-API-Key: $UNCODED_API_KEY" \
-H "Content-Type: application/json" \
-d '{"symbol":"DCRUSDT","mode_name":"2LongTimeLongMoreProfit.json","interval":"1m","from":"2024-04-24 00:00:01","to":"2026-02-25 23:59:59","canBuy":true,"canSell":true,"canBuyUp":true,"startBal":10000,"stepSize":0.001,"stopLoss":false,"tickSize":0.01,"buySplits":8,"buyVolumes":[20,10,10,10,10,25,10,5],"canBuyDown":false,"minNotional":5,"buyPercentage":0.1,"fees_in_quote":true,"intrabar_mode":"OLHC","maker_fee_bps":7.5,"taker_fee_bps":7.5,"sellPercentages":[0.25,0.5,0.75,1,2.5,5,10,20],"triggerCoolDown":1,"investmentPerBuy":50,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":20,"order_latency_seconds":2,"trailingStopLossPercentages":[0,0,0,0,0,0,0,0],"sellCancelDistancePercentage":1,"dontBuyBelowQuoteAssetBalance":1,"investmentPerFreeQuotePercent":0.01,"sellActivateDistancePercentage":0.1}'
Structured Data (JSON-LD)
Dataset markup with 37 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": "DCRUSDT LongTimeLongMoreProfit Backtest",
"alternateName": "DCRUSDT-2LongTimeLongMoreProfit.json-a7d1ef05-1e6e-4f15-804e-62f032f498cd",
"description": "Backtest of the LongTimeLongMoreProfit strategy on DCRUSDT: +160.35% return over 2024-04-24 to 2026-02-25.",
"identifier": "a7d1ef05-1e6e-4f15-804e-62f032f498cd",
"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": [
"DCRUSDT",
"LongTimeLongMoreProfit",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "DCRUSDT",
"description": "Trading pair: DCRUSDT"
},
{
"@type": "Thing",
"name": "LongTimeLongMoreProfit",
"description": "Trading strategy: LongTimeLongMoreProfit"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": 160.3475,
"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": 17793.56680356,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 26034.75165733,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 273499,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 1502,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.61524933,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00998125,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.06505898,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 3943.76,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": 68.21488583790898,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -49.193393891263845,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -5356.0333427726,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 66,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Recovery Duration",
"value": 113,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": 1.0811325265781861,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": 1.1902499392318422,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 71.60729427815565,
"unitText": "%",
"unitCode": "P1",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Time in Market",
"value": 100,
"unitText": "%",
"unitCode": "P1",
"minValue": 0,
"maxValue": 100
},
{
"@type": "PropertyValue",
"name": "Backtest Duration",
"value": 672,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Equity Samples",
"value": 673,
"unitText": "points",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Expectancy per Trade",
"value": 0.2371548322999999,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.2371548322999999,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.0308045925,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 23.71548322999999,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 1.41871677,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1891.622360000001,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 100,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 2.7583333333333333,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 914.2896296296296,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 12368.663800624026,
"unitText": "trades/month",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Buy & Hold Return",
"value": 24.097938144329895,
"unitText": "%",
"unitCode": "P1",
"description": "Reference: token price change over the same window"
},
{
"@type": "PropertyValue",
"name": "Outperformance vs Buy & Hold",
"value": 136.2495618556701,
"unitText": "pp",
"description": "Strategy return minus Buy & Hold return, in percentage points"
}
],
"dateCreated": "2026-05-08T13:39:05.529Z",
"dateModified": "2026-05-15T13:00:44.936Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:00:44 UTC