Summary
The order take profit in pips
Syntax
public double? TakeProfitPips{ get; }
Example 1
var result = PlaceLimitOrder(TradeType.Buy, Symbol, 10000, Symbol.Bid, null, 10, 10); var order = result.PendingOrder; Print("TP Pips = {0}", order.TakeProfitPips);