Table of Contents

Class PeriodlessMinimum

Namespace
FinanceSharp.Indicators
Assembly
FinanceSharp.dll

Identical to Maximum but without Period.

public class PeriodlessMinimum : ComparingIndicatorBase, IIndicator, IUpdatable
Inheritance
PeriodlessMinimum
Implements
Inherited Members
Extension Methods

Constructors

PeriodlessMinimum()

public PeriodlessMinimum()

PeriodlessMinimum(string)

Initializes a new instance of the Indicator class using the specified name.

public PeriodlessMinimum(string name)

Parameters

name string

The name of this indicator

Methods

Comparer((long time, DoubleArray Array), (long Time, DoubleArray Array))

Compares current against input returning the new Current and CurrentTime values.

protected override (long Time, DoubleArray Array) Comparer((long time, DoubleArray Array) current, (long Time, DoubleArray Array) input)

Parameters

current (long time, DoubleArray Array)

The Current from the handling indicator.

input (long time, DoubleArray Array)

The new input to compare against.

Returns

(long time, DoubleArray Array)

The new Current and CurrentTime to set.