Nazhar commited on
Commit
c7b7eb1
·
verified ·
1 Parent(s): a161ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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