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

Counting the range on my input serie panel

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

    Counting the range on my input serie panel

    Hi everybody,

    I'm trying to put the range of the day, on my chart so i have used the fonction

    DrawTextFixed ("tag1", "Text to draw", TextPosition.TopRight);

    on the "Text to draw", I add a formule to count the real price vs the openning)

    It's working fine but I don't know if I will overlaod my memory

    So I would like to know if the number who is always changing is overwriting the old one so it' keep in memory

    or it's only changing the number without overloading my memory

    Thanks

    #2
    Hello Dervakon,

    If you use the same "tag" name the the same drawing object will be changed so it will just change the object without keeping the old values and will not keep in memory. For more information about the DrawTextFixed() method you can view the following link.

    http://www.ninjatrader.com/support/h...wtextfixed.htm

    Let us know if we can be of further assistance.
    JCNinjaTrader Customer Service

    Comment


      #3
      Thank you,

      Because i don't know when it's overloading my memory or not...

      I will read the link

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by bmartz, Today, 09:30 AM
      2 responses
      11 views
      0 likes
      Last Post bltdavid  
      Started by f.saeidi, Today, 11:02 AM
      1 response
      2 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by geotrades1, Today, 10:02 AM
      4 responses
      12 views
      0 likes
      Last Post geotrades1  
      Started by rajendrasubedi2023, Today, 09:50 AM
      3 responses
      16 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by lorem, Today, 09:18 AM
      2 responses
      11 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X