Auto Trading Robot

Hi,

Do you know any auto trading or EA system that can check pending orders and if none left, open a trade at given price with pre-defined SL and TP with pre-defined lot size?

I want this system to check if live price matches with given prices, then open a trade with specified lot size and enter SL TP. Repet this for another set price.

Many thanks in advance.

it is a very easy coding

I have never done any coding. Can I get some examples or already done EA which I can use for this please?

I want this EA to do the following:

  1. I will manually open one (1st) trade at one price
  2. EA will open 2nd trade at specific price with my chosen TP, SL and Lot OR once a pending order is gone active, create another pending order at specific price, SL, TP, lot
  3. EA will continue opening trades at specis prices (generally two price per pair) with specified SL, TP and Lots
  4. Once the SL/TP reached, EA will stop generating new trades until I start the process again

Is this something already available or you think I, who have never done any coding, can create?

Many Thanks in advance