|
Crypto backtesting
|
Go to the source code of this file.
Namespaces | |
| namespace | coins |
Variables | |
| coins.f = open("exchanges.txt") | |
| coins.exchange_names = deque(f.read().split()) | |
| str | coins.url = "https://min-api.cryptocompare.com/data/all/exchanges" |
| coins.r = requests.get(url) | |
| coins.exchanges = r.json() | |