A RTD Client to get realtime data from thinkorswim application.
- Fork the repo (or download the source)
- Open ThinkOrSwim.sln on Visual Studio
- Right Click on SampleProgram and set it as
Set as Startup Project
- Build and Run (Press F5) <-- Must have ThinkOrSwim Application running
Common Problems
- The process cannot access the file 'xxxx' because it is being used by another process.
taskkill /IM ServiceHub.DataWarehouseHost.exe /F 2>nul 1>nul
- No startup project found
Right click on sample program > Set as startup project