PnFArg

StockSharp.Messages

Point in figure (X0) candle arg.

Inherits: Equatable<PnFArg>

Properties

BoxSize
public Unit BoxSize { get; set; }
value = pnFArg.BoxSize
pnFArg.BoxSize = value

Range of price above which increase the candle body.

ReversalAmount
public int ReversalAmount { get; set; }
value = pnFArg.ReversalAmount
pnFArg.ReversalAmount = value

The number of boxes required to cause a reversal.

Methods

Clone
public override PnFArg Clone()
result = pnFArg.Clone()

Create a copy of PnFArg.

Returns: Copy.

GetHashCode
public override int GetHashCode()
result = pnFArg.GetHashCode()

Get the hash code of the object PnFArg.

Returns: A hash code.

OnEquals
protected override bool OnEquals(PnFArg other)
result = pnFArg.OnEquals(other)

Compare PnFArg on the equivalence.

other
Another value with which to compare.

Returns: , if the specified object is equal to the current object, otherwise, .

ToString
public override string ToString()
result = pnFArg.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.