These control the running bot. The bot should poll /settings every minute and adapt live.
Notes: “Warm-up” avoids acting on sparse data; Adaptive RSI derives a threshold from recent RSI stats and clips it within min/max; VWMA confirmation requires price ≥ VWMA(length) to enter; T+1 prevents spending unsettled proceeds.
Example:
{"QQQ": {"alloc": 300}, "IBIT": {"use_adaptive_rsi": false, "rsi_entry": 38}}