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
    • illustrious.felice

      How to use complex indicator in fundamental data
      Support • • illustrious.felice

      7
      0
      Votes
      7
      Posts
      906
      Views

      illustrious.felice

      @support Ohh, I understand. Thank you for your support.

    • illustrious.felice

      Strategies deleted
      Support • • illustrious.felice

      3
      0
      Votes
      3
      Posts
      498
      Views

      illustrious.felice

      @support Thank you very much. Please delete all my strategies in the deleted section.

    • illustrious.felice

      Technique to reduce max_drawdown
      Strategy help • • illustrious.felice

      3
      0
      Votes
      3
      Posts
      1413
      Views

      illustrious.felice

      @magenta-kabuto Thank you very much for your advice. I will research to apply your suggestions to the algorithm

    • M

      Error while loading Data
      Support • • magenta.kabuto

      3
      0
      Votes
      3
      Posts
      564
      Views

      support

      @magenta-kabuto Hi, yes, sorry for late answer. For the moment we can support only the default panda version you mention, sorry

    • C

      Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager
      Support • • cyan.gloom

      3
      0
      Votes
      3
      Posts
      3123
      Views

      C

      @support
      Thanks a lot !

    • C

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

      5
      0
      Votes
      5
      Posts
      1753
      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
      518
      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
      756
      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
      2692
      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
      627
      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
      1487
      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
      737
      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
      2236
      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
      1725
      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
      7206
      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
      3328
      Views

      A

      @support Thanks!

    • A

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

      4
      0
      Votes
      4
      Posts
      1147
      Views

      support

      @captain-nidoran Fixed, sorry for issue

    • T

      Error Q20 output missing when submitting
      Strategy help • • TheFlyingDutchman

      11
      1
      Votes
      11
      Posts
      6879
      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
      2044
      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
      871
      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 👍

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