Table of Contents

Class PnFArg

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Point in figure (X0) candle arg.

[DataContract]
public class PnFArg : Equatable<PnFArg>
Inheritance
PnFArg
Extension Methods

Constructors

PnFArg()

public PnFArg()

Properties

BoxSize

Range of price above which increase the candle body.

[DataMember]
public Unit BoxSize { get; set; }

Property Value

Unit

ReversalAmount

The number of boxes required to cause a reversal.

[DataMember]
public int ReversalAmount { get; set; }

Property Value

int

Methods

Clone()

Create a copy of PnFArg.

public override PnFArg Clone()

Returns

PnFArg

Copy.

GetHashCode()

Get the hash code of the object PnFArg.

public override int GetHashCode()

Returns

int

A hash code.

OnEquals(PnFArg)

Compare PnFArg on the equivalence.

protected override bool OnEquals(PnFArg other)

Parameters

other PnFArg

Another value with which to compare.

Returns

bool

true, if the specified object is equal to the current object, otherwise, false.

ToString()

public override string ToString()

Returns

string