ModifyPosition event listener
Created at 12 Feb 2015, 16:12
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
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