for this MTF to work you need indicator "AbsoluteStrength_v1.1" ; make sure it installed properly and file name is correct (not AbsoluteStrength_v1[1] ...v1[1].1 etc)
where 2 check:
PHP Code:
double SmthBulls =iCustom(NULL,TimeFrame,"AbsoluteStrength_v1.1", Mode, Length,Smooth, Signal, Price, ModeMA,0,0,0,y);
double SmthBears =iCustom(NULL,TimeFrame,"AbsoluteStrength_v1.1", Mode, Length,Smooth, Signal, Price, ModeMA,0,0,1,y);