Navigation

    Backtrader Community

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

    Tirtharaj

    @Tirtharaj

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

    Tirtharaj Unfollow Follow

    Latest posts made by Tirtharaj

    • RE: Creating a strategy based on Supports and Resistances and plotting said lines

      @crazy25000 i'll look into it thanks

      posted in General Discussion
      T
      Tirtharaj
    • Creating a strategy based on Supports and Resistances and plotting said lines

      Hello, I'm new to Backtrader and I want to achieve the following.
      I want to create a trading strategy based on Support and Resistance lines and price action but for now, my goal is to calculate and visualize said support and resistance lines for a stock. So my questions are :

      1. What is the best practice here in order to detect and plot support and resistance lines? The practice of using supports and resistances seems to be common so I'm guessing there must be widely accepted measures to do it.

      2. It's likely that supports and resistances don't have a standard approach because it is rather subjective. In that case I'd like to use the trendln package in order to calculate these lines.
        link: https://pypi.org/project/trendln/

      3. I've come across a pinescript indicator which finds horizontal supports and resistances to my liking. I require help in converting that to an indicator in backtrader.
        link:https://www.tradingview.com/script/va09eWAp-Support-Resistance-Dynamic-v2/

      Thank you everyone in advance, if I'm asking these questions on the wrong forum, please direct me to the correct one.

      posted in General Discussion
      T
      Tirtharaj