Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DrawFibonacciCircle overrides

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

    DrawFibonacciCircle overrides

    Hey guys, thanks for including me in the NT7 beta.

    I updated code in my indicator to comply with the deprecated override in the DrawFibonacciCircle method and found some strange results when the
    Divide Price/Time Separately is set to true. Strange in that the circles where not visible. They probably should have appeared as straight lines (really smushed circles) i.e. if I'm guessing correctly as to how this function is supposed to work.

    So...the question - what is the Divide Price/Time separately supposed to do? Is there some doc/ref I can read for this...didn't find one.

    The bigger question/request - why not have all the Boolean settings for the DrawXX calls available for override? Specifically the ShowText and Lock are highly annoying to have set True by default.

    While I'm here and making suggestion....the DrawFibo..circle popup box takes up a lot of screen real estate....so much that it can be difficult to see the chart beneath it to know what setting to make in the popup.

    #2
    i001962,

    The Divide Price/Time can be thought of as separating the x and y components of the object when you do things like resizing the chart or expand/shrink the object.

    For the ShowText property you will need to go into the IFibonacciCircle object itself and change the property for it.

    IFibonacciCircle fibCircle = DrawFibonacciCircle("tag1", true, 10, Low[10], 0, High[0]);
    fibCircle.ShowText = false;

    Thank you for the feedback on the fib property window.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Brilliant!

      That is exactly what I needed to know.
      Thank you

      Are you able to point me to sample code or the method to call if I want to change which circles and percentages are active (and what color, width, dash style)?

      This has been very helpful

      Ty
      Last edited by i001962; 01-28-2010, 05:46 PM. Reason: forgot to ask

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      636 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