Issue
-
I have made a bot that works on both buy and sell, I added martingale to each buy and sell trade but having this issue: lets say a buy order was loss of 0.01
the sell order opens in 0.01 not 0.02
and the upcoming buy trade go for 0.02why is that happening? how to solve it?
-
Can you please share your project?
-
such as this
-
-
The configuration is correct. Are you sure it did it as you say? Is that the whole project?
-
check this one too, it's opening 29 trades at the same time and I need 1 trade only, and sometimes another strategy opens 60 trades and I don't understand why!:(
-
-
Is this the whole project? I see no counter block to be reset and an unused variable. The structure you shared should not open 60 trades for sure. Unless we can see the whole project, we cannot help.
-
This is the EA I tried on mt4 and it opened 29 trades at 1 time
@l-andorrà -
I already sent you a message about the recovering loss strategy which I couldn't do it, tried a lot but nothing worked with me, can you help me about it?
-
It just opens one trade to me, as intended. Maybe your fxreema account has some problem. Considering it is a small project, erase that one and rebuild it from scratch. That 'No trade' block on top should avoid more than one trade at a time.
-
Ok I will try it now, what about the recovering strategy? is it possible to help me with it?
-
-
Did you rebuild the project. The blocks are correct. It should work as designed. The martingale option is supoposed to do what you want. Please erase you project and create it again from scratch.
-
I did @l-andorrà, it works, now I'm having problem in creating the recovering strategy, I just added new thread and I'll mention you there
-
I couldn't do the recovering strategy which is : after 1 winning trade open a trade with all the loss amount (in lots)
I tried a lot but couldn't find a way to do it!
-
Can you please share your project?
-
@l-andorrà 0_1585759830748_54.mq4
This one, it's very simple all what I need to add is the recovering strategy, if 1 winning trade comes on, open next trade with all the loss trades amount after the last win ( x2 )
but couldn't find any way to do it!
-
Try this with a SL and TP:
https://fxdreema.com/shared/JcqjuNtYd
If you don't specify a TP or a SL, it will not work.
-
@l-andorrà it still has not multiplied after win