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/

    Extending a Datafeed

    Indicators/Strategies/Analyzers
    2
    3
    1478
    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.
    • K
      Keko last edited by

      Yes I know, yet another 'extending a datafeed' topic... sorry about that=> 0_1548345579721_3a1e50e0-1477-4f92-b487-677c638cb56b-image.png

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

        If If wrote this code

        import queue
        
        class MyQueue(queue.Queue):
        
            def __init__(self, **kwargs):
                print('doing something')
        

        Would you expect MyQueue to be inside the queue module?

        The same applies to something you define in your own script named Seasonals. It's not going to be inside bt.feeds (or backtrader.feeds without aliasing)

        1 Reply Last reply Reply Quote -2
        • K
          Keko last edited by

          got it , thanks

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