A few questions about cBot Capabilities

Created at 29 Dec 2021, 23:41
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!
YC

ycomp

Joined 16.10.2013

A few questions about cBot Capabilities
29 Dec 2021, 23:41


Hello, I have a few questions about the capabilities of a cBot:

1. can a cBot modify an existing (e.g. manually created) trade? for example, change the stop loss or target of one?

2. can a cBot access the data of an existing indicator?

3. if it can, can you specify the indicator somehow via an input parameter?


@ycomp
Replies

amusleh
30 Dec 2021, 08:34

Hi,

1. Yes, it can modify any pending order or position, it doesn't matter if its created by itself or manually or by any other cBot

2. It can, you have to reference/add the indicator on your cBot

3. No, you can't, you have to do it with code


@amusleh

ycomp
03 Jan 2022, 17:11

RE:

amusleh said:

Hi,

1. Yes, it can modify any pending order or position, it doesn't matter if its created by itself or manually or by any other cBot

2. It can, you have to reference/add the indicator on your cBot

3. No, you can't, you have to do it with code

thanks


@ycomp