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

      What's is the next contest ?
      News and Feature Releases • • cyan.gloom

      5
      0
      Votes
      5
      Posts
      1546
      Views

      support

      @yonasbo Hi, sorry for delay, we will start soon a new contest, in the next 2 weeks

    • C

      Different dataset locally and in jupiterLab
      Support • • cross_platform.zebra

      4
      0
      Votes
      4
      Posts
      414
      Views

      support

      @cross_platform-zebra Hi, there is no other limitation regarding local development. It is already configured to be exactly the same datasets for Nasdaq100 stocks, and returns the same statistics for trading system running locally or online.

    • S

      Balance, order size, stop loss, open and close position price
      Support • • ScalpingAF

      6
      0
      Votes
      6
      Posts
      617
      Views

      support

      @scalpingaf Correct, all trades (buy or sell) are taken at the open of the next day you take the decision.

    • E

      Checking of strategies for Q20 takes two weeks
      Strategy help • • EDDIEE

      8
      0
      Votes
      8
      Posts
      2339
      Views

      support

      @algotime Dear Algotime, all three strategies will participate in the contest. We will update the contest leaderboard once all eligible strategies have finished processing. Thank you for your patience.

    • M

      Weights at open close
      General Discussion • • magenta.kabuto

      2
      0
      Votes
      2
      Posts
      520
      Views

      support

      Dear magenta.kabuto, it will be done at the open price in t+1 time.

    • R

      Cannot Install tookbox.git in colab
      Support • • rubber.trout

      8
      0
      Votes
      8
      Posts
      1246
      Views

      support

      @cyan-gloom Hi, we are busy with checking the submissions which are coming, as we are close to the end of the Q20 contest, sorry if we were not responsive so fast. We will inform as soon as we are ready.

    • B

      Submission failed: what's wrong??
      Support • • buyers_are_back

      5
      0
      Votes
      5
      Posts
      582
      Views

      support

      @buyers_are_back We reprocessed the submission, it is formally correct and passes all the filters. Sorry for the issue, evidently on our side.

    • N

      Not enough bid information.
      Support • • neural.exeggutor

      1
      0
      Votes
      1
      Posts
      2137
      Views

      No one has replied

    • C

      How to load data to work with Multi-backtesting_ml
      Strategy help • • cyan.gloom

      4
      1
      Votes
      4
      Posts
      1468
      Views

      V

      @cyan-gloom

      Hello. The provided code is insufficient to understand the problem.

      I assume that a certain function might not be returning the required value (for instance, the function where your model is being created).

      I recommend that you check all return values of functions, using tools like display or print. Then, compare them with what is returned in properly working examples.

      The state allows you to use data from previous iterations. You can find an example here:
      https://github.com/quantiacs/toolbox/blob/2f4c42e33c7ce789dfad5d170444fd542e28c8ae/qnt/examples/004-strategy-futures-multipass-stateful.py

    • news-quantiacs

      The Q20 Contest Started
      News and Feature Releases • • news-quantiacs

      13
      1
      Votes
      13
      Posts
      6773
      Views

      support

      @magenta-grimer hi, you can find one very simple example here:

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

      best regards

    • S

      Q20 submission
      Support • • Sun-73

      10
      0
      Votes
      10
      Posts
      2999
      Views

      A

      @support Thanks!

    • A

      Jupyter/Jupyter Lab are not working for code editing/running
      Support • • AlgoQuant

      4
      0
      Votes
      4
      Posts
      993
      Views

      support

      @captain-nidoran Fixed, sorry for issue

    • T

      Error Q20 output missing when submitting
      Strategy help • • TheFlyingDutchman

      11
      1
      Votes
      11
      Posts
      6443
      Views

      V

      @theflyingdutchman

      it can help you. See topic 3) Not enough bid information.

      https://github.com/quantiacs/strategy-q20-nasdaq100-quick-start/blob/master/strategy.ipynb

      def get_enough_bid_for(data_, weights_): time_traded = weights_.time[abs(weights_).fillna(0).sum('asset') > 0] is_strategy_traded = len(time_traded) if is_strategy_traded: return xr.where(weights_.time < time_traded.min(), data_.sel(field="is_liquid"), weights_) return weights_ weights_new = get_enough_bid_for(data, weights) weights_new = weights_new.sel(time=slice("2006-01-01",None))
    • C

      Multi-pass Backtesting
      Strategy help • • cyan.gloom

      5
      0
      Votes
      5
      Posts
      1844
      Views

      V

      @eddiee

      Hello.

      This code looks to the future.
      It is needed to train the model.
      Pay attention to the name of the variable.

    • M

      Cant load data locally
      Support • • magenta.kabuto

      3
      0
      Votes
      3
      Posts
      732
      Views

      M

      @magenta-kabuto thx a lot bro for your support and pointing out the mistakes👍 🙂
      I will try the revised code now.
      Good luck for the competition 👍

    • news-quantiacs

      The Winners of the Q19 Stock Contest
      News and Feature Releases • • news-quantiacs

      1
      1
      Votes
      1
      Posts
      5216
      Views

      No one has replied

    • C

      How to change 'iopub_data_rate_limit'
      Support • • cyan.gloom

      3
      0
      Votes
      3
      Posts
      853
      Views

      C

      @support
      Thanks !

    • E

      Q20: Where can I see the complete list of all available fundamental indicators?
      Support • • EDDIEE

      2
      0
      Votes
      2
      Posts
      401
      Views

      support

      @EDDIEE
      Hello, sorry for late answer, for now it is best to use indicators shown in the table at https://quantiacs.com/documentation/en/data/fundamental.html. Recent qnt library version has obsolete methods for getting the list of all available fundamentals, it will be fixed in next qnt update.

    • C

      Why number financial instruments is different from my expectation ?
      Support • • cyan.gloom

      2
      0
      Votes
      2
      Posts
      390
      Views

      support

      @cyan-gloom
      Hi, sorry for late answer. This number shows the total number of instruments that weights have been allocated to, at any point of entire time period. In your case, it means that 87 different instruments have been ranked in top5 or bottom5 by Sharpe Ratio.

    • S

      Error for importing quantiacs module
      Support • • steel.camel

      3
      0
      Votes
      3
      Posts
      1029
      Views

      support

      @steel-camel Sorry for the issue, it has been fixed.

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