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

Draw a Vertical Line between two points

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

    Draw a Vertical Line between two points

    Hello,

    I am trying to draw a vertical line between two points a high and low of a indicator that I have calculated. The high and low plots fine, its just connecting the two.

    I have been looking at this syntax, but it looks like it will draw a vertical line across the chart, not between two points: http://www.ninjatrader.com/support/h..._tools__ob.htm

    Cheers,

    SodyTexas

    #2
    I found my answer:

    DrawLine(CurrentBar.ToString(),false,0,HighFancy[0],0,LowFancy[0],Color.LimeGreen, DashStyle.Solid,1);

    Thanks

    Comment


      #3
      Hello SodyTexas,

      A Vertical Line is going to Plot a continuous line from the Top to the very Bottom of the of the chart panel at a single Time. If you want to plot a line between two different point then you may want to use a regular line as you are able to specify a start and end point or if you want to see these High and Low points no matter what Time you are looking at on a chart you may use the Horizontal Line that will show a Line at that specific Price.

      Let me know if you are able achieve what you are looking for on the Chart.
      JCNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Shansen, 08-30-2019, 10:18 PM
      24 responses
      938 views
      0 likes
      Last Post spwizard  
      Started by Max238, Today, 01:28 AM
      0 responses
      3 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by rocketman7, Today, 01:00 AM
      0 responses
      1 view
      0 likes
      Last Post rocketman7  
      Started by wzgy0920, 04-20-2024, 06:09 PM
      2 responses
      27 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, 02-22-2024, 01:11 AM
      5 responses
      32 views
      0 likes
      Last Post wzgy0920  
      Working...
      X