https://github.com/yeong-hwan/supertrend-cloud
A Technical Analysis Bot that trades leveraged USDT futures markets on Binance
https://github.com/yeong-hwan/supertrend-cloud
binace-futures bot crypto perpetual technical-analysis trading-algorithm trading-bot trading-strategies
Last synced: 5 months ago
JSON representation
A Technical Analysis Bot that trades leveraged USDT futures markets on Binance
- Host: GitHub
- URL: https://github.com/yeong-hwan/supertrend-cloud
- Owner: yeong-hwan
- Created: 2024-01-30T10:03:34.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-11-26T14:14:06.000Z (6 months ago)
- Last Synced: 2024-11-26T15:25:41.751Z (6 months ago)
- Topics: binace-futures, bot, crypto, perpetual, technical-analysis, trading-algorithm, trading-bot, trading-strategies
- Language: Python
- Homepage:
- Size: 918 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Supertrend-Cloud Trading
Coin trading bot using supertrend-cloud strategy[Legacy Project](https://github.com/yeong-hwan/trading-bot)
## Strategy Overview
### What is Supertrend?
The SuperTrend indicator is a technical tool that you can use to identify trends and generate buy/sell signals. It takes the form of a single line that's overlaid onto a market's chart and follows the price action, switching from red to green as momentum shifts.
![]()
### Supertrend-Cloud
- We call gap between two Supertrend as Cloud
- Crossover Cloud: Open Long position
- Crossunder Cloud: Open Short position
- In Cloud: Close position
- In a big short or big long situation, it closes the position and opens the opposite position at the same time
## Setting
### Supertrend Parameter### private-key
Server
- ASW EC2 pem keyAlert
- Discord Channel ID
- Discord Bot TokenRSA
- Encrypt Key
- ACCESS(RSA Encryption using Binance API Key)
- SECRET(RSA Encryption using Binance Secret Key)## Libraries
### conda
Alert
- [Discord](https://discordpy.readthedocs.io/en/stable/)RSA
- [RSA](https://pypi.org/project/rsa/)
- [cryptography](https://pypi.org/project/cryptography/)### pip(by conda)
CCXT(Binance)
- [CCXT(version 2.5.67)](https://github.com/ccxt/ccxt)Math
- [numpy](https://numpy.org/)
- [Pandas](https://pandas.pydata.org/)
- [Pandas TA](https://github.com/twopirllc/pandas-ta)
- [pyarrow](https://arrow.apache.org/docs/python/index.html)## References
- [Supertrend-Cloud-Strategy](https://kr.tradingview.com/script/sO5mkXTE-SuperTrend-Cloud-Strategy/) by [jhanson107](https://kr.tradingview.com/u/jhanson107/)