Crypto Pump Detector

This is a Python script to detect rapid upwards price changes (pumps) in a cryptocurrency pairing. The algorithm/formula behind the program is as follows:

# Breakout Formula:
# 1) Last 3 Candles are Green
# 2) The Mean Volume of Last 3 Candles are Higher than the First

Requirements

  • Python 3.6+

Usage

In the project root directory, run:

python main.py

GitHub

View Github