Need little help on basically a little script or EA which combines price alert and then modify price of pending orders(already present)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
wondering if anyone here knows mql5 programming. I have seen many scripts which deal with these two part individually but not together. I need an EA or script which is ON all the time on one chart, for, let say 7-8 major symbols, it should do the following:
1) There will be pending orders already with TP and SL for each symbol like buy stop and sell stop orders.
2) This EA/script should alert sound/email when the market price comes near to those pending orders prices(say couple of pips-could be an input parameter) and then
3) change those order prices based on the input parameter( pips ) .
An direct EA would be perfect, but if not open to having export those orders to csv and changing the orders in excel automatically and then uploading back using an EA or manually. This idea seems not good imo.
Would appreciate any help. I am more a java programmer