Strategy: The EA must open a new order for each closed candle, always following the direction of the previous candle. Conditions: EA must be activated at a predetermined time (ex: 10:00 Time MT4). The EA basically must open a new order after the closing of the last candle, if the last candle is BULL then it BUYS, if the last candle is BEAR then it sells, BUT the EA must work with PENDING ORDERS. The EA must work with pending orders. Pending orders are modified with each new closed candle. The EA must change the lot size whenever a candle closes in the opposite direction to the previous one. The EA must have the option of customized lots (subject to the previous rule). The EA must have the option to close all open and pending transactions after reaching predetermined Profit (in account currency or in% of the account balance). Funcionamento: 1. The EA will be activated at a predetermined time (ex: 10:00 time MT4). When activated it must set the first pending orders. 1.2. The EA must always keep 6 pending orders for greater security in the event of rapid market movements. 1.3. Always 3 Buy Stop and 3 Sell Stop. 1.4. The first orders must always have the same lot size, but after the first one is activated, the opposite orders must have a larger lot size (I will explain later). 1.5. The position of the orders must follow the shape of Renko Charts candles. Example in the attachment "Image1". ------ SEE ANNEX IMAGE1 ------- 2. After the orders are fixed, the market must activate an order, either Sell Stop or Buy Stop. 2.1 After activating an order, the EA MUST RECONFIGURE AN ORDER PENDING FROM THE OTHERWISE TO CONTINUE FOLLOWING THE FORMAT OF THE RENKO CHART CANDLES AND SHOULD ADD A NEW ORDER PENDING IN THE ULTIMATE CANDLE. Example: If the market activated Buy Stop, then it means that it moved X pips (Renko Size Bar) towards Bull, so the EA must place a new Sell Stop pending order and a new Buy Stop pending order. BUT ALWAYS KEEPING 3 BUY STOP ORDERS AND 3 SELL STOP ORDERS. ------ SEE ANNEX IMAGE2 ------- 3. Within these conditions and rules, the EA must work well. 4. Now, the EA must have an option of customized lots, BECAUSE IT MUST INCREASE THE LOT SIZE EVERY TIME AN ORDER IN THE OTHERWISE DIRECTION IS OPENED. Example: The market opens 2 buy positions with lot 0.1, so Sell Stop positions are configured with a different lot size, example 0.2. When the market activates a Sell Stop position, then Buy Stop positions increase the lot, example 0.3. 5. Finally, the EA must have the option to close open and pending orders when the open orders reach a profit in the value of the account currency or% of the account balance.