New Feature in cAlgo2.0 - place t/p and s/l in pips or price!?
Created at 17 Feb 2017, 01:08
CT
New Feature in cAlgo2.0 - place t/p and s/l in pips or price!?
17 Feb 2017, 01:08
Hi all,
When sending a limit order how can I specify to have the t/p and s/l to be set in pips or as price?
Thanks,
Marc
Spotware
17 Feb 2017, 10:06
Hi Marc,
You can try the following function
PlaceLimitOrder(TradeType.Sell, Symbol, Volume, TargetPrice, label, StopLoss, TakeProfit);
@Spotware