Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Text on Priceline

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

    Text on Priceline

    Hello,
    i search to draw a text on the priceline. I think it exist already but can't find it.
    Any help would be welcome.

    #2
    mate41,

    If you have an indicator applied to a panel other than price, you can set it to draw on price panel with this property:
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Hello RyanM,
      let me clarify.
      The text i like to draw would be on the chart and above a horizontal line drawed along the 'y' momentum price, on a minute time frame.

      Comment


        #4
        DrawText usage and an example is available here:


        You can plug in price or indicator values for the Y position.
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          I have terrible problems with that DrawText.....
          Here is a snapshot with the problem.
          Attached Files

          Comment


            #6
            I see you're having trouble with the advanced overload. Here's a working example that hopefully will help you out:

            Code:
            Font myFont	= new Font("Arial", 12);
            DrawText("Tag", true, "Text", 0, High[0], 0, Color.Red, myFont, StringAlignment.Center, Color.Transparent, Color.Transparent, 0);
            Ryan M.NinjaTrader Customer Service

            Comment


              #7
              Solved

              Thanks Ryan,
              it's solved. Th problem was (don't shoot me) () after ToString.

              Comment


                #8
                Glad you were able to spot it, mate. Cheers.
                Ryan M.NinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                596 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                343 views
                1 like
                Last Post Geovanny Suaza  
                Started by Mindset, 02-09-2026, 11:44 AM
                0 responses
                103 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                0 responses
                556 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                554 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X