freqtrade / freqtrade

Free, open source crypto trading bot
https://www.freqtrade.io
GNU General Public License v3.0
28.1k stars 6.02k forks source link

instable network - causing multiple networking errors #5048

Closed munisekhar987 closed 3 years ago

munisekhar987 commented 3 years ago

yes<!--

Describe your environment

xmatthias commented 3 years ago

the warnings would be recoverable (freqtrade will retry).

However, as you're also encountering networking errors with telegram, i'd say your network is either not fast enough (very unlikely, unless you're in a odd region on mobile) - or not stable (maybe wifi problems?) - which is causing these errors.

There's nothing we can do for you other than recommend using a stable network connection.

munisekhar987 commented 3 years ago

im using stable network and my telegram messages are coming super fast can you please help , so this is completely reg network speed

xmatthias commented 3 years ago

If it'd just be binance errors, i'd say it might be a temporary problem at the binance side.

As you're however ALSO experiencing Telegram network issues at the same time, this is almost certainly caused by something on your side - and as such, we will not be able to help.

munisekhar987 commented 3 years ago

may be problem with proxy , while posting this it asked did you installed CCXT m how go check and how to install this ? my netwoek is good im able to stream also ...

xmatthias commented 3 years ago

Proxies can cause this - or also system load in general. In such cases, using a VPS is usually the best - as that will make freqtrade non-dependant on your local network conditions.

maybe your network was simply overloaded at the time (but then it should go away when you retry it when the network is not as loaded).

Either way - as stated above - this is nothing we can help you with as it's local to your system / environment / configuration.

munisekhar987 commented 3 years ago

can you please help me to install ccxt

xmatthias commented 3 years ago

Freqtrade installation is documented here with docker - and here for linux - and here for windows.