Navigation

    Backtrader Community

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

    bjjbb

    @bjjbb

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

    bjjbb Unfollow Follow

    Latest posts made by bjjbb

    • RE: Can I use conda instead pip to install the packages?

      If a package isn't in the Anaconda repository you need to either create the package with conda build or go ahead and use pip. See https://www.anaconda.com/blog/using-pip-in-a-conda-environment.

      posted in General Discussion
      B
      bjjbb
    • Binary indicator on master

      I would like to overlay a custom binary indicator [0,1] over the main plot. How do I plot on the main plot with an independent scale? The indicator shows up correctly in a subplot:

      Figure_0.png
      but is lost on the main plot when I set the plotmaster:

      binary.plotinfo.plotmaster = self.data0
      

      Figure_1.png

      I have RTFM, but can't find what I am looking for. Thanks in advance.

      posted in Indicators/Strategies/Analyzers
      B
      bjjbb