Skip to content

temppet/Bitcoin-Auto-trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

header

📚 Long Poistion Condition 📚

1. previous candle is positive candle

2. 2 previous candle is negative candle

3. RSI of 2 previous candle under RSI_OVERSOLD

4. minimum price of previous & 2 previous candle < minumum price of the previous 28 candle

5. RSI of 2 previous candle > lowest RSI of the previous 28 candle


📚 Short Poistion Condition 📚

1. previous candle is negative candle

2. 2 previous candle is positive candle

3. RSI of 2 previous candle over RSI_OVERBOUGHT

4. maximum price of previous & 2 previous candle < maximum price of the previous 28 candle

5. RSI of 2 previous candle < highest RSI of the previous 28 candle


📚 Other Condition 📚

1. Take Profit: +2% (Reduce only setting)

2. Stop Loss: -1% (Set Stop Loss)

3. Stop Loss Change Spot: +0.5%

4. changed Stop Loss Spot: +0.08%


5. Strategy : Trading through RSI divergence, trading at the moment the bar changes


6. Send by Naver mail for each contract

7. Logging when an exception occurs(Mail cannot be sent. If it is a network error, -

    an exception will occur during exception handling and the program will be terminated.)



footer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages