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
    • S

      Esay payment option paypal login
      Support • • silk.bear

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • B

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

      4
      0
      Votes
      4
      Posts
      342
      Views

      S

      @buyers_are_back Hi,

      Regarding your first question, yes, that is correct. As we look more into the past, it is more difficult to get data for companies which have been index members but don't exist anymore, for example. This is also related to your second question - symbols with '~1' are in almost all cases, the same companies with the same ticker symbol, but with different ISIN (International Securities Identification Number). For instance, SanDisk company ("NAS:SNDK") was standalone public company until 2016, when Western Digital acquired SanDisk. In 2025 company spinoff, SanDisk re-emerged on the Nasdaq as an independent public company, with the same ticker as it was ('SNDK'), but with different ISIN (considered as different company).
      Those symbol pairs, should not have an intersection in membership ("is_liquid" field should not be 1.0 for both at the same time), otherwise it could be mistake by provider.

    • B

      Machine Learning - LSTM strategy seems to be forward-looking
      General Discussion • • black.magmar

      8
      2
      Votes
      8
      Posts
      4052
      Views

      M

      Thanks for bringing this up. I had a similar question when looking through the example. From what I understand, it can seem forward-looking at first because of how the data is prepared and the model is trained. The important part is whether the prediction at each point is based only on information that would have been available at that time. If that's the case, then it may not be true look-ahead bias, just a backtesting implementation detail. That said, it's definitely worth double-checking because data leakage in machine learning strategies can be surprisingly easy to miss and can make results look much better than they would be in live trading.

    • N

      Q24 Crypto TOP10 — clarifying questions on payout model, ranking, and dashboard tabs
      Support • contest crypto payout-model q24 rules • • NongNat

      2
      0
      Votes
      2
      Posts
      136
      Views

      support

      @nongnat Hi,

      Ranking metric is Sharpe Ratio of the Contest Period (specifically for Q24 Contest it is April 1, 2026 - July 31, 2026).

      Unique user - each user can only win one prize .

      The prize structure is the same as all earlier competitions - allocation to top 7 submissions with structure $1M / $750K / $500K / $100K / $50K × 3

      The notebook example/template is made for Q24 Contest. Scale date in the template is chosen randomly just as simulation, to present how the scaling function works. Q24 dates are:

      Last date for Q24 submissions -> March 31, 2026 Scale date -> July 31, 2026 Live payouts -> September 1, 2026 - September 1, 2027

      'In Contest' - submissions selected to participate to certain contest, and contest is still in the Contest Period (like Q24 at the moment).
      'After Contest' - submissions from all earlier completed contests.
      Strategies in Candidates, cannot be selected to running contests in which Entry phase is over (Contest Period started).

      SubmissionEquity <= 1.0 - no payouts. SubmissionEquity > 1.0 but underperforms the benchmark - no payouts. SubmissionEquity > 1.0 and overperforms the benchmark, there are payouts calculated by the formula.

      Payouts are calculated at the end of each month of Payout phase, based on the profit generated relative to the benchmark (only new profits):
      Prize * 0.1 * (PayoutScore – 1.0),
      which means 10% of the profit generated.

      You can also check the Official rules for Q24 https://quantiacs.com/contest/24.
      Please feel free to ask if you have any further questions.

      Best regards,

    • C

      Submission stuck at 0%
      Support • • copper.herring

      2
      0
      Votes
      2
      Posts
      130
      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
      135
      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
      174
      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
      217
      Views

      support

      @black-magmar Yes.

    • O

      Unhelpful leaderboard
      Support • • optical.turtle

      2
      0
      Votes
      2
      Posts
      248
      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
      342
      Views

      support

      @vg2001 It has been fixed, sorry

    • A

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

      5
      0
      Votes
      5
      Posts
      654
      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
      594
      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
      1027
      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
      745
      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
      521
      Views

      No one has replied

    • nosaai

      Strategy Builder Not Running
      Support • • nosaai

      3
      0
      Votes
      3
      Posts
      865
      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
      670
      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
      2312
      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
      1817
      Views

      M

      @support thanks!!!

    • T

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

      2
      0
      Votes
      2
      Posts
      935
      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.

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