Navigation

    Backtrader Community

    • Register
    • 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/

    Compute indicator in _next_ process ?

    Indicators/Strategies/Analyzers
    2
    2
    498
    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.
    • A
      aaggmm last edited by

      Is it possible to compute indicator in Next section? If not, is there any way to calculate adaptive indicators which parameters (or sometimes data) need to be dynamically determined in the next process? Thanks!

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

        Indicators are computed in their own next, so it isn't clear what your problem is.

        Docs - Indicator Development

        With regards to dynamic parameters, nothing prevents you from changing the parameters and altering the calculations you make during next

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Copyright © 2016, 2017, 2018 NodeBB Forums | Contributors
        $(document).ready(function () { app.coldLoad(); }); }