TradeTracer Executor¶
Execute your TradeTracer trading strategies with your own broker.
How It Works¶
You TradeTracer
│ │
│ ┌──────────────────────┐ │
│ │ Executor │ │
│ │ │ │
│ │ 1. Report fills ───────► │
│ │ 2. Receive orders ◄────── │
│ │ 3. Execute orders ──► Broker
│ │ 4. Repeat │ │
│ └──────────────────────┘ │
- TradeTracer runs your strategy and decides when to buy/sell
- Executor receives orders and executes them with your broker
- Executor reports fills back to TradeTracer
- Repeat every tick
Quick Start¶
Open http://localhost:5000, enter your API key, click Start.
Adapters¶
| Adapter | Description |
|---|---|
| Sandbox | Paper trading for testing, no real money |
| IBKR | Interactive Brokers via TWS/Gateway |
Need a different broker? See Custom Adapters.