@didymario7 Sure. This is how to initialize the variable:

And this is the way to catch the spread value:

@didymario7 Sure. This is how to initialize the variable:

And this is the way to catch the spread value:

@jsauter86 I'm afraid not.
@biztet That is not a true martingale. Lot size is not doubling evey new trade and only sells are open. Are you sure that is what you want?
@mannybear1 Can you please share the link to your project?
@thedisliked Here you have it for buys only:
https://fxdreema.com/shared/Oic6UNaL
Now you need to replicate it for sells.
@bruno-4 A tu disposición, amigo. 
@toni_vc ¿Te importa compartir el enlace del proyecto para echarle un vistazo? Lo más probable es que sea un problema de configuración del bloque de trailing.
@alavarte You don't need that. What you need is a 'For each trade' block on top of a structure searching for that low prie AFTER the trade is open, not before.
@cameron The most efficient way to get that is by creating a loop looking at the past 6 candles' volume. I'm not that good at loops, maybe roar or miro can help.
@daverawcus I tried the 'Apply template' block on my MT4 and it worked. What's your exact problem?
@bablaasnani Then you need to add a 'No trade' block on top.
@bablaasnani Yes, you can. However ANY EA can be decompiled no matter how many security layers you put in. If you are still interested, I'm glad to help.
@bablaasnani Ok. Don't hesitate to be back here if necessary.
@cpbonzo Exactly. That is the reaosn ow you simply deleted the block without removing the constants before.
@mustapha This is one way to do it. You can turn off blocks 8 and 24 on turn like this:

This is for buys only. You need to replicate it for sells the other way round.
@kenneth-gituro Ok I finally got it. You need to duplicate the 'no trade' block on top. Now it is blocks buys and sells at the same time. You just want to block buys on the left and sells on the right. So you need two separated block trees.
@biztet Exactly, and don't forget to put that block on top of ALL your EA structure, as well as include all symbols to trade comma separated.