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

Adjusting/Padding Draw.TextFixed location

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

    Adjusting/Padding Draw.TextFixed location

    Is there a way to slightly adjust the location beyond the very coarse grained TextPosition values? I find that I cannot place text in TopLeft or TopRight without getting obscured by other chart labeling.

    #2
    Hello RandyT,

    The Draw.TextFixed() does not allow for positions other than the preset positions for TextPosition.

    You could add a new empty line to the text to move the text up a line.


    Or you can render the text with SharpDX instead of using a drawing tool and then you would be able to render the text anywhere you want.

    Below is a public link to an example of rending text.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks Chelsea,

      Just a comment on the "moved" post, I note that "Add-On Development" describes itself as "General NinjaScript development questions.", which I thought this question fell into since it really doesn't just apply to Indicators.

      Seems that the "General Development" category in the NT7 grouping is now gone from NT8 and was probably renamed to "Add-On" development I am guessing?

      I know I have done this for several of my more "general" postings. Apologies if I am creating a mess for you.

      Comment


        #4
        Hello RandyT,

        It made since to me to move this to the Indicators section because not all scripts can call Draw methods. Specifically, Addon, BarType, DrawingTool, MA Column, Optimizers, PerformanceMetrics, ShareServices, and SuperDOM Column scripts cannot call Draw methods.

        Draw methods are only available to indicators and strategies.


        I tend to moderately organize the forum in a way I think it will help members find information..
        But, in general its fine to post in the Addon section of the forums.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by funk10101, Today, 09:43 PM
        0 responses
        6 views
        0 likes
        Last Post funk10101  
        Started by pkefal, 04-11-2024, 07:39 AM
        11 responses
        37 views
        0 likes
        Last Post jeronymite  
        Started by bill2023, Yesterday, 08:51 AM
        8 responses
        44 views
        0 likes
        Last Post bill2023  
        Started by yertle, Today, 08:38 AM
        6 responses
        26 views
        0 likes
        Last Post ryjoga
        by ryjoga
         
        Started by algospoke, Yesterday, 06:40 PM
        2 responses
        24 views
        0 likes
        Last Post algospoke  
        Working...
        X