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:
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);
Files:
when I place the attached 'MTF_AbsoluteStrength' indicator on a chart
all that appears is a red horizontal line
can you explain what I need to do to get it working
and in general,
if an indicator doesn't display, is there anything I can check or do to try
and get it to display