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.
- Host: GitHub
- URL: https://github.com/mrtkp9993/tradesly-supres
- Owner: mrtkp9993
- License: apache-2.0
- Created: 2024-01-22T15:37:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T13:43:24.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T16:45:05.194Z (about 1 year ago)
- Topics: data-science, finance, investment, python, technical-analysis, technical-indicators, trade, trading
- Language: Python
- Homepage: https://tradesly-supres.streamlit.app/
- Size: 223 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://play.google.com/store/apps/dev?id=5038681831410981927)
# tradesly: Support / Resistance
Calculate support and resistance levels for a given ticker.

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