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

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 helpwanted, Today, 03:06 AM
                0 responses
                3 views
                0 likes
                Last Post helpwanted  
                Started by Brevo, Today, 01:45 AM
                0 responses
                6 views
                0 likes
                Last Post Brevo
                by Brevo
                 
                Started by aussugardefender, Today, 01:07 AM
                0 responses
                5 views
                0 likes
                Last Post aussugardefender  
                Started by pvincent, 06-23-2022, 12:53 PM
                14 responses
                242 views
                0 likes
                Last Post Nyman
                by Nyman
                 
                Started by TraderG23, 12-08-2023, 07:56 AM
                9 responses
                384 views
                1 like
                Last Post Gavini
                by Gavini
                 
                Working...
                X