I want a simple EA done for today if possible. I want both a exe and mql4 file for the project  -Lot size must be adjustable -Must have set range the grid system will trade within that is adjustable (example 0.80 to 1.20)  When price action leaves the zone the EA must hedge its total positions completely  -Must open buy and sell with TP at level 250 pips away (example at 1.20 level, buy TP 1.225  and sell TP 1.15). The system must have adjustable grid orders example open orders at key level every 250 pips for TP 250 pips away or for key level every 100 pips with 100 TP pips.  - As the system hit a previous level the system must replace the previously open position with a trade. (example price starts at 1.000, buy put on TP 1.025, sell TP 0.975. Price hits 1.025 so EA places buy TP 1.05, sell TP 1.000. When prices hits 1.000 EA places order only to buy with TP 1.025)  - must have spread filter. If trade can't be put on because of spread it must be put on at the sooner point when it is regardless of price action not being on the key level  I hope I was able to explain that alright, if you have question please ask. This is a simple system so lets get it done for testing quick. I am not necessarily looking to use it on an account but learn what markets trend the most and what ones range trade the most. Cheers  Must be an EA dashboard - Makes visual the price range that the EA will trade within - Total number of positions buy and sell - Total profit or loss in pips and $ - Total max risk the system carries - Close all trades button The system should open up all pending orders for the key levels and replace those they get taken out. But only replace them so there is always a trade both buy and sell put on from the key level above and below the price action. (I don’t want the order replacing the pending order getting hit again and again. Limit on one trade per side per key level.