Nexo-S commited on
Commit
64fc79d
·
verified ·
1 Parent(s): e5a3dce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -560,6 +560,7 @@ def detect_chart_scenario(df, df_1m=None, df_5m=None, df_15m=None, df_1h=None):
560
  # ========================
561
  # 🔥 ORDER BLOCK STRENGTH
562
  # ========================
 
563
  bullish_ob = False
564
  bearish_ob = False
565
  ob_strength = 0
 
560
  # ========================
561
  # 🔥 ORDER BLOCK STRENGTH
562
  # ========================
563
+ last_candles = df.tail(20)
564
  bullish_ob = False
565
  bearish_ob = False
566
  ob_strength = 0