Fibonacci Indicators
Fibonacci Indicators are a common data analysis instrument that allow you to adopt the various forms of Fibonacci sequences to your chart’s visual data. These indicators find applications mostly in Stock and Candle Stick charts, and may also be used with other XY-series.
Along with other indicators, Fibonacci Indicators reside in the XYDiagram2DSeriesViewBase.Indicators collection of a series. A series may have any number of Fibonacci Indicators. For more information, refer to Fibonacci Indicators.
There are three kinds of Fibonacci Indicators available, each having its own look and a special set of additional options.
- Fibonacci Arcs;
- Fibonacci Fans;
- Fibonacci Retracement.
The table below lists the main properties that affect the element’s appearance and functionality.
Class | The FibonacciIndicator class (which is a descendant of the Indicator class) |
Availability | |
Points | |
Kind | |
Specific Options | FibonacciIndicator.ShowAdditionalLevels, FibonacciIndicator.ShowLevel0, FibonacciIndicator.ShowLevel23_6, FibonacciIndicator.ShowLevel76_4 and FibonacciIndicator.ShowLevel100 |
Appearance | ChartControl.IndicatorsPaletteName, Indicator.Color and Indicator.LineStyle |
Visibility and Legend Availability | Indicator.Visible, Indicator.ShowInLegend, and Indicator.CheckedInLegend |