Switches

Incoming List Rotation
This is the first tier of rotation. It discovers new tokens into the Incoming List, builds the Filtered List from it, backfills candles, and can trigger Trading List rotation. If turned off, tokens will not rotate at all.
Trading List Rotation
This is the third tier of rotation, running at the end of the Incoming List workflow. When on, the workflow triggers Strategy Rotation (select tokens from the Filtered List into the Trading List, start/stop trading sessions). If turned off, the Incoming and Filtered lists still update and backfill, but the Trading List will not rotate.
High-Resolution Streaming
Turn on high-resolution price streaming (1-second OHLCV) for tokens in hot rotation. When off, pipeline workers poll Codex for the latest 1-minute bar every 30s instead. Toggling restarts all hot workers. Note that turning on this switch would greatly increase costs.
Pipeline Workers
When turned on, workers in Pipeline will listen to Codex streaming for all the tokens in the current rotation. Broadcast token data to the clients. Workers also track liveness, pipe events to data persistor (long-term storage for backtesting) as well as coverage persistor (track which tokens were in rotation and when).
Automated Trading
When turned on, it automatically start trading tokens as fresh rotation of tokens comes in.
Trading Overseer
If turned on, Overseer will monitor if data is coming in and if it isn't, session will be marked failed.