ModifyPosition event listener

Created at 12 Feb 2015, 16:12
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!
SO

soutlan

Joined 02.12.2014

ModifyPosition event listener
12 Feb 2015, 16:12


Hi!

I want to make manual changes to cAlgo/cTrader terminal (dragging stoploss level, modifying position, doubling, reversing) and have listeners for these events in my cBot code. 

So far I found access to Positions.Opened and Positions.Closed events. What about Positions.Modified ?

Thank you,

Nikolay


@soutlan
Replies

AlexanderRC
12 Feb 2015, 23:25

It is not implemented yet.

You may want to vote for Async callbacks for all trading events (requests and responses to the cServer), including from GUI on vote.spotware.com


@AlexanderRC