+ Reply to Thread
Results 1 to 2 of 2
 0 Attachment(s)    

Thread: Closing a pending stop order when order in other direction is opened

  1. #1
    Junior Member
    Join Date
    Mar 2009
    Posts
    15

    Default Closing a pending stop order when order in other direction is opened

    I'm working on an ea that places both a BuyStop and SellStop order. I need a piece of code that will close one of the pending orders if an order in the other direction is filled.

    For example: A BuyStop order is placed 10 pips above current price, and a SellStop order 10 pips below current price. The market goes up and the pending BuyStop order is filled. At that point, I want the SellStop order removed.

    Thanks in advance for the help

  2. #2
    Junior Member
    Join Date
    Oct 2010
    Posts
    17

    Default

    Quote Originally Posted by snkpool View Post
    I'm working on an ea that places both a BuyStop and SellStop order. I need a piece of code that will close one of the pending orders if an order in the other direction is filled.

    For example: A BuyStop order is placed 10 pips above current price, and a SellStop order 10 pips below current price. The market goes up and the pending BuyStop order is filled. At that point, I want the SellStop order removed.

    Thanks in advance for the help
    Hello!
    Just go with for loop through all orders and find out if buy is opened then delete sell pending order (you have to delete and not close pending order) else if sell is opened delete buy pending order.

+ Reply to Thread

Similar Threads

  1. PENDING ORDER EA
    By bero in forum Expert advisors backtesting
    Replies: 4
    Last Post: 12-03-2010, 16:23
  2. Pending Order EA
    By arfian in forum Ideas for expert advisors
    Replies: 0
    Last Post: 10-14-2010, 05:59
  3. Delete all pending order
    By fairylord in forum Scripts and other tools
    Replies: 5
    Last Post: 11-01-2009, 22:37

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts