strategyPresets
Returns the curated non-RL strategy presets (RSI mean reversion, EMA trend crossover, Bollinger band bounce, MACD momentum, Stochastic swing, DCA dip accumulator). Each ships a populated uiBuilderConfig + Freqtrade config so the Create-Strategy template gallery seeds a working, backtest-ready strategy. Server-owned (ADR-0066) — the frontend never hardcodes the catalogue. These are templates, not gated content: standard @isAuthenticated only.
strategyPresets: [StrategyPreset!]!
Type
StrategyPreset object
A curated, ready-to-use non-RL strategy template surfaced by the Create-Strategy template gallery. Selecting a preset seeds a builder_mode='ui' strategy whose populated uiBuilderConfig codegens valid Python and backtests with trades — the cure for the blank-canvas cold start.