OscillatorPane

StockSharp.Xaml.Charting.Maui

A sub-pane stacked below the price chart with its own vertical scale — e.g. RSI (fixed 0..100 with 30/70 guide lines) or MACD (auto-ranged around a zero guide).

Implements: IEquatable<OscillatorPane>

Constructors

OscillatorPane(string, IReadOnlyList<OscillatorSeries>, decimal?, decimal?, IReadOnlyList<decimal>)

A sub-pane stacked below the price chart with its own vertical scale — e.g. RSI (fixed 0..100 with 30/70 guide lines) or MACD (auto-ranged around a zero guide).

Name
Caption drawn at the pane's top-left.
Series
One or more line series to plot.
FixedMin
Fixed lower bound, or null to auto-range from the series.
FixedMax
Fixed upper bound, or null to auto-range from the series.
Levels
Horizontal guide levels (e.g. 30 and 70 for RSI, 0 for MACD).

Properties

FixedMax : decimal?

Fixed upper bound, or null to auto-range from the series.

FixedMin : decimal?

Fixed lower bound, or null to auto-range from the series.

Levels : IReadOnlyList<decimal>

Horizontal guide levels (e.g. 30 and 70 for RSI, 0 for MACD).

Name : string

Caption drawn at the pane's top-left.

Series : IReadOnlyList<OscillatorSeries>

One or more line series to plot.