mt4 - indicator - Levels - page 2

 

Thanks for the link.

May you give me your advice about it.

If I get it, I will research about it, how it's useful for me. 

 

I already chose, Object FIBO.

So what a problem in the below code?

enum TFs {
          OBJ_PERIOD_M5,
          OBJ_PERIOD_H1
          };
...
ObjectSet ( obj_Name, OBJPROP_TIMEFRAMES, TFs );

Thanks. 

 

Hate Warning implicit conversion from 'number' to 'string'

double _I = 0;
...
if( ObjectFind( _obj_Name + _I ) != 0 )

How can I fix this warning.

Thanks! 

Reason: