Bucket of Positions (MT5)
-
My Strategy (MT5):
I open a hedging trade. One trade buy and one sell.
At one point, I close the profitable trade and open another trade of the losing trade.
When the total profit is greater than a certain amount, I close the two trades.
I want to use the bucket of position block to load the positions and close when the total profit is greater than a certain value (Condition block).
Is not working. What am I doing wrong?
How can I load the profit of two trades at the same time? -
All i know is that bucket of trades blocks are not for that purpose. I think you may need to do a little bit of custom mql blocks to get that strategy in place. @miro1360 would know how to better advise you than I would.
-
thanks for the answer.
-
Hi augustocosta, first start with few easier strategies and after that you can start hedging. But you can try remake this one from MT4 into MT5 using same blocks:
https://fxdreema.com/shared/KPbiuAJ0c
I created that for MT4 because now I read you need for MT5
... it is easy to remake block after block ... -
@miro1360 Thank you Miro.
How to submit for you to review my EA? -
is not something working ok?
-
@miro1360 I do not know how to post the file as you did. I'd like to send you the EA file for you to review.
-
@miro1360 https://fxdreema.com/shared/ReXndjcmc
Miro,
When the current price reaches a support or resistance, I close the trade with profit and open another trade in the opposite direction. If I closed a trade sell, I will now have two trades buy. When the profits of these two trades buy is greater than a certain amount, I close the two trades buy. -
Miro,
When the current price reaches a support or resistance, I close the trade with profit and open another trade in the opposite direction. If I closed a trade sell, I will now have two trades buy. When the profits of these two trades buy is greater than a certain amount, I close the two trades buy (Area#7).