Property ThresholdPrice
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Brackets
- Assembly
- WhalesSecret.TradeScriptLib.dll
ThresholdPrice
Price to trigger execution of the order.
public decimal ThresholdPrice { get; }
Property Value
Remarks
When working order is buy order, the threshold price of StopLoss is typically below the working order's price and the threshold price of TakeProfit is typically above the working order's price.
When working order is sell order, the threshold price of StopLoss is typically above the working order's price and the threshold price of TakeProfit is typically below the working order's price.