Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    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
    • All Time
    • Day
    • Week
    • Month
    • A

      toolbox not working in colab
      Support • • alexeigor

      5
      0
      Votes
      5
      Posts
      163
      Views

      support

      Hi,
      thanks for pointing this out, we are working on refactoring the code, qnt is reverted to previous version. Sorry for late answer.

    • nosaai

      AttributeError: module 'qnt.data' has no attribute 'stocks_load_spx_data'
      Support • • nosaai

      4
      0
      Votes
      4
      Posts
      80
      Views

      nosaai

      @vyacheslav_b Apologies for the late response. Thanks for the assistance, all is now well. Cheers

    • G

      Some top S&P 500 companies are not available?
      Support • • gjhernandezp

      3
      0
      Votes
      3
      Posts
      67
      Views

      G

      Thanks 🙏

    • illustrious.felice

      Strategy trades illiquid instruments
      Support • • illustrious.felice

      3
      0
      Votes
      3
      Posts
      50
      Views

      support

      @illustrious-felice Hi,

      sorry for late answer, please check the correctness of dataset used for defining weights in strategy. Be sure that 'stocks_s&p500' dataset is used and not 'stocks_nasdaq100' for current competition. To ensure strategy trades only liquid assets in certain time period, multiply the output from your strategy function with 'is_liquid' field from correct dataset, or simply use clean() function from qnt.output:

      import qnt.data as qndata import qnt.output as qnout def strategy(data): ..... # liquid = data.sel(field='is_liquid') # weights = weights * liquid return weights data = qndata.stocks_load_spx_data(min_date='2005-01-01') weights = strategy(data) weights = qnout.clean(weights, data, kind='stocks_s&p500') qnout.write(weights)

      Also, keep in mind that submission will not be eligible for contest if stocks universe (in this case "top 7 magnificent") is hand picked (manually defined).

      Best regards,

    • magenta.grimer

      Example strategy for Q23
      Support • • magenta.grimer

      2
      0
      Votes
      2
      Posts
      46
      Views

      support

      @magenta-grimer Hi, the Q22 basic template is a good starting point.

    • A

      got error in example
      Support • • alexeigor

      2
      0
      Votes
      2
      Posts
      85
      Views

      support

      @alexeigor Hi,

      sorry, it should work now.

      Best regards

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