Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

IFibonacciRetracements issue

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

    IFibonacciRetracements issue

    Scenario:

    Was trying to move an existing Fibonacci Retracement drawing on a chart to a different time by changing StartTime and EndTime via IFibonacciRetracements interface.
    // get the entry - it does this fine
    IFibonacciRetracements fibRetracements = (IFibonacciRetracements)DrawObjects[draw.Tag];
    // change the values
    fibRetracements.StartTime = fibRetracements.StartTime.AddMinutes(-60);
    fibRetracements.EndTime = fibRetracements.EndTime.AddMinutes(-60);

    just doesn't work. The drawing disappears. When I changed only one value and it snapped to bar 0. It was originally drawn using time and not bars.

    However if I use bars it works fine.
    fibRetracements.StartBarsAgo = -100;
    fibRetracements.EndBarsAgo = -100;

    Is this an undocumented feature or a bug?

    #2
    Hello ct, and thank you for your question.

    I would like to clarify, since we are using IFibonacciRetracements, we are using NinjaTrader 7?

    If this is the case, the StartTime and EndTime are not guaranted to maintain a relationship to StartBarsAgo and EndBarsAgo, respectively, beyond object creation. You will need to modify the BarsAgo properties to change how they are displayed. Modifying their times in tandem to how they are displayed or vice-versa is the responsibility of the programmer.

    Please let us know if there are any other ways we can help.
    Jessica P.NinjaTrader Customer Service

    Comment


      #3
      JessicaP

      Yes it is on Ninja Trader 7. Your response perfectly explains the results I am experiencing. I modified my program to just redraw the Fib from scratch and it works fine. Thanks to your reply I will be able to avoid this issue in the future. You get a gold star from me.

      I also appreciate the spam being removed.

      Cheers.

      Comment

      Latest Posts

      Collapse

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