Indicator in overlay, cBot finds nothing.

Created at 30 Sep 2024, 16:59
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!
IT

It4licus

Joined 27.09.2024

Indicator in overlay, cBot finds nothing.
30 Sep 2024, 16:59


Hi, I have a custom indicator that works well. It is in overlay and show rectangle lines, etc. (like a volume profile indicator) . I created a bot that has to work by searching for lines. the indicator shows them correctly on the graph, in overlay and otherwise, but the bot does not find lines, objects, rectangles. If I use a very common one, like prienstalled MACD it found it easily. help pls.


@It4licus
Replies

PanagiotisCharalampous
01 Oct 2024, 06:23

Hi there,

Make sure that the IsInteractive property of your objects is set to true.

Best regards,

Panagiotis


@PanagiotisCharalampous

It4licus
01 Oct 2024, 16:13 ( Updated at: 02 Oct 2024, 04:57 )

RE: Indicator in overlay, cBot finds nothing.

PanagiotisCharalampous said: 

Hi there,

Make sure that the IsInteractive property of your objects is set to true.

Best regards,

Panagiotis

Thank you Ill try it.


@It4licus

It4licus
01 Oct 2024, 16:56 ( Updated at: 02 Oct 2024, 04:57 )

RE: RE: Indicator in overlay, cBot finds nothing.

It4licus said: 

PanagiotisCharalampous said: 

Hi there,

Make sure that the IsInteractive property of your objects is set to true.

Best regards,

Panagiotis

Thank you Ill try it.

Finally, it works perfectly thank you very  very much 


@It4licus