Are you using custom indicators maybe? Could you please share the link to the project?
Posts made by l'andorrà
-
RE: EA to trade based on indicators and with trailing stop loss/ take profitposted in Questions & Answers
-
RE: how to pause(sleep) a script?posted in Questions & Answers
Create buttons instead. You can pause an EA at will just by clicking them whenever needed.
-
RE: Bug in Modify stopsposted in Bug Reports
Your setting should move all active SL at the moment. However, why are you using that block 83?
-
RE: how to pause(sleep) a script?posted in Questions & Answers
You don't need a script to do that. You can create a structure in your Ea doing exactly that. Why using a script and an EA when the EA can do it all?
-
RE: Draw Line for Margin Call and Stop Outposted in Questions & Answers
Can you please share the latest version of the project?
-
RE: Bollinger band buy and sellposted in Questions & Answers
Can you please share the link to the project to review it?
-
RE: HELP ME CREATE THIS EAposted in Questions & Answers
@KABO Agreed. That sounds like a martingale. Here you have my personal martingale project. You will have to adapt it to your requested setting, but the general idea is here:
-
RE: PHP How to send a Response from PHP to EAposted in Questions & Answers
That's too advanced for me. But I'm also interested in the solution if someone else can help.
-
RE: Uploading problem with mql5posted in Bug Reports
That screenshot is form mql5.com. Did you try to backtest thorough a standard MT5 platform?
-
RE: Conditional trading pairsposted in Questions & Answers
@simba296 Sorry for not seeing your previous reply. I simply missed it. You can control that maximum global number of open trades regardless the chart by using this block and settings:

Additionally, block 154 is not working in that position. Same with blocks 260 and 395. They are loops searching for open trades and they are not executing any action there.
-
RE: Candle Close selection rounds to nearest integerposted in Bug Reports
Just curious. What's the point of that empty 'pass' block on top?
-
RE: Break even differenceposted in Questions & Answers
Agreed. Working on MT5 is very unreliable lately because of admin's constant modifications.
-
RE: Cascade Grid Systemposted in Questions & Answers
@rudy-1 I'm not sure the info provided by Trading View indicators can be used on fxDreema structures. I remember having read you need custom code to to that, but not sure about it. Sadly I cannot provide any custom code because I'm not a programmer. I recommend you search the key words 'Trading View' through the forum search tool. That should definitely help.
-
RE: How to create tick data recorder in fx dreema?posted in Questions & Answers
You will need custom code to do that. FXDreema cannot do it through any block.
-
RE: Drawing a line Each Dayposted in General Discussions
Blocks 16 and 38 should not be connected. You need two separate structures and not one like know.
-
RE: Block "Order Moved" not working.posted in Bug Reports
Your logic is correct. It should work. Is this the whole project or just part of it?
-
RE: Eliminar orden pendiente a una distancia de x pips / Delete Pending order at x pips distanceposted in Questions & Answers
@Vespera Le estás pidiendo a una orden programada (bloque superior) que mida la distancia respecte de una orden ya abierta (bloque del medio). Por eso no puede funcionar. Debes usar el bloque azul celeste 'Check distance'. Ahí ya puedes seleccionar una orden pendiente y su distancia máxima.
