Skip to content

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

Notifications You must be signed in to change notification settings

neberej/tos-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages