Can you please share the link to your project?
Posts made by l'andorrà
-
RE: condition for Candle stick pattern - helpposted in Questions & Answers
-
RE: Add Volume to the manualy opend tradeposted in Questions & Answers
Sorry for may late reply. Thank you very much for sharing.
-
RE: How to not take trades based on balance?posted in Questions & Answers
@GTOAT777 You can use this condition on top of both 'buy/sell now' blocks.
-
RE: What is this rare function "Change status to"posted in Questions & Answers
I agree with sktsec.
-
RE: Stop Loss Referenceposted in Questions & Answers
Ok. Now it's clear to me. Now let's focus on that 'first trade'. We can store its ticket number into a variable as well as other requested info, but the problem is how many 'subsequent' trades are possible and when the first one is supposed to be closed so that a new 'first one' is open. Could you please elaborate?
-
RE: trailing stop/trailing profitposted in Questions & Answers
You will need a specific structure to do that. There is no single block doing that. Are you familiar with variables?
-
RE: Help with this formula and order position levelposted in Questions & Answers
Sorry for my late reply and congrats for making it!

-
RE: Hola! alguien sabe como ajustar automaticamente el Lotaje?posted in Questions & Answers
@juandavid713 Ya te he respondido en tu hilo.
-
RE: varias operacionesposted in Questions & Answers
No te entiendo del todo. ¿Quieres decir que te abra una segunda operación a una distancia x de la primera abierta y entonces sea con un lotaje superior? ¿Es eso?
-
RE: Question regarding object on chartposted in Questions & Answers
@Alireza206n You need the line's name and put it here:

Below the condition block you then connect a 'close trades' block.
-
RE: how can do expert copy trade ?posted in General Discussions
You need to use terminal variables to make a communication between terminals. You will need a programmer to do that part. This is why trying it with fxDreema is pointless.
-
RE: I am new to this platform and trying to build an EAposted in General Discussions
jstap is right. You need to reset the variable. Could you please elaborate the part that doesn't work?
-
RE: open buy stops when the sell stops get activated - Hegdingposted in Questions & Answers
You need to use variables to do those lot size calculations. Are you familiar with variables?
-
RE: how i can control in the spread ?posted in Questions & Answers
Never tried that way to do it but I think it should work.
-
RE: Add Volume to the manualy opend tradeposted in Questions & Answers
@Archer You can store the ticket number and open price of the manually open trade into variables and later compare the information to any other trade with a different ticket number in order to find that distance.
-
RE: Help with this formula and order position levelposted in Questions & Answers
So if I understand it correctly, you do NOT want to open a market execution at the close price of that candle. You need the close and low prices of the closed candle to calculate SL and TP distances for a pending order that will be programmed ABOVE that same closed candle. Is that correct?
-
RE: how do I add risk a percentage of balance to martingale money managementposted in Questions & Answers
You will need variables to do that. Are you familiar with using variables?
-
RE: how to draw trend lineposted in Questions & Answers
If you are planning to use manually plotted trend lines, I recommend to give it a name that can be used later in fxDreema. You can do this:
- Plot the line on the chart and change its name through the MT4 platform's 'Object' window.
- Use that exact name on the fxDreema block that is supposed to be detected by the bot.
That should help.
