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 nleitman, Today, 11:46 AM
                4 responses
                14 views
                0 likes
                Last Post nleitman  
                Started by Russ Moreland, 04-24-2024, 12:54 PM
                2 responses
                17 views
                0 likes
                Last Post JosephDavidsona  
                Started by truepenny, Today, 03:45 AM
                5 responses
                25 views
                0 likes
                Last Post NinjaTrader_RyanS  
                Started by cmtjoancolmenero, Today, 01:09 PM
                0 responses
                3 views
                0 likes
                Last Post cmtjoancolmenero  
                Started by PaulMohn, 05-19-2022, 11:40 AM
                11 responses
                541 views
                0 likes
                Last Post lawyse
                by lawyse
                 
                Working...
                X