hi, Tanaka Akiko San can you create these Two EA with these parameter? I think this strategy would be good if we setting the EA with better risk management. I use Separate OP, SL, TP parameter to avoid the possibility of spread who sometimes broke the strategy.
First EA is Martingale with Separate OP,SL,TP Pending Order parameter:
1. Multiple open price in a day, ex: 00.30 , 04.30 , 08.30 , 12.30 , 16.30 , 20.30 (broker time)
we can adjust number of multiple open price in a day
we can adjust the minute if we trade in 30 minutes time frame or below.
-if the first trade was done (TP reached), another pending order is deleted. and then the next wave orders is on the next time we were setted.
-only two open orders is running, the next wave orders only open if the first wave orders done (TP reached)
#Buy Stop (adjustment)
2. distance Buy: from Open Price to buy stop pending order (using comma ex: 6.0pips)
3. SL of Buy Order: (using comma ex: 10.2 pips)
4. TP of Buy Order: (using comma ex 48.8 pips)
#Sell Stop (adjustment)
5.distance Sell: from Open Price to sell stop pending order (using comma ex: 4.2 pips)
6. SL of Sell Order: (using comma ex: 10.2 pips)
7. TP of Sell Order: (using comma ex: 48.8 pips)
#Volume (adjustment)
8. input LOT: for example 0.01, 0.01, 0.02, 0.02, 0.03, 0.04, 0.06, 0.08, 0.11, 0.16 (variable)
after the 1st order opened, let say Buy Stop 0.01 is touched and then automatically the 2nd pending order Sell Stop is ready with 0.01, but if the price is folding back and 2nd order touched before the 1st order reached the TP, it means 3rd pending order Buy Stop 0.02 will be ordered. its happen until the last input 0.16 done.
9. Max trade: for example after 10 times variable of LOT used, let say on 0.16, we have to wait until TP or SL is reached. after done. and then the EA will be refresh and start from 0.01 in the next open price in the time we were setted.
Second EA is continous pending order with seperate OP, TP, SL:
1. Multiple open price in a day, ex: 00.30 , 04.30 , 08.30 , 12.30 , 16.30 , 20.30 (broker time)
we can adjust number of multiple open price in a day
we can adjust the minute if we trade in 30 minutes time frame or below.
#Pending Order Parameter adjustment
2. Pending Order adjustment
-Buy Stop and Sell Stop only, Sell Stop only, Buy Stop only
-Buy Limit and Sell limit only, Buy Limit only, Sell limit only
The EA will continous to create two pending orders on the muliple time we were setted.
The main strategy is:
-Eventhough if the 1st wave two pending orders already created but no one is touched, the EA continous creating the 2nd two pending orders.
-When one of pending orders from 2nd wave is touched, one of the orders from 2nd wave that still pending have to be deleted.
-But two pending orders from 1st wave is not deleted (one of them wait for to be touched and the one of them is deleted).
-The 3rd wave continous create the pending orders and will do the same thing like what 1st wave and 2nd wave did.
#Buy Stop (adjustment)
3. distance Buy: from Open Price to buy stop pending order (using comma ex: 6.0pips)
4. SL of Buy Order: (using comma ex: 10.2 pips)
5. TP of Buy Order: (using comma ex 48.8 pips)
#Sell Stop (adjustment)
6.distance Sell: from Open Price to sell stop pending order (using comma ex: 4.2 pips)
7. SL of Sell Order: (using comma ex: 10.2 pips)
8. TP of Sell Order: (using comma ex: 48.8 pips)
#Volume (adjustment)
9. LOT parameter: ex 0.01
So much Thanks brother.