Clarifications
-
Hi
Just want to clarify 2 things:
-
For crypto futures competition, we still need to get data from: qndata.cryptofutures.load_data(tail=period)
or this: qndata.crypto.load_data(tail=period, assets="BTC") -
The data from qndata.cryptofutures.load_data() is daily level whereas the data in qndata.crypto.load_data() is hourly, so are the strategies judged with daily level data?
-
-
@anshul96go Hi, sorry for the confusion:
-
the competition is still formally a "cryptofutures" one, you should get the data using qndata.cryptofutures.load_data(tail=period), as the timestamp are matched to the futures ones;
-
in connection to 1), data are daily level.
-