Quickstart

In this section, you’ll learn:

  • How to setup API keys for the exchanges

  • How to manage processes with pm2

  • How to create a basic buy & sell strategy

  • How to build a strategy using custom signals

  • How to receive custom signals with ZeroMQSignalRecv

  • How to implement mock (paper) trading

  • How to define indicators and use them in the strategy

  • How to execute TWAP orders

  • How to place batch orders

  • How to use take-profit and stop-loss orders

  • How to connect multiple accounts simultaneously

  • How to integrate web callbacks via FastAPI

  • How to build reliable WS order flows with idempotency, ACK handling, and reconnect reconciliation

Strategy Overview