Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Please identify indicator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Please identify indicator

    friends I am looking for a indicator which joins high of each bar and also a line which joins low of each bar .Please find attached chart to see how the indicator looks like.
    Please also tell what is 2.25 figure in the circle ?
    Unlimited space to host images, easy to use image uploader, albums, photo hosting, sharing, dynamic image resizing on web and mobile.

    Unlimited space to host images, easy to use image uploader, albums, photo hosting, sharing, dynamic image resizing on web and mobile.


    regards

    #2
    ...........

    Comment


      #3
      Hello,

      I left this ticket open for a member of the forum to respond as you are asking for an indicator to be identified. In this case you will need assistance from the trading community. However due to my response others may consider the forum post closed so you may want to restate the question again.

      Also, the 2.25 is the open trade PnL.

      Let me know if I can be of further assistance.
      BrettNinjaTrader Product Management

      Comment


        #4
        its just plots the highest high and lowest lows

        Comment


          #5
          Thanks Brett thanks bukkan .There is a max and Min indicator in 6.5 ver it just joins high and low of each bar but here you can see it keeps only highest bar if the next bar is lower it is excluded and the line plots straight ,same for the Min indicatorit keeps the lowest bar and the higher bar is excluded and line keeps straight,please tell me what changes should I make to replicate this indicator.
          Also tell me is the other indicator TS Supertrand ?
          regards

          Comment


            #6
            Hello,

            Also, maybe its the PriorDayHLC() indicator in this case?


            Also, as far as making changes to the Min Max indicator.

            You can contact one of our NinjaScript consultants to assist you with coding this or you can use our NinjaScript guide and forums to code this indicator yourself if you are a programmer.

            NinjaScript Consultants:

            NinjaScript Help Guide:

            NinjaTrader Support Forum:


            Also, I'm unfamiliar with TS SuperTrend as this is a non-default indicator package that does not come with NinjaTrader by default.

            Let me know if I can be of further assistance.
            BrettNinjaTrader Product Management

            Comment


              #7
              No this is intraday tick chart

              Comment


                #8
                Hello,

                In this case you would need to create such an indicator since we do not know the name of it. IN which case you would need to follow the bottom half of my previous post.

                Let me know if I can be of further assistance.
                BrettNinjaTrader Product Management

                Comment


                  #9
                  Hi, I think thats just a Dochnian Channel..

                  Comment


                    #10
                    Don't know if you have solved your problem, but the lines seems a simple Highest, Lowest of the previous period.

                    With this code you can get it:

                    Code:
                    H.Set(MAX(High,hp)[0]);
                    L.Set(MIN(Low,lp)[0]);
                    hp and lp are the lookback periods to find the extremes.
                    Attached Files

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                    0 responses
                    581 views
                    0 likes
                    Last Post Geovanny Suaza  
                    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                    0 responses
                    338 views
                    1 like
                    Last Post Geovanny Suaza  
                    Started by Mindset, 02-09-2026, 11:44 AM
                    0 responses
                    103 views
                    0 likes
                    Last Post Mindset
                    by Mindset
                     
                    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                    0 responses
                    554 views
                    1 like
                    Last Post Geovanny Suaza  
                    Started by RFrosty, 01-28-2026, 06:49 PM
                    0 responses
                    552 views
                    1 like
                    Last Post RFrosty
                    by RFrosty
                     
                    Working...
                    X