Repeat last order once more
-
Hi, i need help it's simple but i'm new in fxdreema, I try many way by myself but not match my plan, hope someone give me assist.
open order sequence sell 1 > sell 2 > buy 1 > buy 2 > sell 1.......
Sell 1 or Buy 1 no matter TP/SL go next Sell 2/Buy 2
but i need to add option on sell 2 and buy 2.
if Sell 2 got TP then Sell 2 once more. but if Sell 2 got SL go Buy 1.
if Buy 2 got TP then Buy 2 once more. but if Buy 2 got SL go Sell 1.
https://fxdreema.com/shared/vMdM5Qrlc
Thank You. -
Not sure I fully get it, if you need two consecutive buys or sells each time, why is the problem on sell 2 and buy 2 exactly? If I understand it correctly, no matter what happens to buy1/sell1. But if they are open in pairs, what happens to buy 2 for example?
-
@l-andorrà Sorry, I didn’t explain it right. May I explain my plan and sorry for my English. It is my a second language.
How it work.
Open EA then open Sell1 immediately > wait tp/sl ....then
open Sell2 > wait tp/sl ....- if (Sell2) got SL > Buy1
- if (Sell2) got TP > open Sell 2 once more time > wait tp/sl ....if TP then open Sell 2 once more, once more, untill got SL > Buy1
open Buy1 > wait tp/sl ....then
open Buy2 > wait tp/sl- if (Buy2) got SL > Sell1 (start over)
- if (Buy2) got TP > open Buy2 once more time > wait tp/sl ....if TP then open Buy2 once more, once more....untill got SL > Sell1 (start over)
I know it's weird strategy but I wanna try.
Thank you for you help. -
@michael-8 Ok. I see. Then you need to use the 'on trade' tab this way:

You will have to use as many blocks as conditions you described.
-
@l-andorrà I made it.I appreciate your help.
-
You're welcome.