Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. nosaai
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 12
    • Best 2
    • Groups 0
    • Blog

    Topics created by nosaai

    • nosaai

      Stopping the checking process
      Support • • nosaai

      3
      0
      Votes
      3
      Posts
      95
      Views

      support

      Hello.

      Submissions can't be stopped or started manually. They are always being calculated, so if yours looks stuck at 0%, it is most likely just waiting in the calculation queue. Occasional load spikes make submissions take longer than usual. You don't need to worry. Every submission will be calculated, so yours will get its turn.

      If you'd rather not wait, you can remove it. There's a Delete button in the Candidates tab. I understand it's frustrating that the same isn't possible from the Checking tab, so we're adding a Delete button there soon.

      Thanks for the report.

    • nosaai

      Strategy Builder Not Running
      Support • • nosaai

      3
      0
      Votes
      3
      Posts
      1407
      Views

      nosaai

      @vyacheslav_b Forgive me for the late response, I have not been on the platform. Thank you for your assistance. I can report that I have had no joy in using the strategy builder. I followed what you said and went on to download Chrome and still no joy. The strategy did not even appear under My Strategies. I guess I will just have develop the strategy on my own IDE and upload. Anyway, thanks for assistance, most appreciated.
      Cheers

    • nosaai

      AttributeError: module 'qnt.data' has no attribute 'stocks_load_spx_data'
      Support • • nosaai

      4
      0
      Votes
      4
      Posts
      2489
      Views

      nosaai

      @vyacheslav_b Apologies for the late response. Thanks for the assistance, all is now well. Cheers

    • nosaai

      Collections has no attribute Iterable
      Support • • nosaai

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

    • nosaai

      Install Toolbox on Python 3.9
      Support • • nosaai

      6
      0
      Votes
      6
      Posts
      1159
      Views

      support

      @magenta-kabuto We support only Python 3.7 right now. But it can coexist with Python 3.9:

      https://quantiacs.com/documentation/en/user_guide/local_development.html

      Basically you can use Python 3.7 inside a conda environment.

    • nosaai

      Local Development with Notifications
      Support • • nosaai

      4
      0
      Votes
      4
      Posts
      978
      Views

      A

      It's safe to ignore these notices but if they bother you, you can set the variables together with your API key using the defaults and the messages go away:

      import os os.environ['API_KEY'] = 'YOUR-API-KEY' os.environ['DATA_BASE_URL'] = 'https://data-api.quantiacs.io/' os.environ['CACHE_RETENTION'] = '7' os.environ['CACHE_DIR'] = 'data-cache'
    • nosaai

      Local Development Problems
      General Discussion • • nosaai

      4
      1
      Votes
      4
      Posts
      1448
      Views

      V

      @nosaai Hello

      Spyder should be run under conda environment

      conda activate qntdev conda install spyder spyder

      an alternative way is to clone the library from https://github.com/quantiacs/toolbox
      and develop strategies inside qnt. But I recommend using the approach from the documentation.

    • nosaai

      Outdated Libraries
      Support • • nosaai

      3
      1
      Votes
      3
      Posts
      807
      Views

      nosaai

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

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