Paul peter: Please I am building an ea that uses martingale, I
Hedging, grid trading, same as Martingale.
Martingale, Hedging and Grid : MHG - General - MQL5 programming forum (2016)
Martingale, guaranteed to blow your account eventually. If it's not profitable without, it is definitely not profitable with.
Martingale vs. Non Martingale (Simplified RoR vs Profit and the Illusions) - MQL5 programming forum (2015)
Why it won't work:
Calculate Loss from Lot Pips - MQL5 programming forum (2017)
THIS Trading Strategy is a LIE... I took 100,000 TRADES with the Martingale Strategy - YouTube (2020)
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Please I am building an ea that uses martingale, I want to know a loss trade loss in pips whether the trade is closed before hitting SL or it close hitting SL all I want is to get the loss in pips which the next trade TP will be that loss trade pips. So even if next trade loss or any amount of trade loss the next trade will add that loss trade in pips as TP let say first trade you loss 20 pips the next trade TP is 20 pips which if this second trade loss let say it loss 20 pips so the next trade TP will be 40 pips and if this next trade loss let say it close 10 pips the next trade TP will be 50 pips and so on so if a trade win which the loss trade pips win the martingale will reset. So whether the trade close hitting SL or close without hitting SL once the trade close in negative that means close in (-) that means close in a loss in pips. I have tried to do it but can't figure it out, I have used OrderHistoryTotal function still can't figure it out
This is the code
Please help me guys