@black-magmar Yes.
Group Details Private
Global Moderators
Forum wide moderators
Member List
-
RE: Has my strategy been rejected from Q23?posted in Support
@antinomy Dear antinomy, thanks for the comment. We believe that there is a problem with the asset selection in your submission. The Q23 contest is aimed to trade assets belonging to the full SP500 universe, it is not a Nasdaq-100 contest.
-
RE: Is there a way to submit a strategy via the API?posted in Strategy help
@svyable Hi,
sorry for late answer, no we don't provide that option, but we will think about adding it in future. -
RE: Market cap filter for Q24posted in Support
@granite-ditto Hi, the first source of information is the documentation at:
https://quantiacs.com/documentation/en/
In addition, we recommend you to check the template notebook available at:
https://github.com/quantiacs/Q24-crypto-guide/blob/master/strategy.ipynb
Quantiacs provides a built-in filter for selecting the top crypto assets according to the "liquid" field as follows:
is_liquid = data.sel(field='is_liquid')
-
RE: Q23 should be running now, but not able to join, right?posted in Support
@green-flareon Thanks. The live phase of the Q23 is running. Quants can join any contest during the submission phase. Q24 is on.
-
RE: Any updates on the next context?posted in News and Feature Releases
@magenta-muskrat Hi, announcing soon.
-
RE: Q24 Example Failed to Runposted in Strategy help
@tim-hub Hi,
the template processing has not finished yet, it is on day by day processing (currently beginning of 2023). The reason of the error is that helper function tries to compare stat after 2022-08-31, which is not possible if processing date is 2020-01-01 for example. It doesn't affect the output (weights), and now you don't see this error because processing date is after 2022-08-31. If you had cloned the template and run it, the error would not have occurred.