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

Simple question about Draw.Text

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

    Simple question about Draw.Text

    I put a simple Draw.Text in the OnBarUpdate(). But when I apply it to the chart, nothing showed up! Why!?
    As a matter of fact, NONE of my output method worked!!!
    I don't know what went wrong!!!
    Thank you very much for your help!!!
    Last edited by YoutingChu; 10-04-2017, 11:02 PM.

    #2
    I figured it out, thank you!
    Please delete this thread! Thank you very much!

    Comment


      #3
      Hello YoutingChu,

      Thank you for your post and welcome to the NinjaTrader Support Forum!

      We like to keep the threads open so other users who may be searching for the same item can learn from others. Can you post the fix you found for this item?

      I look forward to your response.

      Comment


        #4
        Draw.Text(NinjaScriptBase owner, string tag, string text, int barsAgo, double y)

        The problem is the "y" here is the position of the price value you wish it to display, NOT the relative y value to the screen or anything.
        Before, I keep putting in the wrong value. Therefore the text had been printed out of the screen! That's why I can't see anything!
        Once I figured that out, the text showed up beautifully!

        Comment


          #5
          Originally posted by NinjaTrader_PatrickH View Post
          Hello YoutingChu,

          Thank you for your post and welcome to the NinjaTrader Support Forum!

          We like to keep the threads open so other users who may be searching for the same item can learn from others. Can you post the fix you found for this item?

          I look forward to your response.
          Nice post !! For give me a wonderful information
          Thank you

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by algospoke, 04-17-2024, 06:40 PM
          3 responses
          26 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by bmartz, 03-12-2024, 06:12 AM
          3 responses
          30 views
          0 likes
          Last Post NinjaTrader_Zachary  
          Started by Aviram Y, Today, 05:29 AM
          3 responses
          10 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by gentlebenthebear, Today, 01:30 AM
          1 response
          8 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by cls71, Today, 04:45 AM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Working...
          X