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.
FDUSDUSDT * LongTimeLong
FDUSDUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | +0.01% | 146 closed trades | 100.0% closed WR | 1 open order
Headline Performance
GET /backtests/{id} + /equity + /trades * Fields used: return_pct, final_value, total_profit, win_rate, fulfilled_trades, active_orders, unrealized_pnl_exit_net, max_profit, min_profitfinal_value - start_balance.Return
Final Value
Portfolio PnL
Realized Profit
Unrealized PnL
Win Rate (closed)
Closed Trades
Open Orders
Best Closed Trade
Worst Closed Trade
TL;DR
Performance KPI Metrics
GET /backtests/{id} + /equity + /trades * Fields used: server aggregates from /daily-stats and /extras (Total Fees, Gross Profit/Loss, fill-type counts) plus <AnalyticsCharts> KPI strip * Transform: bt.* + dailyStats.totals + extras.deep_dive.fill_type_breakdownMax Drawdown
Profit Factor
Sharpe Ratio
Total Fees
Avg Hold Time
TP / SL / TSL
Trade Economics
| Metric | Value | Interpretation |
|---|---|---|
| Profit Factor | inf (no losing trades) | Sum of winning trades / sum of losing trades. >1 = profitable edge, >2 = strong, inf = no losses. |
| Gross Profit | 2.15 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 1.27 USDT | Buy + sell fees across all trades. |
| Fee Drag | 59.0% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 420.8 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 146 | 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 FDUSDUSDT, the strategy’s profit factor of inf (no losing trades) indicates gross winners materially exceeded gross losers in this window, exits are TP-dominant (100.0%), so most profit comes from hitting take-profit targets, fees ate 59.0% of gross profit - over-trading risk.Chunking & Headings Guide
Chunk markers
Every section is delimited by paired JSX comments - invisible to readers, trivial for splitters. (Earlier versions of this exporter used HTML comments; we switched to JSX comments in v2.4.0 because MDX 3 - the parser Mintlify uses - forbids HTML comments at the document level.) The example below uses uppercaseRAG-CHUNK so it doesn’t accidentally match a splitter that scans this very page; real markers use lowercase rag-chunk:
{/* RAG-CHUNK:start id="tldr" type="summary" title="TL;DR" tokens~="120" backtest_id="f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3" */}
...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 FDUSDUSDT, with intrabar fill simulation in “OLHC” mode and a synthetic order latency of 2s applied to each fill to approximate real-world routing delay. The simulator processes every minute sequentially, evaluates the LongTimeLong rule set, and books fills against the next available bar - a standard event-driven backtesting approach that avoids look-ahead bias. Equity is marked-to-market on every closed trade and aggregated into the equity curve shown above. Configured backtest window: approximately 22.1 months (673 days fromconfig.from to config.to) of FDUSDUSDT 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: FDUSDUSDT is a deeply-liquid USDT-quoted pair on Binance, so the simulated fills here translate well to live execution at retail size. Lower trade frequency keeps slippage drag minimal, so live results should track the backtest more closely than a high-frequency configuration would. Without a hard stop-loss, the live system depends on the take-profit ladder firing during recovery legs; a prolonged downtrend without recovery will hold positions open longer than backtest aggregates suggest. Additionally, exchange downtime, API rate limits, and funding-rate changes (on perp variants) are not modelled here and should be accounted for in production deployment.Frequently asked questions
Is a 0.01% return on FDUSDUSDT a good backtest result?
Is a 0.01% return on FDUSDUSDT 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 FDUSDUSDT backtest?
What is the annualised return for this FDUSDUSDT backtest?
Can I run this exact LongTimeLong configuration live?
Can I run this exact LongTimeLong configuration live?
How is this backtest different from others on FDUSDUSDT?
How is this backtest different from others on FDUSDUSDT?
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 | FDUSDUSDT |
| Strategy | LongTimeLong |
| Period | 2024-04-24 -> 2026-02-25 |
| Configured window (inclusive elapsed) | 673.0 days (1.84 years) - (config.to - config.from) / 86 400 000 ms |
| Configured window (calendar days) | 673 days - Math.round of the elapsed value above; this is what the narrative paragraph quotes |
| Equity-stat duration | 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 | 10,000.87 USDT |
| Avg Profit / Trade | +0.0060 USDT |
| Trades / Month | 6.6 |
| Status | completed |
| Created | 2026-05-08 13:39:12 UTC |
| Started | 2026-05-11 00:46:58 UTC |
| Completed | 2026-05-11 00:48:07 UTC |
| Compute Time | 47.4s |
| Backtest ID | f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3 |
| Engine summary: |
Backtest FDUSDUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,000.87 USDT
P&L: +0.87 USDT (+0.01%)
Result: PROFIT
Completed trades: 146
Open orders at end: 1
Win rate: 100.0%
Avg. profit/trade: 0.006021 USDT
Best trade: 0.006341 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 0.879020 USDT
Max drawdown: -0.00%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.05
Total fees: 1.27 USDT
Avg hold time: 420.8h
TP / SL / TSL: 146 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 9
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]
Investment per buy: 25.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 47.4s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned +0.01% over the tested window | return_pct = 0.0087 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 10,000.87 USDT | final_value - start_balance = +0.87 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 146 of 146 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 0.00% | max_drawdown_pct = 0.0026 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = 1.05 | sharpe_annualized = 1.0538 | derived from daily-resampled equity returns |
Strategy Configuration
GET /backtests/{id} * Fields used: mode_name, config (full JSON payload)- Highlights
- Full JSON
| Parameter | Value |
|---|---|
canBuy | true |
canSell | true |
canBuyUp | true |
startBal | 10000 |
stepSize | 1 |
stopLoss | false |
tickSize | 0.0001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "FDUSDUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 9 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,15,10,10,10,10,5,5,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 25 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 25 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.35,0.5,0.75,1,2.5,5,10,15] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 1 | Exchange size step (base asset). |
stopLoss | false | Hard stop-loss enabled flag. |
stopLossPercentage | 5 | Hard stop-loss distance from entry as a percent (5.0 = -5%). |
taker_fee_bps | 7.5 | Taker fee in basis points. |
tickSize | 0.0001 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [0,0,0,0,0,0,0,0,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: FDUSDUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 1
stopLoss: false
tickSize: 0.0001
buySplits: 9
buyVolumes:
- 20
- 15
- 10
- 10
- 10
- 10
- 5
- 5
- 5
canBuyDown: false
minNotional: 5
buyPercentage: 0.1
fees_in_quote: true
intrabar_mode: OLHC
maker_fee_bps: 7.5
taker_fee_bps: 7.5
sellPercentages:
- 0.25
- 0.35
- 0.5
- 0.75
- 1
- 2.5
- 5
- 10
- 15
triggerCoolDown: 1
investmentPerBuy: 25
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 25
order_latency_seconds: 2
trailingStopLossPercentages:
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
sellCancelDistancePercentage: 1
dontBuyBelowQuoteAssetBalance: 1
investmentPerFreeQuotePercent: 0.01
sellActivateDistancePercentage: 0.1
Strategy Logic
strategyLogic object to buildVerifiableMdx (or wire up getModes() so the exporter can derive a sketch) to remove this notice.GET /modes and select the entry whose filename == "3LongTimeLong.json" to inspect the public rule fields, or consult the engine source for the executable logic.
Engine Specification
engine_version field in this document’s frontmatter (see also the Data Source Metadata section).Engine Specification
uncoded.ch/docs/engine; this report only pins which revision applied (engine_version in the frontmatter).
Data Source Metadata
buildVerifiableMdx({ dataSource: ... }) to fill it in. The engine spec describes deterministic execution semantics (segment order, fill rules, fee classification) that cannot be reverse-engineered from trades alone.| Field | Value | Source |
|---|---|---|
| Market-data provider | Binance Spot | caller DataSourceInput.provider |
| Exchange / venue | binance | caller DataSourceInput.exchange |
| Symbol | FDUSDUSDT | GET /backtests/{id} -> $.symbol |
| Candle interval | 1m | platform invariant - all backtests run on 1-minute OHLCV candles |
| First candle (UTC) | 2024-04-24 00:00:01 | GET /backtests/{id} -> $.config.from |
| Last candle (UTC) | 2026-02-25 23:59:59 | GET /backtests/{id} -> $.config.to |
| Timezone | UTC | default assumption (UTC) |
| Engine version | uncoded-engine (FastAPI backend) | caller DataSourceInput.engineVersion |
| Engine spec version | 1.1 | caller DataSourceInput.engineSpecVersion |
| Engine spec document | https://uncoded.ch/docs/engine | caller DataSourceInput.engineSpecPath |
Equity Curve
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net, total_value_mid, total_value 10,001 | ###############
| ::::::::::::::: ############
| :::::::::::::::##::::::::::::
| :::::::::::::::::::::::::::::
| :::::::::::::::::::::::::::::
| :::::::::::::::::::::::::::::
| #:::::::::::::::::::::::::::::
| ########::::::::::::::::::::::::::::::
| # ##::::::::::::::::::::::::::::::::::::::
10,000 |###############:####::::::::::::::::::::::::::::::::::::::::
+------------------------------------------------------------
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,000.88 USDT @ 2025-04-10 23:59:00 UTC |
| Trough | 10,000.63 USDT @ 2025-09-25 23:59:00 UTC |
| Drawdown Duration | 168.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,000.88 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) | 9,995.87 | 9,995.87 | 100.0% |
| FDUSD | 5.00000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 5.00 | 0.0% |
| Total | - | 10,000.87 | 100.0% |
Trade Analytics
GET /backtests/{id}/trades * Fields used: profit, profit_percentage, fill_type, buy_time, sell_time, buy_price, sell_price, buy_quantity, buy_fee_in_quote, sell_fee_in_quoteWins
Losses
Breakeven
Profit Factor
Payoff Ratio
Expectancy / Trade
Avg Win
Avg Loss
Median Trade
Max Win Streak
Max Loss Streak
Avg Holding
Median Holding
Total Volume
Total Fees
Gross Performance
| Metric | Value | Source |
|---|---|---|
| Gross Profit (winners only) | +0.52 USDT | Sum profit where profit > 0 (client-side from /trades) |
| Gross Loss (losers only) | -0.00 USDT | Sum -profit where profit < 0 (client-side from /trades) |
| Net Profit | +0.52 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.38 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.38 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 0.75 USDT | buy + sell on matched pairs |
| Open-position buy fees | 0.51 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 1 order still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 1.27 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 | 241.38% | 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/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.376672 + 0.377631
= 0.754303 USDT
(B) bt.total_fees = 1.266280 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 1.266280 - 0.754303
= 0.511977 USDT
Identity check: (A) + (C) ?= (B)
0.754303 + 0.511977 = 1.266280 USDT
vs bt.total_fees = 1.266280 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 open order.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 40.8h | 836.2h | 10116.6h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-25 04:14:00 UTC | 2026-02-24 01:34:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 88 | +0.52 USDT | +0.10% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-06 | 1 | 1 | 100.0% | +0.01 |
| 2024-08 | 5 | 5 | 100.0% | +0.03 |
| 2024-09 | 1 | 1 | 100.0% | +0.01 |
| 2024-10 | 1 | 1 | 100.0% | +0.01 |
| 2024-11 | 3 | 3 | 100.0% | +0.02 |
| 2024-12 | 19 | 19 | 100.0% | +0.11 |
| 2025-04 | 33 | 33 | 100.0% | +0.20 |
| 2025-09 | 2 | 2 | 100.0% | +0.01 |
| 2025-10 | 15 | 15 | 100.0% | +0.09 |
| 2026-01 | 4 | 4 | 100.0% | +0.02 |
| 2026-02 | 4 | 4 | 100.0% | +0.02 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2025-04-02 -> 2025-04-02 | 0.960900 | 0.963400 | +0.0063 | +0.11% |
| 2 | TP | 2025-04-02 -> 2025-04-02 | 0.961200 | 0.963700 | +0.0063 | +0.11% |
| 3 | TP | 2025-04-02 -> 2025-04-02 | 0.962200 | 0.964700 | +0.0063 | +0.11% |
| 4 | TP | 2025-04-02 -> 2025-04-02 | 0.962600 | 0.965100 | +0.0063 | +0.11% |
| 5 | TP | 2025-04-02 -> 2025-04-02 | 0.962700 | 0.965200 | +0.0063 | +0.11% |
| 6 | TP | 2025-04-02 -> 2025-04-02 | 0.962900 | 0.965400 | +0.0063 | +0.11% |
| 7 | TP | 2025-04-02 -> 2025-04-02 | 0.964000 | 0.966500 | +0.0063 | +0.11% |
| 8 | TP | 2025-04-02 -> 2025-04-02 | 0.964200 | 0.966700 | +0.0063 | +0.11% |
| 9 | TP | 2025-04-02 -> 2025-04-02 | 0.964300 | 0.966800 | +0.0063 | +0.11% |
| 10 | TP | 2025-04-02 -> 2025-04-02 | 0.965000 | 0.967500 | +0.0063 | +0.11% |
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 | -0.00% @ 2025-09-25 23:59:00 UTC |
| Mean | -0.00% |
| Std Dev | 0.00% |
| Last | -0.00% |
| Points | 673 |
| Across 673 points the series ranged from -0.00% (2025-09-25 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -0.00%. 0% of points were positive, 96% 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.00020799924999664654},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-0.00024097449999317178},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-0.00016403224999521625},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.000060110249996796483},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-0.000050117749997298236},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-0.00004012524999779998},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-0.00018807275000654045},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-0.0002430314999946859},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-0.00037035049999758487},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":0},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-0.00034469540526608366},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-0.0002937337801706095},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-0.0002198342634501998},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-0.0002638011161438777},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-0.00012990199337375457},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.0001398719545008277},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-0.00028781662750599165},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":0},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-0.0005095569218950012},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":-0.00023637193810164457},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-0.0010845124080569367},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-0.00011491192543751832},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-0.00018387258046842302},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-0.00018387258046842302},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-0.000021011416377304464},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-0.000016986975195024146},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-0.00007198523701215947},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-0.0004576394706375392},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-0.000017977184597572397},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-0.0004576394706375392},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-0.0003736864351006201},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-0.0003736864351006201},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-0.00006794298820341971},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-0.0003736864351006201},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-0.0005435439055909812},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-0.00033971494099891027},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-0.0005435439055909812},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-0.000577515399692691},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-0.0004756009174057497},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-0.0006114868937944007},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-0.00044162942330403985},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-0.000735234444250665},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-0.0007752009078954557},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-0.0006952679805876858},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-0.000735234444250665},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-0.0024269772537308105},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-0.0018030479608776022},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-0.001633190490387241},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-0.0014633330198786918},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-0.001551259239904507},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-0.0015732407949200547},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-0.0013973883548684246},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-0.0010456834747833525},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-0.0011116281397936195},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-0.0008918125897290819},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-0.0009021904214792627},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-0.0011021974742449483},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-0.0011232023656626564},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-0.0001381152791385643}]
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 | 0.1609 USDT @ 2025-04-10 23:59:00 UTC |
| Worst Unrealized | -0.4766 USDT @ 2025-04-02 23:59:00 UTC |
| Mean | -0.0094 USDT |
| Std Dev | 0.0771 USDT |
| Last | -0.0080 USDT |
| Points | 673 |
| Sum | -6.33 USDT |
| Across 673 points the series ranged from -0.4766 USDT (2025-04-02 23:59:00 UTC) to 0.1609 USDT (2025-04-10 23:59:00 UTC), averaging -0.0094 USDT. 26% of points were positive, 74% negative. The most recent value is -0.0080 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":0},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-0.020799925},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-0.02409745},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":-0.016403225},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-0.012003375},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-0.011004125},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-0.010004875},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-0.024799625},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-0.0302955},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-0.04906925},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-0.01430435},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-0.04547675},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-0.040380575},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-0.029996925},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-0.034393625},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-0.02149925},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-0.02249625},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-0.037290775},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-0.009008625},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":-0.0599646},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":-0.05675845},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-0.11547525},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-0.0255075},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-0.032403675},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-0.032403675},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-0.0402856},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-0.03688815},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-0.040712525},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-0.079278625},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-0.035311625},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-0.079278625},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":0.123512325},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":0.123512325},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":0.154089375},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":0.123512325},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":0.106525075},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":0.126909775},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":0.106525075},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":0.103127625},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":0.113319975},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":0.099730175},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":0.116717425},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":0.087354325},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":0.083357325},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":0.091351325},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":0.087354325},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-0.100219675},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-0.116606475},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-0.099619225},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-0.094667075},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-0.103460475},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-0.105658825},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-0.088072025},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-0.052898425},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-0.059493475},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-0.037509975},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-0.05602325},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-0.082019875},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-0.08412055},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-0.008002625}]
Balance Composition (Cash vs. Coin)
GET /backtests/{id}/equity * Fields used: quote_asset_bal, base_value_exit_net, total_value_exit_net * Transform: stack(quote, base, total)total).| Stat | Value |
|---|---|
| Peak Total Equity | 10,000.88 USDT @ 2025-04-10 23:59:00 UTC |
| Trough Total Equity | 9,999.96 USDT @ 2024-08-05 23:59:00 UTC |
| Mean | 10,000.41 USDT |
| Std Dev | 0.3791 USDT |
| Last | 10,000.87 USDT |
| Points | 673 |
| Sum | 6,730,275.11 USDT |
| Across 673 points the series ranged from 9,999.96 USDT (2024-08-05 23:59:00 UTC) to 10,000.88 USDT (2025-04-10 23:59:00 UTC), averaging 10,000.41 USDT. 100% of points were positive, 0% negative. The most recent value is 10,000.87 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":10000,"base":0,"total":10000},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9988.989648425,"base":10.989551650000067,"total":9999.979200075},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9988.989648425,"base":10.986254125000414,"total":9999.97590255},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9988.989648425,"base":10.99394835000021,"total":9999.983596775},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9994.997738975,"base":4.9962500000001455,"total":9999.993988975},{"timestamp":"2024-06-20T23:59:00+00:00","quote":9994.997738975,"base":4.997249250000095,"total":9999.994988225},{"timestamp":"2024-07-01T23:59:00+00:00","quote":9994.997738975,"base":4.998248500000045,"total":9999.995987475},{"timestamp":"2024-07-13T23:59:00+00:00","quote":9988.993839425,"base":10.987353299999086,"total":9999.981192725},{"timestamp":"2024-07-24T23:59:00+00:00","quote":9988.993839425,"base":10.981857425000271,"total":9999.97569685},{"timestamp":"2024-08-05T23:59:00+00:00","quote":9983.007990725,"base":16.954974225000115,"total":9999.96296495},{"timestamp":"2024-08-16T23:59:00+00:00","quote":9983.007993875,"base":16.995743624998795,"total":10000.0037375},{"timestamp":"2024-08-27T23:59:00+00:00","quote":9983.028267775,"base":16.9617691250005,"total":9999.9900369},{"timestamp":"2024-09-08T23:59:00+00:00","quote":9983.028267775,"base":16.96686529999897,"total":9999.995133075},{"timestamp":"2024-09-19T23:59:00+00:00","quote":9989.028564175,"base":10.982956600000762,"total":10000.011520775},{"timestamp":"2024-09-30T23:59:00+00:00","quote":9989.028564175,"base":10.978559900000619,"total":10000.007124075},{"timestamp":"2024-10-12T23:59:00+00:00","quote":9995.037254275,"base":4.988755625001431,"total":10000.0260099},{"timestamp":"2024-10-23T23:59:00+00:00","quote":9989.038758775,"base":10.986254125000414,"total":10000.0250129},{"timestamp":"2024-11-04T23:59:00+00:00","quote":9984.035008775,"base":15.975209600001108,"total":10000.010218375},{"timestamp":"2024-11-15T23:59:00+00:00","quote":9995.0542548,"base":5.001246249999895,"total":10000.05550105},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9984.058113875,"base":15.946431200000006,"total":10000.004545075},{"timestamp":"2024-12-08T23:59:00+00:00","quote":9978.087934025,"base":21.94392970000081,"total":10000.031863725},{"timestamp":"2024-12-19T23:59:00+00:00","quote":9973.070338125,"base":26.925790499999493,"total":9999.996128625},{"timestamp":"2024-12-31T23:59:00+00:00","quote":9995.155035125,"base":4.992252999998527,"total":10000.147288125},{"timestamp":"2025-01-11T23:59:00+00:00","quote":9989.154137825,"base":10.986254125000414,"total":10000.14039195},{"timestamp":"2025-01-22T23:59:00+00:00","quote":9989.154137825,"base":10.986254125000414,"total":10000.14039195},{"timestamp":"2025-02-03T23:59:00+00:00","quote":9983.186415575,"base":16.970262749999165,"total":10000.156678325},{"timestamp":"2025-02-14T23:59:00+00:00","quote":9983.186415575,"base":16.973660199999358,"total":10000.160075775},{"timestamp":"2025-02-26T23:59:00+00:00","quote":9984.1802532,"base":15.987999999999374,"total":10000.1682532},{"timestamp":"2025-03-09T23:59:00+00:00","quote":9978.18355905,"base":21.94612804999997,"total":10000.1296871},{"timestamp":"2025-03-20T23:59:00+00:00","quote":9978.18355905,"base":21.99009504999958,"total":10000.1736541},{"timestamp":"2025-04-01T23:59:00+00:00","quote":9978.18355905,"base":21.94612804999997,"total":10000.1296871},{"timestamp":"2025-04-12T23:59:00+00:00","quote":9966.9273174,"base":33.92014079999899,"total":10000.8474582},{"timestamp":"2025-04-23T23:59:00+00:00","quote":9966.9273174,"base":33.92014079999899,"total":10000.8474582},{"timestamp":"2025-05-05T23:59:00+00:00","quote":9966.9273174,"base":33.95071784999891,"total":10000.87803525},{"timestamp":"2025-05-16T23:59:00+00:00","quote":9966.9273174,"base":33.92014079999899,"total":10000.8474582},{"timestamp":"2025-05-28T23:59:00+00:00","quote":9966.9273174,"base":33.90315354999984,"total":10000.83047095},{"timestamp":"2025-06-08T23:59:00+00:00","quote":9966.9273174,"base":33.92353824999918,"total":10000.85085565},{"timestamp":"2025-06-19T23:59:00+00:00","quote":9966.9273174,"base":33.90315354999984,"total":10000.83047095},{"timestamp":"2025-07-01T23:59:00+00:00","quote":9966.9273174,"base":33.89975609999965,"total":10000.8270735},{"timestamp":"2025-07-12T23:59:00+00:00","quote":9966.9273174,"base":33.90994844999841,"total":10000.83726585},{"timestamp":"2025-07-24T23:59:00+00:00","quote":9966.9273174,"base":33.896358649999456,"total":10000.82367605},{"timestamp":"2025-08-04T23:59:00+00:00","quote":9966.9273174,"base":33.9133458999986,"total":10000.8406633},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9960.9372282,"base":39.874071999998705,"total":10000.8113002},{"timestamp":"2025-08-27T23:59:00+00:00","quote":9960.9372282,"base":39.870074999998906,"total":10000.8073032},{"timestamp":"2025-09-07T23:59:00+00:00","quote":9960.9372282,"base":39.87806900000032,"total":10000.8152972},{"timestamp":"2025-09-19T23:59:00+00:00","quote":9960.9372282,"base":39.874071999998705,"total":10000.8113002},{"timestamp":"2025-09-30T23:59:00+00:00","quote":9966.7457523,"base":33.896358650001275,"total":10000.64211095},{"timestamp":"2025-10-11T23:59:00+00:00","quote":9966.825138,"base":33.87937140000031,"total":10000.7045094},{"timestamp":"2025-10-23T23:59:00+00:00","quote":9966.825138,"base":33.896358649999456,"total":10000.72149665},{"timestamp":"2025-11-03T23:59:00+00:00","quote":9978.8077443,"base":21.93073960000038,"total":10000.7384839},{"timestamp":"2025-11-14T23:59:00+00:00","quote":9978.8077443,"base":21.921946200000093,"total":10000.7296905},{"timestamp":"2025-11-26T23:59:00+00:00","quote":9978.8077443,"base":21.919747849999112,"total":10000.72749215},{"timestamp":"2025-12-07T23:59:00+00:00","quote":9978.8077443,"base":21.937334649999684,"total":10000.74507895},{"timestamp":"2025-12-19T23:59:00+00:00","quote":9978.8077443,"base":21.97250824999901,"total":10000.78025255},{"timestamp":"2025-12-30T23:59:00+00:00","quote":9978.8077443,"base":21.965913199999704,"total":10000.7736575},{"timestamp":"2026-01-10T23:59:00+00:00","quote":9978.8077443,"base":21.98789670000042,"total":10000.795641},{"timestamp":"2026-01-22T23:59:00+00:00","quote":9990.807099375,"base":9.987503749998723,"total":10000.794603125},{"timestamp":"2026-02-02T23:59:00+00:00","quote":9985.802338275,"base":14.972262375000355,"total":10000.77460065},{"timestamp":"2026-02-14T23:59:00+00:00","quote":9979.800840525,"base":20.971659450000516,"total":10000.772499975},{"timestamp":"2026-02-25T23:59:00+00:00","quote":9995.873268525,"base":4.99774887500098,"total":10000.8710174}]
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 | 0.63% @ 2025-04-02 23:59:00 UTC |
| Min Exposure | 0.00% @ 2024-04-24 23:59:00 UTC |
| Mean | 0.21% |
| Std Dev | 0.11% |
| Last | 0.05% |
| Points | 673 |
| Across 673 points the series ranged from 0.00% (2024-04-24 23:59:00 UTC) to 0.63% (2025-04-02 23:59:00 UTC), averaging 0.21%. 100% of points were positive, 0% negative. The most recent value is 0.05%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":0},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":0.10989574508232622},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":0.10986280599135155},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":0.10993966383650632},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":0.04996253003260316},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":0.04997251754510236},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":0.04998250505560556},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":0.10987373964255454},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":0.10981884114437963},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":0.16955037018064487},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":0.1699573727284199},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":0.16961786024197534},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":0.16966873557649084},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":0.10982943946798156},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":0.10978552078797779},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":0.04988742649331688},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":0.10986226645261568},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":0.15975193275949548},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":0.05001218492712132},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":0.15946423952230723},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":0.21943859778689465},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":0.2692580092398675},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":0.04992179471123131},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":0.10986099889001782},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":0.10986099889001782},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":0.16969996866930728},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":0.16973388497167552},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":0.15987731001309205},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":0.21945843440720683},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":0.21989713189614263},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":0.21945843440720683},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":0.33917266453441236},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":0.33917266453441236},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":0.3394773711901409},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":0.33917266453441236},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":0.339003382253907},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":0.33920652092150755},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":0.339003382253907},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":0.3389695257287927},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":0.3390710952351079},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":0.3389356691806751},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":0.3391049516912125},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":0.39870837278172916},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":0.39866856535913364},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":0.3987481801725232},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":0.39870837278172916},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":0.3389418226744375},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":0.33876984734581395},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":0.3389391321551542},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":0.21929120169781724},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":0.21920346693126225},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":0.21918153321550723},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":0.2193570026714743},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":0.219707939731967},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":0.2196421392211646},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":0.2198614739197071},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":0.09986710202885155},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":0.1497110271241113},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":0.20970039514500444},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":0.04997313600291068}]
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 | 0.4752 USDT @ 2025-04-03 23:59:00 UTC |
| Worst Day | -0.1600 USDT @ 2025-09-24 23:59:00 UTC |
| Mean | 0.0013 USDT |
| Std Dev | 0.0235 USDT |
| Last | -0.0080 USDT |
| Points | 672 |
| Sum | 0.8710 USDT |
| Across 672 points the series ranged from -0.1600 USDT (2025-09-24 23:59:00 UTC) to 0.4752 USDT (2025-04-03 23:59:00 UTC), averaging 0.0013 USDT. 45% of points were positive, 42% negative. The most recent value is -0.0080 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":-0.008506000000124914},{"timestamp":"2024-05-06T23:59:00+00:00","delta":0},{"timestamp":"2024-05-18T23:59:00+00:00","delta":-0.0010991750004905043},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-0.0065950500011240365},{"timestamp":"2024-06-09T23:59:00+00:00","delta":-0.002498124998965068},{"timestamp":"2024-06-21T23:59:00+00:00","delta":0.0014988749990152428},{"timestamp":"2024-07-02T23:59:00+00:00","delta":0.00199849999989965},{"timestamp":"2024-07-14T23:59:00+00:00","delta":0.003297525001471513},{"timestamp":"2024-07-25T23:59:00+00:00","delta":0.004396700000143028},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-0.011632724999799393},{"timestamp":"2024-08-17T23:59:00+00:00","delta":-0.0016987250000966014},{"timestamp":"2024-08-28T23:59:00+00:00","delta":0.006794899998567416},{"timestamp":"2024-09-08T23:59:00+00:00","delta":0.005096174998470815},{"timestamp":"2024-09-20T23:59:00+00:00","delta":0.005495874998814543},{"timestamp":"2024-10-01T23:59:00+00:00","delta":0.0010991750004905043},{"timestamp":"2024-10-13T23:59:00+00:00","delta":0},{"timestamp":"2024-10-24T23:59:00+00:00","delta":0.0032975249996525235},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-0.0015987999995559221},{"timestamp":"2024-11-16T23:59:00+00:00","delta":-0.0004996249990654178},{"timestamp":"2024-11-27T23:59:00+00:00","delta":0.014389199999641278},{"timestamp":"2024-12-08T23:59:00+00:00","delta":0.0021983500009810086},{"timestamp":"2024-12-20T23:59:00+00:00","delta":0.00809392500013928},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-0.005995500001517939},{"timestamp":"2025-01-12T23:59:00+00:00","delta":0.001099174998671515},{"timestamp":"2025-01-23T23:59:00+00:00","delta":0},{"timestamp":"2025-02-03T23:59:00+00:00","delta":0.023980600000868435},{"timestamp":"2025-02-15T23:59:00+00:00","delta":-0.003397450000193203},{"timestamp":"2025-02-26T23:59:00+00:00","delta":-0.007198650000646012},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-0.008793400000286056},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-0.017586799998753122},{"timestamp":"2025-04-01T23:59:00+00:00","delta":-0.0021983500009810086},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-0.003397450000193203},{"timestamp":"2025-04-24T23:59:00+00:00","delta":0},{"timestamp":"2025-05-05T23:59:00+00:00","delta":0.03737195000030624},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-0.006794900000386406},{"timestamp":"2025-05-28T23:59:00+00:00","delta":0},{"timestamp":"2025-06-08T23:59:00+00:00","delta":0.006794900000386406},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-0.003397450000193203},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-0.01019234999876062},{"timestamp":"2025-07-13T23:59:00+00:00","delta":0},{"timestamp":"2025-07-24T23:59:00+00:00","delta":0},{"timestamp":"2025-08-04T23:59:00+00:00","delta":0.006794900000386406},{"timestamp":"2025-08-16T23:59:00+00:00","delta":0.003997000001618289},{"timestamp":"2025-08-27T23:59:00+00:00","delta":0.0079939999995986},{"timestamp":"2025-09-07T23:59:00+00:00","delta":0.003997000001618289},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-0.00799400000141759},{"timestamp":"2025-09-30T23:59:00+00:00","delta":-0.01019234999876062},{"timestamp":"2025-10-12T23:59:00+00:00","delta":0.016987249999147025},{"timestamp":"2025-10-23T23:59:00+00:00","delta":0.01019234999876062},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-0.004396700000143028},{"timestamp":"2025-11-15T23:59:00+00:00","delta":-0.0021983500009810086},{"timestamp":"2025-11-26T23:59:00+00:00","delta":0},{"timestamp":"2025-12-07T23:59:00+00:00","delta":0.004396700000143028},{"timestamp":"2025-12-19T23:59:00+00:00","delta":0.008793399998467066},{"timestamp":"2025-12-30T23:59:00+00:00","delta":-0.0021983500009810086},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-0.0065950500011240365},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-0.00199849999989965},{"timestamp":"2026-02-02T23:59:00+00:00","delta":0.007494375000533182},{"timestamp":"2026-02-14T23:59:00+00:00","delta":-0.004196849999061669},{"timestamp":"2026-02-25T23:59:00+00:00","delta":-0.008002624999789987}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 0.01% @ 2025-04 |
| Worst Month | -0.00% @ 2025-09 |
| Mean | 0.00% |
| Std Dev | 0.00% |
| Last | 0.00% |
| Points | 23 |
| Across 23 points the series ranged from -0.00% (2025-09) to 0.01% (2025-04), averaging 0.00%. 52% of points were positive, 48% negative. The most recent value is 0.00%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-0.0001899812500050757},{"month":"2024-05","returnPct":-0.0000559896035693083},{"month":"2024-06","returnPct":0.00020584599602238563},{"month":"2024-07","returnPct":-0.00015893931377025262},{"month":"2024-08","returnPct":0.0001793738176325132},{"month":"2024-09","returnPct":0.00006894824842863226},{"month":"2024-10","returnPct":-0.000012024740124398048},{"month":"2024-11","returnPct":0.00013512288352983856},{"month":"2024-12","returnPct":0.0012995242472011229},{"month":"2025-01","returnPct":-0.0000679614922143922},{"month":"2025-02","returnPct":0.000002868960352722802},{"month":"2025-03","returnPct":-0.00008793276297486329},{"month":"2025-04","returnPct":0.007177617915558673},{"month":"2025-05","returnPct":-0.0002038295878058667},{"month":"2025-06","returnPct":0.0000339716672119537},{"month":"2025-07","returnPct":0.000033971690293452835},{"month":"2025-08","returnPct":-0.00011775326093821042},{"month":"2025-09","returnPct":-0.001731721313246929},{"month":"2025-10","returnPct":0.0013033903650575354},{"month":"2025-11","returnPct":-0.0005935084523097389},{"month":"2025-12","returnPct":0.0005495477624601243},{"month":"2026-01","returnPct":-0.0001394459003560198},{"month":"2026-02","returnPct":0.0010390315452492183}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 0.8790 USDT @ 2026-02-24 |
| Trough Cum. | 0.0060 USDT @ 2024-06-07 |
| Mean | 0.4467 USDT |
| Std Dev | 0.3482 USDT |
| Last | 0.8790 USDT |
| Points | 628 |
| Sum | 280.56 USDT |
| Across 628 points the series ranged from 0.0060 USDT (2024-06-07) to 0.8790 USDT (2026-02-24), averaging 0.4467 USDT. 100% of points were positive, 0% negative. The most recent value is 0.8790 USDT. | |
| Showing 60 of 628 points (down-sampled for readability). |
[{"timestamp":"2024-06-07","cumProfit":0.005992},{"timestamp":"2024-06-18","cumProfit":0.005992},{"timestamp":"2024-06-28","cumProfit":0.005992},{"timestamp":"2024-07-09","cumProfit":0.005992},{"timestamp":"2024-07-20","cumProfit":0.005992},{"timestamp":"2024-07-30","cumProfit":0.005992},{"timestamp":"2024-08-10","cumProfit":0.012034},{"timestamp":"2024-08-20","cumProfit":0.035514000000000004},{"timestamp":"2024-08-31","cumProfit":0.035514000000000004},{"timestamp":"2024-09-11","cumProfit":0.035514000000000004},{"timestamp":"2024-09-21","cumProfit":0.041518000000000006},{"timestamp":"2024-10-02","cumProfit":0.041518000000000006},{"timestamp":"2024-10-13","cumProfit":0.04750900000000001},{"timestamp":"2024-10-23","cumProfit":0.04750900000000001},{"timestamp":"2024-11-03","cumProfit":0.04750900000000001},{"timestamp":"2024-11-13","cumProfit":0.04750900000000001},{"timestamp":"2024-11-24","cumProfit":0.06451000000000001},{"timestamp":"2024-12-05","cumProfit":0.0826},{"timestamp":"2024-12-15","cumProfit":0.11160500000000001},{"timestamp":"2024-12-26","cumProfit":0.16185999999999998},{"timestamp":"2025-01-06","cumProfit":0.17279599999999998},{"timestamp":"2025-01-16","cumProfit":0.17279599999999998},{"timestamp":"2025-01-27","cumProfit":0.17279599999999998},{"timestamp":"2025-02-06","cumProfit":0.19696399999999997},{"timestamp":"2025-02-17","cumProfit":0.19696399999999997},{"timestamp":"2025-02-28","cumProfit":0.20896599999999999},{"timestamp":"2025-03-10","cumProfit":0.20896599999999999},{"timestamp":"2025-03-21","cumProfit":0.20896599999999999},{"timestamp":"2025-04-01","cumProfit":0.20896599999999999},{"timestamp":"2025-04-11","cumProfit":0.723947},{"timestamp":"2025-04-22","cumProfit":0.723947},{"timestamp":"2025-05-02","cumProfit":0.723947},{"timestamp":"2025-05-13","cumProfit":0.723947},{"timestamp":"2025-05-24","cumProfit":0.723947},{"timestamp":"2025-06-03","cumProfit":0.723947},{"timestamp":"2025-06-14","cumProfit":0.723947},{"timestamp":"2025-06-25","cumProfit":0.723947},{"timestamp":"2025-07-05","cumProfit":0.723947},{"timestamp":"2025-07-16","cumProfit":0.723947},{"timestamp":"2025-07-26","cumProfit":0.723947},{"timestamp":"2025-08-06","cumProfit":0.723947},{"timestamp":"2025-08-17","cumProfit":0.723947},{"timestamp":"2025-08-27","cumProfit":0.723947},{"timestamp":"2025-09-07","cumProfit":0.723947},{"timestamp":"2025-09-18","cumProfit":0.723947},{"timestamp":"2025-09-28","cumProfit":0.742332},{"timestamp":"2025-10-09","cumProfit":0.748356},{"timestamp":"2025-10-19","cumProfit":0.821117},{"timestamp":"2025-10-30","cumProfit":0.8271419999999999},{"timestamp":"2025-11-10","cumProfit":0.8331519999999999},{"timestamp":"2025-11-20","cumProfit":0.8331519999999999},{"timestamp":"2025-12-01","cumProfit":0.8331519999999999},{"timestamp":"2025-12-12","cumProfit":0.8331519999999999},{"timestamp":"2025-12-22","cumProfit":0.8331519999999999},{"timestamp":"2026-01-02","cumProfit":0.8331519999999999},{"timestamp":"2026-01-12","cumProfit":0.8331519999999999},{"timestamp":"2026-01-23","cumProfit":0.8506269999999999},{"timestamp":"2026-02-03","cumProfit":0.856621},{"timestamp":"2026-02-13","cumProfit":0.856621},{"timestamp":"2026-02-24","cumProfit":0.8790209999999999}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 0.4482 USDT @ 2025-04-02 |
| Worst Day | 0.0000 USDT @ 2024-06-08 |
| Mean | 0.0014 USDT |
| Std Dev | 0.0183 USDT |
| Last | 0.0224 USDT |
| Points | 628 |
| Sum | 0.8790 USDT |
| Across 628 points the series ranged from 0.0000 USDT (2024-06-08) to 0.4482 USDT (2025-04-02), averaging 0.0014 USDT. 6% of points were positive, 0% negative. The most recent value is 0.0224 USDT. | |
| Showing 60 of 628 points (down-sampled for readability). |
[{"day":"2024-06-07","profit":0.005992},{"day":"2024-06-18","profit":0},{"day":"2024-06-28","profit":0},{"day":"2024-07-09","profit":0},{"day":"2024-07-20","profit":0},{"day":"2024-07-30","profit":0},{"day":"2024-08-10","profit":0},{"day":"2024-08-20","profit":0},{"day":"2024-08-31","profit":0},{"day":"2024-09-11","profit":0},{"day":"2024-09-21","profit":0},{"day":"2024-10-02","profit":0},{"day":"2024-10-13","profit":0},{"day":"2024-10-23","profit":0},{"day":"2024-11-03","profit":0},{"day":"2024-11-13","profit":0},{"day":"2024-11-24","profit":0},{"day":"2024-12-05","profit":0.01809},{"day":"2024-12-15","profit":0},{"day":"2024-12-26","profit":0.005457},{"day":"2025-01-06","profit":0},{"day":"2025-01-16","profit":0},{"day":"2025-01-27","profit":0},{"day":"2025-02-06","profit":0},{"day":"2025-02-17","profit":0},{"day":"2025-02-28","profit":0},{"day":"2025-03-10","profit":0},{"day":"2025-03-21","profit":0},{"day":"2025-04-01","profit":0},{"day":"2025-04-11","profit":0},{"day":"2025-04-22","profit":0},{"day":"2025-05-02","profit":0},{"day":"2025-05-13","profit":0},{"day":"2025-05-24","profit":0},{"day":"2025-06-03","profit":0},{"day":"2025-06-14","profit":0},{"day":"2025-06-25","profit":0},{"day":"2025-07-05","profit":0},{"day":"2025-07-16","profit":0},{"day":"2025-07-26","profit":0},{"day":"2025-08-06","profit":0},{"day":"2025-08-17","profit":0},{"day":"2025-08-27","profit":0},{"day":"2025-09-07","profit":0},{"day":"2025-09-18","profit":0},{"day":"2025-09-28","profit":0},{"day":"2025-10-09","profit":0},{"day":"2025-10-19","profit":0},{"day":"2025-10-30","profit":0},{"day":"2025-11-10","profit":0},{"day":"2025-11-20","profit":0},{"day":"2025-12-01","profit":0},{"day":"2025-12-12","profit":0},{"day":"2025-12-22","profit":0},{"day":"2026-01-02","profit":0},{"day":"2026-01-12","profit":0},{"day":"2026-01-23","profit":0},{"day":"2026-02-03","profit":0},{"day":"2026-02-13","profit":0},{"day":"2026-02-24","profit":0.0224}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 73 trades @ 2025-04-02 |
| Quietest Day | 0 trades @ 2024-06-08 |
| Mean | 0 trades |
| Std Dev | 3 trades |
| Last | 4 trades |
| Points | 628 |
| Sum | 146 trades |
| Across 628 points the series ranged from 0 trades (2024-06-08) to 73 trades (2025-04-02), averaging 0 trades. The most recent value is 4 trades. | |
| Showing 60 of 628 points (down-sampled for readability). |
[{"day":"2024-06-07","count":1},{"day":"2024-06-18","count":0},{"day":"2024-06-28","count":0},{"day":"2024-07-09","count":0},{"day":"2024-07-20","count":0},{"day":"2024-07-30","count":0},{"day":"2024-08-10","count":0},{"day":"2024-08-20","count":0},{"day":"2024-08-31","count":0},{"day":"2024-09-11","count":0},{"day":"2024-09-21","count":0},{"day":"2024-10-02","count":0},{"day":"2024-10-13","count":0},{"day":"2024-10-23","count":0},{"day":"2024-11-03","count":0},{"day":"2024-11-13","count":0},{"day":"2024-11-24","count":0},{"day":"2024-12-05","count":3},{"day":"2024-12-15","count":0},{"day":"2024-12-26","count":1},{"day":"2025-01-06","count":0},{"day":"2025-01-16","count":0},{"day":"2025-01-27","count":0},{"day":"2025-02-06","count":0},{"day":"2025-02-17","count":0},{"day":"2025-02-28","count":0},{"day":"2025-03-10","count":0},{"day":"2025-03-21","count":0},{"day":"2025-04-01","count":0},{"day":"2025-04-11","count":0},{"day":"2025-04-22","count":0},{"day":"2025-05-02","count":0},{"day":"2025-05-13","count":0},{"day":"2025-05-24","count":0},{"day":"2025-06-03","count":0},{"day":"2025-06-14","count":0},{"day":"2025-06-25","count":0},{"day":"2025-07-05","count":0},{"day":"2025-07-16","count":0},{"day":"2025-07-26","count":0},{"day":"2025-08-06","count":0},{"day":"2025-08-17","count":0},{"day":"2025-08-27","count":0},{"day":"2025-09-07","count":0},{"day":"2025-09-18","count":0},{"day":"2025-09-28","count":0},{"day":"2025-10-09","count":0},{"day":"2025-10-19","count":0},{"day":"2025-10-30","count":0},{"day":"2025-11-10","count":0},{"day":"2025-11-20","count":0},{"day":"2025-12-01","count":0},{"day":"2025-12-12","count":0},{"day":"2025-12-22","count":0},{"day":"2026-01-02","count":0},{"day":"2026-01-12","count":0},{"day":"2026-01-23","count":0},{"day":"2026-02-03","count":0},{"day":"2026-02-13","count":0},{"day":"2026-02-24","count":4}]
Cumulative Fees
GET /backtests/{id}/trades * Fields used: sell_time, buy_fee_in_quote, sell_fee_in_quote * Transform: cumulativeFees(trades)cumFees).| Stat | Value |
|---|---|
| Final Fees | 1.27 USDT @ 2026-02-24 |
| Start | 0.0090 USDT @ 2024-06-07 |
| Mean | 0.6434 USDT |
| Std Dev | 0.4998 USDT |
| Last | 1.27 USDT |
| Points | 628 |
| Sum | 404.08 USDT |
| Across 628 points the series ranged from 0.0090 USDT (2024-06-07) to 1.27 USDT (2026-02-24), averaging 0.6434 USDT. 100% of points were positive, 0% negative. The most recent value is 1.27 USDT. | |
| Showing 60 of 628 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-06-07","cumFees":0.009008},{"index":11,"timestamp":"2024-06-18","cumFees":0.009008},{"index":21,"timestamp":"2024-06-28","cumFees":0.009008},{"index":32,"timestamp":"2024-07-09","cumFees":0.009008},{"index":43,"timestamp":"2024-07-20","cumFees":0.009008},{"index":53,"timestamp":"2024-07-30","cumFees":0.009008},{"index":64,"timestamp":"2024-08-10","cumFees":0.017966000000000003},{"index":74,"timestamp":"2024-08-20","cumFees":0.052486000000000005},{"index":85,"timestamp":"2024-08-31","cumFees":0.052486000000000005},{"index":96,"timestamp":"2024-09-11","cumFees":0.052486000000000005},{"index":106,"timestamp":"2024-09-21","cumFees":0.06148200000000001},{"index":117,"timestamp":"2024-10-02","cumFees":0.06148200000000001},{"index":128,"timestamp":"2024-10-13","cumFees":0.07049100000000001},{"index":138,"timestamp":"2024-10-23","cumFees":0.07049100000000001},{"index":149,"timestamp":"2024-11-03","cumFees":0.07049100000000001},{"index":159,"timestamp":"2024-11-13","cumFees":0.07049100000000001},{"index":170,"timestamp":"2024-11-24","cumFees":0.09599},{"index":181,"timestamp":"2024-12-05","cumFees":0.12290000000000001},{"index":191,"timestamp":"2024-12-15","cumFees":0.16489600000000001},{"index":202,"timestamp":"2024-12-26","cumFees":0.23564100000000002},{"index":213,"timestamp":"2025-01-06","cumFees":0.250705},{"index":223,"timestamp":"2025-01-16","cumFees":0.250705},{"index":234,"timestamp":"2025-01-27","cumFees":0.250705},{"index":244,"timestamp":"2025-02-06","cumFees":0.28653700000000004},{"index":255,"timestamp":"2025-02-17","cumFees":0.28653700000000004},{"index":266,"timestamp":"2025-02-28","cumFees":0.30453500000000006},{"index":276,"timestamp":"2025-03-10","cumFees":0.30453500000000006},{"index":287,"timestamp":"2025-03-21","cumFees":0.30453500000000006},{"index":298,"timestamp":"2025-04-01","cumFees":0.30453500000000006},{"index":308,"timestamp":"2025-04-11","cumFees":1.0393540000000001},{"index":319,"timestamp":"2025-04-22","cumFees":1.0393540000000001},{"index":329,"timestamp":"2025-05-02","cumFees":1.0393540000000001},{"index":340,"timestamp":"2025-05-13","cumFees":1.0393540000000001},{"index":351,"timestamp":"2025-05-24","cumFees":1.0393540000000001},{"index":361,"timestamp":"2025-06-03","cumFees":1.0393540000000001},{"index":372,"timestamp":"2025-06-14","cumFees":1.0393540000000001},{"index":383,"timestamp":"2025-06-25","cumFees":1.0393540000000001},{"index":393,"timestamp":"2025-07-05","cumFees":1.0393540000000001},{"index":404,"timestamp":"2025-07-16","cumFees":1.0393540000000001},{"index":414,"timestamp":"2025-07-26","cumFees":1.0393540000000001},{"index":425,"timestamp":"2025-08-06","cumFees":1.0393540000000001},{"index":436,"timestamp":"2025-08-17","cumFees":1.0393540000000001},{"index":446,"timestamp":"2025-08-27","cumFees":1.0393540000000001},{"index":457,"timestamp":"2025-09-07","cumFees":1.0393540000000001},{"index":468,"timestamp":"2025-09-18","cumFees":1.0393540000000001},{"index":478,"timestamp":"2025-09-28","cumFees":1.0659690000000002},{"index":489,"timestamp":"2025-10-09","cumFees":1.0749450000000003},{"index":499,"timestamp":"2025-10-19","cumFees":1.1821830000000002},{"index":510,"timestamp":"2025-10-30","cumFees":1.1911580000000002},{"index":521,"timestamp":"2025-11-10","cumFees":1.2001480000000002},{"index":531,"timestamp":"2025-11-20","cumFees":1.2001480000000002},{"index":542,"timestamp":"2025-12-01","cumFees":1.2001480000000002},{"index":553,"timestamp":"2025-12-12","cumFees":1.2001480000000002},{"index":563,"timestamp":"2025-12-22","cumFees":1.2001480000000002},{"index":574,"timestamp":"2026-01-02","cumFees":1.2001480000000002},{"index":584,"timestamp":"2026-01-12","cumFees":1.2001480000000002},{"index":595,"timestamp":"2026-01-23","cumFees":1.225673},{"index":606,"timestamp":"2026-02-03","cumFees":1.234679},{"index":616,"timestamp":"2026-02-13","cumFees":1.234679},{"index":627,"timestamp":"2026-02-24","cumFees":1.26628}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 19 trades @ 0.10% |
| Least Populated Bin | 2 trades @ 0.10% |
| Mean | 7 trades |
| Std Dev | 4 trades |
| Last | 4 trades |
| Points | 20 |
| Sum | 146 trades |
| Across 20 points the series ranged from 2 trades (0.10%) to 19 trades (0.10%), averaging 7 trades. The most recent value is 4 trades. | |
| Full series - 20 points. |
[
{
"bin": "0.10%",
"count": 19,
"from": 0.099812
},
{
"bin": "0.10%",
"count": 11,
"from": 0.100336
},
{
"bin": "0.10%",
"count": 11,
"from": 0.100859
},
{
"bin": "0.10%",
"count": 12,
"from": 0.101383
},
{
"bin": "0.10%",
"count": 4,
"from": 0.101906
},
{
"bin": "0.10%",
"count": 2,
"from": 0.102429
},
{
"bin": "0.10%",
"count": 6,
"from": 0.102953
},
{
"bin": "0.10%",
"count": 6,
"from": 0.103476
},
{
"bin": "0.10%",
"count": 5,
"from": 0.104
},
{
"bin": "0.10%",
"count": 7,
"from": 0.104523
},
{
"bin": "0.11%",
"count": 12,
"from": 0.105046
},
{
"bin": "0.11%",
"count": 5,
"from": 0.10557
},
{
"bin": "0.11%",
"count": 3,
"from": 0.106093
},
{
"bin": "0.11%",
"count": 4,
"from": 0.106617
},
{
"bin": "0.11%",
"count": 4,
"from": 0.10714
},
{
"bin": "0.11%",
"count": 3,
"from": 0.107663
},
{
"bin": "0.11%",
"count": 8,
"from": 0.108187
},
{
"bin": "0.11%",
"count": 9,
"from": 0.10871
},
{
"bin": "0.11%",
"count": 11,
"from": 0.109234
},
{
"bin": "0.11%",
"count": 4,
"from": 0.109757
}
]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 50 |
| Coldest Window | 100.00% @ 50 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 97 |
| Across 97 points the series ranged from 100.00% (50) to 100.00% (50), averaging 100.00%. 100% of points were positive, 0% negative. The most recent value is 100.00%. | |
| Showing 60 of 97 points (down-sampled for readability). |
[{"index":50,"winRate":100},{"index":52,"winRate":100},{"index":53,"winRate":100},{"index":55,"winRate":100},{"index":57,"winRate":100},{"index":58,"winRate":100},{"index":60,"winRate":100},{"index":61,"winRate":100},{"index":63,"winRate":100},{"index":65,"winRate":100},{"index":66,"winRate":100},{"index":68,"winRate":100},{"index":70,"winRate":100},{"index":71,"winRate":100},{"index":73,"winRate":100},{"index":74,"winRate":100},{"index":76,"winRate":100},{"index":78,"winRate":100},{"index":79,"winRate":100},{"index":81,"winRate":100},{"index":83,"winRate":100},{"index":84,"winRate":100},{"index":86,"winRate":100},{"index":87,"winRate":100},{"index":89,"winRate":100},{"index":91,"winRate":100},{"index":92,"winRate":100},{"index":94,"winRate":100},{"index":96,"winRate":100},{"index":97,"winRate":100},{"index":99,"winRate":100},{"index":100,"winRate":100},{"index":102,"winRate":100},{"index":104,"winRate":100},{"index":105,"winRate":100},{"index":107,"winRate":100},{"index":109,"winRate":100},{"index":110,"winRate":100},{"index":112,"winRate":100},{"index":113,"winRate":100},{"index":115,"winRate":100},{"index":117,"winRate":100},{"index":118,"winRate":100},{"index":120,"winRate":100},{"index":122,"winRate":100},{"index":123,"winRate":100},{"index":125,"winRate":100},{"index":126,"winRate":100},{"index":128,"winRate":100},{"index":130,"winRate":100},{"index":131,"winRate":100},{"index":133,"winRate":100},{"index":135,"winRate":100},{"index":136,"winRate":100},{"index":138,"winRate":100},{"index":139,"winRate":100},{"index":141,"winRate":100},{"index":143,"winRate":100},{"index":144,"winRate":100},{"index":146,"winRate":100}]
Gross vs. Net PnL (Fee Impact)
GET /backtests/{id}/trades * Fields used: sell_time, profit, buy_fee_in_quote, sell_fee_in_quote * Transform: grossVsNetPnL(trades)net).| Stat | Value |
|---|---|
| Peak Net | 0.5246 USDT @ 2026-02-24 01:34:00 UTC |
| Trough Net | 0.0060 USDT @ 2024-06-07 01:23:00 UTC |
| Mean | 0.2636 USDT |
| Std Dev | 0.1525 USDT |
| Last | 0.5246 USDT |
| Points | 88 |
| Sum | 23.19 USDT |
| Across 88 points the series ranged from 0.0060 USDT (2024-06-07 01:23:00 UTC) to 0.5246 USDT (2026-02-24 01:34:00 UTC), averaging 0.2636 USDT. 100% of points were positive, 0% negative. The most recent value is 0.5246 USDT. | |
| Showing 60 of 88 points (down-sampled for readability). |
[{"timestamp":"2024-06-07T01:23:00Z","net":0.00599235,"gross":0.015},{"timestamp":"2024-08-05T02:20:00Z","net":0.012034199999999998,"gross":0.03},{"timestamp":"2024-08-19T01:24:00Z","net":0.023525349999999997,"gross":0.057999999999999996},{"timestamp":"2024-08-19T01:24:00Z","net":0.029514999999999996,"gross":0.073},{"timestamp":"2024-09-15T07:29:00Z","net":0.04151769999999999,"gross":0.103},{"timestamp":"2024-10-09T01:26:00Z","net":0.04750914999999999,"gross":0.118},{"timestamp":"2024-11-14T07:33:00Z","net":0.05951904999999999,"gross":0.14800000000000002},{"timestamp":"2024-11-15T08:34:00Z","net":0.06450967499999999,"gross":0.16050000000000003},{"timestamp":"2024-12-05T22:29:00Z","net":0.076558275,"gross":0.19050000000000006},{"timestamp":"2024-12-05T22:30:00Z","net":0.082599225,"gross":0.20550000000000007},{"timestamp":"2024-12-11T11:26:00Z","net":0.094635225,"gross":0.2355000000000001},{"timestamp":"2024-12-13T09:00:00Z","net":0.100633875,"gross":0.2505000000000001},{"timestamp":"2024-12-14T01:00:00Z","net":0.11160387499999999,"gross":0.27650000000000013},{"timestamp":"2024-12-23T10:19:00Z","net":0.11707162499999998,"gross":0.28950000000000015},{"timestamp":"2024-12-23T10:19:00Z","net":0.12801612499999998,"gross":0.31550000000000017},{"timestamp":"2024-12-23T10:19:00Z","net":0.13401387499999998,"gross":0.3305000000000002},{"timestamp":"2024-12-24T04:38:00Z","net":0.14548537499999997,"gross":0.3585000000000002},{"timestamp":"2024-12-24T04:39:00Z","net":0.15094262499999997,"gross":0.3715000000000002},{"timestamp":"2024-12-26T01:10:00Z","net":0.16185937499999997,"gross":0.39750000000000024},{"timestamp":"2024-12-29T12:57:00Z","net":0.16731662499999997,"gross":0.41050000000000025},{"timestamp":"2024-12-29T12:57:00Z","net":0.17279562499999998,"gross":0.42350000000000027},{"timestamp":"2025-04-02T15:36:00Z","net":0.18527892499999998,"gross":0.4535000000000003},{"timestamp":"2025-04-02T15:45:00Z","net":0.19107762499999997,"gross":0.4679000000000003},{"timestamp":"2025-04-02T15:50:00Z","net":0.20228232499999996,"gross":0.4955000000000003},{"timestamp":"2025-04-02T15:52:00Z","net":0.20805387499999994,"gross":0.5093000000000003},{"timestamp":"2025-04-02T17:04:00Z","net":0.22012842499999996,"gross":0.5387000000000003},{"timestamp":"2025-04-02T17:05:00Z","net":0.22646907499999996,"gross":0.5537000000000003},{"timestamp":"2025-04-02T17:10:00Z","net":0.23898837499999998,"gross":0.5837000000000003},{"timestamp":"2025-04-02T17:16:00Z","net":0.24529932499999998,"gross":0.5987000000000003},{"timestamp":"2025-04-02T17:20:00Z","net":0.25794912499999995,"gross":0.6287000000000004},{"timestamp":"2025-04-02T17:20:00Z","net":0.26370822499999996,"gross":0.6431000000000003},{"timestamp":"2025-04-02T17:27:00Z","net":0.275777375,"gross":0.6725000000000003},{"timestamp":"2025-04-02T17:28:00Z","net":0.282115325,"gross":0.6875000000000003},{"timestamp":"2025-04-02T17:30:00Z","net":0.29476692499999996,"gross":0.7175000000000004},{"timestamp":"2025-04-02T17:31:00Z","net":0.30052152499999996,"gross":0.7319000000000003},{"timestamp":"2025-04-02T17:32:00Z","net":0.31302732499999997,"gross":0.7619000000000004},{"timestamp":"2025-04-02T17:32:00Z","net":0.319322075,"gross":0.7769000000000004},{"timestamp":"2025-04-02T17:35:00Z","net":0.331918775,"gross":0.8069000000000004},{"timestamp":"2025-04-02T17:38:00Z","net":0.338207225,"gross":0.8219000000000004},{"timestamp":"2025-04-02T17:46:00Z","net":0.350753525,"gross":0.8519000000000004},{"timestamp":"2025-04-02T17:47:00Z","net":0.357002375,"gross":0.8669000000000004},{"timestamp":"2025-04-02T17:55:00Z","net":0.36323052499999997,"gross":0.8819000000000005},{"timestamp":"2025-04-02T18:12:00Z","net":0.375694925,"gross":0.9119000000000005},{"timestamp":"2025-09-24T02:50:00Z","net":0.38185647500000003,"gross":0.9269000000000005},{"timestamp":"2025-10-02T21:00:00Z","net":0.393931175,"gross":0.9569000000000005},{"timestamp":"2025-10-10T21:28:00Z","net":0.39999462500000005,"gross":0.9719000000000005},{"timestamp":"2025-10-10T21:30:00Z","net":0.41211432500000006,"gross":1.0019000000000005},{"timestamp":"2025-10-10T21:31:00Z","net":0.4181678750000001,"gross":1.0169000000000004},{"timestamp":"2025-10-10T21:35:00Z","net":0.4303730750000001,"gross":1.0469000000000002},{"timestamp":"2025-10-10T21:38:00Z","net":0.4364311250000001,"gross":1.0619},{"timestamp":"2025-10-10T22:47:00Z","net":0.4485481250000001,"gross":1.0918999999999999},{"timestamp":"2025-10-10T22:59:00Z","net":0.45458907500000006,"gross":1.1068999999999998},{"timestamp":"2025-10-11T02:13:00Z","net":0.46669257500000005,"gross":1.1368999999999996},{"timestamp":"2025-10-26T12:19:00Z","net":0.4727173250000001,"gross":1.1518999999999995},{"timestamp":"2026-01-13T18:20:00Z","net":0.48472812500000007,"gross":1.1818999999999993},{"timestamp":"2026-01-14T20:26:00Z","net":0.4907195750000001,"gross":1.1968999999999992},{"timestamp":"2026-01-29T12:40:00Z","net":0.5021972250000001,"gross":1.224899999999999},{"timestamp":"2026-02-24T01:34:00Z","net":0.5076664750000001,"gross":1.237899999999999},{"timestamp":"2026-02-24T01:34:00Z","net":0.518603475,"gross":1.2638999999999987},{"timestamp":"2026-02-24T01:34:00Z","net":0.524596725,"gross":1.2788999999999986}]
Rolling Sharpe Ratio (30d / 90d)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: rollingSharpe(equity, 30) + rollingSharpe(equity, 90)sharpe30).| Stat | Value |
|---|---|
| Peak Sharpe (30d) | 7.78 @ 2025-12-29 23:59:00 UTC |
| Worst Sharpe (30d) | -5.02 @ 2024-11-13 23:59:00 UTC |
| Mean | 0.65 |
| Std Dev | 2.39 |
| Last | 2.39 |
| Points | 643 |
| Across 643 points the series ranged from -5.02 (2024-11-13 23:59:00 UTC) to 7.78 (2025-12-29 23:59:00 UTC), averaging 0.65. The most recent value is 2.39. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":-3.054383802673835,"sharpe90":-1.1575758482250678},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":0.5963029466053867,"sharpe90":-0.17632001393258476},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":2.286761318010905,"sharpe90":1.2330838717220616},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":2.282720774645073,"sharpe90":0.7501536494727669},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-2.8835062588411944,"sharpe90":-0.13190886748431357},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":-2.2576169263687165,"sharpe90":1.3336876935482842},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":-2.443987456528076,"sharpe90":0.4815890074179799},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-0.9347059321877353,"sharpe90":0.8138882546744952},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":3.3311636284307475,"sharpe90":1.1494264766299456},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":1.1984302506246824,"sharpe90":0.9275063428573752},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":2.425436388761735,"sharpe90":1.4919461359348247},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":-0.2615321671362611,"sharpe90":-0.3574001035313591},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":1.2666864115960426,"sharpe90":0.37395392964591245},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":1.3488371265853585,"sharpe90":1.1418033770632747},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":0.2667829022585417,"sharpe90":-0.2936312193591396},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":0.028665713609080195,"sharpe90":1.4356466241014196},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":1.123297324590152,"sharpe90":1.3131275541530492},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":-0.7299268819974413,"sharpe90":1.3103982482584062},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":0.546418205053158,"sharpe90":1.702300017114662},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":-1.253362897642061,"sharpe90":1.2623889559502819},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":2.457548667554692,"sharpe90":1.7491913833325141},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":2.3413699454986348,"sharpe90":1.2259247788134682},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":3.836024183004921,"sharpe90":2.1068307098501737},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-1.7004674813794736,"sharpe90":-0.5750745142021979},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":1.5725109155682264,"sharpe90":3.000405607610976},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":0.7494803605258106,"sharpe90":2.741312032362349},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-0.4941941161650167,"sharpe90":2.8076295085762464},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-1.4368046598505597,"sharpe90":2.7451313223460243},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-1.4010855144153642,"sharpe90":2.796662834015998},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":4.234548398334158,"sharpe90":2.7771180522512697},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":4.991561344224183,"sharpe90":2.7831266400311176},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":4.806513259437762,"sharpe90":2.694427102039991},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":0.4935937710791427,"sharpe90":0.08808988593442214},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":-1.0382524278955982,"sharpe90":-0.799529815954358},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":-0.3698044606204288,"sharpe90":-0.4305499807502589},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":0.49594039295257114,"sharpe90":-0.6494947250516859},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-1.598322574509701,"sharpe90":-0.8117663215283937},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-0.4294608061934279,"sharpe90":-0.37935160884855734},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":-0.84064235804283,"sharpe90":-0.5668730016152406},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":0.8595733806150795,"sharpe90":-0.33488382171891146},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":-0.8759817796873995,"sharpe90":-2.1078278008524274},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":0.22470219761513116,"sharpe90":-1.1357365719384143},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":-0.9872898409258866,"sharpe90":-1.1423986943173647},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":-1.2644550931974305,"sharpe90":-0.9236319238164971},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":0.5062807765260117,"sharpe90":-0.8512668840778119},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-3.6206497065546133,"sharpe90":-0.8071118816660244},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-3.7291298331545484,"sharpe90":-0.7578713339229463},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-2.3000616958158466,"sharpe90":-0.5724253658940597},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":3.5167336330631565,"sharpe90":2.159377991557847},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":2.7573634386221753,"sharpe90":2.5438209225690622},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":0.44613503648605085,"sharpe90":1.5256649104720326},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":-4.506692984717462,"sharpe90":-0.17329744386046397},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":2.9078511749861935,"sharpe90":0.8957897726306864},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":7.137033133762015,"sharpe90":1.165876153027766},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":5.383551826892844,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":3.9867404553283414,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":0.9390746675169037,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-0.30807427141026833,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-1.5518213008080848,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":2.39097440971136,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 88 trades @ win |
| Shortest Streak | 88 trades @ win |
| Mean | 88 trades |
| Std Dev | 0 trades |
| Last | 88 trades |
| Points | 1 |
| Sum | 88 trades |
| Across 1 points the series ranged from 88 trades (win) to 88 trades (win), averaging 88 trades. The most recent value is 88 trades. | |
| Full series - 1 points. |
[{"type":"win","length":88,"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 | 0.63% @ 2025-04-02 23:59:00 UTC |
| Min Utilization | 0.00% @ 2024-04-24 23:59:00 UTC |
| Mean | 0.21% |
| Std Dev | 0.11% |
| Last | 0.05% |
| Points | 673 |
| Across 673 points the series ranged from 0.00% (2024-04-24 23:59:00 UTC) to 0.63% (2025-04-02 23:59:00 UTC), averaging 0.21%. 100% of points were positive, 0% negative. The most recent value is 0.05%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":0},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":0.10989574508232622},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":0.10986280599135155},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":0.10993966383650632},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":0.04996253003260316},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":0.04997251754510236},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":0.04998250505560556},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":0.10987373964255454},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":0.10981884114437963},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":0.16955037018064487},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":0.1699573727284199},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":0.16961786024197534},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":0.16966873557649084},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":0.10982943946798156},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":0.10978552078797779},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":0.04988742649331688},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":0.10986226645261568},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":0.15975193275949548},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":0.05001218492712132},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":0.15946423952230723},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":0.21943859778689465},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":0.2692580092398675},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":0.04992179471123131},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":0.10986099889001782},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":0.10986099889001782},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":0.16969996866930728},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":0.16973388497167552},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":0.15987731001309205},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":0.21945843440720683},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":0.21989713189614263},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":0.21945843440720683},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":0.33917266453441236},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":0.33917266453441236},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":0.3394773711901409},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":0.33917266453441236},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":0.339003382253907},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":0.33920652092150755},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":0.339003382253907},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":0.3389695257287927},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":0.3390710952351079},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":0.3389356691806751},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":0.3391049516912125},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":0.39870837278172916},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":0.39866856535913364},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":0.3987481801725232},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":0.39870837278172916},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":0.3389418226744375},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":0.33876984734581395},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":0.3389391321551542},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":0.21929120169781724},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":0.21920346693126225},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":0.21918153321550723},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":0.2193570026714743},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":0.219707939731967},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":0.2196421392211646},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":0.2198614739197071},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":0.09986710202885155},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":0.1497110271241113},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":0.20970039514500444},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":0.04997313600291068}]
Price Chart with Buy/Sell Markers
GET /backtests/{id}/trades * Fields used: buy_time, buy_price, sell_time, sell_price * Transform: priceWithMarkers(trades)price).| Stat | Value |
|---|---|
| Highest Price | 1.01 @ 2024-12-26 01:10:00 UTC |
| Lowest Price | 0.8909 @ 2025-04-02 15:52:00 UTC |
| Mean | 0.9858 |
| Std Dev | 0.0211 |
| Last | 1.01 |
| Points | 125 |
| Across 125 points the series ranged from 0.8909 (2025-04-02 15:52:00 UTC) to 1.01 (2024-12-26 01:10:00 UTC), averaging 0.9858. The most recent value is 1.01. | |
| Showing 60 of 125 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T04:14:00Z","price":1.0009},{"timestamp":"2024-06-07T01:23:00Z","price":1.0021},{"timestamp":"2024-08-05T01:13:00Z","price":0.9979},{"timestamp":"2024-08-06T23:32:00Z","price":0.9989},{"timestamp":"2024-08-19T01:24:00Z","price":1.0035},{"timestamp":"2024-08-27T22:23:00Z","price":0.9983},{"timestamp":"2024-10-09T01:26:00Z","price":1.0022},{"timestamp":"2024-10-25T18:13:00Z","price":1},{"timestamp":"2024-11-14T07:32:00Z","price":0.9999},{"timestamp":"2024-11-15T08:34:00Z","price":1.0025},{"timestamp":"2024-11-18T20:25:00Z","price":0.9979},{"timestamp":"2024-12-05T04:32:00Z","price":0.9989},{"timestamp":"2024-12-05T22:28:00Z","price":0.9942},{"timestamp":"2024-12-05T22:30:00Z","price":0.9942},{"timestamp":"2024-12-06T17:57:00Z","price":0.9987},{"timestamp":"2024-12-13T20:36:00Z","price":1.0027},{"timestamp":"2024-12-14T01:00:00Z","price":1.0039},{"timestamp":"2024-12-15T10:46:00Z","price":1.0006},{"timestamp":"2024-12-19T19:03:00Z","price":0.998},{"timestamp":"2024-12-23T20:13:00Z","price":1.0034},{"timestamp":"2024-12-24T04:39:00Z","price":1.0044},{"timestamp":"2024-12-26T01:10:00Z","price":1.007},{"timestamp":"2024-12-29T12:57:00Z","price":1.007},{"timestamp":"2025-02-26T20:41:00Z","price":0.9997},{"timestamp":"2025-04-02T15:34:00Z","price":0.9709},{"timestamp":"2025-04-02T15:48:00Z","price":0.9149},{"timestamp":"2025-04-02T15:50:00Z","price":0.9045},{"timestamp":"2025-04-02T16:00:00Z","price":0.9586},{"timestamp":"2025-04-02T16:57:00Z","price":0.9732},{"timestamp":"2025-04-02T17:05:00Z","price":0.9634},{"timestamp":"2025-04-02T17:10:00Z","price":0.9757},{"timestamp":"2025-04-02T17:12:00Z","price":0.9642},{"timestamp":"2025-04-02T17:18:00Z","price":0.9627},{"timestamp":"2025-04-02T17:20:00Z","price":0.9652},{"timestamp":"2025-04-02T17:23:00Z","price":0.9668},{"timestamp":"2025-04-02T17:28:00Z","price":0.9637},{"timestamp":"2025-04-02T17:30:00Z","price":0.9629},{"timestamp":"2025-04-02T17:32:00Z","price":0.9724},{"timestamp":"2025-04-02T17:35:00Z","price":0.9662},{"timestamp":"2025-04-02T17:38:00Z","price":0.9692},{"timestamp":"2025-04-02T17:40:00Z","price":0.9709},{"timestamp":"2025-04-02T17:46:00Z","price":0.9709},{"timestamp":"2025-04-02T17:48:00Z","price":0.9734},{"timestamp":"2025-04-02T18:07:00Z","price":0.9739},{"timestamp":"2025-04-02T18:12:00Z","price":0.9764},{"timestamp":"2025-09-22T06:02:00Z","price":0.9961},{"timestamp":"2025-10-02T21:00:00Z","price":0.9986},{"timestamp":"2025-10-10T21:28:00Z","price":0.9925},{"timestamp":"2025-10-10T21:30:00Z","price":0.9917},{"timestamp":"2025-10-10T21:32:00Z","price":0.981},{"timestamp":"2025-10-10T21:37:00Z","price":0.9942},{"timestamp":"2025-10-10T22:03:00Z","price":0.9931},{"timestamp":"2025-10-10T22:26:00Z","price":0.9939},{"timestamp":"2025-10-10T22:59:00Z","price":0.9967},{"timestamp":"2025-10-11T02:02:00Z","price":0.9944},{"timestamp":"2025-10-31T08:10:00Z","price":1.0001},{"timestamp":"2026-01-14T20:26:00Z","price":1.0022},{"timestamp":"2026-01-14T22:39:00Z","price":1.0044},{"timestamp":"2026-01-29T12:40:00Z","price":1.0019},{"timestamp":"2026-02-24T01:34:00Z","price":1.0054}]
Trade Size Distribution (Notional)
GET /backtests/{id}/trades * Fields used: buy_price, buy_quantity * Transform: tradeSizeDistribution(trades, 25)buy_price x buy_quantity) in quote currency.How to read it. A tight peak => uniform sizing. A long right-tail => a few oversized positions that dominate PnL and risk.Why it matters. Position-size variance is a hidden risk factor - strategies that ape into one mega-trade are not as repeatable as their headline numbers suggest.Insights (auto-derived from count).| Stat | Value |
|---|---|
| Most Populated Bin | 27 trades @ $5.96 |
| Least Populated Bin | 0 trades @ $5.04 |
| Mean | 4 trades |
| Std Dev | 7 trades |
| Last | 27 trades |
| Points | 25 |
| Sum | 88 trades |
| Across 25 points the series ranged from 0 trades (5.04)to∗∗27trades∗∗(5.96), averaging 4 trades. The most recent value is 27 trades. | |
| Full series - 25 points. |
[{"bin":"$5.00","count":17,"from":5},{"bin":"$5.04","count":0,"from":5.039976},{"bin":"$5.08","count":0,"from":5.079952},{"bin":"$5.12","count":0,"from":5.119928},{"bin":"$5.16","count":0,"from":5.159904},{"bin":"$5.20","count":0,"from":5.19988},{"bin":"$5.24","count":0,"from":5.239856},{"bin":"$5.28","count":0,"from":5.279832},{"bin":"$5.32","count":1,"from":5.319808},{"bin":"$5.36","count":0,"from":5.359783999999999},{"bin":"$5.40","count":1,"from":5.39976},{"bin":"$5.44","count":0,"from":5.439736},{"bin":"$5.48","count":1,"from":5.479712},{"bin":"$5.52","count":0,"from":5.5196879999999995},{"bin":"$5.56","count":0,"from":5.559664},{"bin":"$5.60","count":0,"from":5.59964},{"bin":"$5.64","count":0,"from":5.639616},{"bin":"$5.68","count":0,"from":5.6795919999999995},{"bin":"$5.72","count":5,"from":5.719568},{"bin":"$5.76","count":12,"from":5.759544},{"bin":"$5.80","count":11,"from":5.799519999999999},{"bin":"$5.84","count":2,"from":5.839496},{"bin":"$5.88","count":2,"from":5.879472},{"bin":"$5.92","count":9,"from":5.919447999999999},{"bin":"$5.96","count":27,"from":5.959423999999999}]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 18 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.1 |
| Mean | 4 trades |
| Std Dev | 5 trades |
| Last | 9 trades |
| Points | 20 |
| Sum | 88 trades |
| Across 20 points the series ranged from 0 trades (0.1) to 18 trades (0.1), averaging 4 trades. The most recent value is 9 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 18,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 8,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 7,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 6,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 4,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 2,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 4,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 4,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 5,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 10,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 9,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 9,
"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 | 100.01 @ Apr |
| Worst Indexed Value | 100.00 @ Mar |
| Mean | 100.00 |
| Std Dev | 0.0029 |
| Last | 100.01 |
| Points | 12 |
| Across 12 points the series ranged from 100.00 (Mar) to 100.01 (Apr), averaging 100.00. The most recent value is 100.01. | |
| Full series - 12 points. |
[
{
"2025": 99.9999320385078,
"2026": 99.99986055409964,
"month": "Jan"
},
{
"2025": 99.99990193270422,
"2026": 100.00092955967523,
"month": "Feb"
},
{
"2025": 99.99983598318217,
"month": "Mar"
},
{
"2024": 99.99981001875,
"2025": 100.00699160457333,
"month": "Apr"
},
{
"2024": 99.9997590255,
"2025": 100.00685570858849,
"month": "May"
},
{
"2024": 99.99996487099999,
"2025": 100.00688968258471,
"month": "Jun"
},
{
"2024": 99.9998009355,
"2025": 100.0068217345923,
"month": "Jul"
},
{
"2024": 100.00000229249999,
"2025": 100.00666999934234,
"month": "Aug"
},
{
"2024": 100.00007124075,
"2025": 100.00493816252329,
"month": "Sep"
},
{
"2024": 100.00007020774999,
"2025": 100.00627559169091,
"month": "Oct"
},
{
"2024": 100.00022131875,
"2025": 100.00568204599243,
"month": "Nov"
},
{
"2024": 100.00147288124998,
"2025": 100.00629757486492,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 0.5016 USDT @ Tue |
| Worst Weekday | 0.0176 USDT @ Fri |
| Mean | 0.1256 USDT |
| Std Dev | 0.1566 USDT |
| Last | 0.0821 USDT |
| Points | 7 |
| Sum | 0.8790 USDT |
| Across 7 points the series ranged from 0.0176 USDT (Fri) to 0.5016 USDT (Tue), averaging 0.1256 USDT. 100% of points were positive, 0% negative. The most recent value is 0.0821 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 0.057331
},
{
"day": "Tue",
"profit": 0.501574
},
{
"day": "Wed",
"profit": 0.096225
},
{
"day": "Thu",
"profit": 0.101207
},
{
"day": "Fri",
"profit": 0.017584
},
{
"day": "Sat",
"profit": 0.022965
},
{
"day": "Sun",
"profit": 0.082134
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 0.1799 USDT @ 17:00 |
| Worst Hour (UTC) | 0.0000 USDT @ 5:00 |
| Mean | 0.0366 USDT |
| Std Dev | 0.0394 USDT |
| Last | 0.0123 USDT |
| Points | 24 |
| Sum | 0.8790 USDT |
| Across 24 points the series ranged from 0.0000 USDT (5:00) to 0.1799 USDT (17:00), averaging 0.0366 USDT. 88% of points were positive, 0% negative. The most recent value is 0.0123 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":0.012175},{"hour":"1:00","profit":0.074953},{"hour":"2:00","profit":0.060793},{"hour":"3:00","profit":0.01206},{"hour":"4:00","profit":0.035127},{"hour":"5:00","profit":0},{"hour":"6:00","profit":0.006019},{"hour":"7:00","profit":0.024059},{"hour":"8:00","profit":0.011001},{"hour":"9:00","profit":0.018},{"hour":"10:00","profit":0.028417},{"hour":"11:00","profit":0.006013},{"hour":"12:00","profit":0.028963},{"hour":"13:00","profit":0},{"hour":"14:00","profit":0},{"hour":"15:00","profit":0.071336},{"hour":"16:00","profit":0.08571},{"hour":"17:00","profit":0.179894},{"hour":"18:00","profit":0.04321},{"hour":"19:00","profit":0.006174},{"hour":"20:00","profit":0.04171},{"hour":"21:00","profit":0.060872},{"hour":"22:00","profit":0.060255},{"hour":"23:00","profit":0.01228}]
Profit vs. Hold Time
GET /backtests/{id}/trades * Fields used: buy_time, sell_time, profit_percentage * Transform: holdTimes(trades)profitPct).| Stat | Value |
|---|---|
| Best Trade Return | 0.11% @ 0.016666666666666666 |
| Worst Trade Return | 0.10% @ 494.35 |
| Mean | 0.10% |
| Std Dev | 0.00% |
| Last | 0.10% |
| Points | 88 |
| Across 88 points the series ranged from 0.10% (494.35) to 0.11% (0.016666666666666666), averaging 0.10%. 100% of points were positive, 0% negative. The most recent value is 0.10%. | |
| Showing 60 of 88 points (down-sampled for readability). |
[{"hours":2781.1666666666665,"profitPct":0.1095713858,"profit":0.0054835},{"hours":850.7333333333333,"profitPct":0.099912465,"profit":0.00599235},{"hours":203.03333333333333,"profitPct":0.1003382102,"profit":0.00600765},{"hours":0,"profitPct":0.1012951413,"profit":0.00604185},{"hours":2807.45,"profitPct":0.109467692,"profit":0.0054805},{"hours":1073.5666666666666,"profitPct":0.0998874662,"profit":0.00599145},{"hours":692.6666666666666,"profitPct":0.1000625626,"profit":0.00599775},{"hours":494.35,"profitPct":0.0998125,"profit":0.004990625},{"hours":620.6,"profitPct":0.1097790221,"profit":0.0054895},{"hours":391.06666666666666,"profitPct":0.1003382102,"profit":0.00600765},{"hours":21.933333333333334,"profitPct":0.1007654086,"profit":0.00602295},{"hours":0.016666666666666666,"profitPct":0.1012698652,"profit":0.00604095},{"hours":131.36666666666667,"profitPct":0.1004888198,"profit":0.00601305},{"hours":226.83333333333334,"profitPct":0.1090279163,"profit":0.00546775},{"hours":191.55,"profitPct":0.1096492105,"profit":0.00548575},{"hours":160.26666666666668,"profitPct":0.1000625626,"profit":0.00599775},{"hours":8.416666666666666,"profitPct":0.1089246562,"profit":0.00546475},{"hours":0,"profitPct":0.1086668658,"profit":0.00545725},{"hours":2.6666666666666665,"profitPct":0.1086668658,"profit":0.00545725},{"hours":83.78333333333333,"profitPct":0.1086668658,"profit":0.00545725},{"hours":25.5,"profitPct":0.1094158762,"profit":0.005479},{"hours":7763.516666666666,"profitPct":0.1095713858,"profit":0.0054835},{"hours":7727.75,"profitPct":0.0998874662,"profit":0.00599145},{"hours":0,"profitPct":0.1072999279,"profit":0.00625065},{"hours":0,"profitPct":0.1067709939,"profit":0.00623265},{"hours":0.016666666666666666,"profitPct":0.1012050497,"profit":0.00555555},{"hours":0,"profitPct":0.1040934218,"profit":0.00564915},{"hours":0.016666666666666666,"profitPct":0.100177342,"profit":0.0057618},{"hours":0.21666666666666667,"profitPct":0.1066918413,"profit":0.00622995},{"hours":0,"profitPct":0.1091415975,"profit":0.00631275},{"hours":0,"profitPct":0.1084445479,"profit":0.00628935},{"hours":0.35,"profitPct":0.1071674902,"profit":0.00624615},{"hours":0.06666666666666667,"profitPct":0.1090878448,"profit":0.00631095},{"hours":0.03333333333333333,"profitPct":0.1094915342,"profit":0.00632445},{"hours":0.23333333333333334,"profitPct":0.1086050725,"profit":0.00629475},{"hours":0.016666666666666666,"profitPct":0.1090609769,"profit":0.00631005},{"hours":0.15,"profitPct":0.108873057,"profit":0.00630375},{"hours":0.03333333333333333,"profitPct":0.1000990719,"profit":0.0057591},{"hours":0.016666666666666666,"profitPct":0.1096263771,"profit":0.00632895},{"hours":0,"profitPct":0.0999687305,"profit":0.0057546},{"hours":0.11666666666666667,"profitPct":0.1079641677,"profit":0.00627315},{"hours":0,"profitPct":0.1085515421,"profit":0.00629295},{"hours":0.13333333333333333,"profitPct":0.1072469365,"profit":0.00624885},{"hours":0.05,"profitPct":0.1079641677,"profit":0.00627315},{"hours":0.08333333333333333,"profitPct":0.1065073416,"profit":0.00622365},{"hours":0.06666666666666667,"profitPct":0.1070087449,"profit":0.00624075},{"hours":1866.6666666666667,"profitPct":0.1004134924,"profit":0.00601035},{"hours":254.96666666666667,"profitPct":0.1007905833,"profit":0.00602385},{"hours":375.03333333333336,"profitPct":0.1008157631,"profit":0.00602475},{"hours":0.016666666666666666,"profitPct":0.1017002519,"profit":0.00605625},{"hours":0,"profitPct":0.1019032974,"profit":0.00606345},{"hours":0,"profitPct":0.1016241942,"profit":0.00605355},{"hours":0,"profitPct":0.1013962967,"profit":0.00604545},{"hours":1.3666666666666667,"profitPct":0.1012698652,"profit":0.00604095},{"hours":0.7333333333333333,"profitPct":0.1015481825,"profit":0.00605085},{"hours":0.15,"profitPct":0.1019795239,"profit":0.00606615},{"hours":0.18333333333333332,"profitPct":0.1012193282,"profit":0.00603915},{"hours":962.9166666666666,"profitPct":0.1086668658,"profit":0.00545725},{"hours":612.9,"profitPct":0.1094417815,"profit":0.00547975},{"hours":455.9,"profitPct":0.0999374687,"profit":0.00599325}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 88 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 29 trades |
| Std Dev | 41 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 88 trades |
| Across 3 points the series ranged from 0 trades (SL) to 88 trades (TP), averaging 29 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 88
},
{
"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": "f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3",
"symbol": "FDUSDUSDT",
"strategy": "3LongTimeLong.json",
"strategy_label": "LongTimeLong",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 672,
"start_balance_usdt": 10000,
"final_value_usdt": 10000.8710174,
"return_pct": 0.0087,
"total_profit_usdt": 0.87902002,
"avg_profit_per_trade_usdt": 0.00602069,
"fulfilled_trades": 146,
"active_orders": 1,
"win_rate_pct": 100,
"best_trade_usdt": 0.00634065,
"worst_trade_usdt": 0.00499063,
"trades_per_month": 6.602674652891264,
"max_drawdown_pct": 0.00256286323013765,
"max_drawdown_abs_usdt": 0.2563090000003285,
"drawdown_duration_days": 168,
"recovery_days": null,
"cagr_pct": 0.004734118765981066,
"volatility_annualized_pct": 0.004489388722623793,
"sharpe_annualized": 1.0537887959980075,
"sortino_annualized": 1.7416335172880806,
"time_in_market_pct": 99.70282317979198,
"final_cash_usdt": 9995.873268525,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -0.008002625,
"median_hold_hours": 40.78333333333333,
"avg_hold_hours": 836.2227272727275,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3 |
symbol | FDUSDUSDT |
strategy | 3LongTimeLong.json |
strategy_label | LongTimeLong |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 672 |
start_balance_usdt | 10000 |
final_value_usdt | 10000.8710174 |
return_pct | 0.0087 |
total_profit_usdt | 0.87902002 |
avg_profit_per_trade_usdt | 0.00602069 |
fulfilled_trades | 146 |
active_orders | 1 |
win_rate_pct | 100 |
best_trade_usdt | 0.00634065 |
worst_trade_usdt | 0.00499063 |
trades_per_month | 6.602674652891264 |
max_drawdown_pct | 0.00256286323013765 |
max_drawdown_abs_usdt | 0.2563090000003285 |
drawdown_duration_days | 168 |
recovery_days | null |
cagr_pct | 0.004734118765981066 |
volatility_annualized_pct | 0.004489388722623793 |
sharpe_annualized | 1.0537887959980075 |
sortino_annualized | 1.7416335172880806 |
time_in_market_pct | 99.70282317979198 |
final_cash_usdt | 9995.873268525 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -0.008002625 |
median_hold_hours | 40.78333333333333 |
avg_hold_hours | 836.2227272727275 |
buyhold_return_pct | null |
outperformance_vs_buyhold_pp | null |
Metric Provenance Index
| Metric | Source | JSON path | Transform | Value in this report |
|---|---|---|---|---|
| Symbol | GET /backtests/{id} | $.symbol | direct API value | FDUSDUSDT |
| Mode | GET /backtests/{id} | $.mode_name | direct API value | 3LongTimeLong.json |
| Status | GET /backtests/{id} | $.status | direct API value | completed |
| Period start | GET /backtests/{id} | $.config.from | direct API value | 2024-04-24 00:00:01 |
| Period end | GET /backtests/{id} | $.config.to | direct API value | 2026-02-25 23:59:59 |
| Start balance | GET /backtests/{id} | $.start_balance | direct API value | 10,000.00 USDT |
| Final value | GET /backtests/{id} | $.final_value | direct API value | 10,000.87 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | +0.01% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +0.88 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)) | 146 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0063 USDT |
| Worst trade | GET /backtests/{id} | $.min_profit | direct API value (cross-check: min(trades[].profit)) | +0.0050 USDT |
| Avg profit / trade | GET /backtests/{id} | $.avg_profit | direct API value | +0.0060 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 6.6 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -0.00% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -0.26 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | +0.00% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 0.00% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | 1.05 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | 1.74 |
| Time in market % | GET /backtests/{id}/equity | $[*].base_asset_bal | count(samples where base_asset_bal>0) / count(samples) * 100 | 99.7% |
| Total fees | GET /backtests/{id}/trades | $[*].buy_fee_in_quote, $[*].sell_fee_in_quote | Sum (buy_fee_in_quote + sell_fee_in_quote) | 0.75 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +0.52 USDT |
| Gross loss (losers) | GET /backtests/{id}/trades | $[?(@.profit<0)].profit | Sum abs(profit) where profit < 0 | 0.00 USDT |
| Profit factor | GET /backtests/{id}/trades | $[*].profit | Sum winners.profit / Sum abs(losers.profit) | inf |
| Payoff ratio | GET /backtests/{id}/trades | $[*].profit | avg(winners.profit) / avg(abs(losers.profit)) | inf |
| Expectancy / trade | GET /backtests/{id}/trades | $[*].profit | mean(trades[].profit) | +0.0060 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 88 |
| 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 | 836.2h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 40.8h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,006 USDT |
Raw API Attachments
/trades. Full trade population: 146 closed trades - fetch the complete list via GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3 - backtest summary (verbatim)
GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3 - backtest summary (verbatim)
{
"id": "f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:12.020613Z",
"started_at": "2026-05-11T00:46:58.145543Z",
"completed_at": "2026-05-11T00:48:07.441664Z",
"mode_name": "3LongTimeLong.json",
"symbol": "FDUSDUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 10000.8710174,
"return_pct": 0.0087,
"total_profit": 0.87902002,
"fulfilled_trades": 146,
"active_orders": 1,
"win_rate": 100,
"avg_profit": 0.00602069,
"max_profit": 0.00634065,
"min_profit": 0.00499063,
"elapsed_sec": 47.36,
"max_drawdown": -0.0026,
"profit_factor": null,
"sharpe_ratio": 1.0538,
"total_fees": 1.26627998,
"avg_hold_time_hours": 420.8267,
"tp_count": 146,
"sl_count": 0,
"tsl_count": 0,
"start_price": 1.0005,
"end_price": 1.0003,
"gross_profit_quote": 2.1453,
"gross_loss_quote": 0,
"wins": 146,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 146,
"consecutive_losses_max": 0,
"holding_minutes_p50": 12.5,
"holding_minutes_p95": 153152.5,
"holding_minutes_max": 606997,
"description": "FDUSDUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | +0.01% | 146 trades | 100% WR",
"summary_text": "Backtest FDUSDUSDT (Mode: 3LongTimeLong.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 10,000.87 USDT\nP&L: +0.87 USDT (+0.01%)\nResult: PROFIT\nCompleted trades: 146\nOpen orders at end: 1\nWin rate: 100.0%\nAvg. profit/trade: 0.006021 USDT\nBest trade: 0.006341 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 0.879020 USDT\nMax drawdown: -0.00%\nProfit factor: inf (no losing trades)\nSharpe ratio: 1.05\nTotal fees: 1.27 USDT\nAvg hold time: 420.8h\nTP / SL / TSL: 146 / 0 / 0\n\nStrategy parameters:\n Buy trigger: -0.1% from last buy\n Buy splits: 9\n Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]\n Investment per buy: 25.0 USDT\n Fees: maker 7.5 bps / taker 7.5 bps\n\nElapsed: 47.4s",
"share_token": null,
"config_hash": "7f8efd609bee9d5147c76d9b90f76a2a24797e1051e23120640452aa3b044f4e",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "FDUSDUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3/equity - equity series (verbatim, 673 points)
GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 0,
"quote_asset_bal": 10000,
"total_value_mid": 10000,
"total_value_exit_net": 10000,
"total_value": 10000,
"base_cost_quote": 0,
"unrealized_pnl_exit_net": 0
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.991746625,
"total_value_mid": 9999.995246625,
"total_value_exit_net": 9999.991494,
"total_value": 9999.995246625,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.008506
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.991746625,
"total_value_mid": 9999.994746625,
"total_value_exit_net": 9999.990994375,
"total_value": 9999.994746625,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.009005625
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.991746625,
"total_value_mid": 9999.991746625,
"total_value_exit_net": 9999.987996625,
"total_value": 9999.991746625,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.012003375
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.991746625,
"total_value_mid": 9999.989246625,
"total_value_exit_net": 9999.9854985,
"total_value": 9999.989246625,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0145015
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.991746625,
"total_value_mid": 9999.987746625,
"total_value_exit_net": 9999.983999625,
"total_value": 9999.987746625,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.016000375
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.991746625,
"total_value_mid": 9999.984746625,
"total_value_exit_net": 9999.981001875,
"total_value": 9999.984746625,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.018998125
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.991746625,
"total_value_mid": 9999.985246625,
"total_value_exit_net": 9999.9815015,
"total_value": 9999.985246625,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0184985
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.981948425,
"total_value_exit_net": 9999.9737042,
"total_value": 9999.981948425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.0262958
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.986348425,
"total_value_exit_net": 9999.9781009,
"total_value": 9999.986348425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.0218991
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.985248425,
"total_value_exit_net": 9999.977001725,
"total_value": 9999.985248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.022998275
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.987448425,
"total_value_exit_net": 9999.979200075,
"total_value": 9999.987448425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.020799925
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.987448425,
"total_value_exit_net": 9999.979200075,
"total_value": 9999.987448425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.020799925
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.989648425,
"total_value_exit_net": 9999.981398425,
"total_value": 9999.989648425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.018601575
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.991848425,
"total_value_exit_net": 9999.983596775,
"total_value": 9999.991848425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.016403225
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.994048425,
"total_value_exit_net": 9999.985795125,
"total_value": 9999.994048425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.014204875
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.991848425,
"total_value_exit_net": 9999.983596775,
"total_value": 9999.991848425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.016403225
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.992948425,
"total_value_exit_net": 9999.98469595,
"total_value": 9999.992948425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.01530405
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.996248425,
"total_value_exit_net": 9999.987993475,
"total_value": 9999.996248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.012006525
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.991848425,
"total_value_exit_net": 9999.983596775,
"total_value": 9999.991848425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.016403225
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.995148425,
"total_value_exit_net": 9999.9868943,
"total_value": 9999.995148425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.0131057
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.976448425,
"total_value_exit_net": 9999.968208325,
"total_value": 9999.976448425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.031791675
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.981948425,
"total_value_exit_net": 9999.9737042,
"total_value": 9999.981948425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.0262958
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.984148425,
"total_value_exit_net": 9999.97590255,
"total_value": 9999.984148425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.02409745
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.983048425,
"total_value_exit_net": 9999.974803375,
"total_value": 9999.983048425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.025196625
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.980848425,
"total_value_exit_net": 9999.972605025,
"total_value": 9999.980848425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.027394975
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.983048425,
"total_value_exit_net": 9999.974803375,
"total_value": 9999.983048425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.025196625
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.985248425,
"total_value_exit_net": 9999.977001725,
"total_value": 9999.985248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.022998275
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.979748425,
"total_value_exit_net": 9999.97150585,
"total_value": 9999.979748425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.02849415
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.979748425,
"total_value_exit_net": 9999.97150585,
"total_value": 9999.979748425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.02849415
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.985248425,
"total_value_exit_net": 9999.977001725,
"total_value": 9999.985248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.022998275
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.985248425,
"total_value_exit_net": 9999.977001725,
"total_value": 9999.985248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.022998275
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.984148425,
"total_value_exit_net": 9999.97590255,
"total_value": 9999.984148425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.02409745
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.986348425,
"total_value_exit_net": 9999.9781009,
"total_value": 9999.986348425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.0218991
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.991848425,
"total_value_exit_net": 9999.983596775,
"total_value": 9999.991848425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.016403225
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.985248425,
"total_value_exit_net": 9999.977001725,
"total_value": 9999.985248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.022998275
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.987448425,
"total_value_exit_net": 9999.979200075,
"total_value": 9999.987448425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.020799925
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.984148425,
"total_value_exit_net": 9999.97590255,
"total_value": 9999.984148425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.02409745
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.984148425,
"total_value_exit_net": 9999.97590255,
"total_value": 9999.984148425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.02409745
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.984148425,
"total_value_exit_net": 9999.97590255,
"total_value": 9999.984148425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.02409745
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.985248425,
"total_value_exit_net": 9999.977001725,
"total_value": 9999.985248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.022998275
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.991848425,
"total_value_exit_net": 9999.983596775,
"total_value": 9999.991848425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.016403225
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 9999.987448425,
"total_value_exit_net": 9999.979200075,
"total_value": 9999.987448425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.020799925
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.989648425,
"total_value_mid": 10000.007248425,
"total_value_exit_net": 9999.998985225,
"total_value": 10000.007248425,
"base_cost_quote": 11.010351575,
"unrealized_pnl_exit_net": -0.001014775
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 10000.000738975,
"total_value_exit_net": 9999.996986725,
"total_value": 10000.000738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.009005625
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 10000.000238975,
"total_value_exit_net": 9999.9964871,
"total_value": 10000.000238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.00950525
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.997738975,
"total_value_exit_net": 9999.993988975,
"total_value": 9999.997738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.012003375
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.993238975,
"total_value_exit_net": 9999.98949235,
"total_value": 9999.993238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0165
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.993738975,
"total_value_exit_net": 9999.989991975,
"total_value": 9999.993738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.016000375
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.994238975,
"total_value_exit_net": 9999.9904916,
"total_value": 9999.994238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.01550075
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.993238975,
"total_value_exit_net": 9999.98949235,
"total_value": 9999.993238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0165
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.994238975,
"total_value_exit_net": 9999.9904916,
"total_value": 9999.994238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.01550075
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.994238975,
"total_value_exit_net": 9999.9904916,
"total_value": 9999.994238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.01550075
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.995238975,
"total_value_exit_net": 9999.99149085,
"total_value": 9999.995238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0145015
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.998738975,
"total_value_exit_net": 9999.994988225,
"total_value": 9999.998738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.011004125
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.998738975,
"total_value_exit_net": 9999.994988225,
"total_value": 9999.998738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.011004125
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.998238975,
"total_value_exit_net": 9999.9944886,
"total_value": 9999.998238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.01150375
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.998738975,
"total_value_exit_net": 9999.994988225,
"total_value": 9999.998738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.011004125
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 10000.000238975,
"total_value_exit_net": 9999.9964871,
"total_value": 10000.000238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.00950525
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.999238975,
"total_value_exit_net": 9999.99548785,
"total_value": 9999.999238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0105045
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.999238975,
"total_value_exit_net": 9999.99548785,
"total_value": 9999.999238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0105045
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.998738975,
"total_value_exit_net": 9999.994988225,
"total_value": 9999.998738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.011004125
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.999238975,
"total_value_exit_net": 9999.99548785,
"total_value": 9999.999238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0105045
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.997738975,
"total_value_exit_net": 9999.993988975,
"total_value": 9999.997738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.012003375
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.998738975,
"total_value_exit_net": 9999.994988225,
"total_value": 9999.998738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.011004125
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.999238975,
"total_value_exit_net": 9999.99548785,
"total_value": 9999.999238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.0105045
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.998238975,
"total_value_exit_net": 9999.9944886,
"total_value": 9999.998238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.01150375
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 10000.000238975,
"total_value_exit_net": 9999.9964871,
"total_value": 10000.000238975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.00950525
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.999738975,
"total_value_exit_net": 9999.995987475,
"total_value": 9999.999738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.010004875
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 10000.001738975,
"total_value_exit_net": 9999.997985975,
"total_value": 10000.001738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.008006375
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.999738975,
"total_value_exit_net": 9999.995987475,
"total_value": 9999.999738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.010004875
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9994.997738975,
"total_value_mid": 9999.995738975,
"total_value_exit_net": 9999.991990475,
"total_value": 9999.995738975,
"base_cost_quote": 5.008253375,
"unrealized_pnl_exit_net": -0.014001875
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.991639425,
"total_value_exit_net": 9999.983391075,
"total_value": 9999.991639425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.022601275
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.997139425,
"total_value_exit_net": 9999.98888695,
"total_value": 9999.997139425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0171054
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.993839425,
"total_value_exit_net": 9999.985589425,
"total_value": 9999.993839425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.020402925
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.993839425,
"total_value_exit_net": 9999.985589425,
"total_value": 9999.993839425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.020402925
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.996039425,
"total_value_exit_net": 9999.987787775,
"total_value": 9999.996039425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.018204575
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.989439425,
"total_value_exit_net": 9999.981192725,
"total_value": 9999.989439425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.024799625
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.991639425,
"total_value_exit_net": 9999.983391075,
"total_value": 9999.991639425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.022601275
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.988339425,
"total_value_exit_net": 9999.98009355,
"total_value": 9999.988339425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0258988
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.989439425,
"total_value_exit_net": 9999.981192725,
"total_value": 9999.989439425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.024799625
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.992739425,
"total_value_exit_net": 9999.98449025,
"total_value": 9999.992739425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0215021
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.997139425,
"total_value_exit_net": 9999.98888695,
"total_value": 9999.997139425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0171054
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.992739425,
"total_value_exit_net": 9999.98449025,
"total_value": 9999.992739425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0215021
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.992739425,
"total_value_exit_net": 9999.98449025,
"total_value": 9999.992739425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0215021
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.990539425,
"total_value_exit_net": 9999.9822919,
"total_value": 9999.990539425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.02370045
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.993839425,
"total_value_exit_net": 9999.985589425,
"total_value": 9999.993839425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.020402925
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.991639425,
"total_value_exit_net": 9999.983391075,
"total_value": 9999.991639425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.022601275
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.993839425,
"total_value_exit_net": 9999.985589425,
"total_value": 9999.993839425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.020402925
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.989439425,
"total_value_exit_net": 9999.981192725,
"total_value": 9999.989439425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.024799625
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.985039425,
"total_value_exit_net": 9999.976796025,
"total_value": 9999.985039425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.029196325
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.983939425,
"total_value_exit_net": 9999.97569685,
"total_value": 9999.983939425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0302955
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.988339425,
"total_value_exit_net": 9999.98009355,
"total_value": 9999.988339425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0258988
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.991639425,
"total_value_exit_net": 9999.983391075,
"total_value": 9999.991639425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.022601275
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.989439425,
"total_value_exit_net": 9999.981192725,
"total_value": 9999.989439425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.024799625
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.990539425,
"total_value_exit_net": 9999.9822919,
"total_value": 9999.990539425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.02370045
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.985039425,
"total_value_exit_net": 9999.976796025,
"total_value": 9999.985039425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.029196325
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.991639425,
"total_value_exit_net": 9999.983391075,
"total_value": 9999.991639425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.022601275
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.988339425,
"total_value_exit_net": 9999.98009355,
"total_value": 9999.988339425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0258988
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.990539425,
"total_value_exit_net": 9999.9822919,
"total_value": 9999.990539425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.02370045
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.986139425,
"total_value_exit_net": 9999.9778952,
"total_value": 9999.986139425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.02809715
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.983939425,
"total_value_exit_net": 9999.97569685,
"total_value": 9999.983939425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.0302955
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9988.993839425,
"total_value_mid": 9999.982839425,
"total_value_exit_net": 9999.974597675,
"total_value": 9999.982839425,
"base_cost_quote": 11.012152925,
"unrealized_pnl_exit_net": -0.031394675
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.007990725,
"total_value_mid": 9999.975690725,
"total_value_exit_net": 9999.96296495,
"total_value": 9999.975690725,
"base_cost_quote": 17.004043475,
"unrealized_pnl_exit_net": -0.04906925
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 23,
"quote_asset_bal": 9977.010095675,
"total_value_mid": 9999.984795675,
"total_value_exit_net": 9999.96756465,
"total_value": 9999.984795675,
"base_cost_quote": 23.001938525,
"unrealized_pnl_exit_net": -0.04446955
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 23,
"quote_asset_bal": 9977.010095675,
"total_value_mid": 9999.991695675,
"total_value_exit_net": 9999.974459475,
"total_value": 9999.991695675,
"base_cost_quote": 23.001938525,
"unrealized_pnl_exit_net": -0.037574725
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 23,
"quote_asset_bal": 9977.010095675,
"total_value_mid": 9999.998595675,
"total_value_exit_net": 9999.9813543,
"total_value": 9999.998595675,
"base_cost_quote": 23.001938525,
"unrealized_pnl_exit_net": -0.0306799
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 23,
"quote_asset_bal": 9977.010095675,
"total_value_mid": 9999.989395675,
"total_value_exit_net": 9999.9721612,
"total_value": 9999.989395675,
"base_cost_quote": 23.001938525,
"unrealized_pnl_exit_net": -0.039873
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 23,
"quote_asset_bal": 9977.010095675,
"total_value_mid": 9999.987095675,
"total_value_exit_net": 9999.969862925,
"total_value": 9999.987095675,
"base_cost_quote": 23.001938525,
"unrealized_pnl_exit_net": -0.042171275
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 23,
"quote_asset_bal": 9977.010095675,
"total_value_mid": 9999.982495675,
"total_value_exit_net": 9999.965266375,
"total_value": 9999.982495675,
"base_cost_quote": 23.001938525,
"unrealized_pnl_exit_net": -0.046767825
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 23,
"quote_asset_bal": 9977.010095675,
"total_value_mid": 9999.989395675,
"total_value_exit_net": 9999.9721612,
"total_value": 9999.989395675,
"base_cost_quote": 23.001938525,
"unrealized_pnl_exit_net": -0.039873
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.007993875,
"total_value_mid": 10000.007993875,
"total_value_exit_net": 9999.995243875,
"total_value": 10000.007993875,
"base_cost_quote": 17.010047975,
"unrealized_pnl_exit_net": -0.022797975
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.007993875,
"total_value_mid": 10000.014793875,
"total_value_exit_net": 10000.002038775,
"total_value": 10000.014793875,
"base_cost_quote": 17.010047975,
"unrealized_pnl_exit_net": -0.016003075
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.007993875,
"total_value_mid": 10000.016493875,
"total_value_exit_net": 10000.0037375,
"total_value": 10000.016493875,
"base_cost_quote": 17.010047975,
"unrealized_pnl_exit_net": -0.01430435
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.007993875,
"total_value_mid": 10000.016493875,
"total_value_exit_net": 10000.0037375,
"total_value": 10000.016493875,
"base_cost_quote": 17.010047975,
"unrealized_pnl_exit_net": -0.01430435
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.007993875,
"total_value_mid": 10000.014793875,
"total_value_exit_net": 10000.002038775,
"total_value": 10000.014793875,
"base_cost_quote": 17.010047975,
"unrealized_pnl_exit_net": -0.016003075
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.007993875,
"total_value_mid": 10000.013093875,
"total_value_exit_net": 10000.00034005,
"total_value": 10000.013093875,
"base_cost_quote": 17.010047975,
"unrealized_pnl_exit_net": -0.0177018
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.025258775,
"total_value_mid": 10000.025258775,
"total_value_exit_net": 10000.021508775,
"total_value": 10000.025258775,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.014004875
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.025258775,
"total_value_mid": 10000.025758775,
"total_value_exit_net": 10000.0220084,
"total_value": 10000.025758775,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.01350525
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.025258775,
"total_value_mid": 10000.027258775,
"total_value_exit_net": 10000.023507275,
"total_value": 10000.027258775,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.012006375
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.025258775,
"total_value_mid": 10000.028258775,
"total_value_exit_net": 10000.024506525,
"total_value": 10000.028258775,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.011007125
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.025258775,
"total_value_mid": 10000.027258775,
"total_value_exit_net": 10000.023507275,
"total_value": 10000.027258775,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.012006375
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.025258775,
"total_value_mid": 10000.027258775,
"total_value_exit_net": 10000.023507275,
"total_value": 10000.027258775,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.012006375
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.022560125,
"total_value_mid": 10000.007160125,
"total_value_exit_net": 9999.998921675,
"total_value": 10000.007160125,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.036591975
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.022560125,
"total_value_mid": 10000.010460125,
"total_value_exit_net": 10000.0022192,
"total_value": 10000.010460125,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.03329445
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.002767775,
"total_value_exit_net": 9999.9900369,
"total_value": 10000.002767775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.04547675
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.009567775,
"total_value_exit_net": 9999.9968318,
"total_value": 10000.009567775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.03868185
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.016367775,
"total_value_exit_net": 10000.0036267,
"total_value": 10000.016367775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.03188695
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.009567775,
"total_value_exit_net": 9999.9968318,
"total_value": 10000.009567775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.03868185
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.012967775,
"total_value_exit_net": 10000.00022925,
"total_value": 10000.012967775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.0352844
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.012967775,
"total_value_exit_net": 10000.00022925,
"total_value": 10000.012967775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.0352844
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.011267775,
"total_value_exit_net": 9999.998530525,
"total_value": 10000.011267775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.036983125
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.004467775,
"total_value_exit_net": 9999.991735625,
"total_value": 10000.004467775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.043778025
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.006167775,
"total_value_exit_net": 9999.99343435,
"total_value": 10000.006167775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.0420793
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.006167775,
"total_value_exit_net": 9999.99343435,
"total_value": 10000.006167775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.0420793
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.002767775,
"total_value_exit_net": 9999.9900369,
"total_value": 10000.002767775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.04547675
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.002767775,
"total_value_exit_net": 9999.9900369,
"total_value": 10000.002767775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.04547675
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.007867775,
"total_value_exit_net": 9999.995133075,
"total_value": 10000.007867775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.040380575
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.009567775,
"total_value_exit_net": 9999.9968318,
"total_value": 10000.009567775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.03868185
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.009567775,
"total_value_exit_net": 9999.9968318,
"total_value": 10000.009567775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.03868185
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.009567775,
"total_value_exit_net": 9999.9968318,
"total_value": 10000.009567775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.03868185
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.023167775,
"total_value_exit_net": 10000.0104216,
"total_value": 10000.023167775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.02509205
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.036767775,
"total_value_exit_net": 10000.0240114,
"total_value": 10000.036767775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.01150225
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.028267775,
"total_value_mid": 10000.036767775,
"total_value_exit_net": 10000.0240114,
"total_value": 10000.036767775,
"base_cost_quote": 17.007245875,
"unrealized_pnl_exit_net": -0.01150225
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.041764175,
"total_value_exit_net": 10000.033504275,
"total_value": 10000.041764175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.008013425
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.031864175,
"total_value_exit_net": 10000.0236117,
"total_value": 10000.031864175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.017906
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.032964175,
"total_value_exit_net": 10000.024710875,
"total_value": 10000.032964175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.016806825
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.026364175,
"total_value_exit_net": 10000.018115825,
"total_value": 10000.026364175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.023401875
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.019764175,
"total_value_exit_net": 10000.011520775,
"total_value": 10000.019764175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.029996925
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.025264175,
"total_value_exit_net": 10000.01701665,
"total_value": 10000.025264175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.02450105
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.029664175,
"total_value_exit_net": 10000.02141335,
"total_value": 10000.029664175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.02010435
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.038464175,
"total_value_exit_net": 10000.03020675,
"total_value": 10000.038464175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.01131095
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.030764175,
"total_value_exit_net": 10000.022512525,
"total_value": 10000.030764175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.019005175
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.025264175,
"total_value_exit_net": 10000.01701665,
"total_value": 10000.025264175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.02450105
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.015364175,
"total_value_exit_net": 10000.007124075,
"total_value": 10000.015364175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.034393625
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.018664175,
"total_value_exit_net": 10000.0104216,
"total_value": 10000.018664175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.0310961
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.016464175,
"total_value_exit_net": 10000.00822325,
"total_value": 10000.016464175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.03329445
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.017564175,
"total_value_exit_net": 10000.009322425,
"total_value": 10000.017564175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.032195275
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.017564175,
"total_value_exit_net": 10000.009322425,
"total_value": 10000.017564175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.032195275
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.015364175,
"total_value_exit_net": 10000.007124075,
"total_value": 10000.015364175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.034393625
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.016464175,
"total_value_exit_net": 10000.00822325,
"total_value": 10000.016464175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.03329445
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.018664175,
"total_value_exit_net": 10000.0104216,
"total_value": 10000.018664175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.0310961
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.018664175,
"total_value_exit_net": 10000.0104216,
"total_value": 10000.018664175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.0310961
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.019764175,
"total_value_exit_net": 10000.011520775,
"total_value": 10000.019764175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.029996925
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.017564175,
"total_value_exit_net": 10000.009322425,
"total_value": 10000.017564175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.032195275
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.019764175,
"total_value_exit_net": 10000.011520775,
"total_value": 10000.019764175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.029996925
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.020864175,
"total_value_exit_net": 10000.01261995,
"total_value": 10000.020864175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.02889775
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.028564175,
"total_value_mid": 10000.047264175,
"total_value_exit_net": 10000.03900015,
"total_value": 10000.047264175,
"base_cost_quote": 11.012953525,
"unrealized_pnl_exit_net": -0.00251755
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.037254275,
"total_value_mid": 10000.041754275,
"total_value_exit_net": 10000.0380009,
"total_value": 10000.041754275,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.00950825
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.037254275,
"total_value_mid": 10000.030754275,
"total_value_exit_net": 10000.02700915,
"total_value": 10000.030754275,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.0205
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.037254275,
"total_value_mid": 10000.030254275,
"total_value_exit_net": 10000.026509525,
"total_value": 10000.030254275,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.020999625
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.037254275,
"total_value_mid": 10000.029754275,
"total_value_exit_net": 10000.0260099,
"total_value": 10000.029754275,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.02149925
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.037254275,
"total_value_mid": 10000.029754275,
"total_value_exit_net": 10000.0260099,
"total_value": 10000.029754275,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.02149925
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.037254275,
"total_value_mid": 10000.030754275,
"total_value_exit_net": 10000.02700915,
"total_value": 10000.030754275,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.0205
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.037254275,
"total_value_mid": 10000.030254275,
"total_value_exit_net": 10000.026509525,
"total_value": 10000.030254275,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.020999625
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.027758775,
"total_value_exit_net": 10000.019517025,
"total_value": 10000.027758775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.027992125
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.029958775,
"total_value_exit_net": 10000.021715375,
"total_value": 10000.029958775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.025793775
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.029958775,
"total_value_exit_net": 10000.021715375,
"total_value": 10000.029958775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.025793775
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.031058775,
"total_value_exit_net": 10000.02281455,
"total_value": 10000.031058775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.0246946
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.032158775,
"total_value_exit_net": 10000.023913725,
"total_value": 10000.032158775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.023595425
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.031058775,
"total_value_exit_net": 10000.02281455,
"total_value": 10000.031058775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.0246946
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.035458775,
"total_value_exit_net": 10000.02721125,
"total_value": 10000.035458775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.0202979
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.033258775,
"total_value_exit_net": 10000.0250129,
"total_value": 10000.033258775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.02249625
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.038758775,
"total_value_mid": 10000.036558775,
"total_value_exit_net": 10000.028310425,
"total_value": 10000.036558775,
"base_cost_quote": 11.008750375,
"unrealized_pnl_exit_net": -0.019198725
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.030208775,
"total_value_exit_net": 10000.018212375,
"total_value": 10000.030208775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.029296775
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.035008775,
"total_value_exit_net": 10000.023008775,
"total_value": 10000.035008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.024500375
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.033408775,
"total_value_exit_net": 10000.021409975,
"total_value": 10000.033408775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.026099175
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.038208775,
"total_value_exit_net": 10000.026206375,
"total_value": 10000.038208775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.021302775
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.023808775,
"total_value_exit_net": 10000.011817175,
"total_value": 10000.023808775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.035691975
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.022208775,
"total_value_exit_net": 10000.010218375,
"total_value": 10000.022208775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.037290775
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.019008775,
"total_value_exit_net": 10000.007020775,
"total_value": 10000.019008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.040488375
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.020608775,
"total_value_exit_net": 10000.008619575,
"total_value": 10000.020608775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.038889575
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.022208775,
"total_value_exit_net": 10000.010218375,
"total_value": 10000.022208775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.037290775
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.023808775,
"total_value_exit_net": 10000.011817175,
"total_value": 10000.023808775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.035691975
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.022208775,
"total_value_exit_net": 10000.010218375,
"total_value": 10000.022208775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.037290775
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.027008775,
"total_value_exit_net": 10000.015014775,
"total_value": 10000.027008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.032494375
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.019008775,
"total_value_exit_net": 10000.007020775,
"total_value": 10000.019008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.040488375
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.019008775,
"total_value_exit_net": 10000.007020775,
"total_value": 10000.019008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.040488375
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.027008775,
"total_value_exit_net": 10000.015014775,
"total_value": 10000.027008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.032494375
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.027008775,
"total_value_exit_net": 10000.015014775,
"total_value": 10000.027008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.032494375
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.017408775,
"total_value_exit_net": 10000.005421975,
"total_value": 10000.017408775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.042087175
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.035008775,
"total_value_mid": 10000.011008775,
"total_value_exit_net": 9999.999026775,
"total_value": 10000.011008775,
"base_cost_quote": 16.012500375,
"unrealized_pnl_exit_net": -0.048482375
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.046120475,
"total_value_mid": 10000.013120475,
"total_value_exit_net": 9999.996645225,
"total_value": 10000.013120475,
"base_cost_quote": 22.001388675,
"unrealized_pnl_exit_net": -0.050863925
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.046120475,
"total_value_mid": 10000.002120475,
"total_value_exit_net": 9999.985653475,
"total_value": 10000.002120475,
"base_cost_quote": 22.001388675,
"unrealized_pnl_exit_net": -0.061855675
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.045514175,
"total_value_mid": 10000.056514175,
"total_value_exit_net": 10000.049005925,
"total_value": 10000.056514175,
"base_cost_quote": 10.014004875,
"unrealized_pnl_exit_net": -0.010513125
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.0542548,
"total_value_mid": 10000.0592548,
"total_value_exit_net": 10000.05550105,
"total_value": 10000.0592548,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.009008625
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.0542548,
"total_value_mid": 10000.0587548,
"total_value_exit_net": 10000.055001425,
"total_value": 10000.0587548,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.00950825
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.0542548,
"total_value_mid": 10000.0542548,
"total_value_exit_net": 10000.0505048,
"total_value": 10000.0542548,
"base_cost_quote": 5.010254875,
"unrealized_pnl_exit_net": -0.014004875
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.011713875,
"total_value_exit_net": 9999.999748675,
"total_value": 10000.011713875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.064761
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.002113875,
"total_value_exit_net": 9999.990155875,
"total_value": 10000.002113875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0743538
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.018113875,
"total_value_exit_net": 10000.006143875,
"total_value": 10000.018113875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0583658
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.022913875,
"total_value_exit_net": 10000.010940275,
"total_value": 10000.022913875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0535694
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.024513875,
"total_value_exit_net": 10000.012539075,
"total_value": 10000.024513875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0519706
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.014913875,
"total_value_exit_net": 10000.002946275,
"total_value": 10000.014913875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0615634
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.013313875,
"total_value_exit_net": 10000.001347475,
"total_value": 10000.013313875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0631622
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.016513875,
"total_value_exit_net": 10000.004545075,
"total_value": 10000.016513875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0599646
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.016513875,
"total_value_exit_net": 10000.004545075,
"total_value": 10000.016513875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0599646
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.030913875,
"total_value_exit_net": 10000.018934275,
"total_value": 10000.030913875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0455754
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.038913875,
"total_value_exit_net": 10000.026928275,
"total_value": 10000.038913875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0375814
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.032513875,
"total_value_exit_net": 10000.020533075,
"total_value": 10000.032513875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0439766
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.034113875,
"total_value_exit_net": 10000.022131875,
"total_value": 10000.034113875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0423778
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.029313875,
"total_value_exit_net": 10000.017335475,
"total_value": 10000.029313875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0471742
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.029313875,
"total_value_exit_net": 10000.017335475,
"total_value": 10000.029313875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0471742
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.029313875,
"total_value_exit_net": 10000.017335475,
"total_value": 10000.029313875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0471742
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.058113875,
"total_value_mid": 10000.026113875,
"total_value_exit_net": 10000.014137875,
"total_value": 10000.026113875,
"base_cost_quote": 16.0063958,
"unrealized_pnl_exit_net": -0.0503718
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.088516025,
"total_value_mid": 10000.033516025,
"total_value_exit_net": 10000.017057275,
"total_value": 10000.033516025,
"base_cost_quote": 21.9940832,
"unrealized_pnl_exit_net": -0.06554195
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.087934025,
"total_value_mid": 10000.037334025,
"total_value_exit_net": 10000.020871975,
"total_value": 10000.037334025,
"base_cost_quote": 22.00068815,
"unrealized_pnl_exit_net": -0.0677502
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.087934025,
"total_value_mid": 10000.046134025,
"total_value_exit_net": 10000.029665375,
"total_value": 10000.046134025,
"base_cost_quote": 22.00068815,
"unrealized_pnl_exit_net": -0.0589568
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.087934025,
"total_value_mid": 10000.048334025,
"total_value_exit_net": 10000.031863725,
"total_value": 10000.048334025,
"base_cost_quote": 22.00068815,
"unrealized_pnl_exit_net": -0.05675845
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.087934025,
"total_value_mid": 10000.043934025,
"total_value_exit_net": 10000.027467025,
"total_value": 10000.043934025,
"base_cost_quote": 22.00068815,
"unrealized_pnl_exit_net": -0.06115515
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.087934025,
"total_value_mid": 10000.057134025,
"total_value_exit_net": 10000.040657125,
"total_value": 10000.057134025,
"base_cost_quote": 22.00068815,
"unrealized_pnl_exit_net": -0.04796505
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.082234925,
"total_value_mid": 10000.082234925,
"total_value_exit_net": 10000.070234925,
"total_value": 10000.082234925,
"base_cost_quote": 16.0124003,
"unrealized_pnl_exit_net": -0.0244003
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.082234925,
"total_value_mid": 10000.079034925,
"total_value_exit_net": 10000.067037325,
"total_value": 10000.079034925,
"base_cost_quote": 16.0124003,
"unrealized_pnl_exit_net": -0.0275979
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.07710725,
"total_value_mid": 10000.11210725,
"total_value_exit_net": 10000.104581,
"total_value": 10000.11210725,
"base_cost_quote": 10.029016125,
"unrealized_pnl_exit_net": -0.001542375
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.068076875,
"total_value_mid": 10000.074076875,
"total_value_exit_net": 10000.066572375,
"total_value": 10000.074076875,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.0450315
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.061324625,
"total_value_mid": 10000.035824625,
"total_value_exit_net": 10000.02459375,
"total_value": 10000.035824625,
"base_cost_quote": 15.05027925,
"unrealized_pnl_exit_net": -0.087010125
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.062829125,
"total_value_mid": 10000.025029125,
"total_value_exit_net": 10000.009307475,
"total_value": 10000.025029125,
"base_cost_quote": 21.04877475,
"unrealized_pnl_exit_net": -0.1022964
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.062829125,
"total_value_mid": 10000.031329125,
"total_value_exit_net": 10000.01560275,
"total_value": 10000.031329125,
"base_cost_quote": 21.04877475,
"unrealized_pnl_exit_net": -0.096001125
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.062829125,
"total_value_mid": 10000.022929125,
"total_value_exit_net": 10000.00720905,
"total_value": 10000.022929125,
"base_cost_quote": 21.04877475,
"unrealized_pnl_exit_net": -0.104394825
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 27,
"quote_asset_bal": 9973.070338125,
"total_value_mid": 10000.016338125,
"total_value_exit_net": 9999.996128625,
"total_value": 10000.016338125,
"base_cost_quote": 27.04126575,
"unrealized_pnl_exit_net": -0.11547525
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 27,
"quote_asset_bal": 9973.070338125,
"total_value_mid": 10000.024438125,
"total_value_exit_net": 10000.00422255,
"total_value": 10000.024438125,
"base_cost_quote": 27.04126575,
"unrealized_pnl_exit_net": -0.107381325
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 27,
"quote_asset_bal": 9973.070338125,
"total_value_mid": 10000.019038125,
"total_value_exit_net": 9999.9988266,
"total_value": 10000.019038125,
"base_cost_quote": 27.04126575,
"unrealized_pnl_exit_net": -0.112777275
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 27,
"quote_asset_bal": 9973.070338125,
"total_value_mid": 10000.024438125,
"total_value_exit_net": 10000.00422255,
"total_value": 10000.024438125,
"base_cost_quote": 27.04126575,
"unrealized_pnl_exit_net": -0.107381325
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.119257875,
"total_value_mid": 10000.136757875,
"total_value_exit_net": 10000.13299475,
"total_value": 10000.136757875,
"base_cost_quote": 5.02076275,
"unrealized_pnl_exit_net": -0.007025875
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.12667725,
"total_value_mid": 10000.14067725,
"total_value_exit_net": 10000.13691675,
"total_value": 10000.14067725,
"base_cost_quote": 5.024265375,
"unrealized_pnl_exit_net": -0.014025875
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.130635625,
"total_value_mid": 10000.148135625,
"total_value_exit_net": 10000.1443725,
"total_value": 10000.148135625,
"base_cost_quote": 5.0257665,
"unrealized_pnl_exit_net": -0.012029625
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.136092875,
"total_value_mid": 10000.144592875,
"total_value_exit_net": 10000.1408365,
"total_value": 10000.144592875,
"base_cost_quote": 5.0257665,
"unrealized_pnl_exit_net": -0.021022875
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.136092875,
"total_value_mid": 10000.144092875,
"total_value_exit_net": 10000.140336875,
"total_value": 10000.144092875,
"base_cost_quote": 5.0257665,
"unrealized_pnl_exit_net": -0.0215225
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.12483725,
"total_value_mid": 10000.14083725,
"total_value_exit_net": 10000.13332525,
"total_value": 10000.14083725,
"base_cost_quote": 10.037022125,
"unrealized_pnl_exit_net": -0.028534125
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.162535125,
"total_value_exit_net": 10000.1587795,
"total_value": 10000.162535125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.014016125
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.157035125,
"total_value_exit_net": 10000.153283625,
"total_value": 10000.157035125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.019512
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.151035125,
"total_value_exit_net": 10000.147288125,
"total_value": 10000.151035125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.0255075
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.152035125,
"total_value_exit_net": 10000.148287375,
"total_value": 10000.152035125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.02450825
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.144535125,
"total_value_exit_net": 10000.140793,
"total_value": 10000.144535125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.032002625
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.146035125,
"total_value_exit_net": 10000.142291875,
"total_value": 10000.146035125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.03050375
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.146535125,
"total_value_exit_net": 10000.1427915,
"total_value": 10000.146535125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.030004125
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.155035125,
"total_value_mid": 10000.146535125,
"total_value_exit_net": 10000.1427915,
"total_value": 10000.146535125,
"base_cost_quote": 5.0177605,
"unrealized_pnl_exit_net": -0.030004125
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.142037825,
"total_value_exit_net": 10000.1337969,
"total_value": 10000.142037825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.038998725
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.134337825,
"total_value_exit_net": 10000.126102675,
"total_value": 10000.134337825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.04669295
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.138737825,
"total_value_exit_net": 10000.130499375,
"total_value": 10000.138737825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.04229625
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.144237825,
"total_value_exit_net": 10000.13599525,
"total_value": 10000.144237825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.036800375
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.147537825,
"total_value_exit_net": 10000.139292775,
"total_value": 10000.147537825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.03350285
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.148637825,
"total_value_exit_net": 10000.14039195,
"total_value": 10000.148637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.032403675
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.149737825,
"total_value_exit_net": 10000.141491125,
"total_value": 10000.149737825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.0313045
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.151937825,
"total_value_exit_net": 10000.143689475,
"total_value": 10000.151937825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.02910615
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.154137825,
"total_value_exit_net": 10000.145887825,
"total_value": 10000.154137825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.0269078
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.156337825,
"total_value_exit_net": 10000.148086175,
"total_value": 10000.156337825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.02470945
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.150837825,
"total_value_exit_net": 10000.1425903,
"total_value": 10000.150837825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.030205325
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.145337825,
"total_value_exit_net": 10000.137094425,
"total_value": 10000.145337825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.0357012
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.148637825,
"total_value_exit_net": 10000.14039195,
"total_value": 10000.148637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.032403675
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.137637825,
"total_value_exit_net": 10000.1294002,
"total_value": 10000.137637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.043395425
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.143137825,
"total_value_exit_net": 10000.134896075,
"total_value": 10000.143137825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.03789955
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.156337825,
"total_value_exit_net": 10000.148086175,
"total_value": 10000.156337825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.02470945
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.148637825,
"total_value_exit_net": 10000.14039195,
"total_value": 10000.148637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.032403675
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.148637825,
"total_value_exit_net": 10000.14039195,
"total_value": 10000.148637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.032403675
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.148637825,
"total_value_exit_net": 10000.14039195,
"total_value": 10000.148637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.032403675
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.151937825,
"total_value_exit_net": 10000.143689475,
"total_value": 10000.151937825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.02910615
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.154137825,
"total_value_exit_net": 10000.145887825,
"total_value": 10000.154137825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.0269078
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.155237825,
"total_value_exit_net": 10000.146987,
"total_value": 10000.155237825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.025808625
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.148637825,
"total_value_exit_net": 10000.14039195,
"total_value": 10000.148637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.032403675
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.147537825,
"total_value_exit_net": 10000.139292775,
"total_value": 10000.147537825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.03350285
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.148637825,
"total_value_exit_net": 10000.14039195,
"total_value": 10000.148637825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.032403675
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.149737825,
"total_value_exit_net": 10000.141491125,
"total_value": 10000.149737825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.0313045
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.146437825,
"total_value_exit_net": 10000.1381936,
"total_value": 10000.146437825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.034602025
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 11,
"quote_asset_bal": 9989.154137825,
"total_value_mid": 10000.140937825,
"total_value_exit_net": 10000.132697725,
"total_value": 10000.140937825,
"base_cost_quote": 11.0186578,
"unrealized_pnl_exit_net": -0.0400979
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.169415575,
"total_value_exit_net": 10000.156678325,
"total_value": 10000.169415575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.0402856
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.172815575,
"total_value_exit_net": 10000.160075775,
"total_value": 10000.172815575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.03688815
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.171115575,
"total_value_exit_net": 10000.15837705,
"total_value": 10000.171115575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.038586875
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.172815575,
"total_value_exit_net": 10000.160075775,
"total_value": 10000.172815575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.03688815
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.167715575,
"total_value_exit_net": 10000.1549796,
"total_value": 10000.167715575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.041984325
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.171115575,
"total_value_exit_net": 10000.15837705,
"total_value": 10000.171115575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.038586875
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.167715575,
"total_value_exit_net": 10000.1549796,
"total_value": 10000.167715575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.041984325
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.169415575,
"total_value_exit_net": 10000.156678325,
"total_value": 10000.169415575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.0402856
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.169415575,
"total_value_exit_net": 10000.156678325,
"total_value": 10000.169415575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.0402856
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.174515575,
"total_value_exit_net": 10000.1617745,
"total_value": 10000.174515575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.035189425
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.167715575,
"total_value_exit_net": 10000.1549796,
"total_value": 10000.167715575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.041984325
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.172815575,
"total_value_exit_net": 10000.160075775,
"total_value": 10000.172815575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.03688815
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.169415575,
"total_value_exit_net": 10000.156678325,
"total_value": 10000.169415575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.0402856
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.164315575,
"total_value_exit_net": 10000.15158215,
"total_value": 10000.164315575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.045381775
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.162615575,
"total_value_exit_net": 10000.149883425,
"total_value": 10000.162615575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.0470805
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.169415575,
"total_value_exit_net": 10000.156678325,
"total_value": 10000.169415575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.0402856
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.164315575,
"total_value_exit_net": 10000.15158215,
"total_value": 10000.164315575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.045381775
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.167715575,
"total_value_exit_net": 10000.1549796,
"total_value": 10000.167715575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.041984325
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.152415575,
"total_value_exit_net": 10000.139691075,
"total_value": 10000.152415575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.05727285
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.164315575,
"total_value_exit_net": 10000.15158215,
"total_value": 10000.164315575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.045381775
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.160915575,
"total_value_exit_net": 10000.1481847,
"total_value": 10000.160915575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.048779225
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 17,
"quote_asset_bal": 9983.186415575,
"total_value_mid": 10000.162615575,
"total_value_exit_net": 10000.149883425,
"total_value": 10000.162615575,
"base_cost_quote": 17.01054835,
"unrealized_pnl_exit_net": -0.0470805
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.18295185,
"total_value_mid": 10000.18295185,
"total_value_exit_net": 10000.17545185,
"total_value": 10000.18295185,
"base_cost_quote": 10.026013875,
"unrealized_pnl_exit_net": -0.033513875
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.1802532,
"total_value_mid": 10000.1802532,
"total_value_exit_net": 10000.1682532,
"total_value": 10000.1802532,
"base_cost_quote": 16.028712525,
"unrealized_pnl_exit_net": -0.040712525
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.1802532,
"total_value_mid": 10000.1466532,
"total_value_exit_net": 10000.1346784,
"total_value": 10000.1466532,
"base_cost_quote": 16.028712525,
"unrealized_pnl_exit_net": -0.074287325
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15495905,
"total_value_exit_net": 10000.1384805,
"total_value": 10000.15495905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15715905,
"total_value_exit_net": 10000.14067885,
"total_value": 10000.15715905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.068286875
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.16595905,
"total_value_exit_net": 10000.14947225,
"total_value": 10000.16595905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.059493475
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14615905,
"total_value_exit_net": 10000.1296871,
"total_value": 10000.14615905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.079278625
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15495905,
"total_value_exit_net": 10000.1384805,
"total_value": 10000.15495905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15055905,
"total_value_exit_net": 10000.1340838,
"total_value": 10000.15055905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.074881925
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15495905,
"total_value_exit_net": 10000.1384805,
"total_value": 10000.15495905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15715905,
"total_value_exit_net": 10000.14067885,
"total_value": 10000.15715905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.068286875
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15495905,
"total_value_exit_net": 10000.1384805,
"total_value": 10000.15495905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14615905,
"total_value_exit_net": 10000.1296871,
"total_value": 10000.14615905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.079278625
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14175905,
"total_value_exit_net": 10000.1252904,
"total_value": 10000.14175905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.083675325
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14395905,
"total_value_exit_net": 10000.12748875,
"total_value": 10000.14395905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.081476975
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14395905,
"total_value_exit_net": 10000.12748875,
"total_value": 10000.14395905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.081476975
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15275905,
"total_value_exit_net": 10000.13628215,
"total_value": 10000.15275905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.072683575
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15495905,
"total_value_exit_net": 10000.1384805,
"total_value": 10000.15495905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15495905,
"total_value_exit_net": 10000.1384805,
"total_value": 10000.15495905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15275905,
"total_value_exit_net": 10000.13628215,
"total_value": 10000.15275905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.072683575
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15935905,
"total_value_exit_net": 10000.1428772,
"total_value": 10000.15935905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.066088525
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.16155905,
"total_value_exit_net": 10000.14507555,
"total_value": 10000.16155905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.063890175
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.16815905,
"total_value_exit_net": 10000.1516706,
"total_value": 10000.16815905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.057295125
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.19015905,
"total_value_exit_net": 10000.1736541,
"total_value": 10000.19015905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.035311625
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.17255905,
"total_value_exit_net": 10000.1560673,
"total_value": 10000.17255905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.052898425
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.15715905,
"total_value_exit_net": 10000.14067885,
"total_value": 10000.15715905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.068286875
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14615905,
"total_value_exit_net": 10000.1296871,
"total_value": 10000.14615905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.079278625
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14615905,
"total_value_exit_net": 10000.1296871,
"total_value": 10000.14615905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.079278625
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.13955905,
"total_value_exit_net": 10000.12309205,
"total_value": 10000.13955905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.085873675
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14835905,
"total_value_exit_net": 10000.13188545,
"total_value": 10000.14835905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.077080275
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.18575905,
"total_value_exit_net": 10000.1692574,
"total_value": 10000.18575905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.039708325
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.17695905,
"total_value_exit_net": 10000.160464,
"total_value": 10000.17695905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.048501725
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.16375905,
"total_value_exit_net": 10000.1472739,
"total_value": 10000.16375905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.061691825
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14395905,
"total_value_exit_net": 10000.12748875,
"total_value": 10000.14395905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.081476975
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14835905,
"total_value_exit_net": 10000.13188545,
"total_value": 10000.14835905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.077080275
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.18355905,
"total_value_mid": 10000.14615905,
"total_value_exit_net": 10000.1296871,
"total_value": 10000.14615905,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.079278625
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 64,
"quote_asset_bal": 9937.12388055,
"total_value_mid": 10000.22788055,
"total_value_exit_net": 10000.18055255,
"total_value": 10000.22788055,
"base_cost_quote": 63.533314275,
"unrealized_pnl_exit_net": -0.476642275
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 52,
"quote_asset_bal": 9948.98578365,
"total_value_mid": 10000.69458365,
"total_value_exit_net": 10000.65580205,
"total_value": 10000.69458365,
"base_cost_quote": 51.720060975,
"unrealized_pnl_exit_net": -0.050042575
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 46,
"quote_asset_bal": 9954.9591003,
"total_value_mid": 10000.7705003,
"total_value_exit_net": 10000.73614175,
"total_value": 10000.7705003,
"base_cost_quote": 45.752788875,
"unrealized_pnl_exit_net": 0.024252575
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 46,
"quote_asset_bal": 9954.9591003,
"total_value_mid": 10000.7521003,
"total_value_exit_net": 10000.71775555,
"total_value": 10000.7521003,
"base_cost_quote": 45.752788875,
"unrealized_pnl_exit_net": 0.005866375
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 46,
"quote_asset_bal": 9954.9591003,
"total_value_mid": 10000.7567003,
"total_value_exit_net": 10000.7223521,
"total_value": 10000.7567003,
"base_cost_quote": 45.752788875,
"unrealized_pnl_exit_net": 0.010462925
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.93841245,
"total_value_mid": 10000.86241245,
"total_value_exit_net": 10000.83246945,
"total_value": 10000.86241245,
"base_cost_quote": 39.779512275,
"unrealized_pnl_exit_net": 0.114544725
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.93841245,
"total_value_mid": 10000.86641245,
"total_value_exit_net": 10000.83646645,
"total_value": 10000.86641245,
"base_cost_quote": 39.779512275,
"unrealized_pnl_exit_net": 0.118541725
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8933174,
"total_value_exit_net": 10000.8678429,
"total_value": 10000.8933174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.143897025
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.9103174,
"total_value_exit_net": 10000.88483015,
"total_value": 10000.9103174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.160884275
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.9035174,
"total_value_exit_net": 10000.87803525,
"total_value": 10000.9035174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.154089375
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8457174,
"total_value_exit_net": 10000.8202786,
"total_value": 10000.8457174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.096332725
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8899174,
"total_value_exit_net": 10000.86444545,
"total_value": 10000.8899174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.140499575
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8899174,
"total_value_exit_net": 10000.86444545,
"total_value": 10000.8899174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.140499575
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8899174,
"total_value_exit_net": 10000.86444545,
"total_value": 10000.8899174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.140499575
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8797174,
"total_value_exit_net": 10000.8542531,
"total_value": 10000.8797174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.130307225
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8797174,
"total_value_exit_net": 10000.8542531,
"total_value": 10000.8797174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.130307225
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.9035174,
"total_value_exit_net": 10000.87803525,
"total_value": 10000.9035174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.154089375
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8933174,
"total_value_exit_net": 10000.8678429,
"total_value": 10000.8933174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.143897025
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.9001174,
"total_value_exit_net": 10000.8746378,
"total_value": 10000.9001174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.150691925
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8831174,
"total_value_exit_net": 10000.85765055,
"total_value": 10000.8831174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.133704675
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8865174,
"total_value_exit_net": 10000.861048,
"total_value": 10000.8865174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.137102125
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8729174,
"total_value_exit_net": 10000.8474582,
"total_value": 10000.8729174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.123512325
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8389174,
"total_value_exit_net": 10000.8134837,
"total_value": 10000.8389174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.089537825
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8831174,
"total_value_exit_net": 10000.85765055,
"total_value": 10000.8831174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.133704675
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8695174,
"total_value_exit_net": 10000.84406075,
"total_value": 10000.8695174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.120114875
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8797174,
"total_value_exit_net": 10000.8542531,
"total_value": 10000.8797174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.130307225
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8423174,
"total_value_exit_net": 10000.81688115,
"total_value": 10000.8423174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.092935275
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8457174,
"total_value_exit_net": 10000.8202786,
"total_value": 10000.8457174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.096332725
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8559174,
"total_value_exit_net": 10000.83047095,
"total_value": 10000.8559174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.106525075
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8525174,
"total_value_exit_net": 10000.8270735,
"total_value": 10000.8525174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.103127625
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8593174,
"total_value_exit_net": 10000.8338684,
"total_value": 10000.8593174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.109922525
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8661174,
"total_value_exit_net": 10000.8406633,
"total_value": 10000.8661174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.116717425
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8491174,
"total_value_exit_net": 10000.82367605,
"total_value": 10000.8491174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.099730175
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8763174,
"total_value_exit_net": 10000.85085565,
"total_value": 10000.8763174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.126909775
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.9273174,
"total_value_mid": 10000.8627174,
"total_value_exit_net": 10000.83726585,
"total_value": 10000.8627174,
"base_cost_quote": 33.796628475,
"unrealized_pnl_exit_net": 0.113319975
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8332282,
"total_value_exit_net": 10000.8033062,
"total_value": 10000.8332282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.079360325
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8412282,
"total_value_exit_net": 10000.8113002,
"total_value": 10000.8412282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.087354325
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8452282,
"total_value_exit_net": 10000.8152972,
"total_value": 10000.8452282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.091351325
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8492282,
"total_value_exit_net": 10000.8192942,
"total_value": 10000.8492282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.095348325
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8492282,
"total_value_exit_net": 10000.8192942,
"total_value": 10000.8492282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.095348325
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8412282,
"total_value_exit_net": 10000.8113002,
"total_value": 10000.8412282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.087354325
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8452282,
"total_value_exit_net": 10000.8152972,
"total_value": 10000.8452282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.091351325
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8332282,
"total_value_exit_net": 10000.8033062,
"total_value": 10000.8332282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.079360325
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8572282,
"total_value_exit_net": 10000.8272882,
"total_value": 10000.8572282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.103342325
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8412282,
"total_value_exit_net": 10000.8113002,
"total_value": 10000.8412282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.087354325
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8452282,
"total_value_exit_net": 10000.8152972,
"total_value": 10000.8452282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.091351325
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8212282,
"total_value_exit_net": 10000.7913152,
"total_value": 10000.8212282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.067369325
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8292282,
"total_value_exit_net": 10000.7993092,
"total_value": 10000.8292282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.075363325
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8372282,
"total_value_exit_net": 10000.8073032,
"total_value": 10000.8372282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.083357325
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8372282,
"total_value_exit_net": 10000.8073032,
"total_value": 10000.8372282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.083357325
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8372282,
"total_value_exit_net": 10000.8073032,
"total_value": 10000.8372282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.083357325
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8452282,
"total_value_exit_net": 10000.8152972,
"total_value": 10000.8452282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.091351325
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8452282,
"total_value_exit_net": 10000.8152972,
"total_value": 10000.8452282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.091351325
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8452282,
"total_value_exit_net": 10000.8152972,
"total_value": 10000.8452282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.091351325
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8532282,
"total_value_exit_net": 10000.8232912,
"total_value": 10000.8532282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.099345325
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8612282,
"total_value_exit_net": 10000.8312852,
"total_value": 10000.8612282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.107339325
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8372282,
"total_value_exit_net": 10000.8073032,
"total_value": 10000.8372282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.083357325
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8412282,
"total_value_exit_net": 10000.8113002,
"total_value": 10000.8412282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.087354325
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8412282,
"total_value_exit_net": 10000.8113002,
"total_value": 10000.8412282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.087354325
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8452282,
"total_value_exit_net": 10000.8152972,
"total_value": 10000.8452282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.091351325
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8572282,
"total_value_exit_net": 10000.8272882,
"total_value": 10000.8572282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.103342325
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8492282,
"total_value_exit_net": 10000.8192942,
"total_value": 10000.8492282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.095348325
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8572282,
"total_value_exit_net": 10000.8272882,
"total_value": 10000.8572282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.103342325
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8532282,
"total_value_exit_net": 10000.8232912,
"total_value": 10000.8532282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.099345325
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8612282,
"total_value_exit_net": 10000.8312852,
"total_value": 10000.8612282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.107339325
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8652282,
"total_value_exit_net": 10000.8352822,
"total_value": 10000.8652282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.111336325
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8612282,
"total_value_exit_net": 10000.8312852,
"total_value": 10000.8612282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.107339325
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8532282,
"total_value_exit_net": 10000.8232912,
"total_value": 10000.8532282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.099345325
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8532282,
"total_value_exit_net": 10000.8232912,
"total_value": 10000.8532282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.099345325
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8532282,
"total_value_exit_net": 10000.8232912,
"total_value": 10000.8532282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.099345325
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8492282,
"total_value_exit_net": 10000.8192942,
"total_value": 10000.8492282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.095348325
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8412282,
"total_value_exit_net": 10000.8113002,
"total_value": 10000.8412282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.087354325
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8372282,
"total_value_exit_net": 10000.8073032,
"total_value": 10000.8372282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.083357325
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 40,
"quote_asset_bal": 9960.9372282,
"total_value_mid": 10000.8292282,
"total_value_exit_net": 10000.7993092,
"total_value": 10000.8292282,
"base_cost_quote": 39.786717675,
"unrealized_pnl_exit_net": 0.075363325
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 46,
"quote_asset_bal": 9954.95614575,
"total_value_mid": 10000.83194575,
"total_value_exit_net": 10000.7975389,
"total_value": 10000.83194575,
"base_cost_quote": 45.767800125,
"unrealized_pnl_exit_net": 0.073593025
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 46,
"quote_asset_bal": 9954.95614575,
"total_value_mid": 10000.83654575,
"total_value_exit_net": 10000.80213545,
"total_value": 10000.83654575,
"base_cost_quote": 45.767800125,
"unrealized_pnl_exit_net": 0.078189575
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6675523,
"total_value_exit_net": 10000.64211095,
"total_value": 10000.6675523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.100219675
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6539523,
"total_value_exit_net": 10000.62852115,
"total_value": 10000.6539523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.113809475
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6641523,
"total_value_exit_net": 10000.6387135,
"total_value": 10000.6641523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.103617125
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6675523,
"total_value_exit_net": 10000.64211095,
"total_value": 10000.6675523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.100219675
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6675523,
"total_value_exit_net": 10000.64211095,
"total_value": 10000.6675523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.100219675
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6777523,
"total_value_exit_net": 10000.6523033,
"total_value": 10000.6777523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.090027325
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6675523,
"total_value_exit_net": 10000.64211095,
"total_value": 10000.6675523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.100219675
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.7457523,
"total_value_mid": 10000.6709523,
"total_value_exit_net": 10000.6455084,
"total_value": 10000.6709523,
"base_cost_quote": 33.996578325,
"unrealized_pnl_exit_net": -0.096822225
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6824586,
"total_value_exit_net": 10000.6614964,
"total_value": 10000.6824586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.086858075
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6684586,
"total_value_exit_net": 10000.6475069,
"total_value": 10000.6684586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.100847575
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6656586,
"total_value_exit_net": 10000.644709,
"total_value": 10000.6656586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.103645475
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6684586,
"total_value_exit_net": 10000.6475069,
"total_value": 10000.6684586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.100847575
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6712586,
"total_value_exit_net": 10000.6503048,
"total_value": 10000.6712586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.098049675
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6628586,
"total_value_exit_net": 10000.6419111,
"total_value": 10000.6628586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.106443375
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6656586,
"total_value_exit_net": 10000.644709,
"total_value": 10000.6656586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.103645475
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.7328586,
"total_value_mid": 10000.6684586,
"total_value_exit_net": 10000.6475069,
"total_value": 10000.6684586,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.100847575
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.8130345,
"total_value_mid": 10000.6566345,
"total_value_exit_net": 10000.6312518,
"total_value": 10000.6566345,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.177760575
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.729938,
"total_value_exit_net": 10000.7045094,
"total_value": 10000.729938,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.116606475
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.746938,
"total_value_exit_net": 10000.72149665,
"total_value": 10000.746938,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.099619225
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.736738,
"total_value_exit_net": 10000.7113043,
"total_value": 10000.736738,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.109811575
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.736738,
"total_value_exit_net": 10000.7113043,
"total_value": 10000.736738,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.109811575
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.733338,
"total_value_exit_net": 10000.70790685,
"total_value": 10000.733338,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.113209025
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.733338,
"total_value_exit_net": 10000.70790685,
"total_value": 10000.733338,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.113209025
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.729938,
"total_value_exit_net": 10000.7045094,
"total_value": 10000.729938,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.116606475
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.733338,
"total_value_exit_net": 10000.70790685,
"total_value": 10000.733338,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.113209025
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.740138,
"total_value_exit_net": 10000.71470175,
"total_value": 10000.740138,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.106414125
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.743538,
"total_value_exit_net": 10000.7180992,
"total_value": 10000.743538,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.103016675
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.740138,
"total_value_exit_net": 10000.71470175,
"total_value": 10000.740138,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.106414125
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.736738,
"total_value_exit_net": 10000.7113043,
"total_value": 10000.736738,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.109811575
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.746938,
"total_value_exit_net": 10000.72149665,
"total_value": 10000.746938,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.099619225
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.753738,
"total_value_exit_net": 10000.72829155,
"total_value": 10000.753738,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.092824325
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 34,
"quote_asset_bal": 9966.825138,
"total_value_mid": 10000.750338,
"total_value_exit_net": 10000.7248941,
"total_value": 10000.750338,
"base_cost_quote": 33.995977875,
"unrealized_pnl_exit_net": -0.096221775
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.81164475,
"total_value_mid": 10000.75284475,
"total_value_exit_net": 10000.73188885,
"total_value": 10000.75284475,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.095251775
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.81164475,
"total_value_mid": 10000.75564475,
"total_value_exit_net": 10000.73468675,
"total_value": 10000.75564475,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.092453875
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.81164475,
"total_value_mid": 10000.74724475,
"total_value_exit_net": 10000.72629305,
"total_value": 10000.74724475,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.100847575
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.81164475,
"total_value_mid": 10000.74724475,
"total_value_exit_net": 10000.72629305,
"total_value": 10000.74724475,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.100847575
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 28,
"quote_asset_bal": 9972.81164475,
"total_value_mid": 10000.74164475,
"total_value_exit_net": 10000.72069725,
"total_value": 10000.74164475,
"base_cost_quote": 28.015495875,
"unrealized_pnl_exit_net": -0.106443375
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7923443,
"total_value_exit_net": 10000.77585585,
"total_value": 10000.7923443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.057295125
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7923443,
"total_value_exit_net": 10000.77585585,
"total_value": 10000.7923443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.057295125
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7593443,
"total_value_exit_net": 10000.7428806,
"total_value": 10000.7593443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.090270375
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7549443,
"total_value_exit_net": 10000.7384839,
"total_value": 10000.7549443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.094667075
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7483443,
"total_value_exit_net": 10000.73188885,
"total_value": 10000.7483443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.101262125
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7527443,
"total_value_exit_net": 10000.73628555,
"total_value": 10000.7527443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.096865425
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7505443,
"total_value_exit_net": 10000.7340872,
"total_value": 10000.7505443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.099063775
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7615443,
"total_value_exit_net": 10000.74507895,
"total_value": 10000.7615443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.088072025
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7461443,
"total_value_exit_net": 10000.7296905,
"total_value": 10000.7461443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.103460475
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7571443,
"total_value_exit_net": 10000.74068225,
"total_value": 10000.7571443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.092468725
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7549443,
"total_value_exit_net": 10000.7384839,
"total_value": 10000.7549443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.094667075
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7527443,
"total_value_exit_net": 10000.73628555,
"total_value": 10000.7527443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.096865425
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7505443,
"total_value_exit_net": 10000.7340872,
"total_value": 10000.7505443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.099063775
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7505443,
"total_value_exit_net": 10000.7340872,
"total_value": 10000.7505443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.099063775
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7461443,
"total_value_exit_net": 10000.7296905,
"total_value": 10000.7461443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.103460475
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7439443,
"total_value_exit_net": 10000.72749215,
"total_value": 10000.7439443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.105658825
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7461443,
"total_value_exit_net": 10000.7296905,
"total_value": 10000.7461443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.103460475
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7417443,
"total_value_exit_net": 10000.7252938,
"total_value": 10000.7417443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.107857175
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7549443,
"total_value_exit_net": 10000.7384839,
"total_value": 10000.7549443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.094667075
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7439443,
"total_value_exit_net": 10000.72749215,
"total_value": 10000.7439443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.105658825
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7417443,
"total_value_exit_net": 10000.7252938,
"total_value": 10000.7417443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.107857175
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7439443,
"total_value_exit_net": 10000.72749215,
"total_value": 10000.7439443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.105658825
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7395443,
"total_value_exit_net": 10000.72309545,
"total_value": 10000.7395443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.110055525
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7417443,
"total_value_exit_net": 10000.7252938,
"total_value": 10000.7417443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.107857175
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7483443,
"total_value_exit_net": 10000.73188885,
"total_value": 10000.7483443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.101262125
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7439443,
"total_value_exit_net": 10000.72749215,
"total_value": 10000.7439443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.105658825
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7439443,
"total_value_exit_net": 10000.72749215,
"total_value": 10000.7439443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.105658825
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7439443,
"total_value_exit_net": 10000.72749215,
"total_value": 10000.7439443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.105658825
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7329443,
"total_value_exit_net": 10000.7165004,
"total_value": 10000.7329443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.116650575
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7329443,
"total_value_exit_net": 10000.7165004,
"total_value": 10000.7329443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.116650575
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7329443,
"total_value_exit_net": 10000.7165004,
"total_value": 10000.7329443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.116650575
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7395443,
"total_value_exit_net": 10000.72309545,
"total_value": 10000.7395443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.110055525
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7483443,
"total_value_exit_net": 10000.73188885,
"total_value": 10000.7483443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.101262125
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7615443,
"total_value_exit_net": 10000.74507895,
"total_value": 10000.7615443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.088072025
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7571443,
"total_value_exit_net": 10000.74068225,
"total_value": 10000.7571443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.092468725
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7549443,
"total_value_exit_net": 10000.7384839,
"total_value": 10000.7549443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.094667075
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7571443,
"total_value_exit_net": 10000.74068225,
"total_value": 10000.7571443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.092468725
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7615443,
"total_value_exit_net": 10000.74507895,
"total_value": 10000.7615443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.088072025
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7615443,
"total_value_exit_net": 10000.74507895,
"total_value": 10000.7615443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.088072025
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7659443,
"total_value_exit_net": 10000.74947565,
"total_value": 10000.7659443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.083675325
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7747443,
"total_value_exit_net": 10000.75826905,
"total_value": 10000.7747443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.074881925
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7791443,
"total_value_exit_net": 10000.76266575,
"total_value": 10000.7791443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7769443,
"total_value_exit_net": 10000.7604674,
"total_value": 10000.7769443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.072683575
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7813443,
"total_value_exit_net": 10000.7648641,
"total_value": 10000.7813443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.068286875
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7747443,
"total_value_exit_net": 10000.75826905,
"total_value": 10000.7747443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.074881925
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7791443,
"total_value_exit_net": 10000.76266575,
"total_value": 10000.7791443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.070485225
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7835443,
"total_value_exit_net": 10000.76706245,
"total_value": 10000.7835443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.066088525
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7901443,
"total_value_exit_net": 10000.7736575,
"total_value": 10000.7901443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.059493475
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7879443,
"total_value_exit_net": 10000.77145915,
"total_value": 10000.7879443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.061691825
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7967443,
"total_value_exit_net": 10000.78025255,
"total_value": 10000.7967443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.052898425
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7945443,
"total_value_exit_net": 10000.7780542,
"total_value": 10000.7945443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.055096775
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7967443,
"total_value_exit_net": 10000.78025255,
"total_value": 10000.7967443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.052898425
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7967443,
"total_value_exit_net": 10000.78025255,
"total_value": 10000.7967443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.052898425
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7945443,
"total_value_exit_net": 10000.7780542,
"total_value": 10000.7945443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.055096775
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7923443,
"total_value_exit_net": 10000.77585585,
"total_value": 10000.7923443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.057295125
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7857443,
"total_value_exit_net": 10000.7692608,
"total_value": 10000.7857443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.063890175
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7835443,
"total_value_exit_net": 10000.76706245,
"total_value": 10000.7835443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.066088525
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7813443,
"total_value_exit_net": 10000.7648641,
"total_value": 10000.7813443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.068286875
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7857443,
"total_value_exit_net": 10000.7692608,
"total_value": 10000.7857443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.063890175
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7923443,
"total_value_exit_net": 10000.77585585,
"total_value": 10000.7923443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.057295125
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7901443,
"total_value_exit_net": 10000.7736575,
"total_value": 10000.7901443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.059493475
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7945443,
"total_value_exit_net": 10000.7780542,
"total_value": 10000.7945443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.055096775
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7945443,
"total_value_exit_net": 10000.7780542,
"total_value": 10000.7945443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.055096775
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7967443,
"total_value_exit_net": 10000.78025255,
"total_value": 10000.7967443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.052898425
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8033443,
"total_value_exit_net": 10000.7868476,
"total_value": 10000.8033443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.046303375
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.7967443,
"total_value_exit_net": 10000.78025255,
"total_value": 10000.7967443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.052898425
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8033443,
"total_value_exit_net": 10000.7868476,
"total_value": 10000.8033443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.046303375
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8099443,
"total_value_exit_net": 10000.79344265,
"total_value": 10000.8099443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.039708325
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8055443,
"total_value_exit_net": 10000.78904595,
"total_value": 10000.8055443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.044105025
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8099443,
"total_value_exit_net": 10000.79344265,
"total_value": 10000.8099443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.039708325
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8099443,
"total_value_exit_net": 10000.79344265,
"total_value": 10000.8099443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.039708325
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8121443,
"total_value_exit_net": 10000.795641,
"total_value": 10000.8121443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.037509975
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8055443,
"total_value_exit_net": 10000.78904595,
"total_value": 10000.8055443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.044105025
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 22,
"quote_asset_bal": 9978.8077443,
"total_value_mid": 10000.8099443,
"total_value_exit_net": 10000.79344265,
"total_value": 10000.8099443,
"base_cost_quote": 22.025406675,
"unrealized_pnl_exit_net": -0.039708325
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.8104389,
"total_value_mid": 10000.8184389,
"total_value_exit_net": 10000.8064329,
"total_value": 10000.8184389,
"base_cost_quote": 16.028712525,
"unrealized_pnl_exit_net": -0.032718525
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.844099375,
"total_value_exit_net": 10000.836571625,
"total_value": 10000.844099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.01405475
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.801099375,
"total_value_exit_net": 10000.793603875,
"total_value": 10000.801099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.0570225
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.807099375,
"total_value_exit_net": 10000.799599375,
"total_value": 10000.807099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.051027
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.803099375,
"total_value_exit_net": 10000.795602375,
"total_value": 10000.803099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.055024
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.800099375,
"total_value_exit_net": 10000.792604625,
"total_value": 10000.800099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.05802175
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.802099375,
"total_value_exit_net": 10000.794603125,
"total_value": 10000.802099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.05602325
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.802099375,
"total_value_exit_net": 10000.794603125,
"total_value": 10000.802099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.05602325
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.804099375,
"total_value_exit_net": 10000.796601625,
"total_value": 10000.804099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.05402475
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.802099375,
"total_value_exit_net": 10000.794603125,
"total_value": 10000.802099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.05602325
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.799099375,
"total_value_exit_net": 10000.791605375,
"total_value": 10000.799099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.059021
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.795099375,
"total_value_exit_net": 10000.787608375,
"total_value": 10000.795099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.063018
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.792099375,
"total_value_exit_net": 10000.784610625,
"total_value": 10000.792099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.06601575
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 10,
"quote_asset_bal": 9990.807099375,
"total_value_mid": 10000.792099375,
"total_value_exit_net": 10000.784610625,
"total_value": 10000.792099375,
"base_cost_quote": 10.043527,
"unrealized_pnl_exit_net": -0.06601575
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.806202075,
"total_value_mid": 10000.803002075,
"total_value_exit_net": 10000.791004475,
"total_value": 10000.803002075,
"base_cost_quote": 16.0444243,
"unrealized_pnl_exit_net": -0.0596219
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 16,
"quote_asset_bal": 9984.806202075,
"total_value_mid": 10000.806202075,
"total_value_exit_net": 10000.794202075,
"total_value": 10000.806202075,
"base_cost_quote": 16.0444243,
"unrealized_pnl_exit_net": -0.0564243
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.802338275,
"total_value_mid": 10000.779838275,
"total_value_exit_net": 10000.76860515,
"total_value": 10000.779838275,
"base_cost_quote": 15.05428225,
"unrealized_pnl_exit_net": -0.088015375
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.802338275,
"total_value_mid": 10000.784338275,
"total_value_exit_net": 10000.773101775,
"total_value": 10000.784338275,
"base_cost_quote": 15.05428225,
"unrealized_pnl_exit_net": -0.08351875
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.802338275,
"total_value_mid": 10000.775338275,
"total_value_exit_net": 10000.764108525,
"total_value": 10000.775338275,
"base_cost_quote": 15.05428225,
"unrealized_pnl_exit_net": -0.092512
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.802338275,
"total_value_mid": 10000.778338275,
"total_value_exit_net": 10000.767106275,
"total_value": 10000.778338275,
"base_cost_quote": 15.05428225,
"unrealized_pnl_exit_net": -0.08951425
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.802338275,
"total_value_mid": 10000.785838275,
"total_value_exit_net": 10000.77460065,
"total_value": 10000.785838275,
"base_cost_quote": 15.05428225,
"unrealized_pnl_exit_net": -0.082019875
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.802338275,
"total_value_mid": 10000.785838275,
"total_value_exit_net": 10000.77460065,
"total_value": 10000.785838275,
"base_cost_quote": 15.05428225,
"unrealized_pnl_exit_net": -0.082019875
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 15,
"quote_asset_bal": 9985.802338275,
"total_value_mid": 10000.788838275,
"total_value_exit_net": 10000.7775984,
"total_value": 10000.788838275,
"base_cost_quote": 15.05428225,
"unrealized_pnl_exit_net": -0.079022125
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.773540525,
"total_value_exit_net": 10000.757811,
"total_value": 10000.773540525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.098809525
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.796640525,
"total_value_exit_net": 10000.780893675,
"total_value": 10000.796640525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.07572685
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.800840525,
"total_value_exit_net": 10000.785090525,
"total_value": 10000.800840525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.07153
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.796640525,
"total_value_exit_net": 10000.780893675,
"total_value": 10000.796640525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.07572685
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.788240525,
"total_value_exit_net": 10000.772499975,
"total_value": 10000.788240525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.08412055
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.788240525,
"total_value_exit_net": 10000.772499975,
"total_value": 10000.788240525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.08412055
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.788240525,
"total_value_exit_net": 10000.772499975,
"total_value": 10000.788240525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.08412055
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.779840525,
"total_value_exit_net": 10000.764106275,
"total_value": 10000.779840525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.09251425
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.792440525,
"total_value_exit_net": 10000.776696825,
"total_value": 10000.792440525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.0799237
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.788240525,
"total_value_exit_net": 10000.772499975,
"total_value": 10000.788240525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.08412055
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.786140525,
"total_value_exit_net": 10000.77040155,
"total_value": 10000.786140525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.086218975
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.786140525,
"total_value_exit_net": 10000.77040155,
"total_value": 10000.786140525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.086218975
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.786140525,
"total_value_exit_net": 10000.77040155,
"total_value": 10000.786140525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.086218975
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.775640525,
"total_value_exit_net": 10000.759909425,
"total_value": 10000.775640525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.0967111
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.777740525,
"total_value_exit_net": 10000.76200785,
"total_value": 10000.777740525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.094612675
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.786140525,
"total_value_exit_net": 10000.77040155,
"total_value": 10000.786140525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.086218975
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.786140525,
"total_value_exit_net": 10000.77040155,
"total_value": 10000.786140525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.086218975
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.781940525,
"total_value_exit_net": 10000.7662047,
"total_value": 10000.781940525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.090415825
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 21,
"quote_asset_bal": 9979.800840525,
"total_value_mid": 10000.777740525,
"total_value_exit_net": 10000.76200785,
"total_value": 10000.777740525,
"base_cost_quote": 21.05578,
"unrealized_pnl_exit_net": -0.094612675
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 0,
"quote_asset_bal": 10000.879020025,
"total_value_mid": 10000.879020025,
"total_value_exit_net": 10000.879020025,
"total_value": 10000.879020025,
"base_cost_quote": 0,
"unrealized_pnl_exit_net": 0
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 5,
"quote_asset_bal": 9995.873268525,
"total_value_mid": 10000.874768525,
"total_value_exit_net": 10000.8710174,
"total_value": 10000.874768525,
"base_cost_quote": 5.0057515,
"unrealized_pnl_exit_net": -0.008002625
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 88-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (146 closed trades) via GET /backtests/f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3/trades (paginate through all pages).88-row audit sample from 146 closed trades (RFC 4180 CSV)
88-row audit sample from 146 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-25T04:14:00Z,2024-08-19T01:24:00Z,1.0009,1.0035,5,,,0.0054835,0.1095713858,0.003753375,0.003763125,,,TP
,,2024-05-02T14:39:00Z,2024-06-07T01:23:00Z,0.9996,1.0021,6,,,0.00599235,0.099912465,0.0044982,0.00450945,,,TP
,,2024-07-05T07:57:00Z,2024-08-19T01:24:00Z,0.9999,1.0024,6,,,0.00598965,0.0998374837,0.00449955,0.0045108,,,TP
,,2024-08-05T01:13:00Z,2024-08-13T12:15:00Z,0.9979,1.0004,6,,,0.00600765,0.1003382102,0.00449055,0.0045018,,,TP
,,2024-08-05T02:20:00Z,2024-08-05T02:20:00Z,0.9941,0.9966,6,,,0.00604185,0.1012951413,0.00447345,0.0044847,,,TP
,,2024-08-06T23:32:00Z,2024-08-19T01:24:00Z,0.9989,1.0014,6,,,0.00599865,0.1000875964,0.00449505,0.0045063,,,TP
,,2024-08-19T01:33:00Z,2024-12-14T01:00:00Z,1.0013,1.0039,5,,,0.0054805,0.109467692,0.003754875,0.003764625,,,TP
,,2024-08-25T07:52:00Z,2024-10-09T01:26:00Z,0.9997,1.0022,6,,,0.00599145,0.0998874662,0.00449865,0.0045099,,,TP
,,2024-08-27T22:23:00Z,2024-09-15T07:29:00Z,0.9983,1.0008,6,,,0.00600405,0.1002379044,0.00449235,0.0045036,,,TP
,,2024-10-16T10:53:00Z,2024-11-14T07:33:00Z,0.999,1.0015,6,,,0.00599775,0.1000625626,0.0044955,0.00450675,,,TP
,,2024-10-25T18:13:00Z,2024-11-15T08:34:00Z,1,1.0025,5,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-11-12T08:09:00Z,2024-11-14T07:32:00Z,0.9974,0.9999,6,,,0.00601215,0.1004637056,0.0044883,0.00449955,,,TP
,,2024-11-18T00:00:00Z,2024-12-13T20:36:00Z,1.0001,1.0027,5,,,0.0054895,0.1097790221,0.003750375,0.003760125,,,TP
,,2024-11-18T20:25:00Z,2024-12-05T03:29:00Z,0.9979,1.0004,6,,,0.00600765,0.1003382102,0.00449055,0.0045018,,,TP
,,2024-12-05T04:32:00Z,2024-12-13T09:00:00Z,0.9989,1.0014,6,,,0.00599865,0.1000875964,0.00449505,0.0045063,,,TP
,,2024-12-05T20:01:00Z,2024-12-06T17:57:00Z,0.9962,0.9987,6,,,0.00602295,0.1007654086,0.0044829,0.00449415,,,TP
,,2024-12-05T22:28:00Z,2024-12-05T22:29:00Z,0.9942,0.9967,6,,,0.00604095,0.1012698652,0.0044739,0.00448515,,,TP
,,2024-12-05T22:30:00Z,2024-12-05T22:30:00Z,0.9942,0.9967,6,,,0.00604095,0.1012698652,0.0044739,0.00448515,,,TP
,,2024-12-06T00:04:00Z,2024-12-11T11:26:00Z,0.9973,0.9998,6,,,0.00601305,0.1004888198,0.00448785,0.0044991,,,TP
,,2024-12-13T23:29:00Z,2024-12-23T10:19:00Z,1.003,1.0056,5,,,0.00546775,0.1090279163,0.00376125,0.003771,,,TP
,,2024-12-14T01:01:00Z,2024-12-23T10:19:00Z,1.0042,1.0068,5,,,0.00545875,0.1087183828,0.00376575,0.0037755,,,TP
,,2024-12-15T10:46:00Z,2024-12-23T10:19:00Z,1.0006,1.0032,5,,,0.00548575,0.1096492105,0.00375225,0.003762,,,TP
,,2024-12-16T18:03:00Z,2024-12-23T10:19:00Z,0.999,1.0015,6,,,0.00599775,0.1000625626,0.0044955,0.00450675,,,TP
,,2024-12-19T19:03:00Z,2024-12-23T10:19:00Z,0.998,1.0005,6,,,0.00600675,0.1003131263,0.004491,0.00450225,,,TP
,,2024-12-23T20:13:00Z,2024-12-24T04:38:00Z,1.0034,1.006,5,,,0.00546475,0.1089246562,0.00376275,0.0037725,,,TP
,,2024-12-24T04:39:00Z,2024-12-24T04:39:00Z,1.0044,1.007,5,,,0.00545725,0.1086668658,0.0037665,0.00377625,,,TP
,,2024-12-24T04:39:00Z,2024-12-25T22:30:00Z,1.0041,1.0067,5,,,0.0054595,0.108744149,0.003765375,0.003775125,,,TP
,,2024-12-25T22:30:00Z,2024-12-26T01:10:00Z,1.0044,1.007,5,,,0.00545725,0.1086668658,0.0037665,0.00377625,,,TP
,,2024-12-26T01:10:00Z,2024-12-29T12:57:00Z,1.0044,1.007,5,,,0.00545725,0.1086668658,0.0037665,0.00377625,,,TP
,,2024-12-28T11:27:00Z,2024-12-29T12:57:00Z,1.0015,1.0041,5,,,0.005479,0.1094158762,0.003755625,0.003765375,,,TP
,,2024-12-29T12:57:00Z,2026-02-24T01:34:00Z,1.0028,1.0054,5,,,0.00546925,0.1090795772,0.0037605,0.00377025,,,TP
,,2025-02-25T09:14:00Z,2026-01-14T20:45:00Z,1.0009,1.0035,5,,,0.0054835,0.1095713858,0.003753375,0.003763125,,,TP
,,2025-02-26T20:41:00Z,2026-01-14T20:26:00Z,0.9997,1.0022,6,,,0.00599145,0.0998874662,0.00449865,0.0045099,,,TP
,,2025-02-28T13:48:00Z,2026-01-13T18:20:00Z,0.9987,1.0012,6,,,0.00600045,0.100137679,0.00449415,0.0045054,,,TP
,,2025-04-02T15:34:00Z,2025-04-02T15:34:00Z,0.9709,0.9734,6,,,0.00625065,0.1072999279,0.00436905,0.0043803,,,TP
,,2025-04-02T15:36:00Z,2025-04-02T15:36:00Z,0.9729,0.9754,6,,,0.00623265,0.1067709939,0.00437805,0.0043893,,,TP
,,2025-04-02T15:45:00Z,2025-04-02T15:45:00Z,0.9545,0.9569,6,,,0.0057987,0.1012519644,0.00429525,0.00430605,,,TP
,,2025-04-02T15:48:00Z,2025-04-02T15:49:00Z,0.9149,0.9172,6,,,0.00555555,0.1012050497,0.00411705,0.0041274,,,TP
,,2025-04-02T15:50:00Z,2025-04-02T15:50:00Z,0.9045,0.9068,6,,,0.00564915,0.1040934218,0.00407025,0.0040806,,,TP
,,2025-04-02T15:52:00Z,2025-04-02T15:52:00Z,0.8909,0.8932,6,,,0.00577155,0.1079722752,0.00400905,0.0040194,,,TP
,,2025-04-02T16:00:00Z,2025-04-02T16:01:00Z,0.9586,0.961,6,,,0.0057618,0.100177342,0.0043137,0.0043245,,,TP
,,2025-04-02T16:57:00Z,2025-04-02T17:10:00Z,0.9732,0.9757,6,,,0.00622995,0.1066918413,0.0043794,0.00439065,,,TP
,,2025-04-02T17:04:00Z,2025-04-02T17:05:00Z,0.9609,0.9634,6,,,0.00634065,0.1099776251,0.00432405,0.0043353,,,TP
,,2025-04-02T17:04:00Z,2025-04-02T17:04:00Z,0.964,0.9665,6,,,0.00631275,0.1091415975,0.004338,0.00434925,,,TP
,,2025-04-02T17:08:00Z,2025-04-02T17:08:00Z,0.9666,0.9691,6,,,0.00628935,0.1084445479,0.0043497,0.00436095,,,TP
,,2025-04-02T17:11:00Z,2025-04-02T17:32:00Z,0.9699,0.9724,6,,,0.00625965,0.1075652129,0.00436455,0.0043758,,,TP
,,2025-04-02T17:11:00Z,2025-04-02T17:32:00Z,0.9714,0.9739,6,,,0.00624615,0.1071674902,0.0043713,0.00438255,,,TP
,,2025-04-02T17:12:00Z,2025-04-02T17:16:00Z,0.9642,0.9667,6,,,0.00631095,0.1090878448,0.0043389,0.00435015,,,TP
,,2025-04-02T17:16:00Z,2025-04-02T17:16:00Z,0.9626,0.9651,6,,,0.00632535,0.1095184916,0.0043317,0.00434295,,,TP
,,2025-04-02T17:18:00Z,2025-04-02T17:20:00Z,0.9627,0.9652,6,,,0.00632445,0.1094915342,0.00433215,0.0043434,,,TP
,,2025-04-02T17:18:00Z,2025-04-02T17:32:00Z,0.966,0.9685,6,,,0.00629475,0.1086050725,0.004347,0.00435825,,,TP
,,2025-04-02T17:19:00Z,2025-04-02T17:20:00Z,0.9589,0.9613,6,,,0.0057591,0.1000990719,0.00431505,0.00432585,,,TP
,,2025-04-02T17:22:00Z,2025-04-02T17:23:00Z,0.9643,0.9668,6,,,0.00631005,0.1090609769,0.00433935,0.0043506,,,TP
,,2025-04-02T17:23:00Z,2025-04-02T17:32:00Z,0.965,0.9675,6,,,0.00630375,0.108873057,0.0043425,0.00435375,,,TP
,,2025-04-02T17:25:00Z,2025-04-02T17:28:00Z,0.9612,0.9637,6,,,0.00633795,0.1098964836,0.0043254,0.00433665,,,TP
,,2025-04-02T17:25:00Z,2025-04-02T17:27:00Z,0.9589,0.9613,6,,,0.0057591,0.1000990719,0.00431505,0.00432585,,,TP
,,2025-04-02T17:28:00Z,2025-04-02T17:29:00Z,0.9622,0.9647,6,,,0.00632895,0.1096263771,0.0043299,0.00434115,,,TP
,,2025-04-02T17:30:00Z,2025-04-02T17:30:00Z,0.9629,0.9654,6,,,0.00632265,0.1094376363,0.00433305,0.0043443,,,TP
,,2025-04-02T17:31:00Z,2025-04-02T17:31:00Z,0.9594,0.9618,6,,,0.0057546,0.0999687305,0.0043173,0.0043281,,,TP
,,2025-04-02T17:33:00Z,2025-04-02T17:40:00Z,0.9684,0.9709,6,,,0.00627315,0.1079641677,0.0043578,0.00436905,,,TP
,,2025-04-02T17:35:00Z,2025-04-02T17:35:00Z,0.9662,0.9687,6,,,0.00629295,0.1085515421,0.0043479,0.00435915,,,TP
,,2025-04-02T17:36:00Z,2025-04-02T17:38:00Z,0.9667,0.9692,6,,,0.00628845,0.1084178132,0.00435015,0.0043614,,,TP
,,2025-04-02T17:39:00Z,2025-04-02T17:47:00Z,0.9711,0.9736,6,,,0.00624885,0.1072469365,0.00436995,0.0043812,,,TP
,,2025-04-02T17:43:00Z,2025-04-02T17:46:00Z,0.9684,0.9709,6,,,0.00627315,0.1079641677,0.0043578,0.00436905,,,TP
,,2025-04-02T17:48:00Z,2025-04-02T17:55:00Z,0.9734,0.9759,6,,,0.00622815,0.1066391001,0.0043803,0.00439155,,,TP
,,2025-04-02T18:07:00Z,2025-04-02T18:12:00Z,0.9739,0.9764,6,,,0.00622365,0.1065073416,0.00438255,0.0043938,,,TP
,,2025-04-02T18:08:00Z,2025-04-02T18:12:00Z,0.972,0.9745,6,,,0.00624075,0.1070087449,0.004374,0.00438525,,,TP
,,2025-04-02T22:56:00Z,2025-09-24T02:50:00Z,0.9808,0.9833,6,,,0.00616155,0.1047027936,0.0044136,0.00442485,,,TP
,,2025-08-14T13:30:00Z,2025-10-31T08:10:00Z,0.9976,1.0001,6,,,0.00601035,0.1004134924,0.0044892,0.00450045,,,TP
,,2025-09-22T06:02:00Z,2025-10-02T21:00:00Z,0.9961,0.9986,6,,,0.00602385,0.1007905833,0.00448245,0.0044937,,,TP
,,2025-09-24T02:50:00Z,2025-09-24T02:50:00Z,0.9931,0.9956,6,,,0.00605085,0.1015481825,0.00446895,0.0044802,,,TP
,,2025-10-10T21:17:00Z,2025-10-26T12:19:00Z,0.996,0.9985,6,,,0.00602475,0.1008157631,0.004482,0.00449325,,,TP
,,2025-10-10T21:28:00Z,2025-10-10T21:29:00Z,0.9925,0.995,6,,,0.00605625,0.1017002519,0.00446625,0.0044775,,,TP
,,2025-10-10T21:28:00Z,2025-10-10T21:28:00Z,0.9917,0.9942,6,,,0.00606345,0.1019032974,0.00446265,0.0044739,,,TP
,,2025-10-10T21:30:00Z,2025-10-10T21:30:00Z,0.9917,0.9942,6,,,0.00606345,0.1019032974,0.00446265,0.0044739,,,TP
,,2025-10-10T21:31:00Z,2025-10-10T21:31:00Z,0.9928,0.9953,6,,,0.00605355,0.1016241942,0.0044676,0.00447885,,,TP
,,2025-10-10T21:32:00Z,2025-10-10T21:32:00Z,0.981,0.9835,6,,,0.00615975,0.1046508665,0.0044145,0.00442575,,,TP
,,2025-10-10T21:35:00Z,2025-10-10T21:35:00Z,0.9937,0.9962,6,,,0.00604545,0.1013962967,0.00447165,0.0044829,,,TP
,,2025-10-10T21:37:00Z,2025-10-10T22:59:00Z,0.9942,0.9967,6,,,0.00604095,0.1012698652,0.0044739,0.00448515,,,TP
,,2025-10-10T21:38:00Z,2025-10-10T21:38:00Z,0.9923,0.9948,6,,,0.00605805,0.1017509826,0.00446535,0.0044766,,,TP
,,2025-10-10T22:03:00Z,2025-10-10T22:47:00Z,0.9931,0.9956,6,,,0.00605085,0.1015481825,0.00446895,0.0044802,,,TP
,,2025-10-10T22:17:00Z,2025-10-10T22:26:00Z,0.9914,0.9939,6,,,0.00606615,0.1019795239,0.0044613,0.00447255,,,TP
,,2025-10-11T00:03:00Z,2025-10-11T00:03:00Z,0.9916,0.9941,6,,,0.00606435,0.1019287011,0.0044622,0.00447345,,,TP
,,2025-10-11T02:02:00Z,2025-10-11T02:13:00Z,0.9944,0.9969,6,,,0.00603915,0.1012193282,0.0044748,0.00448605,,,TP
,,2026-01-14T22:39:00Z,2026-02-24T01:34:00Z,1.0044,1.007,5,,,0.00545725,0.1086668658,0.0037665,0.00377625,,,TP
,,2026-01-27T20:57:00Z,2026-01-29T12:40:00Z,0.9994,1.0019,6,,,0.00599415,0.0999624775,0.0044973,0.00450855,,,TP
,,2026-01-29T12:40:00Z,2026-02-24T01:34:00Z,1.0014,1.004,5,,,0.00547975,0.1094417815,0.00375525,0.003765,,,TP
,,2026-02-05T01:40:00Z,2026-02-24T01:34:00Z,0.9995,1.002,6,,,0.00599325,0.0999374687,0.00449775,0.004509,,,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 FDUSDUSDT?
Did it beat Buy & Hold of FDUSDUSDT?
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 FDUSDUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,000.87 USDT
P&L: +0.87 USDT (+0.01%)
Result: PROFIT
Completed trades: 146
Open orders at end: 1
Win rate: 100.0%
Avg. profit/trade: 0.006021 USDT
Best trade: 0.006341 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 0.879020 USDT
Max drawdown: -0.00%
Profit factor: inf (no losing trades)
Sharpe ratio: 1.05
Total fees: 1.27 USDT
Avg hold time: 420.8h
TP / SL / TSL: 146 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 9
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]
Investment per buy: 25.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 47.4s
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":"FDUSDUSDT","mode_name":"3LongTimeLong.json","interval":"1m","from":"2024-04-24 00:00:01","to":"2026-02-25 23:59:59","canBuy":true,"canSell":true,"canBuyUp":true,"startBal":10000,"stepSize":1,"stopLoss":false,"tickSize":0.0001,"buySplits":9,"buyVolumes":[20,15,10,10,10,10,5,5,5],"canBuyDown":false,"minNotional":5,"buyPercentage":0.1,"fees_in_quote":true,"intrabar_mode":"OLHC","maker_fee_bps":7.5,"taker_fee_bps":7.5,"sellPercentages":[0.25,0.35,0.5,0.75,1,2.5,5,10,15],"triggerCoolDown":1,"investmentPerBuy":25,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":25,"order_latency_seconds":2,"trailingStopLossPercentages":[0,0,0,0,0,0,0,0,0],"sellCancelDistancePercentage":1,"dontBuyBelowQuoteAssetBalance":1,"investmentPerFreeQuotePercent":0.01,"sellActivateDistancePercentage":0.1}'
Structured Data (JSON-LD)
Dataset markup with 34 PropertyValue KPIs. Every numeric value is finite + range-validated; invalid / null fields are omitted so the JSON stays schema.org-compliant.{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "FDUSDUSDT LongTimeLong Backtest",
"alternateName": "FDUSDUSDT-3LongTimeLong.json-f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3",
"description": "Backtest of the LongTimeLong strategy on FDUSDUSDT: +0.01% return over 2024-04-24 to 2026-02-25.",
"identifier": "f5f0b99c-e499-4e0d-8184-fe7fcd9e73f3",
"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": [
"FDUSDUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "FDUSDUSDT",
"description": "Trading pair: FDUSDUSDT"
},
{
"@type": "Thing",
"name": "LongTimeLong",
"description": "Trading strategy: LongTimeLong"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": 0.0087,
"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": 0.87902002,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 10000.8710174,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 146,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 1,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.00634065,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00499063,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00602069,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 47.36,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": 0.004734118765981066,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -0.00256286323013765,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -0.2563090000003285,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 168,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": 1.0537887959980075,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": 1.7416335172880806,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 0.004489388722623793,
"unitText": "%",
"unitCode": "P1",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Time in Market",
"value": 99.70282317979198,
"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.0059613264204545465,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.0059613264204545465,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.0060234,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.5245967250000001,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7543032749999999,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1005.7376999999999,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 88,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 40.78333333333333,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 836.2227272727275,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 6.602674652891264,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:12.020Z",
"dateModified": "2026-05-15T13:00:56.892Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:00:56 UTC