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 yertle, Today, 08:38 AM
                    4 responses
                    10 views
                    0 likes
                    Last Post yertle
                    by yertle
                     
                    Started by bill2023, Yesterday, 08:51 AM
                    6 responses
                    27 views
                    0 likes
                    Last Post NinjaTrader_Erick  
                    Started by NinjaTrader_ChelseaB, 01-08-2017, 06:59 PM
                    80 responses
                    19,667 views
                    5 likes
                    Last Post NinjaTrader_ChelseaB  
                    Started by adeelshahzad, Today, 03:54 AM
                    2 responses
                    16 views
                    0 likes
                    Last Post adeelshahzad  
                    Started by dappa, Today, 09:18 AM
                    1 response
                    6 views
                    0 likes
                    Last Post NinjaTrader_ChelseaB  
                    Working...
                    X