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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      35 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      12 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      18 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      20 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X