NadirAliOfficial
ibkr_tv_bot
Python

TradingView to Interactive Brokers webhook bridge — receives Pine Script alerts and executes trades automatically

Last updated Jul 1, 2026
11
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
44
Language breakdown
No language data available.
Files click to expand
README

""" IBKR Trading Bot with Telegram configuration and TradingView webhook integration.

Workflows:

  • Configure tickers via Telegram (/set): ticker symbol, order size (USD), min profit %
  • Receive TradingView webhook POSTs for Buy/Sell actions
  • On Buy: check available funds, place GTC limit buy order
  • On Sell: check unrealized P/L, place GTC limit sell if profit threshold met
  • DCA enabled: bot buys repeatedly until funds depleted
Requirements:
  • python-telegram-bot v20+
  • flask
  • ib_insync
  • python-dotenv
"""

🔗 More in this category

© 2026 GitRepoTrend · NadirAliOfficial/ibkr_tv_bot · Updated daily from GitHub