Strategies
Learn how strategies act as the core routing and journaling unit inside Quantarya.
What a strategy represents
Each strategy has its own identifier and workspace.
You can use strategies to separate trading systems, brokers, accounts, or signal sources.
This keeps the journal and downstream automation cleaner when you grow beyond a single setup.
Useful strategy fields
A good strategy should have a clear title, optional description, and tags that help you scan it later.
The strategy ID is especially important because it is what external systems will usually route into.
Quantarya surfaces the ID so it can be copied quickly into bots, TradingView flows, or custom integration tooling.
How to organize strategies
A clean default is one strategy per system or signal source.
If you later need more separation, split by account cluster, asset family, or execution path.
It is usually better to create a new strategy than to overload one strategy with too many meanings.