Update ta_indi_pat.py
Browse files- ta_indi_pat.py +1 -1
ta_indi_pat.py
CHANGED
|
@@ -10,7 +10,7 @@ def talib_df(df):
|
|
| 10 |
- All CDL patterns (0/1)
|
| 11 |
"""
|
| 12 |
df = df.copy()
|
| 13 |
-
|
| 14 |
# Ensure OHLCV columns exist
|
| 15 |
for col in ['Open','High','Low','Close','Volume']:
|
| 16 |
if col not in df.columns:
|
|
|
|
| 10 |
- All CDL patterns (0/1)
|
| 11 |
"""
|
| 12 |
df = df.copy()
|
| 13 |
+
print(df)
|
| 14 |
# Ensure OHLCV columns exist
|
| 15 |
for col in ['Open','High','Low','Close','Volume']:
|
| 16 |
if col not in df.columns:
|