make trader easy
Project description
证券交易助手 Stock Trader Helper
本仓库目前处于开发内测阶段, 敬请期待
TODOLIST
- 免责条款
- 合作协议
- 交易接口
UI
库可行性
开发指南
安装软件 pip install traderhelper
helloworld
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__time__ = '2020/10/26 0:45'
from stocktrader import StockTrader
if __name__ == '__main__':
trader = StockTrader()
'''
trader.login()
trader.insert_order()
trader...
'''
运行以上程序, python helloworld.py
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for traderhelper-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf8bdfcd5ee4a071460ac6c77c2f7cb2dac9c4a14009e8454dc9e3059dc78db7 |
|
MD5 | ae9a292b8a7942051a0514687c8efcda |
|
BLAKE2b-256 | 4ba3a681d15ddcf12f88c13cc5c1f54890909f0b408af52dfa601ec69ce2bfe2 |