Get indicators from the chart

Created at 22 Jun 2021, 15:12
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!
BE

BenjaminR

Joined 12.06.2019

Get indicators from the chart
22 Jun 2021, 15:12


I would like to get the opened indicators from the chart as Object Manager shows in Terminal. 

But the following code shows drawings only. 

foreach(var o in Chart.Objects) 
            {

               Print("{0} {1}", o.Name, o.ObjectType);
            }

Is it possible to get the attached EMA(s) for example?


@BenjaminR