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

      notebook for googlecolab not working
      Support • • alfredaita

      3
      1
      Votes
      3
      Posts
      447
      Views

      A

      @support Thanks seems fine

    • A

      Clarification regarding execution time
      Support • • anshul96go

      3
      0
      Votes
      3
      Posts
      569
      Views

      support

      @anshul96go Dear Anshul, it means that the weights for each day have to be generated in less than 10 minutes of time per day.

      Note that all submissions are processed on the server after submission using a muti-pass approach (not single-pass).

      10 minutes per day, times 250 days, times 10 years, that is more than 400 hours of running time.

    • news-quantiacs

      Processing Large Numeric Arrays in Python
      News and Feature Releases • • news-quantiacs

      3
      0
      Votes
      3
      Posts
      2700
      Views

      No one has replied

    • N

      Use of Technical indicators
      Support • • noka'sworld

      3
      0
      Votes
      3
      Posts
      349
      Views

      N

      @support that is really useful! thank you very much!

    • A

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

      3
      0
      Votes
      3
      Posts
      662
      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.

    • S

      Q18 Contest
      News and Feature Releases • • Sun-73

      3
      0
      Votes
      3
      Posts
      1273
      Views

      S

      @support Great news, thanks!

    • B

      How to get stocks in SP500 index at a given time
      Support • • buyers_are_back

      3
      0
      Votes
      3
      Posts
      199
      Views

      B

      @stefanm said in How to get stocks in SP500 index at a given time:

      is_liquid_spec = is_liquid.sel(time=date)
      members_spec = is_liquid_spec.coords["asset"][is_liquid_spec == 1.0].asset.values

      Thanks for the reply! I have some further questions.

      Is it the case that the dataset does not contain all symbols in the index? If I plot the number of stocks it started from around 350 then increases to 500.

      c80c9110-826a-4349-8125-f3641fad0e09-image.png

      There are some symbols and their counterparts with suffix ~1, for instance NAS:FISV and NAS:FISV~1, what does it mean?

      f16737ac-577b-44ea-b698-fdd1164f4dd9-image.png

    • L

      Error message when enter JupyterLab
      Support • • lemonpie

      3
      0
      Votes
      3
      Posts
      292
      Views

      L

      @support Thanks. Works fine now.

    • news-quantiacs

      The Quantiacs Referral Program
      News and Feature Releases • • news-quantiacs

      3
      0
      Votes
      3
      Posts
      1653
      Views

      support

      @antinomy Yes, it is fine, let us know if you see anomalies!

    • magenta.grimer

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

      3
      0
      Votes
      3
      Posts
      651
      Views

      magenta.grimer

      @support yes, they have

    • V

      Strategy Checking
      Support • submission • • violet.mewtwo

      3
      0
      Votes
      3
      Posts
      3934
      Views

      support

      @violet-mewtwo Dear violet-mewtwo, your submissions are processed correctly, it just needs some more time because of the big submission queue currently on our side. Thank you for your patience.

    • M

      Cant load data locally
      Support • • magenta.kabuto

      3
      0
      Votes
      3
      Posts
      786
      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 👍

    • illustrious.felice

      Strategies deleted
      Support • • illustrious.felice

      3
      0
      Votes
      3
      Posts
      436
      Views

      illustrious.felice

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

    • C

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

      3
      0
      Votes
      3
      Posts
      897
      Views

      C

      @support
      Thanks !

    • N

      Is it possible to combine stocks with crypto?
      Support • • newbiequant96

      3
      1
      Votes
      3
      Posts
      665
      Views

      N

      @vyacheslav_b Thank you very much for your support.

      I would like to ask, if I want to filter out the crypto codes with the highest sharpness, what should I do? Thank you. I tried using the get_best_instruments function but it didn't work

      import qnt.stats as qnstats # data = qndata.stocks.load_ndx_data(tail = 17*365, dims = ("time", "field", "asset")) data = qndata.stocks.load_ndx_data(min_date="2005-01-01") def get_best_instruments(data, weights, top_size): # compute statistics: stats_per_asset = qnstats.calc_stat(data, weights, per_asset=True) # calculate ranks of assets by "sharpe_ratio": ranks = (-stats_per_asset.sel(field="sharpe_ratio")).rank("asset") # select top assets by rank "top_period" days ago: top_period = 1 rank = ranks.isel(time=-top_period) top = rank.where(rank <= top_size).dropna("asset").asset # select top stats: top_stats = stats_per_asset.sel(asset=top.values) # print results: print("SR tail of the top assets:") display(top_stats.sel(field="sharpe_ratio").to_pandas().tail()) print("avg SR = ", top_stats[-top_period:].sel(field="sharpe_ratio").mean("asset")[-1].item()) display(top_stats) return top_stats.coords["asset"].values get_best_instruments(data, weights, 10)

      19ae499c-71f3-4702-bba3-81d20fb6c5ac-image.png

    • S

      Is there a way to submit a strategy via the API?
      Strategy help • • Svyable

      3
      0
      Votes
      3
      Posts
      902
      Views

      support

      @svyable Hi,
      sorry for late answer, no we don't provide that option, but we will think about adding it in future.

    • M

      Error while loading Data
      Support • • magenta.kabuto

      3
      0
      Votes
      3
      Posts
      498
      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

      Os period is not updated
      Strategy help • • CommanderAngle

      3
      1
      Votes
      3
      Posts
      2974
      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

    • O

      I was logged out automatically
      Support • • omohyoid

      3
      0
      Votes
      3
      Posts
      458
      Views

      O

      @support I got it
      Thanks for ur reply

    • D

      progress check froze
      Strategy help • • dark.pidgeot

      3
      0
      Votes
      3
      Posts
      2607
      Views

      D

      @support Hello,

      got it, thanks for the reply,

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