Different Martingale
-
Hello, how can I change the martingale of this EA?
Currently he is opening another order only when the first one reaches the stop loss.
I need a Martingale without stop loss, which adds orders every 15 pips.
(preferably, repeat the initial lot 4x before doubling) with an optional constant of 15 or 100 pips (I think it's called a step lot) -
Alguém??
-
You will need variables to control that lot size part. The martingale option by default in the block is not flexible enough, I'm afraid. On the other side, Are those new trades every 15 pips supposed to be open at the same time or as price moves on?
-
As the price goes against it..
Example:
I entered with a buy with no stoploss 0.01
Walked 15 pips account, open a new order with the same initial lot 0.01But I wanted to with this sequence of entries:
0.01/0.01/0.01/0.01/0,01/0.02/0.02/0.02 -
You can try to use the 'For Each Trade' and set it to register every 5 trades....Then set a Formula to increase the lot size as you want*
-
@jonatassantanacaje Morpheus is right. You will need a variable counting how many open trades are having/had that lot size. You'll need a 'For each trade' block.