Skip to content

atilaahmettaner/bollinger-band-screener

Repository files navigation

Bolinger Band Screener

GitHub stars

HitCount The Bollinger Band indicator is a technical analysis tool used to identify potential price breakouts or breakdowns. By entering the correct value in the tool, you can find coins with tight prices that are about to rise.

Usage

The value to be entered in the Bollinger Band indicator varies depending on the time frame. For example:

  • For daily scans, enter a value of 0.12 for BBW to get tight coins.
  • For 4-hour scans, the optimum value will be 0.04.
  • For hourly scans, enter a value of 0.02.
  • For 15 minutes, enter bbw value of 0.08.

Main Page

Listing Page

Run Locally

Clone the project

  git clone https://github.com/atilaahmettaner/bollinger-band-screener.git

Go to the project directory

  cd bollinger-band-screener

Run Docker

With Makefile

Run:

  make run

Rerun:

  make rerun

Another Way

Before the project can be run with Docker, a Docker image must be created. You can use the following constraint for this:

  docker build -t cryptoscreener .

Run docker on localhost:5000

 docker run -d -p 5000:5000 cryptoscreener

Go to to http://localhost:5000