crypto-performance-tracker
crypto-performance-tracker copied to clipboard
Use this script to track the gains of cryptocurrencies using historical data and display it on a super-imposed chart in order to find the highest performing cryptocurrencies historically
PS D:\python\project\crypto-performance-tracker> py main.py Traceback (most recent call last): File "main.py", line 1, in from binancedata import * File "D:\python\project\crypto-performance-tracker\binancedata.py", line 2, in from binance.client import Client ModuleNotFoundError: No module...
Fixed major issues by edit tld='us' in binancedata.py Client = Client() changed to Client = Client(tld='us') Now how do we solve this? No handles with labels found to put in...