Martingale EA with previous 'Lost Trades' added system
-
Hello everyone, I came up with an excellent idea for a quick recovery system.
Normal Martingale Lot:
0.01
0.02
0.04
0.08I want as follows:
0.01
0.03
0.10
0.34So basically, it's a normal Martingale but I just added previously lost trades.
For example:
Trade 2 I added Lot size from Trade 1 = 0.01
Trade 3 I added Lot size from Trade 2 = 0.03 +Trade 1= 0.01
Trade 4 I added Lot size from Trade 3 = 0.10 + Trade 2= 0.03 + Trade 1 = 0.01
And so on....Thank you in advance.
-
@wadz91 Martingales never work in the ling run. However, here you have a fully functional martinagle project you can use to take some inspiration:
-
Thanks for replying but I am not a paid member. However, is it same as what I want as below:
Trade 2 (normal Martingale value)+ I added Lot size from Trade 1 = 0.01
Trade 3 (normal Martingale value)+ I added Lot size from Trade 2 = 0.03 +Trade 1= 0.01
Trade 4 (normal Martingale value)+ I added Lot size from Trade 3 = 0.10 + Trade 2= 0.03 + Trade 1 = 0.01
And so on.... -
@wadz91 You can use my example in order to adapt those lot size value. However, you will not be able to do it as a free user because you will need more blocks than in my example, sorry.