September 26, 2022

3 years ago
2

This video shows you how to implement your own python trading bot to trade cryptocurrency on the coinbase platform. Here, I demonstrate the fundamentals of using Python and the Coinbase Pro API for algorithmic trading. To connect, I'm use the "cbpro" third-party library. With only a few lines of code and a Jupyter notebook, we can use this library to programmatically handle various parts of our Coinbase Pro accounts. For example, we can check account balances, connect to real-time data streams, and place a market order.
to watch the full video:https://youtu.be/E-xlK6UgV54

Loading comments...