View Single Post
  #2 (permalink)  
Old 11-12-2007, 12:18 AM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
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",  ModeLength,SmoothSignalPriceModeMA,0,0,0,y);
double SmthBears   =iCustom(NULL,TimeFrame,"AbsoluteStrength_v1.1",  ModeLength,SmoothSignalPriceModeMA,0,0,1,y); 
Attached Files
File Type: mq4 AbsoluteStrength_v1.1.mq4 (5.6 KB, 67 views)

Last edited by fxbs; 11-12-2007 at 11:20 PM.
Reply With Quote