https://github.com/deepentropy/fast-orders
Fast Interactive Brokers orders through clicks on charts
https://github.com/deepentropy/fast-orders
bracket-orders day-trading desktop-app ib-gateway ibapi interactive-brokers position-sizing pyside6 react risk-management trading tws
Last synced: 1 day ago
JSON representation
Fast Interactive Brokers orders through clicks on charts
- Host: GitHub
- URL: https://github.com/deepentropy/fast-orders
- Owner: deepentropy
- Created: 2024-08-16T09:47:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-07-14T22:23:00.000Z (1 day ago)
- Last Synced: 2026-07-14T23:23:10.062Z (1 day ago)
- Topics: bracket-orders, day-trading, desktop-app, ib-gateway, ibapi, interactive-brokers, position-sizing, pyside6, react, risk-management, trading, tws
- Language: Python
- Homepage: https://github.com/deepentropy/fast-orders/releases
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Fast Orders
Fast Interactive Brokers orders through clicks on charts.
## Features
* Place order levels with clicks on the chart
* Preset your risk in % of your capital
* Review your trade before it is sent to TWS
* Execute directly or with confirmation on TWS
* Set target in R, % or $
* Manage your watchlist
* TradingView-style chart: multiple timeframes, enlarge to a single chart
* View your positions and close an order in one click
## Requirements to run
* **Interactive Brokers** TWS running locally with the API enabled
(Global Configuration → API → Enable ActiveX and Socket Clients).
* Paper trading listens on `127.0.0.1:7497`, live on `7496`.
* A funded (or paper) IB account.
> **Warning:** Selecting **Live (7496)** places real orders with real money.
> Use the Paper account until you trust your setup.
## Download
Latest build, direct download:
* **Windows** — [fast-orders-windows-x64.exe](https://github.com/deepentropy/fast-orders/releases/latest/download/fast-orders-windows-x64.exe) — run the installer and follow the prompts.
* **macOS (Apple Silicon)** — [fast-orders-macos-arm64.dmg](https://github.com/deepentropy/fast-orders/releases/latest/download/fast-orders-macos-arm64.dmg)
* **macOS (Intel)** — [fast-orders-macos-x64.dmg](https://github.com/deepentropy/fast-orders/releases/latest/download/fast-orders-macos-x64.dmg)
* **Linux** — [fast-orders-linux-x64.tar.gz](https://github.com/deepentropy/fast-orders/releases/latest/download/fast-orders-linux-x64.tar.gz) — extract and run `./fast-orders`.
macOS builds are unsigned, so drag **Fast Orders** to Applications and use
right-click → **Open** on first launch. All versions live on the
[Releases page](https://github.com/deepentropy/fast-orders/releases).