Below are requirments, which have to be implemented in EA : 1. EA will be based on PIVOT indicator, provided by me 2. EA will operate on 1 algorithm : a) Algo only with pending orders "sell limit" and "buy limit", placed below or above pivot zones in certain distance (in pips, but not on yellow pivot). "Sell limit" orders have to be placed in each 3 red pivot zones (below red pivot zones) and "Buy Limit" have to be placed in each 3 blue pivot zones (above blue pivot zones). Possibility of placing "Sell and Buy limit", ofcourse depends where price currently is - I guess it is obvious and EA should also "know this". 3. Because pivot location changes place once a day, so pending orders should adjust automatically and immediately to pivot zones after they change places. 4. When pending orders will be activated in one day and closed by "take profit", "stop loss" or will be closed "by hand" then new pending orders will be placed in next day (for example 8am next day). EA can not place new pending orders same day (if they were closed as mentioned above). It have to wait for new conditions. 5. EA have to have option "time of trading". If time of trading will be set for example from 8am till 10pm, then orders can be placed from 8am until 10pm. After 10pm all pending orders (BUT NOT ACTIVATED ORDERS) have to be closed automatically and reopened next day on 8am. 6. When EA is set to trade 24H then pending orders will be active whole time. They will be closed and reopened once more (BUT NOT ACTIVATED ORDERS), when pivot zones change places. When pending orders will be closed by TakeProfit, StopLoss or closed "by hand", EA should wait to place new pending orders until next move of pivot zones. Pending orders can not be reopened in same day. 7. I have to have possibility to regulate distance from Pivot zones in pips (distance between sell/buy limit from pivot zones) 8. EA should contain options such as : a) Take Profit (for all pending orders) b) Stop Loss (for all pending orders) c) Lot Size (for all pending orders) d) Lot Size per free margin (for all pending orders) e) Slippage f) Magic number g) BrakeEven (for all pending orders) h) Trail Step (for all pending orders) i) Start Hour of trading and End Hour of trading (if 0, then trading is 24H) j) Maximum allowed spread k) Options of indicator (where I can costumize time frame of indicator) l) Regulation of distance from Pivot zones in pips (distance between sell/buy limit from pivot zones - one option for all pending orders) 9. Every single option of robot have to be fully costumizable. 10. Indictor should be built in into EA (if it is possible) 11. EA will be migrated to VPS. If for some reason pending orders will be closed by SL, TP or "by hand" and VPS will be turned off and after couple of hours turned on, then EA can not reopen once closed pending orders. EA have to wait for new conditions (mentioned in points 3,4,5,6). 12. Source code have to be "clean, pure, light" and whole EA have to be optimized as good as possible.