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.
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:
- I will manually open one (1st) trade at one price
- 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
- EA will continue opening trades at specis prices (generally two price per pair) with specified SL, TP and Lots
- 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