Help on MT4 script

I need a script for MT4:
here are the conditions on my trading strategy if anyone could help a newbie who is trying to learn or develop a strategy to share too�…thx

  1. I will be manually setting multiple buy/sell pending orders with stop loss and profit limit on several currency pairs (manually done by trader)

  2. the script should close or delete all existing pending orders at the instant when one pending order gets triggered or executed by price action.

  3. the script should not close nor delete the Stop Loss/ Profit Limit of the triggered or executed currency pair.

Try
StrategyBuilderFX MT4 Trading Platform

They offer a no time limit demo account and are 100% dedicated to MT4 coding.

Also, there are many freelance MQL programmers on the web.

You could also go take a class in C++ programming ,as the language is very close.

need a script for MT4:
here are the conditions on my trading strategy if anyone could help a newbie who is trying to learn or develop a strategy to share too�…thx

  1. I will be manually setting multiple buy/sell pending orders with stop loss and profit limit on several currency pairs (manually done by trader)

  2. the script should close or delete all existing pending orders at the instant when one pending order gets triggered or executed by price action.

  3. the script should not close nor delete the Stop Loss/ Profit Limit of the triggered or executed currency pair.

since it takes some skills and knowledge and time to create scripts for MT4, may someone pls maybe try to modify the “cancel pending orders” script of MT4 to fit the description of the kind of script im looking for… i would greatly appreciate it and will share the strategy i have been working on that involves such a script im looking for…THX in advance