ObjectSet for multiples

 

hi, i'm newbie in mql4 and i'm looking how to do it

ObjectSet("H1SR", OBJPROP_TIMEFRAMES, OBJ_PERIOD_M30|OBJ_PERIOD_H1 | OBJ_PERIOD_M15| OBJ_PERIOD_M5 | OBJ_PERIOD_M1);

it will set any object name "H1SR" ve visible only in listed TFs, but the problem is i'll have to need more than one Trend Line to determine SR.

anyone could help me?

I was thinking to use object descripition but have no idea how to find the function to do same thing

:D 

Reason: