Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw an Arc into future bars . . .

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

    Draw an Arc into future bars . . .

    I would like to draw an Arc into future bars. The code I've seen shows only drawing on Past/Current bars.

    Is there a way to draw into the future?

    #2
    Hello ATMtrader0001,

    With using barsAgo values, a negative index cannot be used.

    But when using the DateTime overloads NinjaTrader 8 will try and approximate it.

    For example if this were added to a 1 minute chart:

    Draw.Arc(this, "arc", Time[0], Low[0] - 2 * TickSize, Time[0].AddMinutes(10), High[0] + 2 * TickSize, Brushes.Blue);
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks. I will try that and see how it works.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      637 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      366 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      107 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      569 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      571 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X