@simonsamxsty Then you can try this:

@simonsamxsty Then you can try this:

@tcanuto I still think that's too short. Probably your broker will not allow it. However, this is the way to do it for 0.5 pips. You need to do it on the 'on Trade' tab.

@lanrayy I see the problem. This is very common with mq5 indicators. Both colours share the same buffer. Sadly, fxDreema cannot recognize them as it is now. Some coding needs to be done (I'm not a coder, sorry). Maybe miro1360 can help.
@adap69 Veo que estás usando dos indocadores personalizados que no se ofrecen en la plataforma por defecto. ¿Estás seguro que sus buffers han sido correctamente identificados por fxDReema? Ese suele ser el error más habitual.
@gofore What do you exaclty need? 'Once per bar block does not recognize 'heiken ashi' candles from 'normal' candles. It just counts candles.
@tcanuto Just to confirm. You want to open a new pending order at the same price a previous traded closed by hitting the SL. Correct. You cannot do that. Pending orders need a minimum distance in pips to be programmed for the platform to accept it and that depends on the broker. What minimum distance would you accept?
@lanrayy Working with ex5 files is alway risky in fxDreema. Don't you have the mq5. version?
@ad I can help you with the RSI part but honestly the martigale one is a different thing. Martingales do NOT work in the long term. Are you sure this is the strategy you want?
@jjot Why do you want to reset it? This block is telling you the maximum number of consecutive trades the EA can lose. Do you want your EA to loose more or less consecutive trades than the previous day?
@irfanthetrader Just to confirm. You need the SL to be following the moving average PLUS/LESS the amount of pips determined by the SD indicator at any moment. Correct?
@shack11 Copy block 16646 and connect it immediately below you 'No trade' block.
@kvinvest You need to create a variable in which you store the open price of the first trade. Then you can use this block with that variable:

@simonsamxsty I'm afraid I cannot follow you, sorry. Do you want one only pending order and then you need to select a customizable distance in pips from current price (3 pips above/below, for example) for it to be programmed, maybe?
@daviduknl Not sure what you mean by 'partial profits at a trailing stop level. Do you mean closing part of the lot size AND then moving the stop loss when that happens?
@kestra You are correct. Name is used to identify the variable by humans, not the EA. I recommend you to select names that are easy to identify for you when you are using them in your EA.
@daniel208forex Is your VPS blocking DLL imports on your MT5 platorm? Honestly, look for another VPS provider. I use STRATO and I don't have any problem with MT5 platforms.
@yoloyacht Honestly, I don't see any 'fault' in your logic so probably the strategy is not especially effective.
@gofore Use this block on top of both trees.

@khalids222 Oh, Ok. sorry. It is a double variable.
@shack11 Can you please share your project?