Tradeforce is a comprehensive Python trading framework designed for high-performance backtesting, hyperparameter optimization, and live trading.
Project description
-------
Docker
-------
Get bash shell in container
docker exec -it tradeforce bash
Get requirments.txt
cd /to/path/tradeforce/root docker build -t tradeforce:build --target build . docker create --name tradeforce_build tradeforce:build docker cp tradeforce_build:/opt/tradeforce/requirements.txt ./requirements.txt
------------------
Window Powershell
------------------
Run dedicated market server
$env:RUN_MARKET_SERVER="True"; docker-compose up; Remove-Item Env:\RUN_MARKET_SERVER
Run JupyterLab
$env:RUN_JUPYTERLAB="True"; docker-compose up; Remove-Item Env:\RUN_JUPYTERLAB
-----------
Linux Bash
-----------
Run dedicated market server
RUN_MARKET_SERVER="True" docker-compose up
Run JupyterLab
RUN_JUPYTERLAB="True" docker-compose up
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
Built Distribution
File details
Details for the file tradeforce-0.0.1.tar.gz
.
File metadata
- Download URL: tradeforce-0.0.1.tar.gz
- Upload date:
- Size: 86.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.10.10 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a91331382412419cc53c5bedfc477f9a5d672944bc73bbb889d60f3701e545d4 |
|
MD5 | 72012651c949d045ec2288a30d556cda |
|
BLAKE2b-256 | 5fc8ac7953f125e20316abc3097320f26c29eb49548035959f76e25b0391b826 |
File details
Details for the file tradeforce-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: tradeforce-0.0.1-py3-none-any.whl
- Upload date:
- Size: 101.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.10.10 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 393d8c20361e93eaa33c07a24ea6b5a3bbd25075e316ca176c92a4bb943cd648 |
|
MD5 | 1773c0be99bf854531842a9480141eef |
|
BLAKE2b-256 | c8627efdad4668b7965fe212909d6b37cf394df61b4a99909fd00d06bed31944 |