Navigation

    Backtrader Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. evo
    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 2
    • Best 1
    • Groups 0

    evo

    @evo

    1
    Reputation
    5
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    evo Unfollow Follow

    Best posts made by evo

    • RE: Custom indicator Calculation

      I double checked and log the values and lines and I can confirm that works.

      Thank you

      posted in Indicators/Strategies/Analyzers
      E
      evo

    Latest posts made by evo

    • RE: Custom indicator Calculation

      I double checked and log the values and lines and I can confirm that works.

      Thank you

      posted in Indicators/Strategies/Analyzers
      E
      evo
    • Custom indicator Calculation

      Hello,
      I'm trying to build a custom indicator and I need to reverse the stochastich line.

      For Example, if the value of the stochastic is 40 I need to have 60. ( 100 - stochValue)

      For now I have the Stochastic Line

      stoch = bt.indicators.StochasticSlow(d).lines.percK
      # something like -> stoch = 100 - stoch
      

      Any help or code snippet examples?

      posted in Indicators/Strategies/Analyzers
      E
      evo