"Add Volume" block without stop loss
-
Hi!
I'm using "Add Volume" block but it isn't trailling the stop as the original trade. It don't open this new trade with the same stop loss level.
Is there any special way to use it?
-
The only way I would suggest is by catching the original trade's stip into a variable and then use it for the future trades.
-
@l-andorrà Yes, I'm thinking about it.
But the "Add volume" block don't have any stop loss or tp setup. I can't choose. It will only add volume (of course rs) to the main trade but it is only opening a new trade without relation with the main one.
Actually it is opening, giving the "parental ID" to new volume into comments, but without the same stop loss (without any stop loss, actually) from the parental trade.Maybe a bug? @fxDreema
-
Is this MQL4 or MQL5? I guess it's MQL5, because most of your projects are MQL5. I made a simple project for myself and it looks that it works as I expect. Can you make such simple project that doesn't work as expected, or which of your projects is the one that fails?