Components
Package reusable graph pieces so multiple strategies can share the same building blocks.
Why components exist
Components are reusable strategy fragments. Use them for repeated indicator stacks, signal filters, or sizing helpers instead of copying the same subgraph into every strategy.
Workflow
Create and edit components from the Components list, then reference them from strategies that need the shared behavior. Treat a component change as something that can affect every strategy that uses it; version carefully before promoting into live bots.