EA using same indicator on # UT

 

Bonjour, Hi,
Newbie here, I'd like to design an EA working with a custom indicator BUT i'd like using this Ind. on several UT.
Eg: Using My Indic with iCustom (...MyIndic....) and getting results with UT M1, M5 & M15.
Is there any solution to do that ?
If I check how iCustom is designed:
double iCustom(string symbol, int timeframe, string name, ... , int mode, int shift)

Is the timeframe parameter the way to do that ?

Bye


 

Yes. You can get indicator values from any legal symbols/timeframes

Reason: