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

How do I get the time value of a vertical line that appears on the chart

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

    How do I get the time value of a vertical line that appears on the chart

    I want to use the time value of a vertical line that appears on the chart. The vertical line is unlocked and I can displace it.
    Thanks

    #2
    Hello sixteencorners,

    If the drawing object is manually drawn, you would need to loop through the drawing objects collection. There is a post that explains this further here: http://ninjatrader.com/support/forum...1&postcount=10

    Otherwise if this is a line being drawn from NinjaScript, you would likely need to store the line its self as a variable, or the Time[0] value at the time you draw the line.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Thanks Jesse;
      I am a newbie, could you tell me how to store the line as a variable?

      Comment


        #4
        Hello sixteencorners,

        You can find an example for this in the helpguide here:


        In the example you will see
        Code:
         Print(vLine.BarsAgo);
        To know what other properties the vLine object has, you would need to refer to the help guide or in the NinjaScript editor after typing the period after vLine you would see the properties.

        vLine is the variable name in this example, the type of variable is IVerticalLine which is the object DrawVerticalLine returns. This would be the reference to this specific line.

        I look forward to being of further assistance.
        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by cre8able, Yesterday, 04:22 PM
        1 response
        13 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by stafe, 04-15-2024, 08:34 PM
        5 responses
        28 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by StrongLikeBull, Yesterday, 04:05 PM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Mestor, 03-10-2023, 01:50 AM
        14 responses
        375 views
        0 likes
        Last Post z.franck  
        Started by molecool, 10-09-2017, 10:48 AM
        5 responses
        1,621 views
        0 likes
        Last Post trader-ap  
        Working...
        X