Skip to content

A Technical Analysis Bot that trades leveraged USDT futures markets on Binance

Notifications You must be signed in to change notification settings

yeong-hwan/supertrend-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supertrend-Cloud Trading

Coin trading bot using supertrend-cloud strategy

Legacy Project

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

RSA

pip(by conda)

CCXT(Binance)

Math

References