Easier Access to Custom Indicator

 

Hi guys,

i have an larger Customindicator with more than 20 Variables.

And now i want my EA to get Access to the value of this custom indicator by using

Value = iCustom(NULL,0,"Trendrichtung",true,true,true,true,true,true,true,5,20,5,2,10,20,50,5,2.0,0.5,0.5,2.0,1.0,2.0,0,0);

Is there an easier way without writting all these extern variables. It should take the default one.

 
FamWue: ...Is there an easier way without writting all these extern variables. It should take the default one.
see here https://www.mql5.com/en/forum/139478