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 zstheorist, Today, 07:52 PM
        0 responses
        3 views
        0 likes
        Last Post zstheorist  
        Started by pmachiraju, 11-01-2023, 04:46 AM
        8 responses
        149 views
        0 likes
        Last Post rehmans
        by rehmans
         
        Started by mattbsea, Today, 05:44 PM
        0 responses
        5 views
        0 likes
        Last Post mattbsea  
        Started by RideMe, 04-07-2024, 04:54 PM
        6 responses
        33 views
        0 likes
        Last Post RideMe
        by RideMe
         
        Started by tkaboris, Today, 05:13 PM
        0 responses
        5 views
        0 likes
        Last Post tkaboris  
        Working...
        X