Dear friends... I need an EA for mt4 which will open positions based on this Indicator (attached)... there are simple and specific Rules for the EA to open positions. # Indicator bars UP... consider uptrend (green or red bars doesn't matter) # Indicator bars down...consider downtrend (again green or red bars doesn't matter) // please make sure the Indicator has parameters... and the EA should work according to parameters set.. This means I will need parameters colums to set it myself...when I load the EA ... the parameters are 'FN', 'Deviation', 'fastEma' 'slowEma" the EA should work according to given parameters. # the EA should open positions at "Specified Time Only" plese see the cahrts attached.. // As you cna see in the example charts (which is quite self-explainotary) theer are dashed lines drawn which shows the "broker time" example : 0:00, 8:00, 16:00.. I tried to explain here that my EA will open buy or sell orders "ONLY at THESE TIMES" Looking at the conditions of the "indicator". if Indicator Bars above zero..it will open buy orders at these times... If indicator bars are below zero it will open only sell order these times ( color of indicator green/red doesn't matter bars Up = consider UP, Bars down = consider Down) plese note that other than these "specified times' the EA will hold and will not Open any Order... this is strict. another document I have explained the parameters Needed Inside that EA...plz go through