Forum

Delete Order

Hi, Why if i run the script it doesn't work? it says : Error 4109. Is something with with the code? /+------------------------------------------------------------------+ //| delete_pending.mq4 | //| | //| | //+------------------------------------------------------------------+ #property copyright

Open an order with criteria

Hi, I write this very simple EA (that's what I thought) but it seems doesn't work like it should be... Or is it the logic is wrong? Can some body help me? I back test the EA from 2007.07.02 to 2007.07.03 Cheers

Pending Order

Hi, i'm trying to make an EA, but i'm verry confuse with the results. The EA supose to take highest and lowest Bid from 00:00 to 07:59 and at 07:59 it send 2 order Buy Stop and Sell Stop. Buy Stop using (Highest Bid + 2 * point ==> MYAskPrice) Sel Stop using (Lowest Bid + 2 * point ==> MYBidPrice) I