Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|