Unable to attach EA to chart

 

Usinging MQL4 v 4.00 Build 482 on Windows Home which should be most recent ver.or close to it.

Bands EA: http://insane-world.com/wp-content/uploads/2012/09/BandsR2a.txt 

Compiled the EA does with 0 errors. Yet it does not convert to .ex4 for some reason.

Only one time it did covert to ex4. But that file would not attach to a chart. The drag rectangle moves over the chart but does not attach the EA. Using the Attach to a chart dropdown does not work either. Other EAs in the navigator work properly. I did re-load the MT4 and the EAs are in the file folder.

Thank you for help ! 

 
NoMQL4Shark:

Usinging MQL4 v 4.00 Build 482 on Windows Home which should be most recent ver.or close to it.

Bands EA: http://insane-world.com/wp-content/uploads/2012/09/BandsR2a.txt 

Compiled the EA does with 0 errors. Yet it does not convert to .ex4 for some reason.  

Here are some clues from this code . . .

#property indicator_chart_window
#property indicator_buffers 3
#property indicator_color1 Gray
#property indicator_color2 OliveDrab
#property indicator_color3 Brown

#property indicator_width1 1
#property indicator_width2 3
#property indicator_width3 3 

 It's NOT an EA,  it's an Indicator.  put it in the experts/indicators  folder and attach it to your chart from there.

 

Sometimes it is the little things that have a disproportional inverse effect - Thank you very much RaptorUK !   

Reason: