indicators used in Robots

Created at 30 Dec 2013, 02:42
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!
lec0456's avatar

lec0456

Joined 14.11.2012

indicators used in Robots
30 Dec 2013, 02:42


ok, I have a robot that includes some indicators.

why is it that some of the indicators show up when I run the robot and others do not.  

one of the indicators plots some lines and uses drawtext to label the bars.  The labels show up when I run the robot but the lines do not.

Any explainations?


@lec0456
Replies

Spotware
30 Dec 2013, 14:27

If the referenced indicator is using ChartObjects then it will be displayed in the robot but plotting an IndicatorDataSeries is not yet supported. We will add this feature in future releases.


@Spotware