You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
-
# crypto-signal-bot
1
+
# advansed-crypto-signal-bot
2
2
3
3
How to Use:
4
4
Install the required dependencies (such as ccxt, numpy, and time).
5
+
5
6
Define the list of coins you want to track in the COINS variable.
7
+
6
8
Set the desired time frame, RSI period, and overbought/oversold levels.
9
+
7
10
Run the script, and it will print trading signals based on divergence and RSI levels for the selected coins.
11
+
8
12
Notes:
9
13
RSI (Relative Strength Index): The script checks whether the RSI value is in the overbought (> 70) or oversold (< 30) zone and prints that information.
10
14
Divergence: It looks for a discrepancy between price movement and RSI to identify possible bullish or bearish trends.
0 commit comments