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

Display ATR in ticks instead of points

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

    Display ATR in ticks instead of points

    Hi,
    How can I display ATR in ticks instead of point on the following indicator, Can you please guide me



    Thanks in advance
    Bill

    #2
    Hello Bill,

    Thank you for your post.

    You would need to direct your question to the developer specifically for this kind of request as we do not know the nature of how this is programmed and operates.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Thanks so what is the formula of converting points to ticks ????

      Comment


        #4
        Bill,

        If you can find where the points is coming from and being set in the code then you could take that total and divide that by the TickSize

        Example -
        Trading ES - TickSize of .25

        You have 3.5 points divided by .25 = 14 ticks

        double ticksValue = pointValue / TickSize;
        Cal H.NinjaTrader Customer Service

        Comment


          #5
          Thanks Cal,
          Is double ticksValue = pointValue / TickSize; work with every instrument ????

          Comment


            #6
            Bill,

            Apologies, I thought I attached a link for TickSize in my last post.

            TickSize is a NinjaScript property which gets the Instruments Tick Size that its being applied to.
            http://www.ninjatrader.com/support/h...l?ticksize.htm

            The other items are arbitrary items to show you the method of converting to number of ticks.
            Cal H.NinjaTrader Customer Service

            Comment


              #7
              The indicator has a custom plot that

              - formats the ATR data
              - measures the length of the strings for display in the data table

              The relevant code section of the anaCurrentDayOHL are lines 2570 - 2721. The ATR is displayed in points for futures and stocks, formatted in 32nds for interest rate futures and mostly displayed in pips for FOREX instruments. If you wish to display the ticksize instead of points, you would need to recode that section of the indicator (about 150 lines).

              Comment


                #8
                Thanks Harry, do not know how to code. But thank you for the information. I guess I have to live with what I have .

                Comment


                  #9
                  I have updated the indicators today. The new update has

                  - the CME holiday calendar for 2015
                  - improved price markers for US interest rate futures
                  - improved formatting for FOREX instruments with JPY as the quote currency

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by bortz, 11-06-2023, 08:04 AM
                  47 responses
                  1,603 views
                  0 likes
                  Last Post aligator  
                  Started by jaybedreamin, Today, 05:56 PM
                  0 responses
                  8 views
                  0 likes
                  Last Post jaybedreamin  
                  Started by DJ888, 04-16-2024, 06:09 PM
                  6 responses
                  18 views
                  0 likes
                  Last Post DJ888
                  by DJ888
                   
                  Started by Jon17, Today, 04:33 PM
                  0 responses
                  4 views
                  0 likes
                  Last Post Jon17
                  by Jon17
                   
                  Started by Javierw.ok, Today, 04:12 PM
                  0 responses
                  12 views
                  0 likes
                  Last Post Javierw.ok  
                  Working...
                  X