Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.

      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.

            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.

                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 futtrader, Today, 01:16 PM
                    0 responses
                    4 views
                    0 likes
                    Last Post futtrader  
                    Started by Segwin, 05-07-2018, 02:15 PM
                    14 responses
                    1,789 views
                    0 likes
                    Last Post aligator  
                    Started by Jimmyk, 01-26-2018, 05:19 AM
                    6 responses
                    838 views
                    0 likes
                    Last Post emuns
                    by emuns
                     
                    Started by jxs_xrj, 01-12-2020, 09:49 AM
                    6 responses
                    3,294 views
                    1 like
                    Last Post jgualdronc  
                    Started by Touch-Ups, Today, 10:36 AM
                    0 responses
                    13 views
                    0 likes
                    Last Post Touch-Ups  
                    Working...
                    X