DEV Community

Discussion on: How to build a crypto bot with Python 3 and the Binance API (part 1)

Collapse
 
curiouspaul1 profile image
Curious Paul • Edited

Hi can u please explain the significance of the attributes I underlined in the image below. They're part of the Strategy class in your code, I need to know what each one does and why it is important to the class.

Also please can you explain what the start() method does exactly I don't seem to understand the back and forths going on with the if else blocks there, please give more context if you can