Skip to content

An automated trading system based on backtrader and vnpy, support zipline style strategy, and is planned to support reinforcement learning.

License

Notifications You must be signed in to change notification settings

ezquant/alphabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alphabot

An automated trading system based on backtrader and vnpy, support joinquant/zipline style strategy, and is planned to support reinforcement learning.

install

    conda create -n alphabot python=3.8
    conda activate alphabot

    pip install setuptools==57.5.0
    pip install -r requirements.txt

    # install alphabot package
    make install

run

    cd ./examples

    # fetch data
    ./run_data_fetch.sh

    # backtesing
    ./run_cli.sh

test

    pip install nose
    pip install git+https://github.com/fs714/ialgotest.git

    make test

About

An automated trading system based on backtrader and vnpy, support zipline style strategy, and is planned to support reinforcement learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages