Skip to content

Analyzer to find trades using Bollinger Bands, MACD , and Keltner Channels.

License

Notifications You must be signed in to change notification settings

jonowens/bookish-fiesta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookish-Fiesta

Analyzer to find trades using Bollinger Bands, MACD , and Keltner Channels.


Table of contents


General Information

The purpose of this repo is to help others possibly find a new way to identify trading entry points hopefully increasing the probability of success with their algo trading.


Technologies

  • Python 3.7.10
  • See requirements.txt for a list of libraries to create a virtual environment.

Installation Guide

  1. Download the entire repository

  2. Open Git Terminal

  3. Navigate into the repository file path where you stored the files during the download.

  4. The notebook file should be visible to run.

  5. Make sure to create a separate virtual environment for the libraries (bookish_fiesta_env).

  6. Use requirements.txt in the repository to install the libraries using the following commands:

    • conda deactivate
    • conda create -n bookish_fiesta_env python=3.7.10
    • conda activate bookish_fiesta_env
    • pip install -r requirements.txt
    • If the previous command has errors try:
      • conda install -r requirements.txt

*See the Usage section below for instructions to run the notebook.


Usage


Sources


Status

Project is: in progress


Contributors

About

Analyzer to find trades using Bollinger Bands, MACD , and Keltner Channels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published