Moving Take profit and Stop Loss together at the same time.
-
Friends I want the following:
After the buy or sell entry happens, when it is 150 pips in favor giving me a profit, the Stop Loss should be placed at 100 pips guaranteeing this profit.
I also want my EA while in profit, to buy or sell every 60 minutes.
How can I make these rules?
Can you give me examples with blocks from fxdreema, example in project? -
hello,
I also have the same question.
I want to move SL to -5 pips under the enter price when the profit is 12 pips.
how can I do that?best regards,
raviv
-
Try this (negative numbers are also accepted):

-
I tried to use it this way and it didn't work.
The block "For each Trade" I left configured as the figure, right?
Should all of these blocks be on the "on trade" tab?
I have 2 types of buying negotiations and 2 types of selling negotiations.

I want them to work as follows.
The first type of negotiation opens the first order.
If this order opened by the first type of negotiation is not successful, the "Hedge" should be triggered by opening the negotiations to try to recover the loss (I already have the Hedge strategy ready and working).
If this order opened by the first type of trade is in profit above 0.01 $ then the (type 2 trade) every 1 hour interval must open a new trade, ie buy or sell every hour.Mine (Hedge) must meet all negotiations that are in progress, any negotiation that does not go in favor of gain and move towards loss must trigger the edge individually.
Is this possible? -
@fabiobioware @l-andorrà and @roar you can help here?
-
@fabiobioware Apparently the logic is correct, but without seeing the blocks setting I can offer you any idea.