Cloud deployment of Trading Bot

Good day!

I would just like to ask for recommendations of how and where can I deploy my trading bot (python jupyter notebook) on the cloud. I prefer deploying on the cloud since my internet connection is sometimes faulty.

Also, if I’d use my trading bot on all Crypto simultaneously, will Binance receive it as DDoS since the python script is communicating with the Binance server all the time?

Thank you for answering.

Cheers

Edit: By the way, I’m trading in Futures.

Hi, as long as you respect the limits set for the Futures API (https://binance-docs.github.io/apidocs/futures/en/#limits), there shouldn’t be any DDoS.

As for the "how and where can I deploy my trading bot ", I think this is a subjective topic since each user has his own technical specifications on the server, would suggest you to research around first :slight_smile: