Navigation

    Quantiacs Community

    • Register
    • Login
    • Search
    • Categories
    • News
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Carogate
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Groups 0
    • Blog

    Carogate

    @Carogate

    0
    Reputation
    4
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Carogate Follow

    Latest posts made by Carogate

    • RE: Q22 contest

      @support said in Q22 contest:

      take a look at this exam
      Hi,

      I tried this code
      9661c893-c1a6-4526-a964-4756ef6a3439-image.png

      only "close" is available. is it possible to have "open", "low" and "high"

      Thanks

      posted in News and Feature Releases
      C
      Carogate
    • RE: Q22 contest

      @support Hi,
      is it possible to get open, high, low, and close for indexes, SPX for example?

      import qnt.data as qndata

      index_data = qndata.index.load_data(min_date='2005-01-01')

      def strategy(data):
      close_stocks = data["stocks"].sel(field="close")
      open_stocks = data["stocks"].sel(field="open")
      high_stocks = data["stocks"].sel(field="high")
      low_stocks = data["stocks"].sel(field="low")

      Many thanks

      posted in News and Feature Releases
      C
      Carogate
    • Documentation
    • About
    • Career
    • My account
    • Privacy policy
    • Terms and Conditions
    • Cookies policy
    Home
    Copyright © 2014 - 2021 Quantiacs LLC.
    Powered by NodeBB | Contributors