Forex cashback , EA development, EA shop

EA 개발 >> 프로젝트 세부정보

Design an EA based on partial closing idea

YouTube에서 효과 데모 보기

Design an EA based on partial closing idea

프로젝트 요구사항

Bullish or bearish: Use two moving average indicators. When the fast indicator is higher than the slow indicator, the market is bullish. Otherwise, the market is bearish.

Opening position rules:

1. Buy order. In a bullish market, if the order loses money, a new buy order is established every X points (a parameter), and the number of lots is the number of lots of the previous order + X (a parameter).

2. Sell order. The rules are the same.


Closing position rules:

1. When the overall profit of the account is greater than Y, all positions are closed.

2. When the profit of the last buy order is greater than part of the loss of the first order (0.01 lot), close the last buy order and 0.01 lot of the first order.

2. When the profit of the last sell order is greater than part of the loss of the first order (0.01 lot), close the last sell order and 0.01 lot of the first order.