I want to add series of orders (all input by user) and a draw down reduction algorithm that start working with the cycle number input by user to an existing EA that will be provided. EA opens new orders only after the manual order is opened. No other changes to the behavior of the EA will be made (rules to open the trades, SL, TP, Trail). So new input's will be: Order size 1, Order size 2,..., Order size 10 (orders will be executed for the new opened positions with the order size assigned in this order) and Cycle number(number starting from 2 to 10): Profit(in currency) Starting from cycle number the EA will close the current opened trade so that will cover all closed positions in a loss for the current cycle + profit (input by user) First order is manually opened by user. Starting with the second order will be opened by the EA based on the already specified parameters (above /below the line). I want the order sizes that EA opens to be different and user can input the lot size. For example first open order by user is 0.1 (opened manually) then the EA will open with different orders that user specifies the next upcoming positions. So if the orders are defined 0.2, 0.3, 0.4, 0.5... Will open in this sequence the next trades. As for the cycle number for example set to 3 the EA will continue to open orders in the order size sequence but will look to close the trade to cover all previous losses of the current cycle plus a profit assigned by user