feature or bug in binance.py
Hey Tudorelu,
I was wondering if the line 95 in the binance.py is correct or not. Because the limit variable is a type of int and you are using an object and then accessing the end_time property.
limit. end_time
https://github.com/tudorelu/tudorials/blob/1940a3810d78708aadfdafac6237ab4ca3c272ae/trading/Part%204/Final%20Version/Binance.py#L95
On the same file in the line 72. Shouldn't be end_time=df['time'][0] ?
https://github.com/tudorelu/tudorials/blob/1940a3810d78708aadfdafac6237ab4ca3c272ae/trading/Part%204/Final%20Version/Binance.py#L72
I haven't run the code yet but I guess it would be...
Hey man, yeah you are right. It has been fixed in Part 5, but I need to update it for Part 4 too. Thanks!