New Feature in cAlgo2.0 - place t/p and s/l in pips or price!?

Created at 17 Feb 2017, 01:08
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
CT

ctid292661

Joined 02.02.2017

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


@ctid292661
Replies

Spotware
17 Feb 2017, 10:06

Hi Marc,

You can try the following function

 PlaceLimitOrder(TradeType.Sell, Symbol, Volume, TargetPrice, label, StopLoss, TakeProfit);


@Spotware