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/

    filter on multiple data feeds

    General Code/Help
    2
    2
    489
    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.
    • M
      momentum last edited by

      Hi,

      is there some way to apply a data filter to multiple data feeds? For example to create a data filter that skips some bars based on information from all data feeds added to the strategy. I guess I could create a single data feed that combines all data or include the logic in next function of the strategy. However, is there some other way I am missing?

      Thanks

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

        @momentum said in filter on multiple data feeds:

        is there some way to apply a data filter to multiple data feeds?

        Yes: add it to each data feed.

        @momentum said in filter on multiple data feeds:

        For example to create a data filter that skips some bars based on information from all data feeds added to the strategy

        No. Filters don't create information, they manipulate the information of the data feed which they were added to.

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