How to Install Trader Workstation C++ API on Debian Linux

Опубликовано: 04 Ноябрь 2024
на канале: VerrilloTrading
3,619
110

✅ Explore My Top Broker Pick:
https://www.InteractiveBrokers.ca/mkt...
👨‍💻 Frustrated with IBKR or Sierra Chart? Get Expert Help!
https://www.verrillotrading.com/remot...

This video should help anybody get set up building TWS API programs on Linux. Trader Workstation is a desktop platform by Interactive Brokers and it is used for trading markets all around the world. This video shows how to set up a build environment for TWS API from which you can code your own systems using the C or C++ programming language. This video covers the initial setup and provides information that relates to setting up a simple development environment.

Github repo used in this video: 👾
https://github.com/Guitarmadillo/code...



➜ VerrilloTrading helps investors learn about software and tools for navigating the financial markets.

Subscribe to stay in the loop, new videos every week! 🔔
   / @verrillotrading  

✅ Recommended Playlists:

   • IBKR Platform Videos  
   • Interactive Brokers Videos  
   • Sierra Chart Videos  
   • Financial Hacking and Optimization  

📜 Disclosures:

VerrilloTrading may have an affiliate relationship and/or another material connection to any persons or businesses mentioned in or linked to in the content above, and may receive commissions from purchases you make on subsequent web sites. You should not rely solely on information published by VerrilloTrading to evaluate the product or service being offered.

The content that this channel provides is intended for educational purposes only. Trading futures and options involves substantial risk of loss and is not suitable for all investors. Past performance is not necessarily indicative of future results. The risk of loss in trading commodity interests can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition.

All content appearing on VerrilloTrading is protected by copyright law. Rebroadcasting or any other commercialized use of our program content is strictly prohibited.

IBKR Disclosure: https://www.verrillotrading.com/ibdis...

0:00 Context
0:47 Following the guide
2:28 Get the files set up directories
4:30 Get Software
5:26 Get / Test compiler
7:00 Get Jan's repository
8:20 Explain both build methods
9:45 Starting build method 1
10:30 Building the dynamic link library
11:33 Recap of terminal setup
12:35 Build the test application
13:29 Building it and first run
14:14 Setting up TWS with MSFT data
15:20 Check API settings and Run
16:24 Check API Logs
17:08 Explain Second Build Method
17:51 Building the object code
19:13 Build the static application
20:03 Explaining the bash script
22:00 Make the bash executable
22:59 Bonuses