Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1020 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 1020 Bytes

tradesly-banner

tradesly: Candlestick Pattern Backtesting

...

Screenshot

Usage

Local Python Installation

  1. Install ta-lib with these instructions
  2. git clone https://github.com/mrtkp9993/tradesly-cpat
  3. cd tradesly-cpat
  4. pip install -r requirements.txt
  5. streamlit run app.py

Docker

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

OR

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

Our Paid Apps