Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tradeforce-0.0.1.tar.gz (86.3 kB view hashes)

Uploaded Source

Built Distribution

tradeforce-0.0.1-py3-none-any.whl (101.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page