Semi -Automated Gridder EA Introduction: 1- It is a semi -automated EA 2- Using pending orders ( only buy stops and sell stops) Input panel * Magic buy: 111 * Magic sell :222 * Magic Buy stop: 333 * Magic Sell stop: 444 * Grid type : Buy stops or sell stops ( Boolean) * First order size: 0.01 * Grid Gap : 5.0 pips ( double value) * Pip Distance from Current = 10 pips (avoid error 130 so > minimum allowable by broker) * Subsequent order sizing conditions (no multiplier) * Addsize = 0.01 (with every new subsequent) * Add more size every = 3 orders * Every Add Size = 0.02 ( For this example the orders will be; 0.01, 0.02, 0.04, 0.05, 0.07, 0.08, 0.10, and so on) * Number of order bunch : 20 orders ( EA opens 20 by 20) * EA open new bunch of orders when: 10 ( order #10 gets triggered) so EA will open a new bunch of orders * TP = 20 pips ( each order individually will have a 50 pip TP) * Common SL = 100 pips ( all orders will have one common stop loss. When any order gets closed by TP, EA will update SL for all orders based on next condition) * Update SL condition: * Every Order get closed move SL certain value of pips closer to the orders = 3 pips. Info panel : shows 1- Number of pending and active market orders 2- Expected cumulative profit for the active ones 3- Banked cumulative profits for the one already closed 4- Expected loss $ amount if SL triggered 5- SL price 6- SL distance from current price ( in pips) 7- Last active order size Buttons: 1- Buttons to start cycle , close cycle, delete pending