Skip to content

mrtkp9993/tradesly-supres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tradesly-banner

tradesly: Support / Resistance

Calculate support and resistance levels for a given ticker.

Screenshot

Usage

Local Python Installation

  1. git clone https://github.com/mrtkp9993/tradesly-supres
  2. cd tradesly-supres
  3. pip install -r requirements.txt
  4. streamlit run app.py

Docker

  1. docker pull mrtkp9993/tradesly-supres
  2. docker run -p 8501:8501 mrtkp9993/tradesly-supres

OR

  1. git clone https://github.com/mrtkp9993/tradesly-supres
  2. cd tradesly-supres
  3. docker build -t tradesly-supres .
  4. docker run -p 8501:8501 tradesly-supres

Our Paid Apps