Show / Hide Table of Contents

Struct CandleExtremums

Represents the extreme values of Price and Volume for a set of candlesticks.

Namespace: FancyCandles
Assembly: FancyCandles.dll
Syntax
public struct CandleExtremums

Constructors

| Improve this Doc View Source

CandleExtremums(Double, Double, Double, Double)

Initializes a new instance of the CandleExtremums structure that has the specified PriceLow, PriceHigh, VolumeLow, and VolumeHigh.

Declaration
public CandleExtremums(double priceLow, double priceHigh, double volumeLow, double volumeHigh)
Parameters
Type Name Description
System.Double priceLow

The PriceLow of the CandleExtremums.

System.Double priceHigh

The PriceHigh of the CandleExtremums.

System.Double volumeLow

The VolumeLow of the CandleExtremums.

System.Double volumeHigh

The VolumeHigh of the CandleExtremums.

Fields

| Improve this Doc View Source

PriceHigh

The Price maximum.

Declaration
public double PriceHigh
Field Value
Type Description
System.Double

The Price maximum.

| Improve this Doc View Source

PriceLow

The Price minimum.

Declaration
public double PriceLow
Field Value
Type Description
System.Double

The Price minimum.

| Improve this Doc View Source

VolumeHigh

The Volume maximum.

Declaration
public double VolumeHigh
Field Value
Type Description
System.Double

The Volume maximum.

| Improve this Doc View Source

VolumeLow

The Volume minimum.

Declaration
public double VolumeLow
Field Value
Type Description
System.Double

The Volume minimum.

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.ValueType.Equals(System.Object)
  • Improve this Doc
  • View Source

Struct CandleExtremums

Back to top Generated by DocFX. Copyright Ⓒ Dennis Geller 2019.