Hi, a while ago I paid a developer on mql5 community for the ea, the ea didn't work as I expected and the developer has a very bad memory, and I am no more asking him to modify the ea. Here are general specifications which needs to be adjusted: 1. TRADES/BAR Only one order of same direction at one time, (currently ea randomly places many orders at the same time for example places 20 buy orders if conditions are met - needs to change this). There should be an option of number of trades/bar, it should calculate how many orders in one direction have been executed on that bar and no more orders after that limit in the same direction. Also Need an option to choose bar (H1,H4,D1 etc). Already has an option that controls total number of trades, but it doesn't work properly. Needs fixing. 2. PENDING ORDER EXPIRY Currently pending orders expire when opposite condition is met (buy PO expire if sell condition is met and vice versa) - IT NEEDS TO BE set to: i expire after x number of bars or ii expire at certain hour of the day (1400hrs etc) or ii expire after certain hour of time (after 6 hours etc) 3. PENDING AT TICK Currently PO trail at every tick -- IT NEEDS TO BE set to trail after difference of x number of points or pips from previous position/value 4. TOGGLE PO An option to toggle on/off Pending Order option where it will place direct order and not pending orders. I will provide the code once agreed with you.