Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -297,8 +297,8 @@ with market_analysis:
|
|
| 297 |
fig = go.Figure()
|
| 298 |
|
| 299 |
# Add RSI line
|
| 300 |
-
fig.add_trace(go.Scatter(x=data2['Date'], y=data2['RSI'], mode='lines', name='RSI'
|
| 301 |
-
line=dict(dash='solid', color=cs.rsi_color, width=2))
|
| 302 |
|
| 303 |
# Add overbought and oversold lines
|
| 304 |
overbought_strong = 79
|
|
|
|
| 297 |
fig = go.Figure()
|
| 298 |
|
| 299 |
# Add RSI line
|
| 300 |
+
fig.add_trace(go.Scatter(x=data2['Date'], y=data2['RSI'], mode='lines', name='RSI',
|
| 301 |
+
line=dict(dash='solid', color=cs.rsi_color, width=2)))
|
| 302 |
|
| 303 |
# Add overbought and oversold lines
|
| 304 |
overbought_strong = 79
|