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/

    Trendline line object creation

    Indicators/Strategies/Analyzers
    indicator
    1
    1
    90
    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.
    • hronnie
      hronnie last edited by

      Hi,

      I would like to have a trendline in my strategy using as a backtrader line object. Is it possible to use it?

      What I need: I have two price data (like BTC Monday daily close and Friday daily close) and my strategy would check if the current price (like daily close from Saturday) is still above my trendline or bellow it. I checked the documentation at indicators and lines but I couldn't find anything.

      I'd imagine this creation: bt.createTrendline(self.data.close[-9], self.data.close[-2])

      Many thanks in advance!

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