Skip to content

Commit eb9c2b4

Browse files
authored
Update README.md
1 parent 713f845 commit eb9c2b4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# advansed-crypto-signal-bot
22

3-
How to Use:
4-
Install the required dependencies (such as ccxt, numpy, and time).
3+
This code detects divergence between price and RSI. The last three values of price and RSI are considered. If price and the indicator change in different directions, this may signal divergence:
4+
5+
Bullish Divergence: Price is falling, while RSI is rising.
6+
7+
Bearish Divergence: Price is rising, while RSI is falling. The strength of the divergence is also determined based on the difference between the RSI values over the last two periods: weak (less than 5), moderate (5 to 10)
8+
and strong (greater than 10).
9+
10+
Thus, this script helps automate cryptocurrency market monitoring, track potential trading signals based on price and RSI changes, and identify possible divergences.
511

612
Define the list of coins you want to track in the COINS variable.
713

0 commit comments

Comments
 (0)