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 frslvr, 04-11-2024, 07:26 AM
      8 responses
      111 views
      1 like
      Last Post NinjaTrader_BrandonH  
      Started by stafe, 04-15-2024, 08:34 PM
      10 responses
      44 views
      0 likes
      Last Post stafe
      by stafe
       
      Started by rocketman7, Today, 09:41 AM
      3 responses
      8 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by traderqz, Today, 09:44 AM
      2 responses
      5 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by rocketman7, Today, 02:12 AM
      7 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X