Indicator won't display

 

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

 

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);
 

hi fxbs, thanks for replying and adding the other indicator

the indicator I posted isn't displaying, does the "AbsoluteStrength_v1.1"

have to be on the chart or just in the ...\Experts\Indicators folder ?

and the "AbsoluteStrength_v1.1" only displays as a red horizontal line

Reason: