Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

High [0] + 2 ticks DrawText

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

    High [0] + 2 ticks DrawText

    Hello,

    I'm trying to calculate High[0] + 2 ticks so I can DrawTextFixed the result. I currently have ...
    DrawTextFixed("highText", High[0].ToString(),TextPosition.BottomRight, Color.Lime, largeFont,Color.Transparent, Color.Transparent, 0);... and it works great.

    I have very limited programming experience.

    Thanks for any guidance.

    #2
    Hello rcmcd,

    Thank you for writing in.

    If you would like to print out High[0] plus 2 ticks, you can do the following:

    Code:
    DrawTextFixed("highText", (High[0] + 2 * TickSize).ToString(),TextPosition.BottomRight, Color.Lime, largeFont,Color.Transparent, Color.Transparent, 0);
    For more information about TickSize, please take a look at this help guide link: https://ninjatrader.com/support/help.../?ticksize.htm

    Please, let us know if we may be of further assistance.
    Zachary G.NinjaTrader Customer Service

    Comment


      #3
      Thanks so much!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      574 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      332 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X