Skip to main content
A newer version of this page is available. .

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.

HowTo_AddFibonacci_2

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

XYDiagram2DSeriesViewBase.Indicators

Points

FinancialIndicator.Point1, FinancialIndicator.Point2

Kind

FibonacciIndicator.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

See Also