Get indicators from the chart
Created at 22 Jun 2021, 15:12
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?