Navigation

    Quantiacs Community

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

    Topics created by machesterdragon

    • M

      Please provide more examples
      Support • • machesterdragon

      2
      2
      Votes
      2
      Posts
      146
      Views

      V

      @machesterdragon Hello. Yes, it can never have too many examples 🙂

      Inside the documentation sections, there are examples of strategies and technical indicators.
      It's better to keep track of new strategy examples or updates on GitHub: https://github.com/quantiacs

    • M

      Cannot cast ufunc 'multiply' output from dtype('float64') to dtype('int64') with casting rule 'same_kind'
      Support • • machesterdragon

      2
      1
      Votes
      2
      Posts
      304
      Views

      V

      @machesterdragon said in Cannot cast ufunc 'multiply' output from dtype('float64') to dtype('int64') with casting rule 'same_kind':

      weights *= asset_filter

      Hello. Change

      weights *= asset_filter

      to

      weights = weights * asset_filter

      You can see usage examples here:
      https://quantiacs.com/documentation/en/user_guide/dynamic_assets_selection.html

      Everything is working correctly now, try cloning the strategy.

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