Files
fxhnt/tests/unit/data/golden_sim.json
jgrusewski 274e974854 perf(sim): O(1)/day overlay loop + expensive/cheap split — simulate_book full run <1s (bit-identical)
Part A — make the per-day overlay loop O(1)-amortised (bit-EXACT, no numeric change):
- `_regime_lookback`: build the NaN matrix over only the last 2·L_min days (the rest of `rep`
  is never read) + look up the ≤20 tail days directly instead of scanning each sleeve's full
  dict. O(active·L_min) not O(active·D). Bit-identical (same numpy ops on the same values).
- `paper_book_returns` + `IncrementalRiskOverlay`: feed `adaptive_target_vol` a running list
  (`out_vals`) mirroring `out`'s chronological values, instead of rebuilding `list(out.values())`
  (O(D)) every day. Bit-identical (same values, same order; only the [-win:] tail is read).
  Keeps `paper_book_returns`'s exact `==` golden (the live==replay regime signal) untouched.

Part B — separate the expensive overlay from the cheap knobs (instant slider drags):
- `overlay_pass(returns, sleeves, controller, kelly, start, end) -> OverlayPass`: the EXPENSIVE
  half (per-day weights/eff_lev/killed/gross_ret/eff_w). kelly stays here — it does NOT factor
  out linearly (clamped by max_leverage + sizes the killswitch's regime signal).
- `apply_knobs(OverlayPass, capital, cost_bps) -> SimResult`: the CHEAP half (~3ms on full
  history); capital + cost_bps are the genuinely-cheap knobs. Bit-identical to full simulate_book.
- `simulate_book` composes the two internally; signature + behaviour unchanged.

Timing: full ~1473-day run ~1.7s -> ~1.15s; cheap capital/cost re-apply ~3ms (was ~1.2s/tick).

Tests (TDD): frozen pre-optimization golden (full SimResult, abs_tol 1e-9, 4 controller/kelly/
cost/capital combos); cheap-reapply == full simulate_book (bit-exact) over many knob combos;
overlay-pass capital/cost-independence; perf bounds (full <1.6s, cheap <50ms). Full suite green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 15:13:27 +02:00

1 line
140 KiB
JSON

[{"cfg": {"controller": "killswitch", "kelly_fraction": 1.0, "cost_bps": 0.0, "capital": 100000.0}, "dates": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "equity": [100000.0, 102734.61125822725, 101896.21520230973, 102765.11711995845, 105308.63457236667, 106220.77751282776, 107272.96948387206, 107454.88127989905, 107546.9584830038, 108197.72407018482, 108094.03644721713, 108589.39588854637, 108278.57534026926, 108168.5579221457, 108614.92479051865, 109442.48177281707, 108598.0771456331, 109687.47726366705, 109625.7420771556, 109105.27546216006, 108692.48993643124, 107569.6462265084, 106527.05720007626, 106832.62766151343, 105899.98851708074, 105322.21147216133, 105557.20034642049, 104453.49161451131, 103732.38644002596, 104124.28866963116, 104613.54205830063, 104110.83122548746, 105151.42728060705, 105281.45823777236, 105758.01390347278, 104925.5130408645, 105340.19621648887, 104380.1686521742, 103549.15488960165, 103034.31438303863, 103009.5990393924, 102958.0726763006, 103051.37307912463, 102383.34588369519, 102452.2954018144, 101807.46346922299, 101330.66117795496, 102054.85883521997, 101866.78039897459, 102740.80947691252, 102152.02472749873, 102479.13589175274, 102051.00602375208, 101624.15660123732, 101947.57541466, 102806.63656246373, 102875.4752968463, 102049.24160033523, 101932.35638127428, 101550.17638689354, 97984.72997801928, 97562.48552148958, 97659.97335364298, 97099.53588371775, 97369.68386491072, 97792.5286108425, 99408.71491291694, 98919.74760028368, 98885.56796611128, 99572.96024518569, 98015.32821923232, 97392.3883850236, 97452.29424734552, 95585.86456451823, 95009.29705813255, 92839.75204292816, 91002.08754546632, 89450.18894099565, 87854.33593077863, 87757.68487112079, 89731.88379422143, 91149.45322418187, 92614.77950640729, 92576.95133089939, 91726.58240682723, 92054.6701951396, 91603.69268839671, 91503.63792779818, 92307.59663274341, 92309.4136902909, 90835.18744519704, 91854.03642635117, 94265.42649518937, 93724.46655771523, 93113.71092358427, 90715.90758282928, 89471.70258108558, 87788.38962667296, 86903.01614578528, 85638.01299187518, 86154.9036160537, 84743.2042949749, 83199.79700287347, 83791.89292898688, 83555.87693374063, 84059.41210600136, 84054.30612803367, 83686.08891008153, 83706.90414186125, 84287.72536043523, 82256.08451979082, 82120.81406294492, 81114.1756042869, 81318.60878799166, 81018.85197842887, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584, 80507.51689495584], "drawdown": [0.0, 0.0, -0.008160794552579538, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0009583161185574127, 0.0, -0.0028623471540086647, -0.003875497814101504, 0.0, 0.0, -0.007715510590638911, 0.0, -0.0005628280278800445, -0.0053078237920222504, -0.009071111416338401, -0.01930786530961787, -0.02881295242112064, -0.026027124275008452, -0.034529819092127885, -0.03979730321459106, -0.037654954059324314, -0.04771725797443837, -0.05429143756607901, -0.050718539005716066, -0.046258108326893865, -0.05084122798060561, -0.04135431041190083, -0.04016884275042169, -0.0358241748121221, -0.043413927839325954, -0.039633339699555487, -0.0483857295645075, -0.055961924981737805, -0.06065562857859824, -0.06088095369558324, -0.06135070980974699, -0.06050010767036362, -0.06659038535834107, -0.0659617856326544, -0.07184059649308978, -0.07618751287007869, -0.06958513969739473, -0.07129981525505462, -0.06333145733725025, -0.06869929662120479, -0.06571708595856283, -0.06962026505139143, -0.07351177056472089, -0.07056322236677813, -0.06273132423916673, -0.062103734507869525, -0.06963635096621847, -0.07070197141785833, -0.0741862341971185, -0.10669173526086914, -0.11054125816962118, -0.10965248002843864, -0.11476188252274576, -0.1122989944344037, -0.10844399880062368, -0.09370953373320817, -0.09816735631087474, -0.0984789655758981, -0.09221214008020312, -0.1064127768785965, -0.1120920016155398, -0.11154585119056544, -0.1285617378659492, -0.1338181948541952, -0.15359752672805382, -0.1703511666448919, -0.1844995329232065, -0.19904862321161657, -0.1999297726561016, -0.18193137418482433, -0.1690076616031877, -0.15564855882518266, -0.1559934311520114, -0.16374608391863524, -0.16075496955902877, -0.1648664462562166, -0.16577862659890075, -0.15844908702883043, -0.15843252125858198, -0.17187276331602405, -0.16258410971060813, -0.14059992218989698, -0.14553175170197316, -0.15109989538954136, -0.1729602152781202, -0.18430339713244326, -0.1996498432027296, -0.20772162589820917, -0.21925442057511915, -0.21454202644341688, -0.22741222235179173, -0.2414831749400383, -0.23608514828390387, -0.23823686150709086, -0.2336462265064305, -0.23369277674256558, -0.2370497435279993, -0.23685997499380568, -0.23156473771546254, -0.25008682329284115, -0.25132005848267724, -0.26049739106220465, -0.25863361236289745, -0.261366438543613, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639, -0.2660281838606639], "weights": [{}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"stablecoin_rotation": 0.25, "crypto_tstrend": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1925667943226038, "stablecoin_rotation": 0.6407665390107297}, {"crypto_tstrend": 0.17455223416055005, "unlock": 0.1836669653336309, "stablecoin_rotation": 0.641780800505819}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18543244821912894, "stablecoin_rotation": 0.6479008851142044}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1731091912468459, "stablecoin_rotation": 0.6602241420864874}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16666666666666666, "stablecoin_rotation": 0.6666666666666667}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16666666666666666, "stablecoin_rotation": 0.6666666666666667}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18420351207526367, "stablecoin_rotation": 0.6491298212580697}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18267455233214752, "stablecoin_rotation": 0.6506587810011859}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18295000438093847, "stablecoin_rotation": 0.6503833289523949}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17485464753105204, "stablecoin_rotation": 0.6584786858022813}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17410607428418678, "stablecoin_rotation": 0.6592272590491466}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17560725516370387, "stablecoin_rotation": 0.6577260781696296}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19206717314777422, "stablecoin_rotation": 0.6412661601855592}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19766535408352795, "stablecoin_rotation": 0.6356679792498053}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19917726213922385, "stablecoin_rotation": 0.6341560711941095}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19960368139157889, "stablecoin_rotation": 0.6337296519417545}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1976094291336822, "stablecoin_rotation": 0.6357239041996511}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2023927831243602, "stablecoin_rotation": 0.6309405502089731}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20203208018086424, "stablecoin_rotation": 0.6313012531524691}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19579846209583507, "stablecoin_rotation": 0.6375348712374983}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1981442015150622, "stablecoin_rotation": 0.6351891318182711}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20108523652502538, "stablecoin_rotation": 0.632248096808308}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1986577142184733, "stablecoin_rotation": 0.6346756191148601}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.202382954021458, "stablecoin_rotation": 0.6309503793118754}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19694544445553416, "stablecoin_rotation": 0.6363878888777993}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19625112858769508, "stablecoin_rotation": 0.6370822047456383}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19830510858614517, "stablecoin_rotation": 0.6350282247471882}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1974254833582424, "stablecoin_rotation": 0.635907849975091}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20186832001282337, "stablecoin_rotation": 0.6314650133205101}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20009258359629162, "stablecoin_rotation": 0.6332407497370417}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.197375160592357, "stablecoin_rotation": 0.6359581727409764}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19959443031190047, "stablecoin_rotation": 0.6337389030214329}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20040254029695745, "stablecoin_rotation": 0.6329307930363759}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19911845706187048, "stablecoin_rotation": 0.6342148762714629}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19952173888679783, "stablecoin_rotation": 0.6338115944465356}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20002261218051412, "stablecoin_rotation": 0.6333107211528193}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19951125636341688, "stablecoin_rotation": 0.6338220769699164}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20135466321177678, "stablecoin_rotation": 0.6319786701215565}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20532596449019125, "stablecoin_rotation": 0.6280073688431421}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21671978080943827, "stablecoin_rotation": 0.6166135525238952}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2192913233336073, "stablecoin_rotation": 0.6140420099997261}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.213006871009289, "stablecoin_rotation": 0.6203264623240444}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21322592001303478, "stablecoin_rotation": 0.6201074133202986}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2276890418620585, "stablecoin_rotation": 0.6056442914712749}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2038310764390512, "stablecoin_rotation": 0.6295022568942822}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21258212908098886, "stablecoin_rotation": 0.6207512042523445}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20927624522823796, "stablecoin_rotation": 0.6240570881050954}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20693753553961672, "stablecoin_rotation": 0.6263957977937167}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1988708885762668, "stablecoin_rotation": 0.6344624447570666}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2131082175537631, "stablecoin_rotation": 0.6202251157795703}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20920154477643932, "stablecoin_rotation": 0.6241317885568941}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20987684706590062, "stablecoin_rotation": 0.6234564862674328}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21753171927816572, "stablecoin_rotation": 0.6158016140551676}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21861827912753093, "stablecoin_rotation": 0.6147150542058024}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22329459517989714, "stablecoin_rotation": 0.6100387381534362}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21501134614993173, "stablecoin_rotation": 0.6183219871834016}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2135599530156991, "stablecoin_rotation": 0.6197733803176343}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2121669737122331, "stablecoin_rotation": 0.6211663596211002}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21266384342127673, "stablecoin_rotation": 0.6206694899120566}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21259332595978425, "stablecoin_rotation": 0.6207400073735491}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21406599020471456, "stablecoin_rotation": 0.6192673431286188}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21626571565401145, "stablecoin_rotation": 0.617067617679322}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2164771955336836, "stablecoin_rotation": 0.6168561377996498}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2249705479195897, "stablecoin_rotation": 0.6083627854137437}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22746830003783497, "stablecoin_rotation": 0.6058650332954983}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22944275268353215, "stablecoin_rotation": 0.6038905806498012}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23370534334802542, "stablecoin_rotation": 0.599627989985308}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2364005665213247, "stablecoin_rotation": 0.5969327668120086}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23223747391916724, "stablecoin_rotation": 0.6010958594141662}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2312007378661371, "stablecoin_rotation": 0.6021325954671962}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2296042636405446, "stablecoin_rotation": 0.6037290696927887}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23068494185704486, "stablecoin_rotation": 0.6026483914762886}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2262247785446933, "stablecoin_rotation": 0.60710855478864}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2147324507747371, "stablecoin_rotation": 0.6186008825585962}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21217604273113677, "stablecoin_rotation": 0.6211572906021966}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21157302006370224, "stablecoin_rotation": 0.6217603132696311}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21411665999370066, "stablecoin_rotation": 0.6192166733396327}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21210692411179274, "stablecoin_rotation": 0.6212264092215406}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2116188062682171, "stablecoin_rotation": 0.6217145270651163}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21961414507193505, "stablecoin_rotation": 0.6137191882613984}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2152345636710501, "stablecoin_rotation": 0.6180987696622833}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21299441079708603, "stablecoin_rotation": 0.6203389225362473}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21297355141149324, "stablecoin_rotation": 0.6203597819218402}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20357557230873757, "stablecoin_rotation": 0.6297577610245958}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2036236350096177, "stablecoin_rotation": 0.6297096983237156}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20107872197664803, "stablecoin_rotation": 0.6322546113566854}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19551187742883705, "stablecoin_rotation": 0.6378214559044963}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21137328698234514, "stablecoin_rotation": 0.6219600463509882}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2120897303271224, "stablecoin_rotation": 0.621243603006211}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21657857113993342, "stablecoin_rotation": 0.6167547621934}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22019603708361393, "stablecoin_rotation": 0.6131372962497194}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21845472873225377, "stablecoin_rotation": 0.6148786046010796}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21755759938640443, "stablecoin_rotation": 0.6157757339469289}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22007680078794803, "stablecoin_rotation": 0.6132565325453854}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2127075493686495, "stablecoin_rotation": 0.6206257839646838}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20889473072773557, "stablecoin_rotation": 0.6244386026055977}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2083964624882998, "stablecoin_rotation": 0.6249368708450336}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21026534092584556, "stablecoin_rotation": 0.6230679924074878}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20492195937237087, "stablecoin_rotation": 0.6284113739609625}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20001153475457903, "stablecoin_rotation": 0.6333217985787544}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2004786677311199, "stablecoin_rotation": 0.6328546656022135}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20049998789342469, "stablecoin_rotation": 0.6328333454399087}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19796248422648444, "stablecoin_rotation": 0.6353708491068489}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19796181123717474, "stablecoin_rotation": 0.6353715220961587}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19913029009662966, "stablecoin_rotation": 0.6342030432367037}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20364078866703436, "stablecoin_rotation": 0.6296925446662991}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21122562738936956, "stablecoin_rotation": 0.6221077059439638}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19183247152291644, "stablecoin_rotation": 0.6415008618104169}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19872454103975137, "stablecoin_rotation": 0.634608792293582}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20566910958332582, "stablecoin_rotation": 0.6276642237500075}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20752460554981725, "stablecoin_rotation": 0.6258087277835161}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20768698212069533, "stablecoin_rotation": 0.625646351212638}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1931583379595986, "stablecoin_rotation": 0.6401749953737347}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1894867155943339, "stablecoin_rotation": 0.6438466177389994}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20208108516150133, "stablecoin_rotation": 0.631252248171832}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20908810751159385, "stablecoin_rotation": 0.6242452258217395}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20868845299548702, "stablecoin_rotation": 0.6246448803378464}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21263615524564916, "stablecoin_rotation": 0.6206971780876843}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20914070472486243, "stablecoin_rotation": 0.6241926286084709}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19844920301541402, "stablecoin_rotation": 0.6348841303179193}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18314459204420075, "stablecoin_rotation": 0.6501887412891326}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18341528041191574, "stablecoin_rotation": 0.6499180529214176}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19181705476893668, "stablecoin_rotation": 0.6415162785643967}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19164329794774096, "stablecoin_rotation": 0.6416900353855924}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18321098075492034, "stablecoin_rotation": 0.650122352578413}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17969326753239542, "stablecoin_rotation": 0.6536400658009379}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1786546826066238, "stablecoin_rotation": 0.6546786507267095}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17691392772131334, "stablecoin_rotation": 0.65641940561202}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18572686840215355, "stablecoin_rotation": 0.6476064649311798}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18784363376661092, "stablecoin_rotation": 0.6454896995667224}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18725954612503962, "stablecoin_rotation": 0.6460737872082938}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18675770285139723, "stablecoin_rotation": 0.6465756304819361}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18684065742805914, "stablecoin_rotation": 0.6464926759052743}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1900569364442133, "stablecoin_rotation": 0.6432763968891201}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.197313477578039, "stablecoin_rotation": 0.6360198557552944}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20169921562591941, "stablecoin_rotation": 0.631634117707414}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20989362170955753, "stablecoin_rotation": 0.6234397116237759}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20989675828215668, "stablecoin_rotation": 0.6234365750511767}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20469772061066815, "stablecoin_rotation": 0.6286356127226652}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20426052918247975, "stablecoin_rotation": 0.6290728041508536}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20672550090563466, "stablecoin_rotation": 0.6266078324276988}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2060658754766866, "stablecoin_rotation": 0.6272674578566467}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21872519351876407, "stablecoin_rotation": 0.6146081398145694}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2170388756340792, "stablecoin_rotation": 0.6162944576992542}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21514578883548455, "stablecoin_rotation": 0.6181875444978489}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20947973494959943, "stablecoin_rotation": 0.6238535983837339}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21488372091717362, "stablecoin_rotation": 0.6184496124161597}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21515826154303308, "stablecoin_rotation": 0.6181750717903003}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21550536800999634, "stablecoin_rotation": 0.617827965323337}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21552937970321911, "stablecoin_rotation": 0.6178039536301143}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2141343710906486, "stablecoin_rotation": 0.6191989622426848}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21430953918907478, "stablecoin_rotation": 0.6190237941442586}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21098554599470504, "stablecoin_rotation": 0.6223477873386284}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20673294972712306, "stablecoin_rotation": 0.6266003836062103}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20989419314838592, "stablecoin_rotation": 0.6234391401849475}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2108771402927678, "stablecoin_rotation": 0.6224561930405655}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20861550865116496, "stablecoin_rotation": 0.6247178246821685}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21873843008826316, "stablecoin_rotation": 0.6145949032450703}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20044220247991512, "stablecoin_rotation": 0.6328911308534182}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21931486344342513, "stablecoin_rotation": 0.6140184698899083}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20367010635001875, "stablecoin_rotation": 0.6296632269833146}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21305526938520364, "stablecoin_rotation": 0.6202780639481297}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20580195888640498, "stablecoin_rotation": 0.6275313744469284}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21223497768970132, "stablecoin_rotation": 0.621098355643632}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21413556115180987, "stablecoin_rotation": 0.6191977721815236}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20771412605069975, "stablecoin_rotation": 0.6256192072826335}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2038181789185775, "stablecoin_rotation": 0.6295151544147558}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20650420908176512, "stablecoin_rotation": 0.6268291242515682}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20857627617043528, "stablecoin_rotation": 0.6247570571628982}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21059948452562743, "stablecoin_rotation": 0.622733848807706}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2126448580864272, "stablecoin_rotation": 0.6206884752469062}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21308087383974283, "stablecoin_rotation": 0.6202524594935906}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21340737150971661, "stablecoin_rotation": 0.6199259618236168}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2125019237220961, "stablecoin_rotation": 0.6208314096112373}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22491960289521862, "stablecoin_rotation": 0.6084137304381148}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2095435005543701, "stablecoin_rotation": 0.6237898327789633}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2325535463685426, "stablecoin_rotation": 0.6007797869647907}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2191018652646831, "stablecoin_rotation": 0.6142314680686503}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23100655528775785, "stablecoin_rotation": 0.6023267780455756}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23427585852790456, "stablecoin_rotation": 0.5990574748054288}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22511268079378643, "stablecoin_rotation": 0.6082206525395469}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2252269454517895, "stablecoin_rotation": 0.6081063878815439}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22476387079571278, "stablecoin_rotation": 0.6085694625376206}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22374465425928897, "stablecoin_rotation": 0.6095886790740445}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22582306888653084, "stablecoin_rotation": 0.6075102644468026}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22452493782521285, "stablecoin_rotation": 0.6088083955081205}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2273963194313565, "stablecoin_rotation": 0.6059370139019769}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22300882547779877, "stablecoin_rotation": 0.6103245078555346}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.221595969578221, "stablecoin_rotation": 0.6117373637551123}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22400547909184967, "stablecoin_rotation": 0.6093278542414837}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23043373311150095, "stablecoin_rotation": 0.6028996002218324}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22008707280910636, "stablecoin_rotation": 0.613246260524227}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21556986263850994, "stablecoin_rotation": 0.6177634706948234}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21578836636055213, "stablecoin_rotation": 0.6175449669727812}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2208691356670493, "stablecoin_rotation": 0.6124641976662841}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22072049507207106, "stablecoin_rotation": 0.6126128382612623}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2178652482879549, "stablecoin_rotation": 0.6154680850453785}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20965547745173596, "stablecoin_rotation": 0.6236778558815974}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19630013633015528, "stablecoin_rotation": 0.6370331970031781}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.209657602139295, "stablecoin_rotation": 0.6236757311940384}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.197596225370929, "stablecoin_rotation": 0.6357371079624045}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21311101079651337, "stablecoin_rotation": 0.62022232253682}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21297251520783655, "stablecoin_rotation": 0.6203608181254967}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21534784822964614, "stablecoin_rotation": 0.6179854851036872}], "leverage": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.6231688901393295, 2.336143213291218, 2.3702818153334477, 2.3726206605499978, 2.3887244938440135, 2.3901265990649305, 2.3930674164972143, 2.3565706823129, 2.3509537285567426, 2.3511801095641096, 2.3618716252740035, 2.3525983570994042, 2.3699451326472225, 2.370334812593251, 2.3417197836126604, 2.3566256527198353, 2.3376287862944722, 2.332383529822506, 2.4144318585979896, 2.3955696001268283, 2.4004721071104003, 2.317395324948412, 2.3080874380252183, 2.3060919448743022, 2.3202260460781363, 2.3579351428789406, 2.365598239022339, 2.3754109744842933, 2.4395242580844596, 2.453357927765533, 2.4716853777854997, 2.476952465798827, 2.4609481573392125, 2.451134696893304, 2.4542865850063125, 2.4763512364803764, 2.448952111644165, 2.4560252002591794, 2.4717499819330784, 2.503953001087499, 2.4988579140168907, 2.490745659571211, 2.4741145070990584, 2.4429644087428612, 2.4455248345390634, 2.4459511806942102, 2.4520518983732393, 2.4589345386337977, 2.5109496613138593, 2.507034753790376, 2.5824625103056005, 2.5511445834315487, 2.5698966434888764, 2.5649070038880635, 2.570938117039486, 2.595136869691678, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "killed": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "metrics": {"cagr": -0.303276082085443, "sharpe": -2.4208277296618106, "max_dd": -0.2660281838606639, "worst_year": -0.19492483105044156, "best_year": -0.19492483105044156, "end_value": 80507.51689495584, "total_return": -0.19492483105044156}}, {"cfg": {"controller": "killswitch", "kelly_fraction": 0.5, "cost_bps": 10.0, "capital": 50000.0}, "dates": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "equity": [50000.0, 51317.305629113616, 50898.515640882484, 51332.54371305404, 52603.06453247034, 53058.69207103593, 53557.74661826945, 53595.01124680648, 53640.93637070214, 53965.51714868608, 53913.8011237562, 54160.8703542372, 54005.843141120116, 53950.97001956952, 54173.60334293, 54586.36193747096, 54147.0048298588, 54688.22889552103, 54655.58939505393, 54394.755738817796, 54188.25942269956, 53628.469631518674, 53106.80958279106, 53258.98287219474, 52794.00744437697, 52505.115193736485, 52622.18298587048, 52071.8061311164, 51710.60899017936, 51905.39333516053, 52149.126544293395, 51898.4841992943, 52417.00668753156, 52481.32444984035, 52718.84287841427, 52303.19596071765, 52509.66155917537, 52030.801064754196, 51616.30969163474, 51359.29177035446, 51346.41343319947, 51320.65817659345, 51366.954032816364, 51033.87904610919, 51067.79406933456, 50746.19341056224, 50508.254277861735, 50869.00631871797, 50775.17684540613, 51210.703495894115, 50917.185028829736, 51080.18100802521, 50866.72970886661, 50653.7815636053, 50814.584868197315, 51241.61597543315, 51275.66352769865, 50863.20388198709, 50804.923873190965, 50612.96887913061, 49708.68308339104, 49594.44472444126, 49618.34773350901, 49475.667233451946, 49543.30539266721, 49649.20402276915, 50058.9663411501, 49934.93890113029, 49925.33190216487, 50098.73092630826, 49706.38874261849, 49547.51548476496, 49562.3240285382, 49087.54009926279, 48938.791408333724, 48379.666032356836, 47900.39439385269, 47491.64355346822, 47066.053424896716, 47038.954742126225, 47567.79240691817, 47941.55056814827, 48326.314367602914, 48316.11896343405, 48093.56752310417, 48178.67131565942, 48060.37602884194, 48033.89308955752, 48243.36820866581, 48242.300114765356, 47856.516566191116, 48124.76281668612, 48755.93498578558, 48615.798187077075, 48457.293369189116, 47832.543834882934, 47503.867302801154, 47056.64341491598, 46818.982923287025, 46476.68832032891, 46616.831022605926, 46234.66233636061, 45813.09693204368, 45973.90290772024, 45909.0895405707, 46046.91948554221, 46045.1453358979, 45944.004381937724, 45948.52331402846, 46107.59494974658, 45550.06357530059, 45511.89667852365, 45232.52712170884, 45289.244569709175, 45205.07061960816, 45061.52016841879, 45062.075015097435, 45456.17236248567, 45488.997917477085, 45502.342213105185, 45542.428557683386, 45094.390931586444, 45338.829113868815, 45276.28240889453, 45153.63857188991, 45700.716570555625, 45745.39910747422, 45735.50543336853, 45684.68279254082, 46326.85554753299, 46155.87713432341, 45915.26426588176, 46351.7911412043, 45981.93200213024, 46143.03585104735, 46323.440616790016, 46593.464226037984, 46971.36437887535, 47146.13726603511, 47115.25384041224, 47243.45931883772, 47308.32955918801, 47163.719956437984, 46635.14420597964, 46587.93085972552, 46912.08009260694, 46865.33422532491, 46625.920367612285, 47016.13872005759, 47622.84699735882, 47159.11609062921, 46445.40819589698, 46357.030285245884, 46171.16200556049, 46164.211270858774, 46485.927433712335, 46694.15238608846, 46924.92452353716, 47181.895865692364, 47484.822616040015, 47756.953633031626, 47868.52235661981, 47412.28961767033, 47302.65252843986, 47654.4371329686, 47580.30135708889, 47977.47532672813, 49108.310691497965, 48170.566997467206, 48904.11733915617, 49235.495132577715, 48412.019013624995, 47925.75942990633, 47429.41880589598, 47483.3111306113, 46963.21891805818, 46576.1875586856, 46117.58102790177, 45960.6187172647, 45796.59626437434, 45640.627872694386, 46091.355479733946, 46199.929116187566, 46064.49898431576, 45817.683496756676, 46052.79543283055, 45737.473580091515, 45074.86017411474, 45400.43611548272, 45104.123764181975, 45173.46460291808, 44649.20011875521, 44364.70970358433, 43989.98235281034, 44078.496612487426, 43545.84830760339, 43349.98630485481, 43514.56572715344, 43424.16647681598, 43879.67057020645, 44196.196820811485, 43803.626126805015, 43916.3075121556, 43973.39476041016, 43448.97871409351, 43344.178686754414, 43807.49533322693, 43511.718236785826, 43508.4339899611, 43508.10378659003, 43320.30670298349, 43674.13428189704, 43387.1631542901, 43107.34840537257, 42673.329380892654, 42737.030919278746, 42806.90143834308, 42796.2849161565, 42773.237695116935, 42644.34375124383], "drawdown": [0.0, 0.0, -0.008160794552579587, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0009583161185574779, 0.0, -0.0028623471540087167, -0.0038754978141015486, 0.0, 0.0, -0.00804884392397217, 0.0, -0.0005968286252139461, -0.005366294770011675, -0.009142177081226012, -0.019378196833307066, -0.028916996301913363, -0.026134436096966845, -0.034636730598148854, -0.0399192613451657, -0.037778621677392814, -0.04784252145746337, -0.05444718114807222, -0.05088545774040263, -0.04642868131784735, -0.05101179454094947, -0.04153036684235141, -0.04035428629251927, -0.03601115005697428, -0.043611449538069044, -0.039836128913732, -0.04859231839165446, -0.056171488196391006, -0.06087118183195018, -0.06110666828698953, -0.061577615273684286, -0.060731073757202624, -0.06682150662427341, -0.06620135446520167, -0.07208197384650798, -0.07643280285497847, -0.06983628202879791, -0.07155199810164961, -0.0635881883516569, -0.06895531164294379, -0.06597485346232011, -0.06987791091123456, -0.07377176795436786, -0.07083140386067556, -0.06302293911679696, -0.06240036360186226, -0.06994238231487535, -0.07100805970054207, -0.07451804709521659, -0.09105333840017288, -0.09314224055072579, -0.09270516278188062, -0.09531414286660131, -0.09407734729685484, -0.09214094101271181, -0.08464824419922047, -0.08691614430358768, -0.08709181280043687, -0.08392113004757876, -0.09109529150084719, -0.09400036378170396, -0.09372958259035237, -0.10241123015627476, -0.10513116996659928, -0.11535504057402135, -0.12411874801497295, -0.1315929494773274, -0.13937506524824708, -0.1398705774145354, -0.13020053185862135, -0.12336618800111328, -0.11633060086974509, -0.11651702863262517, -0.1205864864451108, -0.11903032355093776, -0.12119340853662038, -0.12167766154351552, -0.11784731041789247, -0.11786684101747529, -0.1249210747413587, -0.1200160658223924, -0.10847478569965736, -0.11103725300822988, -0.11393558819093938, -0.1253594274141794, -0.13136943246864366, -0.13954713170881414, -0.1438928656341712, -0.1501518835228662, -0.14758930826476543, -0.15457744252991829, -0.16228596432392836, -0.15934555138819814, -0.1605306943057603, -0.15801040890330506, -0.1580428500644131, -0.1598922600014838, -0.1598096292017303, -0.1569009294882689, -0.16709565302760895, -0.16779355269537582, -0.17290195650469523, -0.1718648512784738, -0.17340401156581509, -0.176028899116363, -0.17601875348374976, -0.16881249803632734, -0.16821226731658454, -0.1679682605915982, -0.16723526291755056, -0.17542784174384413, -0.17095817455551085, -0.17210187048857498, -0.17434447076072715, -0.16434089211657546, -0.16352385090275298, -0.16370476138944276, -0.1646340772925927, -0.15289164628026264, -0.156018067023129, -0.16041778654780647, -0.15243568721603787, -0.15919873561865955, -0.1562528759305557, -0.15295408989586226, -0.14801658113572605, -0.14110649901258177, -0.1379106945279703, -0.13847541249830125, -0.1361311149956264, -0.1349449321248258, -0.13758918676006537, -0.14725444308914054, -0.14811776134258617, -0.14219054008441215, -0.14304531026487166, -0.14742310531415015, -0.14028777911459817, -0.12919383276536983, -0.13767337061282037, -0.15072385531759547, -0.15233988700185302, -0.15573857595995566, -0.1558656734147844, -0.1499829419869998, -0.1461754507483654, -0.14195567362064787, -0.1372568317063096, -0.13171767352793126, -0.1267416298255195, -0.124701543213804, -0.13304397353498135, -0.13504873930349665, -0.1286161922703718, -0.1299717998184118, -0.1227092868853633, -0.10203143010323491, -0.11917851482273223, -0.10576520163809112, -0.09970580274889641, -0.1147634510871874, -0.12365493639470468, -0.13273075826779154, -0.1317453117502552, -0.14125544259663406, -0.14833249312814756, -0.15671832935005142, -0.15958845906182065, -0.16258768679698304, -0.16543964223291285, -0.1571978758392589, -0.15521255580519736, -0.1576889594958442, -0.16220209682985096, -0.15790296444209267, -0.16366877290046203, -0.1757849708348047, -0.16983166154058763, -0.17524987231985484, -0.17398194245383966, -0.18356836524994904, -0.18877040636403195, -0.19562247230842178, -0.19400394741806207, -0.20374367232123336, -0.20732510120829362, -0.20431568902540778, -0.2059686818570125, -0.19763957516276054, -0.19185174372265773, -0.1990300835945972, -0.1969696514389708, -0.19592578424108398, -0.20551497842249594, -0.2074312962381507, -0.19895933333443963, -0.20436775672672336, -0.20442781072538183, -0.20443384864940572, -0.20786780669484384, -0.2013979029137301, -0.20664530502205544, -0.2117618493784672, -0.21969809147745867, -0.2185332788720296, -0.2172556635519611, -0.21744979165596054, -0.21787122093800215, -0.22022810735535803], "weights": [{}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"stablecoin_rotation": 0.25, "crypto_tstrend": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1925667943226038, "stablecoin_rotation": 0.6407665390107297}, {"crypto_tstrend": 0.17455223416055005, "unlock": 0.1836669653336309, "stablecoin_rotation": 0.641780800505819}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18543244821912894, "stablecoin_rotation": 0.6479008851142044}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1731091912468459, "stablecoin_rotation": 0.6602241420864874}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16666666666666666, "stablecoin_rotation": 0.6666666666666667}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16666666666666666, "stablecoin_rotation": 0.6666666666666667}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18420351207526367, "stablecoin_rotation": 0.6491298212580697}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18267455233214752, "stablecoin_rotation": 0.6506587810011859}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18295000438093847, "stablecoin_rotation": 0.6503833289523949}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17485464753105204, "stablecoin_rotation": 0.6584786858022813}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17410607428418678, "stablecoin_rotation": 0.6592272590491466}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17560725516370387, "stablecoin_rotation": 0.6577260781696296}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19206717314777422, "stablecoin_rotation": 0.6412661601855592}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19766535408352795, "stablecoin_rotation": 0.6356679792498053}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19917726213922385, "stablecoin_rotation": 0.6341560711941095}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19960368139157889, "stablecoin_rotation": 0.6337296519417545}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1976094291336822, "stablecoin_rotation": 0.6357239041996511}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2023927831243602, "stablecoin_rotation": 0.6309405502089731}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20203208018086424, "stablecoin_rotation": 0.6313012531524691}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19579846209583507, "stablecoin_rotation": 0.6375348712374983}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1981442015150622, "stablecoin_rotation": 0.6351891318182711}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20108523652502538, "stablecoin_rotation": 0.632248096808308}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1986577142184733, "stablecoin_rotation": 0.6346756191148601}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.202382954021458, "stablecoin_rotation": 0.6309503793118754}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19694544445553416, "stablecoin_rotation": 0.6363878888777993}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19625112858769508, "stablecoin_rotation": 0.6370822047456383}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19830510858614517, "stablecoin_rotation": 0.6350282247471882}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1974254833582424, "stablecoin_rotation": 0.635907849975091}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20186832001282337, "stablecoin_rotation": 0.6314650133205101}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20009258359629162, "stablecoin_rotation": 0.6332407497370417}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.197375160592357, "stablecoin_rotation": 0.6359581727409764}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19959443031190047, "stablecoin_rotation": 0.6337389030214329}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20040254029695745, "stablecoin_rotation": 0.6329307930363759}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19911845706187048, "stablecoin_rotation": 0.6342148762714629}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19952173888679783, "stablecoin_rotation": 0.6338115944465356}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20002261218051412, "stablecoin_rotation": 0.6333107211528193}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19951125636341688, "stablecoin_rotation": 0.6338220769699164}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20135466321177678, "stablecoin_rotation": 0.6319786701215565}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20532596449019125, "stablecoin_rotation": 0.6280073688431421}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21671978080943827, "stablecoin_rotation": 0.6166135525238952}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2192913233336073, "stablecoin_rotation": 0.6140420099997261}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.213006871009289, "stablecoin_rotation": 0.6203264623240444}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21322592001303478, "stablecoin_rotation": 0.6201074133202986}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2276890418620585, "stablecoin_rotation": 0.6056442914712749}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2038310764390512, "stablecoin_rotation": 0.6295022568942822}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21258212908098886, "stablecoin_rotation": 0.6207512042523445}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20927624522823796, "stablecoin_rotation": 0.6240570881050954}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20693753553961672, "stablecoin_rotation": 0.6263957977937167}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1988708885762668, "stablecoin_rotation": 0.6344624447570666}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2131082175537631, "stablecoin_rotation": 0.6202251157795703}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20920154477643932, "stablecoin_rotation": 0.6241317885568941}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20987684706590062, "stablecoin_rotation": 0.6234564862674328}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21753171927816572, "stablecoin_rotation": 0.6158016140551676}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21861827912753093, "stablecoin_rotation": 0.6147150542058024}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22329459517989714, "stablecoin_rotation": 0.6100387381534362}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21501134614993173, "stablecoin_rotation": 0.6183219871834016}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2135599530156991, "stablecoin_rotation": 0.6197733803176343}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2121669737122331, "stablecoin_rotation": 0.6211663596211002}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21266384342127673, "stablecoin_rotation": 0.6206694899120566}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21259332595978425, "stablecoin_rotation": 0.6207400073735491}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21406599020471456, "stablecoin_rotation": 0.6192673431286188}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21626571565401145, "stablecoin_rotation": 0.617067617679322}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2164771955336836, "stablecoin_rotation": 0.6168561377996498}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2249705479195897, "stablecoin_rotation": 0.6083627854137437}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22746830003783497, "stablecoin_rotation": 0.6058650332954983}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22944275268353215, "stablecoin_rotation": 0.6038905806498012}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23370534334802542, "stablecoin_rotation": 0.599627989985308}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2364005665213247, "stablecoin_rotation": 0.5969327668120086}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23223747391916724, "stablecoin_rotation": 0.6010958594141662}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2312007378661371, "stablecoin_rotation": 0.6021325954671962}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2296042636405446, "stablecoin_rotation": 0.6037290696927887}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23068494185704486, "stablecoin_rotation": 0.6026483914762886}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2262247785446933, "stablecoin_rotation": 0.60710855478864}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2147324507747371, "stablecoin_rotation": 0.6186008825585962}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21217604273113677, "stablecoin_rotation": 0.6211572906021966}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21157302006370224, "stablecoin_rotation": 0.6217603132696311}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21411665999370066, "stablecoin_rotation": 0.6192166733396327}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21210692411179274, "stablecoin_rotation": 0.6212264092215406}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2116188062682171, "stablecoin_rotation": 0.6217145270651163}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21961414507193505, "stablecoin_rotation": 0.6137191882613984}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2152345636710501, "stablecoin_rotation": 0.6180987696622833}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21299441079708603, "stablecoin_rotation": 0.6203389225362473}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21297355141149324, "stablecoin_rotation": 0.6203597819218402}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20357557230873757, "stablecoin_rotation": 0.6297577610245958}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2036236350096177, "stablecoin_rotation": 0.6297096983237156}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20107872197664803, "stablecoin_rotation": 0.6322546113566854}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19551187742883705, "stablecoin_rotation": 0.6378214559044963}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21137328698234514, "stablecoin_rotation": 0.6219600463509882}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2120897303271224, "stablecoin_rotation": 0.621243603006211}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21657857113993342, "stablecoin_rotation": 0.6167547621934}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22019603708361393, "stablecoin_rotation": 0.6131372962497194}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21845472873225377, "stablecoin_rotation": 0.6148786046010796}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21755759938640443, "stablecoin_rotation": 0.6157757339469289}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22007680078794803, "stablecoin_rotation": 0.6132565325453854}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2127075493686495, "stablecoin_rotation": 0.6206257839646838}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20889473072773557, "stablecoin_rotation": 0.6244386026055977}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2083964624882998, "stablecoin_rotation": 0.6249368708450336}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21026534092584556, "stablecoin_rotation": 0.6230679924074878}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20492195937237087, "stablecoin_rotation": 0.6284113739609625}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20001153475457903, "stablecoin_rotation": 0.6333217985787544}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2004786677311199, "stablecoin_rotation": 0.6328546656022135}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20049998789342469, "stablecoin_rotation": 0.6328333454399087}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19796248422648444, "stablecoin_rotation": 0.6353708491068489}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19796181123717474, "stablecoin_rotation": 0.6353715220961587}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19913029009662966, "stablecoin_rotation": 0.6342030432367037}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20364078866703436, "stablecoin_rotation": 0.6296925446662991}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21122562738936956, "stablecoin_rotation": 0.6221077059439638}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19183247152291644, "stablecoin_rotation": 0.6415008618104169}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19872454103975137, "stablecoin_rotation": 0.634608792293582}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20566910958332582, "stablecoin_rotation": 0.6276642237500075}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20752460554981725, "stablecoin_rotation": 0.6258087277835161}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20768698212069533, "stablecoin_rotation": 0.625646351212638}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1931583379595986, "stablecoin_rotation": 0.6401749953737347}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1894867155943339, "stablecoin_rotation": 0.6438466177389994}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20208108516150133, "stablecoin_rotation": 0.631252248171832}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20908810751159385, "stablecoin_rotation": 0.6242452258217395}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20868845299548702, "stablecoin_rotation": 0.6246448803378464}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21263615524564916, "stablecoin_rotation": 0.6206971780876843}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20914070472486243, "stablecoin_rotation": 0.6241926286084709}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19844920301541402, "stablecoin_rotation": 0.6348841303179193}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18314459204420075, "stablecoin_rotation": 0.6501887412891326}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18341528041191574, "stablecoin_rotation": 0.6499180529214176}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19181705476893668, "stablecoin_rotation": 0.6415162785643967}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19164329794774096, "stablecoin_rotation": 0.6416900353855924}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18321098075492034, "stablecoin_rotation": 0.650122352578413}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17969326753239542, "stablecoin_rotation": 0.6536400658009379}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1786546826066238, "stablecoin_rotation": 0.6546786507267095}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17691392772131334, "stablecoin_rotation": 0.65641940561202}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18572686840215355, "stablecoin_rotation": 0.6476064649311798}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18784363376661092, "stablecoin_rotation": 0.6454896995667224}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18725954612503962, "stablecoin_rotation": 0.6460737872082938}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18675770285139723, "stablecoin_rotation": 0.6465756304819361}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18684065742805914, "stablecoin_rotation": 0.6464926759052743}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1900569364442133, "stablecoin_rotation": 0.6432763968891201}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.197313477578039, "stablecoin_rotation": 0.6360198557552944}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20169921562591941, "stablecoin_rotation": 0.631634117707414}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20989362170955753, "stablecoin_rotation": 0.6234397116237759}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20989675828215668, "stablecoin_rotation": 0.6234365750511767}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20469772061066815, "stablecoin_rotation": 0.6286356127226652}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20426052918247975, "stablecoin_rotation": 0.6290728041508536}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20672550090563466, "stablecoin_rotation": 0.6266078324276988}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2060658754766866, "stablecoin_rotation": 0.6272674578566467}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21872519351876407, "stablecoin_rotation": 0.6146081398145694}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2170388756340792, "stablecoin_rotation": 0.6162944576992542}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21514578883548455, "stablecoin_rotation": 0.6181875444978489}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20947973494959943, "stablecoin_rotation": 0.6238535983837339}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21488372091717362, "stablecoin_rotation": 0.6184496124161597}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21515826154303308, "stablecoin_rotation": 0.6181750717903003}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21550536800999634, "stablecoin_rotation": 0.617827965323337}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21552937970321911, "stablecoin_rotation": 0.6178039536301143}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2141343710906486, "stablecoin_rotation": 0.6191989622426848}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21430953918907478, "stablecoin_rotation": 0.6190237941442586}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21098554599470504, "stablecoin_rotation": 0.6223477873386284}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20673294972712306, "stablecoin_rotation": 0.6266003836062103}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20989419314838592, "stablecoin_rotation": 0.6234391401849475}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2108771402927678, "stablecoin_rotation": 0.6224561930405655}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20861550865116496, "stablecoin_rotation": 0.6247178246821685}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21873843008826316, "stablecoin_rotation": 0.6145949032450703}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20044220247991512, "stablecoin_rotation": 0.6328911308534182}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21931486344342513, "stablecoin_rotation": 0.6140184698899083}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20367010635001875, "stablecoin_rotation": 0.6296632269833146}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21305526938520364, "stablecoin_rotation": 0.6202780639481297}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20580195888640498, "stablecoin_rotation": 0.6275313744469284}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21223497768970132, "stablecoin_rotation": 0.621098355643632}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21413556115180987, "stablecoin_rotation": 0.6191977721815236}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20771412605069975, "stablecoin_rotation": 0.6256192072826335}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2038181789185775, "stablecoin_rotation": 0.6295151544147558}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20650420908176512, "stablecoin_rotation": 0.6268291242515682}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20857627617043528, "stablecoin_rotation": 0.6247570571628982}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21059948452562743, "stablecoin_rotation": 0.622733848807706}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2126448580864272, "stablecoin_rotation": 0.6206884752469062}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21308087383974283, "stablecoin_rotation": 0.6202524594935906}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21340737150971661, "stablecoin_rotation": 0.6199259618236168}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2125019237220961, "stablecoin_rotation": 0.6208314096112373}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22491960289521862, "stablecoin_rotation": 0.6084137304381148}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2095435005543701, "stablecoin_rotation": 0.6237898327789633}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2325535463685426, "stablecoin_rotation": 0.6007797869647907}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2191018652646831, "stablecoin_rotation": 0.6142314680686503}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23100655528775785, "stablecoin_rotation": 0.6023267780455756}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23427585852790456, "stablecoin_rotation": 0.5990574748054288}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22511268079378643, "stablecoin_rotation": 0.6082206525395469}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2252269454517895, "stablecoin_rotation": 0.6081063878815439}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22476387079571278, "stablecoin_rotation": 0.6085694625376206}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22374465425928897, "stablecoin_rotation": 0.6095886790740445}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22582306888653084, "stablecoin_rotation": 0.6075102644468026}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22452493782521285, "stablecoin_rotation": 0.6088083955081205}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2273963194313565, "stablecoin_rotation": 0.6059370139019769}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22300882547779877, "stablecoin_rotation": 0.6103245078555346}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.221595969578221, "stablecoin_rotation": 0.6117373637551123}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22400547909184967, "stablecoin_rotation": 0.6093278542414837}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.23043373311150095, "stablecoin_rotation": 0.6028996002218324}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22008707280910636, "stablecoin_rotation": 0.613246260524227}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21556986263850994, "stablecoin_rotation": 0.6177634706948234}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21578836636055213, "stablecoin_rotation": 0.6175449669727812}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2208691356670493, "stablecoin_rotation": 0.6124641976662841}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.22072049507207106, "stablecoin_rotation": 0.6126128382612623}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2178652482879549, "stablecoin_rotation": 0.6154680850453785}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20965547745173596, "stablecoin_rotation": 0.6236778558815974}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19630013633015528, "stablecoin_rotation": 0.6370331970031781}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.209657602139295, "stablecoin_rotation": 0.6236757311940384}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.197596225370929, "stablecoin_rotation": 0.6357371079624045}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21311101079651337, "stablecoin_rotation": 0.62022232253682}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21297251520783655, "stablecoin_rotation": 0.6203608181254967}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.21534784822964614, "stablecoin_rotation": 0.6179854851036872}], "leverage": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.3115844450696648, 1.168071606645609, 1.1851409076667239, 1.1863103302749989, 1.1943622469220068, 1.1950632995324653, 1.1965337082486072, 1.17828534115645, 1.1754768642783713, 1.1755900547820548, 1.1809358126370018, 1.1762991785497021, 1.1849725663236113, 1.1851674062966255, 1.1708598918063302, 1.1783128263599176, 1.1688143931472361, 1.166191764911253, 1.2072159292989948, 1.1977848000634141, 1.2002360535552001, 1.158697662474206, 1.1540437190126092, 1.1530459724371511, 1.1601130230390682, 1.1789675714394703, 1.1827991195111696, 1.1877054872421466, 1.2197621290422298, 1.2266789638827664, 1.2358426888927498, 1.2384762328994134, 1.2304740786696062, 1.225567348446652, 1.2271432925031562, 1.2381756182401882, 1.2244760558220824, 1.2280126001295897, 1.2358749909665392, 1.2519765005437495, 1.2494289570084454, 1.2453728297856055, 1.2370572535495292, 1.2214822043714306, 1.2227624172695317, 1.2229755903471051, 1.2260259491866197, 1.2294672693168989, 1.2554748306569297, 1.253517376895188, 1.2912312551528002, 1.2755722917157744, 1.2849483217444382, 1.2824535019440317, 1.285469058519743, 1.297568434845839, 1.3410512396424992, 1.3426315291075117, 1.3338583823309158, 1.3320115243069608, 1.3312617695668827, 1.3980952407444, 1.3745442852503158, 1.3779288761242874, 1.3732221450354138, 1.3705731919771904, 1.3253662106966224, 1.3540004126054943, 1.366661817816729, 1.3700306532679116, 1.308211465543644, 1.3133572579669182, 1.3110620542967217, 1.2798796647700736, 1.2926846728705566, 1.2986298888020948, 1.3484453969454062, 1.370724307464245, 1.3629136369844568, 1.4386518835543953, 1.4549488314068895, 1.4462386346573788, 1.4746093203694493, 1.506292075061599, 1.462122543324449, 1.4633711724433651, 1.4504608500887888, 1.4535118867324963, 1.44749946282172, 1.427382687696159, 1.3711301959809241, 1.3606654504211408, 1.3073488128114716, 1.3647179264839613, 1.3703710064522663, 1.3728051436719504, 1.4024535018290631, 1.4120979448823547, 1.4221831435635286, 1.5697273542576584, 1.795778597609877, 1.8429122834205995, 2.0405897509307844, 2.0697176074839074, 1.9797134581102782, 2.0805438428483907, 2.040690258851855, 2.073605073112981, 1.9886501218363828, 1.9201305901348484, 1.879929718932701, 1.942747784872021, 1.8864830206606786, 1.8654502527644519, 1.8679646011351474, 1.8419966511196333, 1.793460210177375, 1.6742804187498537, 1.4951250561015998, 1.4423151930661502, 1.3975822098287198, 1.359054299061265, 1.557644413545878, 1.5306052009900433, 1.5180707225026984, 1.484614093366809, 1.4459257860443502, 1.3543167494920774, 1.2604246961000107, 1.2488059203728858, 1.2660794257691255, 1.285322935384116, 1.2358993049689833, 1.2620416651436868, 1.2489193009689425, 1.2492620778916295, 1.2334246307801764, 1.2395959449017115, 1.2534017450231771, 1.2604164533975608, 1.2275854131960824, 1.218108387482404, 1.2024941776169387, 1.2033487031278627, 1.2187630562944345, 1.1888541945415563, 1.1947270264327268, 1.1735391509492863, 1.1718621698769844, 1.184239083623168, 1.2163157140470493, 1.2269561393146478, 1.2473144750829859, 1.2477053329679848, 1.2533096072861456, 1.22376606371828, 1.245410072556285, 1.23617168122691, 1.2436783224200585, 1.2502833129775146], "killed": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false], "metrics": {"cagr": -0.2329581639323367, "sharpe": -1.8407887042144455, "max_dd": -0.22022810735535803, "worst_year": -0.14711312497512485, "best_year": -0.14711312497512485, "end_value": 42644.34375124383, "total_return": -0.1471131249751234}}, {"cfg": {"controller": "edge_health", "kelly_fraction": 1.0, "cost_bps": 5.0, "capital": 100000.0}, "dates": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "equity": [100000.0, 102684.61125822725, 101846.62324203736, 102715.10227303328, 105257.3818186537, 106169.08082744984, 107194.21843603418, 107322.39957806835, 107414.36325869348, 108064.32651347735, 108004.34960518249, 108473.97161448526, 108171.86109510683, 108064.67527791006, 108477.03756930404, 108671.69643243839, 107842.4746596695, 108571.3908162683, 108295.20516823792, 107737.49325733565, 107285.07763641386, 106337.7414451708, 105398.42171734868, 105756.43738180853, 104845.46364037442, 104885.8664488233, 105266.62981125564, 104610.38122131563, 104528.88033433438, 104904.1681888454, 104968.69300492523, 105298.22860499956, 105571.9427263466, 105626.29185797511, 106128.70313511885, 106048.19212038552, 106029.57228271737, 105799.25973906826, 105683.75309500823, 105370.04779387967, 105344.3331340405, 105552.87074967664, 105478.15433575006, 105293.69902028436, 105602.06843865731, 105048.02608732623, 105155.02064236808, 105143.557244958, 105442.21223661733, 105482.1287890254, 105238.10575409741, 105443.14927702534, 105362.29290351913, 105250.83982234854, 104855.66852238985, 105145.26537924727, 104912.56149262206, 105028.56553238003, 105115.0922882543, 104650.87132669383, 104368.00402329706, 105097.15615280437, 104715.18906094144, 104089.05964332857, 103806.27664411525, 104223.59173925097, 104644.98312567096, 104916.83134100103, 105424.74165145445, 105383.58992665332, 104980.72755797603, 104268.73873137253, 104095.95806248626, 103783.2729519242, 104298.54346141791, 103609.27522498026, 103347.49857976442, 103236.74088746449, 103488.41617579065, 103263.68985624478, 103960.35438633108, 104512.97265824578, 105184.25114785873, 104692.44930606722, 104400.84409973469, 104765.65977272617, 104939.73246263574, 105170.42963877665, 106424.22030427915, 105944.49256941113, 105280.99440707467, 105701.14352197257, 106317.6440497072, 106692.4052423049, 106161.67553373036, 105630.20688784037, 105525.81379720625, 105242.82242485014, 105464.03378482285, 105497.22501712712, 105943.48635044525, 105619.86397052377, 105725.53417499716, 106529.90660341944, 106776.76914460355, 107326.36500909753, 107543.32895628821, 107531.51389425696, 107600.88345525146, 108191.383218258, 106534.98601114703, 106338.91889056658, 105508.58911897213, 105289.0835907866, 105313.19981046324, 105453.39959018279, 105465.25533129409, 106136.10414302755, 105922.36112016054, 106079.0906043543, 106619.1817299034, 105659.48492090522, 105953.3124381718, 106194.88510032828, 106681.75147011597, 107256.34839883364, 107392.00587609246, 107621.7854495907, 107963.99808949413, 108441.25451314823, 108381.8674225716, 108255.80041842329, 108947.20227305165, 108637.20077857746, 109107.5584762767, 110181.10710371018, 110542.0786391795, 110777.72808808571, 110900.14274999221, 111182.16307279693, 111762.18774001548, 112213.20466412092, 112571.91566599667, 111559.83147104242, 111595.7858573875, 112197.13983460539, 112202.99831186798, 112169.94679497361, 112465.50853172534, 114249.09943058545, 113658.49135497032, 112991.06648632941, 113111.539636131, 113483.23778000494, 113578.1628947876, 114390.43614467185, 114369.30247632739, 114526.6121438397, 115467.84548413474, 117158.02937858127, 117901.16872522145, 118506.69000504974, 119147.39903624917, 120178.6584405959, 120251.81987035075, 120343.79013265423, 120662.71566803055, 122580.50502676793, 122114.94215593347, 122710.34348429514, 123387.08115493164, 122896.39413584319, 122633.23545665208, 122939.2982682468, 123076.8799235379, 122190.51281324605, 121224.30611869186, 121142.06211821963, 121781.46685516319, 121504.93559619153, 122597.49893702142, 122941.87293350995, 122577.03807145754, 122629.45411771008, 122609.39864710634, 122766.93551048718, 122816.10653995902, 122124.97255237958, 122596.09708982297, 122957.77565165774, 123297.49435910766, 123021.58017698515, 123000.86350945677, 122648.61480473282, 123398.3421291608, 122962.4904491797, 122590.62138795994, 122577.82291823407, 122394.88018758339, 123090.66554040444, 123795.31154630437, 123263.72766737489, 123859.39446544902, 124682.2700246885, 124367.55539616736, 123693.16535124643, 124098.86951173875, 123930.542135203, 124205.5782521332, 124860.69238970305, 124413.3844459216, 124720.94378961474, 124499.30567945233, 124959.52104637377, 124899.5047812602, 125084.1472968919, 125288.521213069, 125260.5468044509, 125196.25944054934, 124827.47008013733], "drawdown": [0.0, 0.0, -0.008160794552579563, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0005550111700125415, 0.0, -0.0027850968751483296, -0.003773221635415227, 0.0, 0.0, -0.007630522021752135, -0.0009230150946659378, -0.0034644831778671077, -0.008596563831903891, -0.012759705070828594, -0.021477119285780305, -0.030120765779383156, -0.02682629558877169, -0.035209101520217355, -0.03483731374313043, -0.0313335185974546, -0.037372336537027276, -0.038122309986019384, -0.03466890061788325, -0.034075141449690476, -0.03104274561073155, -0.028524020585423648, -0.02802389835109103, -0.023400695680687453, -0.024141560297477407, -0.024312900566189583, -0.02643224305563251, -0.02749513843549663, -0.030381863419343666, -0.03061849044076094, -0.02869952144991801, -0.029387063987482354, -0.03108442697638518, -0.02824680293538507, -0.03334511619927648, -0.03236054930141483, -0.03246603580605589, -0.029717804192270457, -0.02935049095691583, -0.03159599777183611, -0.029709181520141716, -0.03045322413805073, -0.031478818518459455, -0.0351151959095529, -0.03245031750639426, -0.03459166520100657, -0.03352419277197265, -0.03272797113639657, -0.03699974545114718, -0.03960269831452338, -0.03289301995811141, -0.036407891855785315, -0.042169552326431776, -0.044771729420346254, -0.04093158420465828, -0.03705392884218802, -0.034552373936407366, -0.029878569007180143, -0.030257248333555677, -0.03396439915481623, -0.04051614031628916, -0.04210607287976667, -0.044983410041393265, -0.04024187635406321, -0.04658454200726918, -0.048993418042241055, -0.05001261343474868, -0.04769669036932904, -0.04976462826781941, -0.0433539017129117, -0.03826869286777079, -0.03209156936965478, -0.03661714371823648, -0.03930050300962129, -0.03594345894968721, -0.034341637172497996, -0.0322187552840724, -0.0206813383975882, -0.025095806475449393, -0.03120133518364397, -0.027335111238579256, -0.02166205608278792, -0.018213493072356896, -0.02309728274342819, -0.027987872136411598, -0.028948500285793745, -0.03155259483521541, -0.029517001693350323, -0.029211575042309694, -0.025105065730608847, -0.02808304795179075, -0.02711066776502263, -0.01970881010724358, -0.017437174076075323, -0.012379777508831454, -0.010383269178572966, -0.010491991710926154, -0.009853651064080485, -0.004419855674922743, -0.019662069254801372, -0.021466284400208153, -0.029107002258244623, -0.03112689828813681, -0.03090498015794887, -0.02961485785083357, -0.029505760988444287, -0.023332591398232422, -0.025299460692482355, -0.023857231580956578, -0.018887297888195233, -0.02771845485458003, -0.02501464579562006, -0.02279168737970291, -0.018311529382994195, -0.013024072321210866, -0.011775748408800428, -0.009661310325641485, -0.006512260010445694, -0.002120533007722224, -0.0026670146816653484, -0.0038270867913952843, 0.0, -0.0028454286847792217, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.008990556738477542, -0.008671166363601455, -0.003329212523159384, -0.0032771704376362673, -0.003570774012727164, -0.0009452369504578831, 0.0, -0.005169476858537269, -0.011011316067488062, -0.009956838173114935, -0.0067034370896361176, -0.005872576144072762, 0.0, -0.00018475030830147118, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.003798017235553029, 0.0, 0.0, -0.0039768103313208075, -0.006109599896710346, -0.003629090521418382, -0.002514049513856633, -0.009697679290938998, -0.01752837506160048, -0.018194927829543503, -0.013012823423161724, -0.015253992080230734, -0.006399229242798783, -0.0036082239506311474, -0.006565055886660965, -0.006140246046263526, -0.0063027871357845084, -0.005026017623885387, -0.004627507269222778, -0.010228855328600328, -0.006410590620224392, -0.003479339159784864, -0.0007260630123140131, -0.0029622305230443515, -0.003130130333417268, -0.005984956798447692, 0.0, -0.003532070791720074, -0.0065456368964456405, -0.006649353603696611, -0.008131891598082292, -0.00249336079762164, 0.0, -0.004294055019447533, 0.0, 0.0, -0.0025241329698186617, -0.007933001807283646, -0.004679097620168712, -0.006029148244868023, -0.0038232522752506535, 0.0, -0.00358245605739035, -0.0011192361456088802, -0.0028943192876329407, 0.0, -0.0004802856525938782, 0.0, 0.0, -0.00022327990104159428, -0.0007363944567815485, -0.0036799151946857425], "weights": [{}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"stablecoin_rotation": 0.25, "crypto_tstrend": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.19257699161465272, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.18384038072143152, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.1876292062082899, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.1857115515574593, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.1848593800967588, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.19135367676711082, "stablecoin_rotation": 0.05724540840681469}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1575273950053523, "stablecoin_rotation": 0.25271393158180105}, {"crypto_tstrend": 0.1305667700712321, "unlock": 0.1836669653336309, "stablecoin_rotation": 0.25137802455262565}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16084070235176592, "stablecoin_rotation": 0.35973751315611974}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1731091912468459, "stablecoin_rotation": 0.42252850784862755}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.15378965524006194, "stablecoin_rotation": 0.4464104534364857}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1584280371861275, "stablecoin_rotation": 0.466745177640022}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17574774062667184, "stablecoin_rotation": 0.3663739454286799}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16427922357073016, "stablecoin_rotation": 0.32900893341754045}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16542843681250397, "stablecoin_rotation": 0.30364449457133247}, {"unlock": 0.0, "crypto_tstrend": 0.14184406305982733, "stablecoin_rotation": 0.3113804443377007}, {"unlock": 0.0, "crypto_tstrend": 0.1416096724120136, "stablecoin_rotation": 0.3322259858077859}, {"unlock": 0.0, "crypto_tstrend": 0.15937153353605396, "stablecoin_rotation": 0.402863303088996}, {"unlock": 0.0, "crypto_tstrend": 0.1560532311927818, "stablecoin_rotation": 0.29146093292201525}, {"unlock": 0.0, "crypto_tstrend": 0.16736047732632348, "stablecoin_rotation": 0.2288313908173338}, {"unlock": 0.0, "crypto_tstrend": 0.18771916146156759, "stablecoin_rotation": 0.29526905034496526}, {"unlock": 0.0, "crypto_tstrend": 0.19687649182573233, "stablecoin_rotation": 0.2679301283077968}, {"unlock": 0.0, "crypto_tstrend": 0.1976094291336822, "stablecoin_rotation": 0.2763373921306743}, {"unlock": 0.0, "crypto_tstrend": 0.2023927831243602, "stablecoin_rotation": 0.3583622364665278}, {"unlock": 0.0, "crypto_tstrend": 0.20203208018086424, "stablecoin_rotation": 0.3531570732445119}, {"unlock": 0.0, "crypto_tstrend": 0.19579846209583507, "stablecoin_rotation": 0.30467841552945263}, {"unlock": 0.0, "crypto_tstrend": 0.1981442015150622, "stablecoin_rotation": 0.2513769929201348}, {"unlock": 0.0, "crypto_tstrend": 0.20108523652502538, "stablecoin_rotation": 0.35037043260970857}, {"unlock": 0.0, "crypto_tstrend": 0.1986577142184733, "stablecoin_rotation": 0.3359882588226076}, {"unlock": 0.0, "crypto_tstrend": 0.202382954021458, "stablecoin_rotation": 0.26904990375925564}, {"unlock": 0.0, "crypto_tstrend": 0.19694544445553416, "stablecoin_rotation": 0.2960801496530938}, {"unlock": 0.0, "crypto_tstrend": 0.19625112858769508, "stablecoin_rotation": 0.31636376390114296}, {"unlock": 0.0, "crypto_tstrend": 0.19830510858614517, "stablecoin_rotation": 0.38260439195059986}, {"unlock": 0.0, "crypto_tstrend": 0.1934541384500196, "stablecoin_rotation": 0.44838500766621314}, {"unlock": 0.0, "crypto_tstrend": 0.20186832001282337, "stablecoin_rotation": 0.3659730765301305}, {"unlock": 0.0, "crypto_tstrend": 0.20009258359629162, "stablecoin_rotation": 0.3186123929144199}, {"unlock": 0.0, "crypto_tstrend": 0.197375160592357, "stablecoin_rotation": 0.2562778660086258}, {"unlock": 0.0, "crypto_tstrend": 0.19959443031190047, "stablecoin_rotation": 0.1863493603851419}, {"unlock": 0.0, "crypto_tstrend": 0.20040254029695745, "stablecoin_rotation": 0.24691765610785252}, {"unlock": 0.0, "crypto_tstrend": 0.19911845706187048, "stablecoin_rotation": 0.24566450407755488}, {"unlock": 0.0, "crypto_tstrend": 0.19952173888679783, "stablecoin_rotation": 0.21090212635707004}, {"unlock": 0.0, "crypto_tstrend": 0.20002261218051412, "stablecoin_rotation": 0.15142482233147764}, {"unlock": 0.0, "crypto_tstrend": 0.19951125636341688, "stablecoin_rotation": 0.1515334140239556}, {"unlock": 0.0, "crypto_tstrend": 0.20135466321177678, "stablecoin_rotation": 0.08461376534435955}, {"unlock": 0.0, "crypto_tstrend": 0.20532596449019125, "stablecoin_rotation": 0.0}, {"unlock": 0.0, "crypto_tstrend": 0.21671978080943827, "stablecoin_rotation": 0.16977812371216544}, {"unlock": 0.0, "crypto_tstrend": 0.2192913233336073, "stablecoin_rotation": 0.22325393971278606}, {"unlock": 0.0, "crypto_tstrend": 0.213006871009289, "stablecoin_rotation": 0.21634600531971468}, {"unlock": 0.0, "crypto_tstrend": 0.21322592001303478, "stablecoin_rotation": 0.18560533717216732}, {"unlock": 0.0, "crypto_tstrend": 0.2276890418620585, "stablecoin_rotation": 0.13346940556448753}, {"unlock": 0.0, "crypto_tstrend": 0.1944126708815457, "stablecoin_rotation": 0.15249866585263144}, {"unlock": 0.0, "crypto_tstrend": 0.1866415073959849, "stablecoin_rotation": 0.18318181571435438}, {"unlock": 0.0, "crypto_tstrend": 0.20927624522823796, "stablecoin_rotation": 0.1855913440286142}, {"unlock": 0.0, "crypto_tstrend": 0.19451805281437132, "stablecoin_rotation": 0.22366944619879256}, {"unlock": 0.0, "crypto_tstrend": 0.14351328660727836, "stablecoin_rotation": 0.358205569369219}, {"unlock": 0.0, "crypto_tstrend": 0.16178553750527958, "stablecoin_rotation": 0.2692520171526585}, {"unlock": 0.0, "crypto_tstrend": 0.16842336442620878, "stablecoin_rotation": 0.3504788524109274}, {"unlock": 0.0, "crypto_tstrend": 0.16608519157610183, "stablecoin_rotation": 0.4732023790249856}, {"unlock": 0.0, "crypto_tstrend": 0.1536460959079493, "stablecoin_rotation": 0.5744028505931917}, {"unlock": 0.0, "crypto_tstrend": 0.16904884491580086, "stablecoin_rotation": 0.6147150542058024}, {"unlock": 0.0, "crypto_tstrend": 0.1437592051675975, "stablecoin_rotation": 0.6100387381534362}, {"unlock": 0.0, "crypto_tstrend": 0.11298005442417647, "stablecoin_rotation": 0.6183219871834016}, {"unlock": 0.0, "crypto_tstrend": 0.08958033162812688, "stablecoin_rotation": 0.5922712878945833}, {"unlock": 0.0, "crypto_tstrend": 0.07647554988676755, "stablecoin_rotation": 0.5840115095121529}, {"unlock": 0.0, "crypto_tstrend": 0.07498518523135253, "stablecoin_rotation": 0.5374119012077747}, {"unlock": 0.0, "crypto_tstrend": 0.09037338488081273, "stablecoin_rotation": 0.6008031025637618}, {"unlock": 0.0, "crypto_tstrend": 0.11386564360670809, "stablecoin_rotation": 0.46504219949475395}, {"unlock": 0.0, "crypto_tstrend": 0.13011562750898978, "stablecoin_rotation": 0.3970833595475679}, {"unlock": 0.0, "crypto_tstrend": 0.11222368638796397, "stablecoin_rotation": 0.4284453059503993}, {"unlock": 0.0, "crypto_tstrend": 0.11934892335991876, "stablecoin_rotation": 0.46240028024336716}, {"unlock": 0.0, "crypto_tstrend": 0.1576835670169187, "stablecoin_rotation": 0.36603169996808277}, {"unlock": 0.0, "crypto_tstrend": 0.18589219190561856, "stablecoin_rotation": 0.41885930354750217}, {"unlock": 0.0, "crypto_tstrend": 0.20575550561459355, "stablecoin_rotation": 0.47165262263340574}, {"unlock": 0.0, "crypto_tstrend": 0.22754925977024526, "stablecoin_rotation": 0.5350993471281618}, {"unlock": 0.0, "crypto_tstrend": 0.19837334876183738, "stablecoin_rotation": 0.5184018595335289}, {"unlock": 0.0, "crypto_tstrend": 0.16590023491971556, "stablecoin_rotation": 0.5532955367501982}, {"unlock": 0.0, "crypto_tstrend": 0.1717732358322978, "stablecoin_rotation": 0.5989050978258882}, {"unlock": 0.0, "crypto_tstrend": 0.18587269033855738, "stablecoin_rotation": 0.5971072242804473}, {"unlock": 0.0, "crypto_tstrend": 0.18863886330371288, "stablecoin_rotation": 0.60710855478864}, {"unlock": 0.0, "crypto_tstrend": 0.2147324507747371, "stablecoin_rotation": 0.6186008825585962}, {"unlock": 0.0, "crypto_tstrend": 0.1861113664759524, "stablecoin_rotation": 0.6211572906021966}, {"unlock": 0.0, "crypto_tstrend": 0.16332173125037205, "stablecoin_rotation": 0.6217603132696311}, {"unlock": 0.0, "crypto_tstrend": 0.17312104945999726, "stablecoin_rotation": 0.6192166733396327}, {"unlock": 0.0, "crypto_tstrend": 0.1892521489834214, "stablecoin_rotation": 0.6212264092215406}, {"unlock": 0.0, "crypto_tstrend": 0.20363254933876992, "stablecoin_rotation": 0.6217145270651163}, {"unlock": 0.0, "crypto_tstrend": 0.19584352960915993, "stablecoin_rotation": 0.6137191882613984}, {"unlock": 0.0, "crypto_tstrend": 0.1583856660137017, "stablecoin_rotation": 0.6180987696622833}, {"unlock": 0.0, "crypto_tstrend": 0.15696500191104665, "stablecoin_rotation": 0.6203389225362473}, {"unlock": 0.0, "crypto_tstrend": 0.1501616618058456, "stablecoin_rotation": 0.6203597819218402}, {"unlock": 0.0, "crypto_tstrend": 0.1491439181488725, "stablecoin_rotation": 0.6297577610245958}, {"unlock": 0.0, "crypto_tstrend": 0.13282080431440768, "stablecoin_rotation": 0.6297096983237156}, {"unlock": 0.0, "crypto_tstrend": 0.15252913716927713, "stablecoin_rotation": 0.6322546113566854}, {"unlock": 0.0, "crypto_tstrend": 0.14543672733218294, "stablecoin_rotation": 0.6378214559044963}, {"unlock": 0.0, "crypto_tstrend": 0.16179976762819234, "stablecoin_rotation": 0.6219600463509882}, {"unlock": 0.0, "crypto_tstrend": 0.17081449227443762, "stablecoin_rotation": 0.621243603006211}, {"unlock": 0.0, "crypto_tstrend": 0.15616908437104968, "stablecoin_rotation": 0.6167547621934}, {"unlock": 0.0, "crypto_tstrend": 0.1530885250693775, "stablecoin_rotation": 0.6131372962497194}, {"unlock": 0.0, "crypto_tstrend": 0.16211775181663438, "stablecoin_rotation": 0.6148786046010796}, {"unlock": 0.0, "crypto_tstrend": 0.14903085204045297, "stablecoin_rotation": 0.6157757339469289}, {"unlock": 0.0, "crypto_tstrend": 0.1560298174653224, "stablecoin_rotation": 0.6132565325453854}, {"unlock": 0.0, "crypto_tstrend": 0.1993530675364208, "stablecoin_rotation": 0.6206257839646838}, {"unlock": 0.0, "crypto_tstrend": 0.14088156545359626, "stablecoin_rotation": 0.6244386026055977}, {"unlock": 0.0, "crypto_tstrend": 0.11703411739712792, "stablecoin_rotation": 0.6249368708450336}, {"unlock": 0.0, "crypto_tstrend": 0.10725377779075804, "stablecoin_rotation": 0.6230679924074878}, {"unlock": 0.0, "crypto_tstrend": 0.0914063941591703, "stablecoin_rotation": 0.6284113739609625}, {"unlock": 0.0, "crypto_tstrend": 0.11892017714608613, "stablecoin_rotation": 0.6333217985787544}, {"unlock": 0.0, "crypto_tstrend": 0.12359759921459083, "stablecoin_rotation": 0.6328546656022135}, {"unlock": 0.0, "crypto_tstrend": 0.13922874063437393, "stablecoin_rotation": 0.6260773324490526}, {"unlock": 0.0, "crypto_tstrend": 0.1666111993506723, "stablecoin_rotation": 0.6353708491068489}, {"unlock": 0.0, "crypto_tstrend": 0.17101625368304188, "stablecoin_rotation": 0.6203930530657285}, {"unlock": 0.0, "crypto_tstrend": 0.19913029009662966, "stablecoin_rotation": 0.5450739771112695}, {"unlock": 0.0, "crypto_tstrend": 0.20364078866703436, "stablecoin_rotation": 0.6296925446662991}, {"unlock": 0.0, "crypto_tstrend": 0.1896339942221642, "stablecoin_rotation": 0.5328746341714756}, {"unlock": 0.0, "crypto_tstrend": 0.17497563598918398, "stablecoin_rotation": 0.5995042124097981}, {"unlock": 0.0, "crypto_tstrend": 0.1491031198797138, "stablecoin_rotation": 0.634608792293582}, {"unlock": 0.0, "crypto_tstrend": 0.18203914896634868, "stablecoin_rotation": 0.6276642237500075}, {"unlock": 0.0, "crypto_tstrend": 0.20752460554981725, "stablecoin_rotation": 0.6258087277835161}, {"unlock": 0.0, "crypto_tstrend": 0.20093622044510046, "stablecoin_rotation": 0.625646351212638}, {"unlock": 0.0, "crypto_tstrend": 0.1931583379595986, "stablecoin_rotation": 0.6401749953737347}, {"unlock": 0.0, "crypto_tstrend": 0.1894867155943339, "stablecoin_rotation": 0.6438466177389994}, {"unlock": 0.0, "crypto_tstrend": 0.20208108516150133, "stablecoin_rotation": 0.631252248171832}, {"unlock": 0.0, "crypto_tstrend": 0.20908810751159385, "stablecoin_rotation": 0.6242452258217395}, {"unlock": 0.0, "crypto_tstrend": 0.20868845299548702, "stablecoin_rotation": 0.6246448803378464}, {"unlock": 0.0, "crypto_tstrend": 0.21263615524564916, "stablecoin_rotation": 0.6206971780876843}, {"unlock": 0.0, "crypto_tstrend": 0.20914070472486243, "stablecoin_rotation": 0.6241926286084709}, {"unlock": 0.0, "crypto_tstrend": 0.19844920301541402, "stablecoin_rotation": 0.6348841303179193}, {"unlock": 0.0, "crypto_tstrend": 0.18314459204420075, "stablecoin_rotation": 0.6501887412891326}, {"unlock": 0.0, "crypto_tstrend": 0.18341528041191574, "stablecoin_rotation": 0.6499180529214176}, {"unlock": 0.0, "crypto_tstrend": 0.19181705476893668, "stablecoin_rotation": 0.6415162785643967}, {"unlock": 0.0, "crypto_tstrend": 0.19164329794774096, "stablecoin_rotation": 0.6416900353855924}, {"unlock": 0.0, "crypto_tstrend": 0.18321098075492034, "stablecoin_rotation": 0.650122352578413}, {"unlock": 0.0, "crypto_tstrend": 0.17969326753239542, "stablecoin_rotation": 0.6536400658009379}, {"unlock": 0.0, "crypto_tstrend": 0.1786546826066238, "stablecoin_rotation": 0.6546786507267095}, {"unlock": 0.0, "crypto_tstrend": 0.17691392772131334, "stablecoin_rotation": 0.65641940561202}, {"unlock": 0.0, "crypto_tstrend": 0.18572686840215355, "stablecoin_rotation": 0.6476064649311798}, {"unlock": 0.0, "crypto_tstrend": 0.18784363376661092, "stablecoin_rotation": 0.6454896995667224}, {"unlock": 0.0, "crypto_tstrend": 0.18725954612503962, "stablecoin_rotation": 0.6460737872082938}, {"unlock": 0.0, "crypto_tstrend": 0.18675770285139723, "stablecoin_rotation": 0.6465756304819361}, {"unlock": 0.0, "crypto_tstrend": 0.18684065742805914, "stablecoin_rotation": 0.6464926759052743}, {"unlock": 0.0, "crypto_tstrend": 0.1900569364442133, "stablecoin_rotation": 0.6432763968891201}, {"unlock": 0.0, "crypto_tstrend": 0.197313477578039, "stablecoin_rotation": 0.6360198557552944}, {"unlock": 0.0, "crypto_tstrend": 0.20169921562591941, "stablecoin_rotation": 0.631634117707414}, {"unlock": 0.0, "crypto_tstrend": 0.20989362170955753, "stablecoin_rotation": 0.6234397116237759}, {"unlock": 0.0, "crypto_tstrend": 0.20989675828215668, "stablecoin_rotation": 0.6234365750511767}, {"unlock": 0.0, "crypto_tstrend": 0.20469772061066815, "stablecoin_rotation": 0.6286356127226652}, {"unlock": 0.0, "crypto_tstrend": 0.20426052918247975, "stablecoin_rotation": 0.6290728041508536}, {"unlock": 0.0, "crypto_tstrend": 0.20672550090563466, "stablecoin_rotation": 0.6266078324276988}, {"unlock": 0.0, "crypto_tstrend": 0.2060658754766866, "stablecoin_rotation": 0.6272674578566467}, {"unlock": 0.0, "crypto_tstrend": 0.21872519351876407, "stablecoin_rotation": 0.6146081398145694}, {"unlock": 0.0, "crypto_tstrend": 0.2170388756340792, "stablecoin_rotation": 0.6162944576992542}, {"unlock": 0.0, "crypto_tstrend": 0.21514578883548455, "stablecoin_rotation": 0.6181875444978489}, {"unlock": 0.0, "crypto_tstrend": 0.20947973494959943, "stablecoin_rotation": 0.6238535983837339}, {"unlock": 0.0, "crypto_tstrend": 0.21488372091717362, "stablecoin_rotation": 0.6184496124161597}, {"unlock": 0.0, "crypto_tstrend": 0.21515826154303308, "stablecoin_rotation": 0.6181750717903003}, {"unlock": 0.0, "crypto_tstrend": 0.21550536800999634, "stablecoin_rotation": 0.617827965323337}, {"unlock": 0.0, "crypto_tstrend": 0.21552937970321911, "stablecoin_rotation": 0.6178039536301143}, {"unlock": 0.0, "crypto_tstrend": 0.2141343710906486, "stablecoin_rotation": 0.6191989622426848}, {"unlock": 0.0, "crypto_tstrend": 0.21430953918907478, "stablecoin_rotation": 0.6190237941442586}, {"unlock": 0.0, "crypto_tstrend": 0.21098554599470504, "stablecoin_rotation": 0.6223477873386284}, {"unlock": 0.0, "crypto_tstrend": 0.20673294972712306, "stablecoin_rotation": 0.6266003836062103}, {"unlock": 0.0, "crypto_tstrend": 0.20989419314838592, "stablecoin_rotation": 0.6234391401849475}, {"unlock": 0.0, "crypto_tstrend": 0.2108771402927678, "stablecoin_rotation": 0.6224561930405655}, {"unlock": 0.0, "crypto_tstrend": 0.20861550865116496, "stablecoin_rotation": 0.6247178246821685}, {"unlock": 0.0, "crypto_tstrend": 0.21873843008826316, "stablecoin_rotation": 0.6145949032450703}, {"unlock": 0.0, "crypto_tstrend": 0.20044220247991512, "stablecoin_rotation": 0.6328911308534182}, {"unlock": 0.0, "crypto_tstrend": 0.21931486344342513, "stablecoin_rotation": 0.6140184698899083}, {"unlock": 0.0, "crypto_tstrend": 0.20367010635001875, "stablecoin_rotation": 0.6296632269833146}, {"unlock": 0.0, "crypto_tstrend": 0.21305526938520364, "stablecoin_rotation": 0.6202780639481297}, {"unlock": 0.0, "crypto_tstrend": 0.20580195888640498, "stablecoin_rotation": 0.6275313744469284}, {"unlock": 0.0, "crypto_tstrend": 0.21223497768970132, "stablecoin_rotation": 0.621098355643632}, {"unlock": 0.0, "crypto_tstrend": 0.21413556115180987, "stablecoin_rotation": 0.6191977721815236}, {"unlock": 0.0, "crypto_tstrend": 0.20771412605069975, "stablecoin_rotation": 0.6256192072826335}, {"unlock": 0.0, "crypto_tstrend": 0.2038181789185775, "stablecoin_rotation": 0.6295151544147558}, {"unlock": 0.0, "crypto_tstrend": 0.20650420908176512, "stablecoin_rotation": 0.6268291242515682}, {"unlock": 0.0, "crypto_tstrend": 0.20857627617043528, "stablecoin_rotation": 0.6247570571628982}, {"unlock": 0.0, "crypto_tstrend": 0.21059948452562743, "stablecoin_rotation": 0.622733848807706}, {"unlock": 0.0, "crypto_tstrend": 0.2126448580864272, "stablecoin_rotation": 0.6206884752469062}, {"unlock": 0.0, "crypto_tstrend": 0.21308087383974283, "stablecoin_rotation": 0.6202524594935906}, {"unlock": 0.0, "crypto_tstrend": 0.21340737150971661, "stablecoin_rotation": 0.6199259618236168}, {"unlock": 0.0, "crypto_tstrend": 0.2125019237220961, "stablecoin_rotation": 0.6208314096112373}, {"unlock": 0.0, "crypto_tstrend": 0.22491960289521862, "stablecoin_rotation": 0.6084137304381148}, {"unlock": 0.0, "crypto_tstrend": 0.2095435005543701, "stablecoin_rotation": 0.6237898327789633}, {"unlock": 0.0, "crypto_tstrend": 0.2325535463685426, "stablecoin_rotation": 0.6007797869647907}, {"unlock": 0.0, "crypto_tstrend": 0.2191018652646831, "stablecoin_rotation": 0.6142314680686503}, {"unlock": 0.0, "crypto_tstrend": 0.23100655528775785, "stablecoin_rotation": 0.6023267780455756}, {"unlock": 0.0, "crypto_tstrend": 0.23427585852790456, "stablecoin_rotation": 0.5990574748054288}, {"unlock": 0.0, "crypto_tstrend": 0.22511268079378643, "stablecoin_rotation": 0.6082206525395469}, {"unlock": 0.0, "crypto_tstrend": 0.2252269454517895, "stablecoin_rotation": 0.6081063878815439}, {"unlock": 0.0, "crypto_tstrend": 0.22476387079571278, "stablecoin_rotation": 0.6085694625376206}, {"unlock": 0.0, "crypto_tstrend": 0.22374465425928897, "stablecoin_rotation": 0.6095886790740445}, {"unlock": 0.0, "crypto_tstrend": 0.22582306888653084, "stablecoin_rotation": 0.6075102644468026}, {"unlock": 0.0, "crypto_tstrend": 0.22452493782521285, "stablecoin_rotation": 0.6088083955081205}, {"unlock": 0.0, "crypto_tstrend": 0.2273963194313565, "stablecoin_rotation": 0.6059370139019769}, {"unlock": 0.0, "crypto_tstrend": 0.22300882547779877, "stablecoin_rotation": 0.6103245078555346}, {"unlock": 0.0, "crypto_tstrend": 0.221595969578221, "stablecoin_rotation": 0.6117373637551123}, {"unlock": 0.0, "crypto_tstrend": 0.22400547909184967, "stablecoin_rotation": 0.6093278542414837}, {"unlock": 0.0, "crypto_tstrend": 0.23043373311150095, "stablecoin_rotation": 0.6028996002218324}, {"unlock": 0.0, "crypto_tstrend": 0.22008707280910636, "stablecoin_rotation": 0.5864132662424519}, {"unlock": 0.0, "crypto_tstrend": 0.21556986263850994, "stablecoin_rotation": 0.53447585815323}, {"unlock": 0.0, "crypto_tstrend": 0.21578836636055213, "stablecoin_rotation": 0.5396081915404403}, {"unlock": 0.0, "crypto_tstrend": 0.2208691356670493, "stablecoin_rotation": 0.5813768177025735}, {"unlock": 0.0, "crypto_tstrend": 0.22072049507207106, "stablecoin_rotation": 0.5739756782167891}, {"unlock": 0.0, "crypto_tstrend": 0.2178652482879549, "stablecoin_rotation": 0.6154680850453785}, {"unlock": 0.0, "crypto_tstrend": 0.20965547745173596, "stablecoin_rotation": 0.6236778558815974}, {"unlock": 0.0, "crypto_tstrend": 0.19630013633015528, "stablecoin_rotation": 0.6370331970031781}, {"unlock": 0.0, "crypto_tstrend": 0.209657602139295, "stablecoin_rotation": 0.6236757311940384}, {"unlock": 0.0, "crypto_tstrend": 0.197596225370929, "stablecoin_rotation": 0.6357371079624045}, {"unlock": 0.0, "crypto_tstrend": 0.21311101079651337, "stablecoin_rotation": 0.62022232253682}, {"unlock": 0.0, "crypto_tstrend": 0.21297251520783655, "stablecoin_rotation": 0.6203608181254967}, {"unlock": 0.0, "crypto_tstrend": 0.21534784822964614, "stablecoin_rotation": 0.6179854851036872}], "leverage": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.8544209076839604, 1.775329636533202, 1.6178047059153997, 1.6987881465196049, 1.9132293860790277, 1.9369915185604902, 1.7479350875257564, 1.5603491773496017, 1.446007306443108, 1.3259376190762737, 1.4223136504887326, 1.4841844612973845, 1.5848383603686307, 1.644972674504356, 1.767566669092462, 1.560615042388276, 1.828263633839835, 1.9130326574634056, 2.0232581327147394, 1.9791019394234277, 2.0113620475972116, 1.6956711084570242, 1.5192129615638121, 1.3509460834217624, 1.465503583817225, 1.5395399010004676, 1.438797277518247, 1.4344882445769254, 1.5109323011077715, 1.3401389805286281, 1.4528469086749303, 1.4984309983522146, 1.4735842299568405, 1.423883443930509, 1.370255253370239, 1.4032992410691465, 1.5047876455606337, 1.5144998750152505, 1.5373932149195784, 1.5340803795076352, 1.5861398918392497, 1.511591446462951, 1.5314014418793962, 1.5069236928863874, 1.4561167395810577, 1.5086833298379871, 1.567597826005969, 1.5395381536603971, 1.582394217688512, 1.5696981178846368, 1.3997934669556762, 1.4693018994877642, 1.5428895768955497, 1.548837143429972, 1.6237486950427513, 1.5425747176651177, 1.5420870097279704, 1.5038134111267856, 1.371557536181466, 1.373585541769912, 1.3677040816765669, 1.2523206934943112, 1.3722487610920384, 1.3380812977959957, 1.3660335729588282, 1.2773938428507379, 1.2015740502898045, 1.2326435218391383, 1.2437616006963377, 1.2579108793816862, 1.2253499401464774, 1.2242925091090022, 1.2584782987838505, 1.2402027654424814, 1.246751254448772, 1.2731966869262914, 1.28240349132983, 1.2856082449752353, 1.267088480578797, 1.3164332520638744, 1.3449675741959362, 1.3075561052915878, 1.3148390037693862, 1.3324732953368683, 1.2684794181424006, 1.2677547894931833, 1.2621401658765112, 1.2627054087047331, 1.2617508495689471, 1.3010787289653976, 1.189546165350121, 1.1821132516643402, 1.1439404552798653, 1.1516007634998535, 1.1610375114607054, 1.1766109167407734, 1.1706008224404822, 1.1728438200424058, 1.1564268474874926, 1.2519109634084675, 1.3451596701329287, 1.3840011068156182, 1.5040370542202608, 1.5000329355206592, 1.4295785869537962, 1.506721439664546, 1.4785829439482072, 1.510470420213117, 1.464882797644068, 1.4628923188283327, 1.4600677049320976, 1.5903613464319375, 1.5938547897290785, 1.6116340095708293, 1.6754745094263515, 1.626511104023106, 1.580603144411025, 1.4404806445118548, 1.2979177588690627, 1.2529607370975073, 1.2065933558457393, 1.165477323688429, 1.4030332907210736, 1.357521031720383, 1.3433536384766978, 1.3176331428990582, 1.2596511301437565, 1.1879261071245872, 1.120018953968785, 1.1203141979455935, 1.1004830460356096, 1.1292044413331093, 1.0862793127043922, 1.1133767655126066, 1.0934686473895971, 1.0826688386865386, 1.1109296562491857, 1.101170846713906, 1.100811016698431, 1.0980876048024353, 1.0869533716580941, 1.0878764913286374, 1.0707464062612304, 1.0729512509154389, 1.0988862076223098, 1.0881797139299338, 1.0620429857608529, 1.1018885412595383, 1.1627967401113262, 1.1565996406809693, 1.1741199706379566, 1.1887693879579408, 1.1822949809813814, 1.191786539704081, 1.215873465665427, 1.189388399485424, 1.2303416478402551, 1.2020253621675019, 1.200821225431639, 1.2213139567639366], "killed": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false], "metrics": {"cagr": 0.4471613252743334, "sharpe": 3.777874412486498, "max_dd": -0.05001261343474868, "worst_year": 0.24827470080137637, "best_year": 0.24827470080137637, "end_value": 124827.47008013733, "total_return": 0.24827470080137326}}, {"cfg": {"controller": "combined", "kelly_fraction": 1.0, "cost_bps": 0.0, "capital": 100000.0}, "dates": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220], "equity": [100000.0, 102734.61125822725, 101896.21520230973, 102765.11711995845, 105308.63457236667, 106220.77751282776, 107272.96948387206, 107454.88127989905, 107546.9584830038, 108197.72407018482, 108094.03644721713, 108589.39588854637, 108278.57534026926, 108168.5579221457, 108614.92479051865, 109442.48177281707, 108598.0771456331, 109687.47726366705, 109625.7420771556, 109105.27546216006, 108692.48993643124, 107569.6462265084, 106527.05720007626, 106832.62766151343, 105899.98851708074, 105322.21147216133, 105557.20034642049, 104453.49161451131, 103732.38644002596, 104124.28866963116, 104613.54205830063, 104110.83122548746, 105151.42728060705, 105281.45823777236, 105758.01390347278, 104925.5130408645, 105340.19621648887, 104380.1686521742, 103549.15488960165, 103034.31438303863, 103009.5990393924, 102958.0726763006, 103051.37307912463, 102383.34588369519, 102452.2954018144, 101807.46346922299, 101330.66117795496, 102054.85883521997, 101866.78039897459, 102740.80947691252, 102152.02472749873, 102479.13589175274, 102051.00602375208, 101624.15660123732, 101826.54199473796, 102357.1349147094, 102063.35016103793, 102083.15400083415, 101989.70995999045, 101540.3234664874, 101300.61041143292, 102902.31463456934, 102400.31246389856, 102013.81211007337, 101095.07056131463, 102555.59266482177, 104131.69932368565, 104929.2318802871, 106444.75359530839, 106035.56386603725, 104581.2156837182, 102347.66729199252, 101610.35272188506, 100833.19807981544, 102314.97163314508, 101218.651474414, 100739.73457767189, 100393.38465204711, 101054.08275627733, 100964.66787773932, 102859.372707682, 104415.81979728056, 106316.10791573657, 104966.98936580033, 104190.67064251775, 105197.75523478232, 105758.14310899793, 106395.56113187864, 109740.78838242084, 108381.99212290652, 106560.85817237558, 107673.11565229962, 109357.03455399766, 110404.14977398973, 108948.44773969805, 107395.00792178157, 107152.07210471682, 106390.32506003213, 106986.04977604687, 106833.25478381407, 108219.98503971293, 107412.20463376965, 107724.32539096675, 109773.29468537288, 110256.76473642116, 111545.7512215085, 112197.05820621144, 112031.43089307073, 112264.46956522738, 114312.19742249286, 109664.82029836005, 108804.84172882745, 106589.14985488927, 105749.19235234764, 106527.88968046953, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293, 106941.52928940293], "drawdown": [0.0, 0.0, -0.008160794552579538, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -0.0009583161185574127, 0.0, -0.0028623471540086647, -0.003875497814101504, 0.0, 0.0, -0.007715510590638911, 0.0, -0.0005628280278800445, -0.0053078237920222504, -0.009071111416338401, -0.01930786530961787, -0.02881295242112064, -0.026027124275008452, -0.034529819092127885, -0.03979730321459106, -0.037654954059324314, -0.04771725797443837, -0.05429143756607901, -0.050718539005716066, -0.046258108326893865, -0.05084122798060561, -0.04135431041190083, -0.04016884275042169, -0.0358241748121221, -0.043413927839325954, -0.039633339699555487, -0.0483857295645075, -0.055961924981737805, -0.06065562857859824, -0.06088095369558324, -0.06135070980974699, -0.06050010767036362, -0.06659038535834107, -0.0659617856326544, -0.07184059649308978, -0.07618751287007869, -0.06958513969739473, -0.07129981525505462, -0.06333145733725025, -0.06869929662120479, -0.06571708595856283, -0.06962026505139143, -0.07351177056472089, -0.07166666118168585, -0.0668293458088835, -0.06950772588471722, -0.06932717802009071, -0.07017908968015275, -0.07427606141032399, -0.07646148002906256, -0.06185904533830715, -0.06643570425319917, -0.06995935493299482, -0.07833534799690921, -0.06502004400832045, -0.05065097747326624, -0.04338002388314637, -0.02956329883094858, -0.03329380425854197, -0.046552821774489446, -0.0669156603358748, -0.07363761792393288, -0.0807227899185581, -0.06721374047832214, -0.07720868416816322, -0.08157487900361277, -0.08473248581767248, -0.07870902606900824, -0.07952420461781445, -0.06225053876999678, -0.048060704812405014, -0.0307361371784162, -0.04303579602363909, -0.050113347104665924, -0.040931947209363974, -0.03582299686976827, -0.03001177722298505, 0.0, -0.012381870766038536, -0.02897673924998564, -0.0188414240557109, -0.0034969115319811008, 0.0, -0.013185211219611522, -0.02725569517421431, -0.029456118052901974, -0.03635574135731645, -0.030959886969286136, -0.03234384755904283, -0.019783357226590116, -0.02709993371032649, -0.024272859204195606, -0.005714052324195121, -0.0013349592191080402, 0.0, 0.0, -0.0014762179667518014, 0.0, 0.0, -0.040655128926935985, -0.048178198108732535, -0.06756101047606969, -0.07490893590730938, -0.0680969128189608, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999, -0.06447840474842999], "weights": [{}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"crypto_tstrend": 1.0}, {"stablecoin_rotation": 0.25, "crypto_tstrend": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1925667943226038, "stablecoin_rotation": 0.6407665390107297}, {"crypto_tstrend": 0.17455223416055005, "unlock": 0.1836669653336309, "stablecoin_rotation": 0.641780800505819}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18543244821912894, "stablecoin_rotation": 0.6479008851142044}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1731091912468459, "stablecoin_rotation": 0.6602241420864874}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16666666666666666, "stablecoin_rotation": 0.6666666666666667}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.16666666666666666, "stablecoin_rotation": 0.6666666666666667}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18420351207526367, "stablecoin_rotation": 0.6491298212580697}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18267455233214752, "stablecoin_rotation": 0.6506587810011859}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.18295000438093847, "stablecoin_rotation": 0.6503833289523949}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17485464753105204, "stablecoin_rotation": 0.6584786858022813}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17410607428418678, "stablecoin_rotation": 0.6592272590491466}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.17560725516370387, "stablecoin_rotation": 0.6577260781696296}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19206717314777422, "stablecoin_rotation": 0.6412661601855592}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19766535408352795, "stablecoin_rotation": 0.6356679792498053}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19917726213922385, "stablecoin_rotation": 0.6341560711941095}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19960368139157889, "stablecoin_rotation": 0.6337296519417545}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1976094291336822, "stablecoin_rotation": 0.6357239041996511}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.2023927831243602, "stablecoin_rotation": 0.6309405502089731}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20203208018086424, "stablecoin_rotation": 0.6313012531524691}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19579846209583507, "stablecoin_rotation": 0.6375348712374983}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1981442015150622, "stablecoin_rotation": 0.6351891318182711}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20108523652502538, "stablecoin_rotation": 0.632248096808308}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1986577142184733, "stablecoin_rotation": 0.6346756191148601}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.202382954021458, "stablecoin_rotation": 0.6309503793118754}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19694544445553416, "stablecoin_rotation": 0.6363878888777993}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19625112858769508, "stablecoin_rotation": 0.6370822047456383}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19830510858614517, "stablecoin_rotation": 0.6350282247471882}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.1974254833582424, "stablecoin_rotation": 0.635907849975091}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20186832001282337, "stablecoin_rotation": 0.6314650133205101}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20009258359629162, "stablecoin_rotation": 0.6332407497370417}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.197375160592357, "stablecoin_rotation": 0.6359581727409764}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19959443031190047, "stablecoin_rotation": 0.6337389030214329}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20040254029695745, "stablecoin_rotation": 0.6329307930363759}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19911845706187048, "stablecoin_rotation": 0.6342148762714629}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19952173888679783, "stablecoin_rotation": 0.6338115944465356}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20002261218051412, "stablecoin_rotation": 0.6333107211528193}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.19951125636341688, "stablecoin_rotation": 0.6338220769699164}, {"unlock": 0.16666666666666666, "crypto_tstrend": 0.20135466321177678, "stablecoin_rotation": 0.6319786701215565}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25839439639492784, "stablecoin_rotation": 0.7416056036050722}, {"crypto_tstrend": 0.25092579537375176, "stablecoin_rotation": 0.7490742046262483}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.2500075628624035, "stablecoin_rotation": 0.7499924371375966}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.2583826521851025, "stablecoin_rotation": 0.7416173478148975}, {"crypto_tstrend": 0.26577523247950435, "stablecoin_rotation": 0.7342247675204956}, {"crypto_tstrend": 0.26644033616409873, "stablecoin_rotation": 0.7335596638359013}, {"crypto_tstrend": 0.2634577353392408, "stablecoin_rotation": 0.7365422646607591}, {"crypto_tstrend": 0.2656002179176952, "stablecoin_rotation": 0.7343997820823048}, {"crypto_tstrend": 0.2603691095757285, "stablecoin_rotation": 0.7396308904242715}, {"crypto_tstrend": 0.256271943618839, "stablecoin_rotation": 0.7437280563811611}, {"crypto_tstrend": 0.2546003684546797, "stablecoin_rotation": 0.7453996315453203}, {"crypto_tstrend": 0.2551966121055321, "stablecoin_rotation": 0.744803387894468}, {"crypto_tstrend": 0.2551119911517411, "stablecoin_rotation": 0.7448880088482589}, {"crypto_tstrend": 0.2568791882456574, "stablecoin_rotation": 0.7431208117543426}, {"crypto_tstrend": 0.25951885878481373, "stablecoin_rotation": 0.7404811412151864}, {"crypto_tstrend": 0.25977263464042033, "stablecoin_rotation": 0.7402273653595797}, {"crypto_tstrend": 0.2699646575035076, "stablecoin_rotation": 0.7300353424964923}, {"crypto_tstrend": 0.27296196004540196, "stablecoin_rotation": 0.727038039954598}, {"crypto_tstrend": 0.27223341196017803, "stablecoin_rotation": 0.727766588039822}, {"crypto_tstrend": 0.26839982842317434, "stablecoin_rotation": 0.7316001715768258}, {"crypto_tstrend": 0.2698151423661615, "stablecoin_rotation": 0.7301848576338384}, {"crypto_tstrend": 0.2679413446795992, "stablecoin_rotation": 0.7320586553204007}, {"crypto_tstrend": 0.2682498657212741, "stablecoin_rotation": 0.731750134278726}, {"crypto_tstrend": 0.26476656204455534, "stablecoin_rotation": 0.7352334379554446}, {"crypto_tstrend": 0.2627277756067662, "stablecoin_rotation": 0.7372722243932337}, {"crypto_tstrend": 0.2644479228980836, "stablecoin_rotation": 0.7355520771019164}, {"crypto_tstrend": 0.2645841997852742, "stablecoin_rotation": 0.7354158002147259}, {"crypto_tstrend": 0.2622340445588966, "stablecoin_rotation": 0.7377659554411033}, {"crypto_tstrend": 0.2612242453593962, "stablecoin_rotation": 0.7387757546406037}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.2611591280008127, "stablecoin_rotation": 0.7388408719991872}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25361737221912306, "stablecoin_rotation": 0.7463826277808769}, {"crypto_tstrend": 0.2560223647858683, "stablecoin_rotation": 0.7439776352141316}, {"crypto_tstrend": 0.25446858264287975, "stablecoin_rotation": 0.7455314173571204}, {"crypto_tstrend": 0.2539319061138604, "stablecoin_rotation": 0.7460680938861396}, {"crypto_tstrend": 0.25364794437881416, "stablecoin_rotation": 0.7463520556211858}, {"crypto_tstrend": 0.25450767639254684, "stablecoin_rotation": 0.7454923236074531}, {"crypto_tstrend": 0.2598942853679201, "stablecoin_rotation": 0.7401057146320799}, {"crypto_tstrend": 0.2642352445003367, "stablecoin_rotation": 0.7357647554996634}, {"crypto_tstrend": 0.2621456744787045, "stablecoin_rotation": 0.7378543255212955}, {"crypto_tstrend": 0.2610691192636853, "stablecoin_rotation": 0.7389308807363146}, {"crypto_tstrend": 0.2640921609455376, "stablecoin_rotation": 0.7359078390544624}, {"crypto_tstrend": 0.2552490592423794, "stablecoin_rotation": 0.7447509407576206}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25347075286724347, "stablecoin_rotation": 0.7465292471327566}, {"crypto_tstrend": 0.25549730993827996, "stablecoin_rotation": 0.74450269006172}, {"crypto_tstrend": 0.26116914178840545, "stablecoin_rotation": 0.7388308582115946}, {"crypto_tstrend": 0.2544283737235027, "stablecoin_rotation": 0.7455716262764973}, {"crypto_tstrend": 0.2508197034144983, "stablecoin_rotation": 0.7491802965855018}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25183745404482394, "stablecoin_rotation": 0.7481625459551761}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25262637423488943, "stablecoin_rotation": 0.7473736257651105}, {"crypto_tstrend": 0.25192208113560377, "stablecoin_rotation": 0.7480779188643962}, {"crypto_tstrend": 0.26371220686390073, "stablecoin_rotation": 0.7362877931360994}, {"crypto_tstrend": 0.25983248272783743, "stablecoin_rotation": 0.7401675172721626}, {"crypto_tstrend": 0.2653084027996517, "stablecoin_rotation": 0.7346915972003484}, {"crypto_tstrend": 0.26130846797322665, "stablecoin_rotation": 0.7386915320267734}, {"crypto_tstrend": 0.2579007560531032, "stablecoin_rotation": 0.7420992439468967}, {"crypto_tstrend": 0.2573084686451224, "stablecoin_rotation": 0.7426915313548775}, {"crypto_tstrend": 0.25786046510060834, "stablecoin_rotation": 0.7421395348993917}, {"crypto_tstrend": 0.2581899138516397, "stablecoin_rotation": 0.7418100861483603}, {"crypto_tstrend": 0.2586064416119956, "stablecoin_rotation": 0.7413935583880044}, {"crypto_tstrend": 0.25863525564386297, "stablecoin_rotation": 0.741364744356137}, {"crypto_tstrend": 0.2569612453087783, "stablecoin_rotation": 0.7430387546912217}, {"crypto_tstrend": 0.2571714470268897, "stablecoin_rotation": 0.7428285529731103}, {"crypto_tstrend": 0.253182655193646, "stablecoin_rotation": 0.7468173448063541}, {"crypto_tstrend": 0.2547580557489078, "stablecoin_rotation": 0.745241944251092}, {"crypto_tstrend": 0.25098976354255864, "stablecoin_rotation": 0.7490102364574412}, {"crypto_tstrend": 0.25423273266593177, "stablecoin_rotation": 0.7457672673340683}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.2611134377272467, "stablecoin_rotation": 0.7388865622727534}, {"crypto_tstrend": 0.2540652730709222, "stablecoin_rotation": 0.7459347269290777}, {"crypto_tstrend": 0.2546819732276416, "stablecoin_rotation": 0.7453180267723584}, {"crypto_tstrend": 0.25696267338217177, "stablecoin_rotation": 0.7430373266178282}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.2502915314045223, "stablecoin_rotation": 0.7497084685954778}, {"crypto_tstrend": 0.2527193814307529, "stablecoin_rotation": 0.7472806185692471}, {"crypto_tstrend": 0.25517382970371255, "stablecoin_rotation": 0.7448261702962874}, {"crypto_tstrend": 0.2556970486076913, "stablecoin_rotation": 0.7443029513923087}, {"crypto_tstrend": 0.25608884581165997, "stablecoin_rotation": 0.7439111541883401}, {"crypto_tstrend": 0.2522731894006191, "stablecoin_rotation": 0.747726810599381}, {"crypto_tstrend": 0.26810638320565827, "stablecoin_rotation": 0.7318936167943416}, {"crypto_tstrend": 0.25389983831132223, "stablecoin_rotation": 0.7461001616886778}, {"crypto_tstrend": 0.258475778977118, "stablecoin_rotation": 0.741524221022882}, {"crypto_tstrend": 0.25827313951620035, "stablecoin_rotation": 0.7417268604837997}, {"crypto_tstrend": 0.26553414341493364, "stablecoin_rotation": 0.7344658565850664}, {"crypto_tstrend": 0.26527969820384706, "stablecoin_rotation": 0.7347203017961529}, {"crypto_tstrend": 0.26979304090541606, "stablecoin_rotation": 0.730206959094584}, {"crypto_tstrend": 0.2738122501710554, "stablecoin_rotation": 0.7261877498289445}, {"crypto_tstrend": 0.2697166449548553, "stablecoin_rotation": 0.7302833550451447}, {"crypto_tstrend": 0.26849358511114674, "stablecoin_rotation": 0.7315064148888533}, {"crypto_tstrend": 0.27098768266383705, "stablecoin_rotation": 0.729012317336163}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.25799792484260575, "stablecoin_rotation": 0.7420020751573942}, {"crypto_tstrend": 0.2623355513825148, "stablecoin_rotation": 0.7376644486174851}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.2656818519520669, "stablecoin_rotation": 0.734318148047933}, {"crypto_tstrend": 0.26211805328269516, "stablecoin_rotation": 0.7378819467173049}, {"crypto_tstrend": 0.25, "stablecoin_rotation": 0.75}, {"crypto_tstrend": 0.2542461302549326, "stablecoin_rotation": 0.7457538697450674}, {"crypto_tstrend": 0.2535012362519442, "stablecoin_rotation": 0.7464987637480558}, {"crypto_tstrend": 0.26486459408648527, "stablecoin_rotation": 0.7351354059135147}, {"crypto_tstrend": 0.26080664486693167, "stablecoin_rotation": 0.7391933551330683}, {"crypto_tstrend": 0.25513164313920444, "stablecoin_rotation": 0.7448683568607956}, {"crypto_tstrend": 0.2519570946607936, "stablecoin_rotation": 0.7480429053392064}, {"crypto_tstrend": 0.2528072806735234, "stablecoin_rotation": 0.7471927193264765}, {"crypto_tstrend": 0.253127030509869, "stablecoin_rotation": 0.7468729694901309}, {"crypto_tstrend": 0.2557332129558161, "stablecoin_rotation": 0.744266787044184}, {"crypto_tstrend": 0.2555670182494039, "stablecoin_rotation": 0.7444329817505961}, {"crypto_tstrend": 0.2584174178755754, "stablecoin_rotation": 0.7415825821244247}], "leverage": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 2.967979999642877, 2.962645919462213, 2.950425416567218, 2.982313300491956, 2.9736995626090748, 2.943723788876201, 2.9529159892059362, 2.9430233544392235, 2.9339091864545113, 2.982667065723374, 2.9795607202892174, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "killed": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true], "metrics": {"cagr": 0.11834890589827385, "sharpe": 0.8441219727019005, "max_dd": -0.08473248581767248, "worst_year": 0.0694152928940297, "best_year": 0.0694152928940297, "end_value": 106941.52928940293, "total_return": 0.06941529289402926}}]