PositionConditions

StockSharp.Diagram.Elements

Additional order condition based on current position.

フィールド

ClosePosition : PositionConditions

Close position. Order volume is calculated automatically based on current position.

IncreaseOnly : PositionConditions

Increase position only. Only send order if it is of the same direction as the current position or if the current position is zero.

InvertPosition : PositionConditions

Invert position to the opposite of the current one. Order volume is calculated automatically based on current position.

NoCondition : PositionConditions

No additional condition.

OpenPosition : PositionConditions

Open position only. Only send order if the current position is zero.

ReduceOnly : PositionConditions

Reduce position only. Only send order if it is of the opposite direction of the current non-zero position.