rlVisualStrategyPresets
Returns the curated VISUAL reinforcement-learning strategy presets (e.g. the
"Visual RL — PPO Trend Follower"). Each ships a populated uiBuilderConfig whose
rl section (algorithm + feature nodes + rolling windows) codegens a runnable
FreqAI ReinforcementLearner FUTURES strategy, so a beginner can start a VISUAL
RL strategy from a preset without writing Python — the server-owned counterpart
of the frontend's rl-preset derivation (ADR-0066).
Distinct from strategyPresets (non-RL gallery) and rlStrategyPresets (code-mode RL templates). Like its siblings these are templates, not gated content (standard @isAuthenticated only); the RL feature gate is enforced where the strategy is backtested/run, and the frontend picker mirrors it.
rlVisualStrategyPresets: [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.