You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/main.py", line 9, in
from indicators import rsi_fourteen_days_close, rsi_fifteen_days_close, heikin_today, heikin_yesterday,
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/indicators.py", line 3, in
from heikin_ashi import calculate_heikin_ashi
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/heikin_ashi.py", line 3, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/main.py", line 9, in
from indicators import rsi_fourteen_days_close, rsi_fifteen_days_close, heikin_today, heikin_yesterday,
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/indicators.py", line 3, in
from heikin_ashi import calculate_heikin_ashi
File "/storage/emulated/0/Download/binance-spot-trading-bot-mainmmm/binance-spot-trading-bot-main/heikin_ashi.py", line 3, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
The text was updated successfully, but these errors were encountered: