IPercentStopOrderCondition
StockSharp.Messages
Optional mixin for stop-order conditions that allow expressing activation/limit/trailing values as percentages instead of absolutes. Server resolves percents to absolute prices at register/trigger time using the last known market price.
Propriedades
IsActivationPricePercent : bool
When , ActivationPrice (or ActivationPrice) is a percent of the market price at registration time. The server snapshots the price and stores the resulting absolute trigger.
IsClosePositionPricePercent : bool
When , ClosePositionPrice (or ClosePositionPrice) is a percent of the activation price; the limit price is computed at trigger time.
IsTrailingOffsetPercent : bool
When , the trailing offset is a percent of the high/low watermark; the stop price is recomputed on each tick.