open position when robot stops

Created at 03 Dec 2012, 12:00
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!
PH

phamvanthanh

Joined 07.10.2012

open position when robot stops
03 Dec 2012, 12:00


How to make robot continue processing the positions it created after it restart?

For example: somehow robots stop and when I start it again it forget all the old positions it created.


@phamvanthanh
Replies

admin
03 Dec 2012, 14:05

All open positions under the account are in Account.Positions list. So, in the code you may check for the opened positions by accessing this list. For the specific positions opened just by one Robot it has not been made available yet.  It will be available very soon though.

 


@admin