Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • Support
    •      Request New Features
    • Strategy help
    • General Discussion
    • News and Feature Releases
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • B

      How to get stocks in SP500 index at a given time
      Support • • buyers_are_back

      3
      0
      Votes
      3
      Posts
      193
      Views

      B

      @stefanm said in How to get stocks in SP500 index at a given time:

      is_liquid_spec = is_liquid.sel(time=date)
      members_spec = is_liquid_spec.coords["asset"][is_liquid_spec == 1.0].asset.values

      Thanks for the reply! I have some further questions.

      Is it the case that the dataset does not contain all symbols in the index? If I plot the number of stocks it started from around 350 then increases to 500.

      c80c9110-826a-4349-8125-f3641fad0e09-image.png

      There are some symbols and their counterparts with suffix ~1, for instance NAS:FISV and NAS:FISV~1, what does it mean?

      f16737ac-577b-44ea-b698-fdd1164f4dd9-image.png

    • S

      My tv prime video
      Support • • silk.bear

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • C

      Submission stuck at 0%
      Support • • copper.herring

      2
      0
      Votes
      2
      Posts
      43
      Views

      support

      @copper-herring ok, thanks for reporting, we will

    • R

      HTTP 500 Internal Server Error when loading futures data
      Support • • rubber.metapod

      2
      0
      Votes
      2
      Posts
      50
      Views

      support

      @rubber-metapod We are not running any futures contest right now.

    • M

      3 Q24 submissions stuck at 0% Checking for 12+ hours (first-time submitter)
      Support • • melonmusk

      2
      0
      Votes
      2
      Posts
      66
      Views

      support

      Hi, the progress depends on many submissions are in the queue.

    • B

      publish my Quantiacs strategy on GitHub
      Support • • black.magmar

      2
      0
      Votes
      2
      Posts
      154
      Views

      support

      @black-magmar Yes.

    • O

      Unhelpful leaderboard
      Support • • optical.turtle

      2
      0
      Votes
      2
      Posts
      172
      Views

      support

      @optical-turtle The Q24 entries will be updated soon.

    • V

      No output showing for my submitted strategy
      Support • • vg2001

      2
      0
      Votes
      2
      Posts
      270
      Views

      support

      @vg2001 It has been fixed, sorry

    • A

      Has my strategy been rejected from Q23?
      Support • • antinomy

      5
      0
      Votes
      5
      Posts
      548
      Views

      A

      And what if a strategy uses the following rules to select assets to trade:

      the primary exchange is NAS the sector is not finance has price data for at least the previous 3 months has an average daily trading volume of at least 200 k based on the previous 3 months belongs to the top 100 of the thus far selected assets in terms of market capitalization

      Would you say any of these rules violate the contest rules?

      Because these are the selection criteria for the N100 constituents. The only difference in my strategy is that I'm using qnt.data.stocks_load_ndx_data.sel(field='is_liquid') instead.
      Sure, the first of the rules above manually selects the exchange and the second one manually excludes a sector. But still none of these manually select assets and neither does the filter is_liquid from another dataset.

      Also, lets take a look why you prohibited manual asset selection in the first place. Wasn't this to avoid lookahead bias? And isn't this also the reason for the existence of the field is_liquid in any of your datasets? Are you saying that the exact field you introduced to avoid lookahead bias is now the reason you disqualify a strategy because of lookahead bias just because it's from a dataset other than the one for the contest?

    • S

      qntlab.app is live!
      General Discussion • • Svyable

      1
      1
      Votes
      1
      Posts
      536
      Views

      No one has replied

    • S

      Is there a way to submit a strategy via the API?
      Strategy help • • Svyable

      3
      0
      Votes
      3
      Posts
      897
      Views

      support

      @svyable Hi,
      sorry for late answer, no we don't provide that option, but we will think about adding it in future.

    • W

      Do you develop Quantics Strategies AI Builder with security Card Codes and API?
      Support • • wool.hypno

      2
      0
      Votes
      2
      Posts
      666
      Views

      support

      @wool-hypno Which codes?

    • T

      What do you actully do while waiting for backtests?
      General Discussion • • teal.pikachu

      1
      0
      Votes
      1
      Posts
      463
      Views

      No one has replied

    • nosaai

      Strategy Builder Not Running
      Support • • nosaai

      3
      0
      Votes
      3
      Posts
      770
      Views

      nosaai

      @vyacheslav_b Forgive me for the late response, I have not been on the platform. Thank you for your assistance. I can report that I have had no joy in using the strategy builder. I followed what you said and went on to download Chrome and still no joy. The strategy did not even appear under My Strategies. I guess I will just have develop the strategy on my own IDE and upload. Anyway, thanks for assistance, most appreciated.
      Cheers

    • G

      Market cap filter for Q24
      Support • • granite.ditto

      2
      0
      Votes
      2
      Posts
      610
      Views

      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')

    • A

      Q23 should be running now, but not able to join, right?
      Support • • angusslq

      5
      0
      Votes
      5
      Posts
      2192
      Views

      support

      @green-flareon Thanks. The live phase of the Q23 is running. Quants can join any contest during the submission phase. Q24 is on.

    • M

      Any updates on the next context?
      News and Feature Releases • • magenta.muskrat

      4
      0
      Votes
      4
      Posts
      1663
      Views

      M

      @support thanks!!!

    • T

      Q24 Example Failed to Run
      Strategy help • • tim-hub

      2
      0
      Votes
      2
      Posts
      872
      Views

      support

      @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.

    • T

      have q22 allocation earning been sent out?
      Support • • tim-hub

      8
      0
      Votes
      8
      Posts
      4151
      Views

      support

      @lookman The answer we sent to your e-mail address bounced back.

    • R

      I cant not find my strategy in Q23 leaderboard
      Support • • RoyPalo

      5
      0
      Votes
      5
      Posts
      2130
      Views

      support

      @sun-73 @RoyPalo, Hi,

      Q23 Leaderboard was updated several days ago, all eligible submissions are there now, sorry for late notice. Please let us know if you find any submission that is missing.

    • Documentation
    • About
    • Career
    • My account
    • Privacy policy
    • Terms and Conditions
    • Cookies policy
    Home
    Copyright © 2014 - 2021 Quantiacs LLC.
    Powered by NodeBB | Contributors