Martingale
-
Hi I have a little problem with Martingale. I use it on buy and sell different conditions. When It lose in buy and the next trade is open in sell, so Martingale didn't multiply by lose. When consecutive lose in either buy or sell then, Martingale multiply by lose. How can I program in either buy or sell in lose, Martingale will multiply the lose.
-
Have the same problem....
-
@GiovanniTI Same issue i am having, is there a solution?
-
I solved it by making two EAs, one for BUY and one for SELL.
Even using different MagicNumbers the result does not change.
So two EAs.
If you then have to use BUY and SELL for any closures of both, calculating breakouts or otherwise, then add a third EA.
This is my experience. -
@GiovanniTI I want both buy and sell should come in profit same time, how to calculate Breakeven
-
@harrry said in Martingale:
I want both buy and sell should come in profit same time, how to calculate Breakeven
A third EA that takes into account all open operations and carries out a check (Check Profit Unrealize for example) on BUY and SELL.
IF CHECKPROFITUNREALIZED > 10 (Money or Pip) CLOSE ALL (select what to close)