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

      Error in Online Enviroment
      Support • • magenta.kabuto

      3
      0
      Votes
      3
      Posts
      248
      Views

      support

      Dear magenta.kabuto,

      It appears to be a pandas version mismatch. You can try using different pandas version but it's not documented nor supported and our library could behave in an unexpected manner.

    • A

      Issues with the Legacy Website
      Support • • antinomy

      3
      1
      Votes
      3
      Posts
      922
      Views

      A

      @jeppe_and Ok, thanks for the quick reply!

    • nosaai

      Collections has no attribute Iterable
      Support • • nosaai

      3
      0
      Votes
      3
      Posts
      894
      Views

      nosaai

      @stefanm said in Collections has no attribute Iterable:

      pip install progressbar2==3.55.0

      Thank you so much @stefanm for support. Yes, it did work. Although on installation I did get these complaints:
      qnt 0.0.306 requires tabulate>=0.9.0, but you have tabulate 0.8.10 which is incompatible.
      qnt 0.0.306 requires xarray==0.20.2, but you have xarray 0.20.1 which is incompatible.

      Also, my apologies for the late response. I had to put things aside for a day or so. Once again, thank you.

    • M

      Cant load data locally
      Support • • magenta.kabuto

      3
      0
      Votes
      3
      Posts
      524
      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 πŸ‘

    • R

      Processing submissions
      Support • • rezhak21

      3
      0
      Votes
      3
      Posts
      501
      Views

      R

      @support ok, I see, all my systems look processed btw

    • cespadilla

      Q17 ML Example not running on Local Development
      Support • • cespadilla

      3
      1
      Votes
      3
      Posts
      351
      Views

      cespadilla

      @support thanks, I deleted the old environment, installed it again according to the documentation, and now it is working πŸ‘Œ

    • C

      Os period is not updated
      Strategy help • • CommanderAngle

      3
      1
      Votes
      3
      Posts
      2150
      Views

      support

      @commanderangle Dear commanderangle,

      Your strategies are processed in a correct manner, but the reason why you see 0 out-of-sample score is due to the fact that your strategies generate zero weights for all assets for out-of-sample time period. You can check your weights for any strategy by downloading them. There is a download button in the submission logs section.

      Regards

    • S

      Quanticas Legacy webpage
      Support • • Sun-73

      3
      0
      Votes
      3
      Posts
      557
      Views

      S

      @support The webpage is fine now. Thank you for the prompt response!

    • magenta.grimer

      Q16 strategies submitted and still in checking phase
      Support • • magenta.grimer

      3
      0
      Votes
      3
      Posts
      443
      Views

      magenta.grimer

      @support yes, they have

    • A

      Correlation Check always fails
      Support • • antinomy

      3
      1
      Votes
      3
      Posts
      817
      Views

      support

      @antinomy Hello, sorry for the delay in the answer, the problem has been fixed in the meanwhile. If correlations are too high, you will get a warning. Note that correlations will be checked against template code and submissions to past contests of the same kind (which are not present currently as this is the 1st crypto long-only contest we run).

    • M

      How can we have the estimation of Sharpe submitted ?
      Support • • multi_byte.wildebeest

      3
      2
      Votes
      3
      Posts
      751
      Views

      V

      @multi_byte-wildebeest Hello.

      How to get the Sharpe Ratio is in the Quick Start template.
      https://github.com/quantiacs/strategy-q20-nasdaq100-quick-start/blob/master/strategy.ipynb

      import qnt.stats as qnstats def get_sharpe(market_data, weights): rr = qnstats.calc_relative_return(market_data, weights) sharpe = qnstats.calc_sharpe_ratio_annualized(rr).values[-1] return sharpe sharpe = get_sharpe(data, weights) # weights.sel(time=slice("2006-01-01",None))

      or

      import qnt.output as qnout qnout.check(weights, data, "stocks_nasdaq100")

      or

      stat = qnstats.calc_stat(data, weights) display(stat.to_pandas().tail())

      or

      import qnt.graph as qngraph statistics = qnstats.calc_stat(data, weights) display(statistics.to_pandas().tail()) performance = statistics.to_pandas()["equity"] qngraph.make_plot_filled(performance.index, performance, name="PnL (Equity)", type="log") display(statistics[-1:].sel(field=["sharpe_ratio"]).transpose().to_pandas()) qnstats.print_correlation(weights, data)

      Please look at this post
      https://quantiacs.com/community/topic/515/what-is-forward-looking-and-why-it-s-effective-badly-to-strategy/6?_=1711712434795

    • D

      progress check froze
      Strategy help • • dark.pidgeot

      3
      0
      Votes
      3
      Posts
      1816
      Views

      D

      @support Hello,

      got it, thanks for the reply,

    • magenta.grimer

      Template strategy broken!
      Support • • magenta.grimer

      3
      0
      Votes
      3
      Posts
      258
      Views

      support

      Thank you for the report. The template has been updated.

    • D

      Errors when I save the isssus parameters of my optimization in the json file
      Strategy help • • dark.pidgeot

      3
      1
      Votes
      3
      Posts
      1299
      Views

      D

      @support Thank you for your advise, it's ok

    • R

      Limit to submission number
      General Discussion • • rezhak21

      3
      0
      Votes
      3
      Posts
      371
      Views

      R

      @support thanks, yes....

    • A

      Bitcoin Futures strategy in Futues Competition
      Support • • anshul96go

      3
      0
      Votes
      3
      Posts
      293
      Views

      J

      @anshul96go Hello, when you submit, you have to select the competition type.

      If you want to submit a Bitcoin system, you have to select "Cryptofutures".

      If you want to submit a Futures system not including Bitcoin at all, you have to select "Futures".

    • nosaai

      Outdated Libraries
      Support • • nosaai

      3
      1
      Votes
      3
      Posts
      323
      Views

      nosaai

      @support Thank you for the prompt response. Time to get on with it. Thanks again.

    • A

      Saving and recalling a dictionary of trained models
      Support • • alfredaita

      3
      0
      Votes
      3
      Posts
      480
      Views

      A

      @alfredaita
      In case you don't want to run init.py every time in order to install external libraries, I came up with a solution for this. You basically install the library in a folder in your home directory and let the strategy create symlinks to the module path at runtime. More details in this post.

    • illustrious.felice

      Please create the program "Quantiacs Tips"
      Strategy help • • illustrious.felice

      3
      0
      Votes
      3
      Posts
      603
      Views

      illustrious.felice

      @support Thank you for your feedback. I also hope Quantiacs updates new strategy examples on how to use technical analysis (besides sma, trix_ema, atr_lwma,...), and strategies on using ML/DL models effectively (not an example that strategy forward-looking),...

      Hopefully in the future Quantiacs will release new data sets such as news, sentiment, macro, options,... Create new contests that allow merging strategies to build portfolios,...

      Hopefully, Quantiacs will continue to grow. Sincere thanks to Quantiacs for creating extremely high-quality contests.

    • magenta.grimer

      Help in using optimizer for the custom args trend following strategy
      Support • • magenta.grimer

      3
      0
      Votes
      3
      Posts
      257
      Views

      magenta.grimer

      @magenta-grimer thank you @support πŸ™‡ πŸ™‡ πŸ™‡ πŸ™‡ πŸ™‡ πŸ™‡
      My compliments four your exceptional python skills

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