TxTrader Securities Trading API Monitor
Project description
txtrader-monitor
This module is a stand-alone package for the monitor component of the txtrader trading api manager
Installation
pip install txtrader-monitor
Configuration
The following configuration variables are required:
TXTRADER_HOST
TXTRADER_USERNAME
TXTRADER_PASSWORD
TXTRADER_TCP_PORT
TXTRADER_API_ACCOUNT
There are 2 ways to provide the variables:
passed as a python dict into the constructor API(config={'TXTRADER_HOST': 'localhost', ...})
set as environment variables
Basic Usage:
from txtrader_monitor import API
api = API()
print(api.status())
api.add_symbol('TSLA')
order = api.market_order('TSLA', 100)
print(api.query_positions())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
txtrader-monitor-1.0.5.tar.gz
(6.8 kB
view hashes)
Built Distribution
Close
Hashes for txtrader_monitor-1.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0ded1e16664fefb0193d265a43a7ecea8606cc21de7038f4c6762f3ffe39421 |
|
MD5 | 80038d07120ba98ac7eec83db47ce9c4 |
|
BLAKE2b-256 | 4fad7f98b783d0e871aacef48c237b98ceeda5cf7d9f7c1c3c728a59aebf9b33 |