Example - Closure at Pips Profit

Example - Closure at Pips Profit

  • Goal: I want to cash in profits on a market when 7 pips profit is reached by the basket of the open initial and topup trades on that market.
  • How-to: Here is an example EA configuration how to achieve the above:
    1. Closure: Target Closure $ Amount = 0
    2. Closure: Target Profit Pips Closure = 7
  • Description: The EA enters the initial trade and one or more topup trades. When the combined profit of these open initial and topup trades becomes 7 pips or more then the EA closes off all these initial and topup trades. After the closure the EA enters a new initial trade as usual.