Skip to content

A slightly modified python swagger client for the Tradovate API

Notifications You must be signed in to change notification settings

MLAlgoTrader/tradovate-python-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tradovate-python-wrapper

A slightly modified python swagger client for the Tradovate API


Open tradovate_broker.py, replace the parameters below with your credentials and run the file. It should get an access token and call Account_List

data = '''{ "name": "<account_username>", "password": "<account_password>", "appId": "<API appId>", "appVersion": "0.0.1", "deviceId": "<device_id - From API settings screen in your dashboard, click on curl button>", "cid": "<API cid>", "sec": "<API secret key>" }'''

About

A slightly modified python swagger client for the Tradovate API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published