⬅ Back

latest-sol.json

Field-by-field reference for the snapshot JSON produced every cycle

Top Level

FieldTypeDescription
timestampstringUTC ISO-8601
timestamp_epochfloatUnix epoch seconds
assetstringSOLUSDT
live_pricefloatBinance 1m close at snapshot
compositeobject{signal, method, label} — final trading signal

Model Forecasts

Three models: kronos (30m/48 steps), fincast_5m (5m/48 steps), fincast_60m (60m/15 steps). Each stores FT + ZS ensemble mean and 9 quantiles per step.

FieldTypeDescription
raw_ft_meanfloat[]FT ensemble mean forecast prices
raw_ft_quantilesobject{q1..q9} — 9 quantile arrays per step
raw_zs_meanfloat[]ZS ensemble mean forecast prices
raw_zs_quantilesobjectZS quantiles, same structure

consensus_clouds

FieldTypeDescription
short / longobject{entry, exit, signal[]} — per-step p5/p50/p95/p99 arrays
copula_statsobject{metalog_fits, total_steps, rho, n_paths}
med_signalintMedian consensus direction: -1 bearish, 0 neutral, 1 bullish
p99_curve / p5_curvefloat[]Per-step upper/lower consensus bands (288 steps)

Zones

short_zone_v7/v8 and long_zone_v7/v8. v7 = simple scoring, v8 = quartile-prefiltered.

FieldTypeDescription
tight_b / tight_tfloatμ ± 0.5σ — dashed lines on chart
wide_b / wide_tfloatp25–p75 — dotted lines on chart
mufloatMean of top-scored entries
nintEntries used

trade_states

FieldTypeDescription
burner_phasestringIDLE / BURNER_SCOUT / BURNER_ACTIVE
burner_entryfloat|nullBurner entry price
real_phasestringIDLE / REAL_ACTIVE
real_entryfloat|nullReal session entry price
s1_phasestringStrat 1: IDLE / SHORT_ACTIVE / LONG_ACTIVE
s1_entryfloat|nullStrat 1 entry price
s2_phasestringStrat 2: IDLE / SHORT_ACTIVE / LONG_ACTIVE
s2_entryfloat|nullStrat 2 entry price