MT4 EA Coding: is it possible to extract values from attached indicators? (See screenshot)

 

I have the following indicators on the chart

1. VWAP

2. News Indicator (Shown as Vertical line)

3. Candlestick pattern indicator (Shown as Up&Down arrows but doesn't show up in the objects list)


Can an EA be programmed in such a way that it will get some of the values from these indicators and use them to open and manage trades?

 
donm: . Candlestick pattern indicator (Shown as Up&Down arrows but doesn't show up in the objects list)
  1. Then it is properly using buffers, just like VWAP is.
  2. Just get the value(s) of the indicator(s) into EA/indicator (using iCustom) and do what you want with it.
              Detailed explanation of iCustom - MQL4 programming forum (2017)