Close %position

Created at 26 Nov 2013, 13:21
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!
IR

Irfan

Joined 25.11.2013

Close %position
26 Nov 2013, 13:21


Hi,

Is it possible to close open position half and modify order with remaining half position?Please help me if possible.

Thanks,

Irfan  


@Irfan
Replies

Hyperloop
27 Nov 2013, 06:07

You can use the new API for partial closes now.

ClosePosition(position, position.Volume/2);

 


@Hyperloop