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

Custom Data Box

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

    Custom Data Box

    hi, I want to create a custom data box in the upper right portion of my chart (fixed position) to show values I'm calculating in my indicator. It will probably be 3 to 4 lines and fit into my right margin (set at 100). Is there an example you can direct me to that does something like this? thanks

    #2
    Hello,

    You can use DrawTextFixed to draw in the TopRight corner of the chart:



    To create separate lines, you'd want to use "\n" in between each value which creates a new line

    Code:
    	DrawTextFixed("myDataBox", Close[0] + "\n" + High[0] + "\n" + Low[0], TextPosition.TopRight);
    Please let me know if you have any questions.
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ETFVoyageur, 04-30-2024, 02:04 PM
    13 responses
    109 views
    0 likes
    Last Post ETFVoyageur  
    Started by Skifree, Today, 11:21 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Vulgoth_t_Destroyer, 05-09-2022, 04:45 PM
    52 responses
    5,265 views
    0 likes
    Last Post olivierh  
    Started by ssijbabu, 10-07-2012, 07:10 AM
    6 responses
    4,430 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by iceman2018, Today, 10:39 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Erick  
    Working...
    X