Navigation

    Quantiacs Community

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

    Expected Time to Run Strategy

    Support
    2
    4
    346
    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.
    • A
      anshul96go last edited by

      Hi

      I have just submitted 2 strategies which are a slight modifications of the trend following example strategy. It has been more than half an hour and still the checking tab is showing progress of zero though it ran instantaneously on the cloud. Did I do something wrong or can you tell me the tentative time?

      I faced a similar issue when I was participating in Q12 or 13 and couldn't make a good submission because of this issue.

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

        Hello.

        It took about 2 hours. The time depends on the current load.

        The first iteration is the slowest. It takes about 15 minutes. Other iterations go much faster.

        Regards.

        1 Reply Last reply Reply Quote 1
        • support
          support @anshul96go last edited by

          @anshul96go Just to give you more context: when you submit a strategy to the contest, the strategy is queued. Depending on the current load, the processing can take some time. If you submit when many other users are submitting, then processing will take more time.

          Moreover, when you develop on the notebook, processing is instantaneous because no particular checks are done (well, it depends on the complexity of the strategy). You just run your code and get the result.

          If you code it using a single-pass approach the processing will be very fast. If you use our backtesting function (which prevents forward looking), processing will be a bit slower.

          When you submit the strategy, however, several sanity checks are run on the strategy. The system checks if allocations are defined for all datapoints, if your strategy is performing looking forward operations, if it stops producing the output before current day, it computes the Sharpe ratio and other statistical indicators, and moreover it computes the correlation of your strategy with all examples we provide, as we do not allow an example to win a contest...so the processing is slower.

          For quick development, please refer to the results you get in the notebook, submit the strategy and then it will be ok.

          A 1 Reply Last reply Reply Quote 2
          • A
            anshul96go @support last edited by

            @support Got it, thanks a lot!

            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