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

​​​​​​​Draw.TextFixed Position

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

  • 12tkram
    replied
    thanks, I thought that might be the case as there was nothing in the docs but wasn't sure if there was a kludge method .. thanks again .. will check it out.

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello 12tkram,

    There isn't a way to adjust that.

    At this point you would need to custom render the text and a rectangle border.

    Leave a comment:


  • 12tkram
    replied
    Hi, thanks and yes I can insert a new line, that’s not the problem, the issue is the position of the box. I use a black border, so you just get an extra line between the border and the text. This is not what I require, I require the whole box to be lower on the Y axis.

    Leave a comment:


  • NinjaTrader_ChelseaB
    replied
    Hello 12tkram,

    Add /r/n to the text string at the beginning. This will add a new line in the text.

    Leave a comment:


  • 12tkram
    started a topic ​​​​​​​Draw.TextFixed Position

    ​​​​​​​Draw.TextFixed Position

    Hi NT bods, I am drawing a text box as below, is there anyway to lower the position from the top right on the Y axis ? I think you can position the text in the box, but I want the box to be a bit lower .. can this be done?

    Code:
    Draw.TextFixed(this, "mytext","mytext", TextPosition.TopRight, ChartControl.Properties.ChartText,
                            ChartControl.Properties.LabelFont, Brushes.Black, Brushes.White, 100);

    Cheers

Latest Posts

Collapse

Topics Statistics Last Post
Started by FrazMann, Today, 11:21 AM
0 responses
3 views
0 likes
Last Post FrazMann  
Started by geddyisodin, Yesterday, 05:20 AM
8 responses
51 views
0 likes
Last Post NinjaTrader_Gaby  
Started by cmtjoancolmenero, Yesterday, 03:58 PM
10 responses
36 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by DayTradingDEMON, Today, 09:28 AM
4 responses
24 views
0 likes
Last Post DayTradingDEMON  
Started by George21, Today, 10:07 AM
1 response
19 views
0 likes
Last Post NinjaTrader_ChristopherJ  
Working...
X