Tutorials
Tutorials on YouTube
>>> IBridgePy YouTube channel is here! <<<
Please subscribe to the channel and it is FREE.
Available tutorial videos on YouTube
Overview YouTube tutorial
- Overview of IBridgePy: backtest and live trading https://youtu.be/xWMzTgGWv48
- Introduction to algo trading with TD Ameritrade https://youtu.be/uI0CfX2ePD0
- Install and run IBridgePy on Mac https://youtu.be/M96ZPXQnngA
- Install and run IBridgePy on Windows https://youtu.be/ywaZiGFrcrc
- Run multiple strategies on IBridgePy https://youtu.be/JZt3qczeXCI
- Run IBridgePy in Jupyter Notebook for Windows users https://youtu.be/i41zzRJoXUw
- Config Trader Workstation TWS & Gateway for IBridgePy https://youtu.be/9hPOB-tY5vk
Introduction to features
- Request_historical_data https://youtu.be/7jmHRVsRcI0
- Save historical data to local files while gracefully handling errors https://youtu.be/Vuf7Jb9-hCk
- Request historical data of other than U.S. equities and handle “No data permission” and “No security definition” https://youtu.be/iiRierq6sTU
- Request historical data of FOREX, provided by Interactive Brokers for free https://youtu.be/7jmHRVsRcI0
- Handle errors related to request hist https://youtu.be/Mq9SUX-iwS4
- Introduction to canceling orders https://youtu.be/TGUF6PVU6u0
- Introduction to place orders and modify orders https://youtu.be/zwoG8jSyU84
- Introduction to show real time prices https://youtu.be/O_lNWAXMLHw
- Introduction to Security object https://youtu.be/JkyxLYD2RBk
- Introduction to place orders https://youtu.be/JkyxLYD2RBk
- Introduction to security_info.csv https://youtu.be/xyjKQPfyNRo
- Introduction to schedule_function https://youtu.be/vXIQ1SJt_Bg
- Introduction to Free Debug Service https://youtu.be/ppDl9d164o4
- Introduction to IBridgePy configuration system https://youtu.be/9hFZmCe7d4Q
Help to debug
- Debug for “EXIT, initialize does not in RUN_ME.py” https://youtu.be/gmH472zG2eQ
- Debug for “Unable connect as the client id is already in use” https://youtu.be/l4Cl9iSY4Bk
- Debug for “UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xb2 in position 0” https://youtu.be/xsxY0-hiWdM
- Debug for “Please download the latest version of IBridgePy” https://youtu.be/pson8T5ZaRw
Set up for TD Ameritrade
- Introduction to algo trading with TD Ameritrade https://youtu.be/uI0CfX2ePD0
- Trading with TD Ameritrade on Windows: Get a refresh token https://youtu.be/Ql6VnR0GIYY
- Trading with TD Ameritrade: Get a refresh token without any coding https://youtu.be/aT1nB-vMqdE
- Trading with TD Ameritrade using Python: Create an API key https://youtu.be/l3qBYMN4yMs
Tutorials on topics