Property ReplacePriceDelta
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Brackets
- Assembly
- WhalesSecret.TradeScriptLib.dll
ReplacePriceDelta
Difference in market price between the old trailing stop-loss bracket order that triggers the replacement with a new trailing stop-loss bracket order. This value has to
be between 0 and PriceDistance, both exclusive.
public decimal ReplacePriceDelta { get; }
Property Value
Remarks
This value is used to prevent the trailing stop-loss bracket order from being replaced too often.