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.

Comment