Table of Contents

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

decimal

Remarks

When working order is buy order, the threshold price of StopLoss (and TrailingStopLoss) is typically below the working order's price and the threshold price of TakeProfit (and TakeProfitUsingLimitOrder) is typically above the working order's price.

When working order is sell order, the threshold price of StopLoss (and TrailingStopLoss) is typically above the working order's price and the threshold price of TakeProfit (and TakeProfitUsingLimitOrder) is typically below the working order's price.