Announcement

Collapse
No announcement yet.

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.

    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.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        152 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        87 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        131 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        127 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        106 views
        0 likes
        Last Post CarlTrading  
        Working...
        X