trader.daemon package

The trading daemon: when to run a cycle, and how to survive one failing.

Nothing in this package knows what a strategy, an order, or a repository is. It decides timing and resilience and calls a cycle callable someone else assembled. If a rule about trading appears here, it is in the wrong file — pipeline/run_once.py is where a cycle’s behaviour lives.

Submodules