@support Thanks for the clarification!
I have a lot of strategies in queue. If the strategies are not finished running by the deadline, will they not be considered?
@support Thanks for the clarification!
I have a lot of strategies in queue. If the strategies are not finished running by the deadline, will they not be considered?
Dear @support team
My strategy champ_1 has been running for more than 2 hours but the log file is still empty. Could you please check if there is issue with code or the servers? The complete code run on the server in less than 30 minutes.
file:///home/anshul/Pictures/Screenshot%20from%202022-04-29%2002-39-18.png
@support Thanks for the help team! Ahh, that makes sense. I am trying to run it.
Also, there is one more issue coming up. On creating a local development environment today, the load data function is failing with the following error: "cannot represent labeled-based slice indexer for dimension 'time' with a slice over integer positions; the index is unsorted or non-unique". Could you please look into that too?
@sun-73 I am also facing the same issue. I checked the submission weights and it seems the number and type of assets used in the submission are different. Also, the data seems to be different on some days.
Hi @support
The strategy submitted to the Q17 is giving different weights after submission and in the testing phase. For instance, the q17_2 strategy is giving non-negative weights to all assets on 01/01/2014 when I cloned the strategy and run the code on the Quantiacs server whereas the weights I downloaded from the q17_2 submitted log give negative weight to some assets on 01/01/2014. Could you please help me with that?
Hi
Following rule is mentioned regarding limit on execution time: "The evaluation of your strategy code will be performed on our servers. The execution time of your code must be less than 10 minutes per each point in time."
Does this mean that my code can't take more than 10 minutes to do the complete training and run each day or am I missing something?
@news-quantiacs
Can the output be 0 too? It will mean that continue with the position and take no action.
The broader question is this:
Consider a cryptocurrency, say BTC. My algorithm gave an output of 1 for BTC on day t. So, we bought bitcoin. If my algorithm gives signal of +1 on t+1, does it mean that more BTC will be bought or will it just hold the past position?
Hi Team
I am running strategy in multipass mode. Is there a way to get the key result statistics in an excel or text file for analysis?
Hi Team
I am getting this warning while running strategy in multi-pass mode and want to know if I should do something to correct it or can I ignore it?
Hi
I am unable to 15/16 strategies and not sure if there was some issue or are they taken into the contest. Some of the strategies that I wanted to submit are still showing in the "CANDIDATES" tab but no strategy is showing in "IN CONTEST" tab.
Hi Team
I accidentally selected 16 strategies and now I am unable to untick one of the strategies. I receive an error "Error while saving data". What should I do?
file:///home/anshul/Pictures/Screenshot%20from%202021-05-31%2016-27-29.png
@support Hey
I am trading cryptofutures in each case but I am using other datapoints (cryptocurrency spot, futures) as indicators. Can you tell if there is something I am missing because I am gonna submit the majority of my strategies of same kind.
@admin Yup, that's the issue. I am not sure why it is not trading. I want to know if there is something wrong with the data I used or the way I used data?
Please find the details below:
(I) ML v1.0: Only BTC Futures Data
(ii) othercrypto_open,othercrypto_close,othercrypto_high,othercrypto_low: Used other cryptocurrency spot data (didn't use BTC spot data)
(iii)btc_othercrypto_close,btc_othercrypto_open,btc_othercrypto_high,btc_othercrypto_low: used btc and other crypto currency spot data
(iv) futures_open,futures_high,futures_low,futures_close: futures data
There are others too which include either crypto spot data or futures data. Please have a look as there are many strategies in the pipeline waiting to be submitted.
Hi
Is there some issue with the futures and other cryptocurrency data? I have built some strategies for Cryptofutures competition using (i) futures data; (ii) other Crypto spot data but they are showing OS of zero. Could you please confirm that as I have multiple strategies in the pipeline using the same dataset?
Hi
Just want to confirm, can I submit the Bitcoin Futures strategy under the Futures competition?
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?
Hi
I have confusion regarding the trading system optimization and optimal parameter selection feature you are providing. I tried to do the same manually but the results varied with the ones I got using your trading system optimization feature. Can you tell how it decides the optimal parameters?
Hi Team
For the BTC Futures competition, is it okay if my strategy works for data after 17 December 2018 as I want to employ Volume/OI data that is zero before that date? ANy solution/turnaround for that?
Thanks
Anshul