Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

mufniarz/alpaca-ai-traders

 
 

Repository files navigation

Instructions

  1. Clone repository

    git clone https://github.com/mufniarz/alpaca-ai-traders.git

    cd alpaca-ai-traders

  2. Install Anaconda Python 3.7 version

    conda env create -f environment.yml -n aitrader

    conda activate aitrader

    Update conda environment (optional if new packages added)

    conda env update -f environment.yml -n aitrader

  3. Switch to your environment.

    conda activate aitrader

  4. Install dependencies

    pip install -r requirements.txt

  5. Add values to config.ini

    • Set keys
  6. Run in notebook

    jupyter notebook

Run the script

`python cryptoconda.py`   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.5%
  • Python 2.5%