https://github.com/nadiraliofficial/ibkr-gsheet-bot
IBKR Bot Fetching data from Google Sheets
https://github.com/nadiraliofficial/ibkr-gsheet-bot
automation google-sheets ibkr interactive-brokers python spreadsheet stocks trading-bot
Last synced: about 1 month ago
JSON representation
IBKR Bot Fetching data from Google Sheets
- Host: GitHub
- URL: https://github.com/nadiraliofficial/ibkr-gsheet-bot
- Owner: NadirAliOfficial
- License: mit
- Created: 2025-05-23T13:02:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-11T09:30:36.000Z (about 1 month ago)
- Last Synced: 2026-05-11T11:38:46.079Z (about 1 month ago)
- Topics: automation, google-sheets, ibkr, interactive-brokers, python, spreadsheet, stocks, trading-bot
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBKR Trailing Stop Automation
## Setup
1. Enable IBKR API in TWS:
- Configure > API > Enable Socket Clients
- Set port to `7497` (paper) or `7496` (live)
2. Google Sheets API:
- Create service account in Google Cloud Console
- Download JSON credentials to `config/google_service_account.json`
- Share your sheet with the service account email
3. Install dependencies:
```bash
chmod +x scripts/install_deps.sh
./scripts/install_deps.sh