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

      Fundamental data loading does not work
      Support • • lookman

      5
      0
      Votes
      5
      Posts
      1574
      Views

      V

      @lookman Hello. Try cloning your strategy and running it again. It should work correctly with the new version of the qnt library.

      import qnt.data as qndata import qnt.data.secgov_fundamental as fundamental market_data = qndata.stocks.load_spx_data(min_date="2005-01-01") indicators_data = fundamental.load_indicators_for(market_data, indicator_names=['roe']) display(indicators_data.sel(field="roe").to_pandas().tail(2)) display(indicators_data.sel(asset='NAS:AAPL').to_pandas().tail(2)) display(indicators_data.sel(asset=['NAS:AAPL']).sel(field="roe").to_pandas().tail(2))

      https://quantiacs.com/documentation/en/data/fundamental.html

    • A

      Submission Logic Questions
      Support • • auxiliary.snail

      4
      0
      Votes
      4
      Posts
      1208
      Views

      support

      @auxiliary-snail Hi,

      unfortunately, this is not allowed and in accordance with the rules. Using hard-coded time periods in which trading algorithm will work differently, is not a quantitative method (just like manual asset selection, e.g. "trade only Apple or Microsoft"). We still haven't implemented a mechanism for automatic recognition of such behaviors in trading strategies, and even though a strategy could be successfully submitted, it will not be eligible for prize winning.
      What we are searching for, is well performing strategy over entire in_sample period (SR>0.7), robust to all market movements 2006-2025, so we can expect it will perform well in future, too.

    • S

      Q22 submission, strategies excluded
      Support • • Sun-73

      4
      1
      Votes
      4
      Posts
      946
      Views

      S

      Hi @support, everything is all right now. Thank you!

    • A

      Calculation time exceeded question
      Support • • angusslq

      2
      0
      Votes
      2
      Posts
      3022
      Views

      support

      Dear @angusslq,

      That line is recommendation for the users to not create a strategy that exceeds the timeout limits. What that means is that after submitting, the strategy should ideally compute weights for one trading day in less than 10 minutes. Depending on our available resources, we can also increase that limit somewhat but it is not recommended to create strategies that exceed this limit.

      Regards

    • A

      Strategy filtered after a few days
      Strategy help • • angusslq

      7
      1
      Votes
      7
      Posts
      7824
      Views

      support

      @sun-73 it should be ok

    • A

      datatype for weights seems changed recently
      Support • • angusslq

      3
      0
      Votes
      3
      Posts
      3400
      Views

      A

      @stefanm Thank you for the details

    • C

      Strategy with pre-trained neural network weights
      Support • • cortezkwan

      3
      0
      Votes
      3
      Posts
      479
      Views

      C

      @support Thanks.

    • O

      QNT failed to load data after 2006-01-01
      Support • • omohyoid

      3
      0
      Votes
      3
      Posts
      599
      Views

      O

      @support I got it. Thanks for ur reply

    • K

      Nan rows observed in is_liquid data
      Support • • kairos

      2
      0
      Votes
      2
      Posts
      339
      Views

      support

      @kairos Hi,

      thanks for pointing this out, we are working on it, it will be fixed as soon as possible.
      The problem is, that for some dates prior to 2014 we don't get OHLC prices at all for most assets (all NaNs, so is_liquid is NaN too). We have already reported it to our data provider. Anyway, the clean() function should work properly.

      Best regards

    • D

      WARNING: Strategy trades non-liquid assets.
      Support • • darwinps

      3
      0
      Votes
      3
      Posts
      446
      Views

      D

      Hi @support ,

      That makes perfect sense

      Thank so much

      regards

    • D

      single pass and multipass discrepancy
      Support • • darwinps

      7
      1
      Votes
      7
      Posts
      1387
      Views

      D

      Hi @stefanm ,

      How reckless of me, "data" should have been f_es_data. They are perfectly synced now.
      Thank you so much. I really appreciate the help.

      sincerely

    • O

      Can't download assets
      Support • • omohyoid

      2
      0
      Votes
      2
      Posts
      670
      Views

      support

      Dear @omohyoid,

      Currently we are facing some data issues, the error is not caused by changes in qnt library. At the moment, only current index members of S&P500 index are available, but Nasdaq100 stocks are temporarily unavailable. Sorry for the inconvenience, we are working on a solution.

    • S

      Q22 contest
      News and Feature Releases • • Sun-73

      11
      0
      Votes
      11
      Posts
      6237
      Views

      support

      @carogate Hi, at the moment unfortunately not, sorry...

    • news-quantiacs

      The Q22 Contest started
      News and Feature Releases • • news-quantiacs

      1
      0
      Votes
      1
      Posts
      5263
      Views

      No one has replied

    • O

      How to turn off "WARNING: some dates are missed in the portfolio_history"
      Support • • omohyoid

      5
      0
      Votes
      5
      Posts
      1172
      Views

      support

      @omohyoid Hi, we do not have such calls, sorry

    • S

      Q21 submission
      Support • • Sun-73

      16
      0
      Votes
      16
      Posts
      4962
      Views

      S

      @support Thank you!

    • D

      Struggle creating local dev environment
      Support • • dark.shark

      13
      0
      Votes
      13
      Posts
      3100
      Views

      V

      @dark-pidgeot Hi! After the release of version qnt “0.0.402” the issue with data loading in the local environment has been resolved. The library now uses newer dependencies, including pandas version 2.2.2.

    • P

      Strategies Not Loading
      Support • • plastic.panda

      2
      0
      Votes
      2
      Posts
      304
      Views

      P

      @plastic-panda

      not sure what happened but I am now able to open my strategies.

    • O

      No error messages show why the strategies failed
      Support • • omohyoid

      5
      0
      Votes
      5
      Posts
      700
      Views

      support

      @omohyoid Dear omohyoid,

      Yes, that's right. After submitting your strategy shouldn't override environment variables.

      Regards

    • A

      Q20 contest results
      News and Feature Releases • • azure.machamp

      26
      0
      Votes
      26
      Posts
      10138
      Views

      support

      @theflyingdutchman Hi, the Q20 had very few participants, less than 30, and no strategies are being traded at the moment according to the contest rules. Indeed we made no official announcement.

      However, the participants had the opportunity to submit the same code (provided it is correct) to the Q21 (in other words no correlations check are performed).

      It is very cumbersome to remove strategies from the web page, so they are currently displayed.

      If your strategy will continue to perform good and we believe it can be traded, we will contact you.

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