Backtrader Community

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/

    next function is not being called every day

    General Code/Help
    2
    2
    474
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • גיל ספיר
      גיל ספיר last edited by

      Hi.

      I created a strategy
      and all I did in the next function is :
      print(self.datas[0].datetime.date(0))

      I would expect the print to happen every day, but it happens ~3 times a month:
      2018-08-08
      2018-08-17
      2018-08-28
      2018-09-07
      2018-09-18
      2018-09-27
      2018-10-08
      2018-10-17
      2018-10-26
      2018-11-06
      2018-11-15

      1 Reply Last reply Reply Quote 0
      • B
        backtrader administrators last edited by

        Information provided

        @גיל-ספיר said in next function is not being called every day:

        print(self.datas[0].datetime.date(0))
        

        Possible diagnostic: ...

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Copyright © 2016, 2017, 2018, 2019, 2020, 2021 NodeBB Forums | Contributors