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

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

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.


drawing

### Supertrend-Cloud
drawing

- We call gap between two Supertrend as Cloud
- Crossover Cloud: Open Long position
- Crossunder Cloud: Open Short position
- In Cloud: Close position

drawing

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

Alert
- Discord Channel ID
- Discord Bot Token

RSA
- 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/)