Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    QNT failed to load data after 2006-01-01

    Support
    2
    3
    295
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      omohyoid last edited by

      I submitted my strategy
      but it failed due to data loading from qnt
      the output shows that the data loading from qnt ranges from 2004-11-01 to 2005-12-30
      the code I submitted is:
      start_date, end_date, prepare_date = '2006-01-01', datetime.now().strftime('%Y-%m-%d'), '2004-11-01'
      data = qndata.stocks_load_spx_data(min_date = prepare_date, max_date = end_date)
      but qnt didn't load the data after 2006-01-01
      @support
      I would like to know how to fix the problem
      螢幕擷取畫面 2024-10-24 115316.png
      螢幕擷取畫面 2024-10-24 120046.png

      support 1 Reply Last reply Reply Quote 0
      • support
        support @omohyoid last edited by

        @omohyoid Hi,

        To prevent potential forward-looking behavior in the strategy, we use day-by-day submission processing. This means that when defining weights for a specific date, only data up to that date is available. Please ensure that data used by your model is handled correctly within the strategy.
        Any use of future data for a specific date will produce different results than expected, and the strategy will not be eligible for competition.
        Additionally, using external data sources or data not provided by Quantiacs is not allowed.
        Regards

        O 1 Reply Last reply Reply Quote 0
        • O
          omohyoid @support last edited by

          @support I got it. Thanks for ur reply

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors
          • Documentation
          • About
          • Career
          • My account
          • Privacy policy
          • Terms and Conditions
          • Cookies policy
          Home
          Copyright © 2014 - 2021 Quantiacs LLC.
          Powered by NodeBB | Contributors