Ploting Indicator from EA

 
Is it possible to open an indicator from an EA. 
iCustom creates objects inside the EA. 
Is it possible to actually plot the indicator called by iCustoms 
[Currently on phone dont have my pc with me hence cant post code or search in reference]
Thank you
 
  1. Yes
              Chart Operations / ChartIndicatorAdd - Reference on algorithmic/automated trading language for MetaTrader 5
  2. iCustom doesn't create anything. All it does is start the indicator and read the indicator's buffers. It's the indicator creating objects.
    You should encapsulate your iCustom calls to make your code self-documenting.
              Detailed explanation of iCustom - MQL4 programming forum
  3. EAs have no eyes. If you want to see the indicator, you put it on the chart.
Reason: