An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Fast Orders — cockpit UI](docs/screenshot.png)

# 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).