quanttrader
Welcome to quanttrader, a pure python-based event-driven backtest and live trading package for quant traders.
The source code is completely open-sourced here on GitHub. The package is published here on pypi and is ready to be pip installed. The document is hosted here on readthedocs.
In most cases, a backtest strategy can be directly used for live trade by simply switching to live brokerage. A control window is provided to monitor live trading sessions for each strategy separately and the portfolio as a whole.
Backtest
Live trading
Prerequisite: download and install IB TWS or IB Gateway; enable API connection as described here.
Installation
Step 1
pip install quanttrader
Alternatively, download or git the source code and include unzipped path in PYTHONPATH environment variable.
step 2
Download live_engine.py, config_live.yaml, order_per_interval_strategy.py by clicking Raw button, right clicking save as, and then change the file extension to .py or .yaml.
step 3
cd where_the_files_are_saved
python live_engine.py
Instruments Supported and Example
- Stock: AMZN STK SMART
- Foreign Exchange: EURGBP CASH IDEALPRO
- Futures: ESM9 FUT GLOBEX
- Options on Stock: AAPL OPT 20201016 128.75 C SMART
- Options on Futures: ES FOP 20200911 3450 C 50 GLOBEX
- Comdty: XAUUSD CMDTY SMART
Order Type Supported
Basic order types. See IB Doc for details.
- Auction
- Auction Limit
- Market
- Market If Touched
- Market On Close
- Market On Open
- Market to Limit
- Limit Order
- Limit if Touched
- Limit on Close
- Limit on Open
- Stop
- Stop Limit
- Trailing Stop
- Trailing Stop Limit
DISCLAIMER Open source, free to use, free to contribute, use at own risk. No promise of future profits nor responsibility of future loses.
Release files for quanttrader 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| quanttrader-0.5.1.tar.gz | 56.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| quanttrader-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 136.1 kB
Release files / quanttrader-0.5.1.tar.gz
| Download URL | quanttrader-0.5.1.tar.gz |
|---|---|
| Size | 56.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ef6be3cfb34f0044af5caa619245dac0264dca4d749fb31fa4f544c09a286ec0
|
|
BLAKE2b-256 checksum How to use checksums |
95501cb22833e27ef989d364853d5eeafba0049689b779d7ab17862f3ea1d5c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
|
Release files / quanttrader-0.5.1-py3-none-any.whl
| Download URL | quanttrader-0.5.1-py3-none-any.whl |
|---|---|
| Size | 79.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1e03a85550d733abd7377b5bbb542bbde314c4eef88767f0a972e9ec3da9e37b
|
|
BLAKE2b-256 checksum How to use checksums |
40bd4719f58ae170f3be8b2fdd1a788464c0f9aa06d42bb390f176e65ddba284
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
|