// Full form, allows you to specify all parameters
Core.Instance.PlaceOrder(new PlaceOrderRequestParameters()
Price = this.symbol.Bid - this.symbol.TickSize * 10,
TimeInForce = TimeInForce.Day,
StopLoss = SlTpHolder.CreateSL(20, PriceMeasurement.Offset),
TakeProfit = SlTpHolder.CreateSL(10, PriceMeasurement.Offset),
OrderTypeId = OrderType.Limit