Conditional Time Order Management

Is there an EA to manage orders timely and conditionally ?
For example:
@ 2:00 am 16/10/2012 IF PRICE >= PRICE at 1:00 am then BUY , SL =20 PIPS, TP= 30 PIPS?
Thanks
By the way, is there guide for MQL4 programming that translates the concept to syntax like the case above ?

Yes, an EA could be written to that. You might try searching for one first. Unless you have decent coding skills, I would not recommend writing one. Visit MQL4.com for documtation and example code.

spent long time searching and nothing… I am wondering if someone here with experience did find or use an EA to do this?