ml-finance-python

python scripts for finance machine learning

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

.gitignore

(154B)


      1 algorithmic-trading/
      2 .ipynb_checkpoints/
      3 sp_500_stocks.csv
      4 **/secrets.py
      5 .DS_Store
      6 __pycache__
      7 **/recommended_trades.xlsx
      8 **/momentum_strategy.xlsx
      9 venv/