after a stop loss that is no reverse trade immediately open
-
after a sell is open and it hit the stop loss but then the revers trade didnt open at all. what wrong?
https://fxdreema.com/shared/T572sXeBd thx -
Firstly, I recommend you to specify candle ID 1 on all operands of blocks 40 and 28. Otherwise weird things can happen. Then block 79 should be limited to sell trades. That is what you want to reverse, right? Now buys and sells are with that same tree.
Then block 81 should be connected to the orange dot of block 80, not the yellow one.
Finally there is no variable inserted on that same block. You need one there. -
1)sorry i new bie and not much know the system how to specify candle id?
2)limited to sell trades mean the block 79 is only for sell trade?
3) i only have sell trade when the indicator hits but if the sell trade hit the SL then i need the buy trade open immediate.
5)so that position closed to modify variables to for each closed position to buy now? -
-
I see you created a new project with sime improvements, so I will focus on what is missing only.
- You need to create a double variable. Call it as you want. This is how variables are created:
https://fxdreema.com/instructions/builder/constants-and-variables
Then you need to insert that same variable here:

And here:

That would do the job. However, remember that that variable will double lot size to the infinite. You will need a condition to restart it to 0.