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

NT8 Example"Changing fonts for draw objects"

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

    NT8 Example"Changing fonts for draw objects"

    Hi there,

    Sorry for the trivial question, but I am walking through the example for NT8 indicators in the reference help guide. In particular this example (https://ninjatrader.com/support/helpGuides/nt8/). I expected the the text to be drawn above and below each and every bar, but it is only drawn on one bar (@ 3 bars Ago from the last. I ran the code as is, i.e. no changes, see attached. Am I missing something?
    Attached Files

    #2
    Never mind. he example does not use unique tags for drawn text. So, on each bar update, the same text is updated. Once an identifier is added to tag to make it unique, i.e. + CurrentBar, text shows on each bar.

    Comment


      #3
      Hello aelagha,

      Thanks for your post.

      Correct, was just writing that as a reply.

      For each draw object to be seen it must have a unique tag name, otherwise with the same tag name when a new draw object is applied the previously drawn object is automatically removed.
      Paul H.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by pechtri, 06-22-2023, 02:31 AM
      9 responses
      122 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by frankthearm, 04-18-2024, 09:08 AM
      16 responses
      64 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by habeebft, Today, 01:18 PM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by benmarkal, Today, 12:52 PM
      2 responses
      13 views
      0 likes
      Last Post benmarkal  
      Started by f.saeidi, Today, 01:38 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Working...
      X