Peak

StockSharp.Algo.Indicators

Peak.

Inherits: ZigZag

Constructors

Peak
public Peak()
peak = Peak()

To create the indicator Peak.

Methods

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = peak.OnProcess(input)

To handle the input value.

input
The input value.

Returns: The resulting value.