How to get value of setindexlabel(0,"uptrend");

 

This is the indicator

SetIndexStyle(0,DRAW_LINE);

SetIndexBuffer(0,UpTrendBuffer);

SetIndexDrawBegin(0,MA_Length+ATR_Length);

SetIndexLabel(0,"UpTrend");

How to get this UpTrend value ? and asign to EA .Please quide

 

  1. For large amounts of code, attach it
  2. Detailed explanation of iCustom - MQL4 forum
Reason: