@copper-herring ok, thanks for reporting, we will
Group Details Private
Global Moderators
Forum wide moderators
Member List
-
RE: HTTP 500 Internal Server Error when loading futures dataposted in Support
@rubber-metapod We are not running any futures contest right now.
-
RE: 3 Q24 submissions stuck at 0% Checking for 12+ hours (first-time submitter)posted in Support
Hi, the progress depends on many submissions are in the queue.
-
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')