Navigation

    Backtrader Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. eric2020
    For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Groups 0

    eric2020

    @eric2020

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

    eric2020 Unfollow Follow

    Latest posts made by eric2020

    • RE: Plotting a LinesOperationObject

      So far it needs to create a new indicator for zscore and plot it

      posted in General Code/Help
      E
      eric2020
    • RE: Plotting a LinesOperationObject

      exactly same question

      posted in General Code/Help
      E
      eric2020
    • RE: Running multiple strategies individually

      @vladisld

      Got it. Thank you.

      BTW, if cerebro separate position and orders for each data feed, does it mean if different timeframe data of same instrument are added, the strategy cannot manage the total position or orders, but these of a single data?

      ( it is like the opposite problem of the original one)

      posted in General Discussion
      E
      eric2020
    • RE: Running multiple strategies individually

      It seems that only one broker is active even if multiple brokers are added, is it true?

      posted in General Discussion
      E
      eric2020
    • RE: Running multiple strategies individually

      After checking the implement in strategy.py, I am afraid it is not easy to identify specific broker when buy or sell, even if multiple brokers are added to cerebro.

      posted in General Discussion
      E
      eric2020
    • Running multiple strategies individually

      Re: Running Multiple Strategies & Combining the Output

      I found that if multiple strategies are added to cerebro, they will work on the total position instead of their own positions, which makes them interact with eachother.

      Is there a switch or something so that I am able to let multiple strategies just handle the order and positions from their own? I just would like to see the result of simple sum of multiple strategies.

      Thanks.

      posted in General Discussion
      E
      eric2020