Block that opens an operation by copying another
-
Hello, I need help: 1.- To know what is the name of the block that opens an operation equal to another copying the data, but I think it is the opposite of another that was already open.
2.- How to leave or mark these two contrary operations in the same bucket ?
I appreciate it from now -
@rodrigo-ortuzar Am unsure what exactly you need but, a condition block will check 2 values, you need a variable to save/change values when something happens.
-
If it is a block that copies a trade and opens another trade. I saw it a long time ago but I can't find it now.
-
@rodrigo-ortuzar Pink for each trade block--modify variables block with what you want to copy--your condition to place new trade and the used variables in the buy/sell blocks.
-
Thank you jstap, but since I use Spanish in the translation, my name may change and that's why I can't find it, can you tell me specifically what it is, please?

-
@rodrigo-ortuzar It's because this is MT5, for each position = for each trade, rest should be the same.
Do you know how to add and use variables?
-
@rodrigo-ortuzar This is how to get the information.
-
Look at jstap, the loss strategy:
1.- On Trade
2.- If there are open positions
3.- Only positions <= - 30 pip Constant "Loss"
4.- Capture the volume and increase it by a constant 10% "Extend" copy it in the variable "Volume_Size" (I'm not sure if it's right)
5.- With the volumes increased
6.- Selections if it is a buy.
7.- If it is Buy, open a Sell position and if it is not Buy, open a Buy position.https://fxdreema.com/shared/6t8p6p7ib
Can you help me correct from point 4.-
Is it possible to later join the two positions in a Bucket apart from the other open positions ?A million thanks
-
@rodrigo-ortuzar You have nothing placing a buy or sell? on trade is used for purple blocks otherwise use on tick.
-
Ok jstap, I also made two corrections: 3.- Only positions <= - 30 pip Constant "Loss" I did not find a block that checks the profit in PIP, is there one?
I also put a block that leaves the variable "Volume_Size" = 0
But can you help me with point 4.- Capture the volume and increase it by a constant 10% "Extend" copy it in the variable "Volume_Size" (I'm not sure if it's right)
https://fxdreema.com/shared/OZwD22xsb