Skip to content

Commit 713f845

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# crypto-signal-bot
1+
# advansed-crypto-signal-bot
22

33
How to Use:
44
Install the required dependencies (such as ccxt, numpy, and time).
5+
56
Define the list of coins you want to track in the COINS variable.
7+
68
Set the desired time frame, RSI period, and overbought/oversold levels.
9+
710
Run the script, and it will print trading signals based on divergence and RSI levels for the selected coins.
11+
812
Notes:
913
RSI (Relative Strength Index): The script checks whether the RSI value is in the overbought (> 70) or oversold (< 30) zone and prints that information.
1014
Divergence: It looks for a discrepancy between price movement and RSI to identify possible bullish or bearish trends.

0 commit comments

Comments
 (0)