PYTHON TRADINGBOT SIMULATION TUTORIAL (with code)

Опубликовано: 25 Февраль 2024
на канале: Algovibes
4,301
145

In this vid I am going over constructing a Tradingbot simulation in Python. The idea is to pull the live data (bitcoin realtime price) via websocket and apply a simple logic to the data stream. Therefore I am setting an initial price and timestamp reference which is being updated every n seconds/minutes.

My website: https://www.pythonforfinance.info

Get the Notebook/Source code by becoming a Tier-3 Channel member:
   / @algovibes  

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

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

00:00 - 01:58 Intro and important remarks
01:58 - 07:28 Initialization and live crypto prices
07:28 - 11:00 Data filtering/manipulation
11:00 - 20:48 Simple logic implementation

#python #binance #crypto #data #datascience