smzerehpoush / binance-spot-trading-bot

Easy-to-use multi-strategic automatic trading for Binance Spot with Telegram integration
44 stars 15 forks source link

TypeError: 'NoneType' object is not iterable #1

Open asmmel opened 1 year ago

asmmel commented 1 year ago

File "C:\Users\Андрей\AppData\Local\Programs\Python\Python310\lib\site-packages\telegram\bot.py", line 353, in _validate_token if any(x.isspace() for x in token):

What to do? I entered all the API keys and gives this message. Git copied using git clone

smzerehpoush commented 1 year ago

who you run it? did you set environment variables ? you can copy .env.sample and put your credentials here and rename it to .env

Deepak960085 commented 1 year ago

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'

smzerehpoush commented 1 year ago

did you run pip install -r requirements.txt