An open API service indexing awesome lists of open source software.

https://github.com/mrtkp9993/tradesly-supres

Calculate support and resistance levels for a given ticker.
https://github.com/mrtkp9993/tradesly-supres

data-science finance investment python technical-analysis technical-indicators trade trading

Last synced: 5 months ago
JSON representation

Calculate support and resistance levels for a given ticker.

Awesome Lists containing this project

README

          

[![tradesly-banner](/assets/banner.webp 'tradesly')](https://play.google.com/store/apps/dev?id=5038681831410981927)

# tradesly: Support / Resistance

Calculate support and resistance levels for a given ticker.

![Screenshot](/assets/res.png)

## 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

* [tradeslyFX Forex AI Roboadvisor](https://play.google.com/store/apps/details?id=com.tradesly.tradeslyfx)

* [tradeslyPro Cryptocurrency AI Roboadvisor](https://play.google.com/store/apps/details?id=com.tradesly.tradeslypro)