ml-finance-python

python scripts for finance machine learning

git clone https://9o.is/git/ml-finance-python.git

README.md

(502B)


      1 ## Trading with zipline
      2 
      3 The notebook [alpha_factor_zipline_with_trades](alpha_factor_zipline_with_trades.ipynb) demonstrates how to run a backtest using the MeanReversionFactor develop in the last chapter on [Alpha Factor Researc](../../04_alpha_factor_research).
      4 
      5 
      6 Run the following from the command line to create a conda environment with zipline and pyfolio:
      7 
      8 ```
      9 conda env create -f environment.yml
     10 
     11 ```
     12 This assumes you have [miniconda3](https://docs.conda.io/en/latest/miniconda.html) installed.