The tools
Four products under one roof. Each works standalone; together they cover the full workflow — research, automate, track, execute.
Trade-Kit
8 Go CLI tools — broker CLIs, scanner bots, scheduler, portfolio risk controller. Tiger + Moomoo. Paper mode by default. Zero dependencies.
Learn moreREIT Toolkit
SGX REIT analytics overlay — distribution yield, gearing, P/NAV, DPU. Watchlist, ex-date calendar, yield alerts. Chrome + Firefox.
Learn moreOrbitalTrade Extension
TradingView research overlay — anomaly detection, research context, AI copilot, watchlist, portfolio tracker. Markets, Signals, Portfolio, Import.
Learn moreDesktop
All your brokers. One cockpit. Local-first Electron app that connects Tiger, Moomoo and more. Runs Trade-Kit internally. Your credentials never leave your machine.
Coming soonCommon principles
Your code, your account.
Open source tools, local credentials, no cloud intermediary.
Paper-first.
Nothing touches your broker until you decide.
Research, not advice.
Analytics, anomalies, and automation tools. No signals, no recommendations.
Built for developers.
Go binaries, JSON config, strategy packs, shared signal bus.
Trade-Kit — 8 tools
Open-source Go binaries. Each tool does one thing. Compose them with the scheduler and controller for automated workflows.
| Tool | Binary | What it does |
|---|---|---|
| tiger-cli | tiger-cli | Tiger Brokers — positions, quotes, orders, analysis |
| moomoo-cli | moomoo-cli | Moomoo/Futu — same interface, pure Go TCP client |
| scheduler | scheduler | Order queue daemon — fire orders at market windows |
| daytrader-bot | daytrader-bot | Gap-up scanner — finds gap plays at pre-market open |
| earnings-bot | earnings-bot | Earnings scanner — buys pre-announcement run-up |
| bounce-bot | bounce-bot | RSI oversold bounce — buys dips with volume confirmation |
| index-trader | index-trader | Index momentum — QQQ/VIX signals for TQQQ/SQQQ |
| controller | controller | Portfolio risk manager — circuit breaker, NAV, signal gate |
Strategy packs
Pre-built JSON configs that pair the right scanner, scheduler rules, and risk parameters for common setups.
SG Dividend
SGX blue-chip dividend payers + large-cap S-REITs
US Earnings
Pre-announcement run-up on liquid US large-caps
Index Momentum
QQQ trend + VIX regime → TQQQ/SQQQ
Quick start
git clone https://github.com/Orbital-Trade/trade-kit
cd trade-kit
make all
./tiger-cli --helpSee the code. Run it yourself.
Everything is open source. Read it, fork it, run it.
Orbital Trade tools are educational, build-focused software. They are not financial advice, provide no trading signals, and make no performance guarantees. You are responsible for your own trades.