tos-client icon indicating copy to clipboard operation
tos-client copied to clipboard

A C# client for ThinkOrSwim for getting real time data using RTD.

Adapter to communicate with thinkorswim using RTD

A RTD Client to get realtime data from thinkorswim application.

Instructions

  • 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

Credits