Help pliss =(
-
How to create an EA that opens a buy order and 15 pips below open a pending sales order? And do this only 1 time until the purchase order is closed with gain.
After it is closed, the pending order is automatically closed? -
You can connect "Sell pending" order right after "Buy now". On a different group of blocks you can have "No trade -> Delete pending orders"
-
@fxdreema
Buddy I already did this and it really does not work.
Could you please do this schematic and post here?
But I need you to only make one purchase and just make another one after the previous trader has closed. -
This might be a first approach


Sell pending level could be triggered before Buy order TP is reached. If it is so, you will have 2 opposite orders at the same time. In this case, it Will be required to add a condition to close the buy order.
-
@josecortesllobat
Friend, this block no position / order, is the same as in the no trader / order? I do not have this block in my fx dreema. -
It is available for MQL4 as well as for MQL5.


-
@josecortesllobat
Thank you very much, I'll set up the configuration and do some testing. -
@fxdreema @JOSECORTESLLOBAT
Friends, it does not work!
I tried everything and it seems to me that there is nothing in this fxdreema system that makes it work.
I just need you to do this ...
1-Open a purchase order lot 0.10 without stop loss but with take profit 60 pips.
2-Then along with the purchase order, open a pending sale with lot 0.10 without take profit and with stop loss of 10 pips.
3-Only after the closing of the purchase order to trigger the 60 pips take profit is triggered, the system deletes the pending order and restarts the whole procedure generating a new cycle.
Please can anyone help me to create this system and show that I am wrong about the fx dreema?Here's the project link I'm trying to do ...
-
What happens with the Buy trade in this situation, if the price continues to go lower?

-
Should open with the purchase order a pending sale without stop gain, only with loss to protect the capital .. understand? but that this happens only once every cycle ..
That is, open a purchase and along with it, open the pending sale.
And until the purchase gain is triggered, if the pending sale is not triggered it is deleted.
Did you get it?

-
Can you do this or not?
-
Does not this silence mean you can not do this simple thing?
-
- you can do that in fxdreema
- was not similiar problem in forum discussed?
- you must develop some skills to do it
-
Oops, I made my example with TP for the pending order instead of SL. But anyway, what if SL of the Sell is also never reached by the price? You wrote "... until the stop loss is triggered...", but you can't be sure.
This is my example EA where I was testing this: https://fxdreema.com/shared/hTGdIdOA
But you know.. after all, having Buy and Sell with the same lot size is the more complicated version of simply closing the Buy trade. I don't recommend those "hedging" strategies. You can do all of this if it makes the EA easier to understand, but if you are doing it because you believe that this is protecting your capital... better don't
Your capital is what is written for "Equity", no matter if you have 0 or 10 opened trades. It's actually worse to have multiple trades opened (who hedge each other), because of spread, swap and so on.