How To Build A TRADINGBOT Simulation [REALTIME] with Python and the Binance API

Опубликовано: 29 Октябрь 2022
на канале: Algovibes
9,548
282

Hi everyone,
in this video we are setting up a Tradingbot Simulation in Python using the Binance API so that you can live test your own Trading Strategies without using real money.

Get the Notebook/Source code by becoming a Tier-3 Channel member or get other perks like Discord to exchange with like minded people here:
   / algovibes  

Interested in automated Cryptocurrency Trading?
Check out the videos in the Cryptobot playlist here:
   • Cryptocurrency Bots / Automated Crypt...  

Disclaimer: This video is not an investment advice and is for informational and educational purposes only.

Binance API docs:
https://binance-docs.github.io/apidoc...

Websocket docs:
https://websocket-client.readthedocs....

00:00 - 02:14 Introduction / Disclaimer
02:14 - 08:18 Get a websocket candlestick livestream
08:18 - 14:04 Data manipulations
14:04 - 16:40 Return calculation
16:40 - 18:59 Storing livestream values (using dict)
18:59 - 24:41 Trading Strategy
24:41 - 26:25 Running the Simulation / Syntax correction (!)

#Python #trading #crypto #binance