A few questions about cBot Capabilities
Created at 29 Dec 2021, 23:41
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?
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