|
Crypto backtesting
|
Variables | |
| data = json.load(sys.stdin) | |
| epoch = parser.parse(row["date"]).timestamp() | |
| end | |
| marketstack2csv.data = json.load(sys.stdin) |
Definition at line 8 of file marketstack2csv.py.
| marketstack2csv.end |
Definition at line 24 of file marketstack2csv.py.
| marketstack2csv.epoch = parser.parse(row["date"]).timestamp() |
Definition at line 22 of file marketstack2csv.py.