I require my EA to be updated with the following 4 options. BEP = Breakeven Protection 1) Change breakeven to include a "BEP lock" function which will move stop to breakeven + the amount of pips set inside the lock feature. Example: i set BEP to true and set BEPlevel to 30 with BEPlock to 5 which means when price gets to 30pips set stoploss to breakeven +5pips 2) 4 multiple take profit levels. Example: take profit 1 is set to 50pips at which i can tell the EA to close out 25% of the trade take profit 2 set to 100 pips where it will close out say 25% again and so on.. 3) Option to make EA ask to trade rather than auto trade. Example: 3WPD EA finds a setup with whatever options are set and instead of placing the trade it notify's via popup/sound/email/push alerts that there is a new signal requiring attention. the ea should open a popup box with a simple "do you wish to execute this trade @ " message with a yes/no button. if yes is hit then the EA would work the sameway as if it autotraded the signal itself. 4) option to disable friday trading ( does not enter any new positions )