Atlas DOCS
Core ideas

Core ideas

Atlas is more than a data helper. It can watch the market and act for you. Five parts work together.

PartIn one line
WorkflowA helper that runs again and again. It looks at the market, decides, and can trade.
TaskA workflow that runs one time and then it is done.
StrategyYour saved trading rules that you and your AI can reuse.
AlertA market watcher. It can message you and start a workflow.
TriggerOne "if this, then buy or sell" order. The smallest trading piece.

How they fit together

How a strategy, an alert, a workflow, a trigger, and your broker fit together

  • An alert or a schedule decides when a workflow runs.
  • The workflow (or task) is the brain. It reads live data with the tools you picked, follows your rules (and any strategy you point it at), and makes a choice.
  • If the choice is to trade, the workflow places one or more triggers and the order goes to your broker.

You can use each part on its own, like an alert that just messages you, or wire them together into a hands off setup.

The three jobs a workflow can do

Every workflow (and task) runs in one of three modes:

  • Trading places real orders with your broker when it decides to act.
  • Draft sends you the exact order to place by hand. It never trades on its own.
  • Analysis only thinks and reports. It never trades.