4 types pending orders the EA is about pending order (Stop/Limit) orders in MQL5 the source code included and it should be clean organised and well commented code. General Idea: the EA should be able to set a grid of orders, one or mutiple kind of pending orders i.e a number of Buy Limit orders lets say X the distance between each order is Y. all group orders have the same size. each order has its own TP and SL and it can be set to 0. user can activate any kind of pending order from user input bool: i.e use Buy_limit (True), use Sell Stop (True), use Buy Stop (False), use Sell Limit (True) with the same options TP, Distance, SL, Number of Orders and size user input: Buy Stop: Activate: (true/False) int Number Of Orders: 20 lot size TP SL Distance. Trade management: 1- Every X (user input) minutes, the EA should check, if there is no trade activated. it should DELETE all pendeing orders and reset those orders according to the current price. (we need a bool in user input to activate this or not) 2- News Filter: if there is a new coming within 15 Minutes && there is no open position in the market: Delete all pending orders and wait until 15 Minutes pass the news. there should be a detailed user input for this option: bool to activate, and a way to choose the new impact, Minutes before the new and minutes after the news. it should work on all Symbols, General conditions: 1- MT5 EA with the source code, well commented and organized 2- Do the full job in 2 Days. Thanks