Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages