* EA using Sell Limit Pending Orders. SETTING_1 = "====EquityClose Setting===="; SellLimit PendingOrder Time(Sec) = 120; // EA activation waiting time. EquityUp = 20; // The sum of Equity and EquityUp becomes the target account balance for the full exit. * Description 1. When operating multiple EAs with different magic numbers, the initial Equity value of the current account is recorded. 2. When the initial Equity value plus EquityUp is reached, a Sell Limit pending order is opened. 3. This pending order is used as a signal to close all currently open orders and wait for 120 seconds. 4. After 120 seconds, the Sell Limit pending order is automatically deleted, and the initial Equity value is adjusted to the initial Equity + EquityUp. 5. Then, all EAs operating with different magic numbers start trading again. * For example If the initial capital is $1000 and the Equity increases by $20 to $1020, all positions for all magic numbers are closed. After 120 seconds, positions for all magic numbers are re-entered. If the Equity then increases to $1040, all positions for all magic numbers are closed again, and after 120 seconds, positions for all magic numbers are re-entered. * This EA is applied to any chart, and the updated Equity value is displayed on the chart. * This EA cannot be backtested, so please provide me with the ex4 file first. I will test it for 1-2 days, and if everything is fine, I will receive the eq4 file and make the payment immediately.