This is an interesting question. There is no block in fxDreema doing that, so the only solution I can see is through custom code.
Posts made by l'andorrà
-
RE: Can't close all orders together at one time!posted in Questions & Answers
-
RE: Can I add custom indicators ?posted in Bug Reports
They can only be uploaded if they are available as mq5 or mq5 files only.
-
RE: Searching in the pastposted in Questions & Answers
@sajjad3245 This is the second thread you created for the exact same problem. Please don't duplicate threads.
-
RE: Profit / loss Target by Time Filterposted in Questions & Answers
@jstap I also used it, but some brokers (Admiral Markets, for example) still use yesterday's data on the first tock of the day. I wasted almost 2 months of my life trying to understand why it never worked until the admin recommended me to be watching the chart at the moment a new trading session began. I was astonished. It was not until 00:05 that yesterday's data is 'deleted' from the MT4 data access. Apparently not all brokers do, but man, I was close to be crazy until I got it.

-
RE: GROUP EMA CROSSOVERposted in Questions & Answers
@GOKACHIT Not sure I fully get it. Do you mean 'EMA group' is EMA period maybe? So all those EMA periods should cross over all the other?
-
RE: stop the trade if 2 consecutive losses and will continue to trade tommorrowposted in Questions & Answers
Wasn't that exactly what you wanted? This is what the title of the thread says.
-
RE: .mq4 or .ex4posted in Questions & Answers
If you do it as an mq4 file, everyone in the world will be able to open it, read it and manipulate it. If do it as an ex4 file, no one in the world will be able to do any of those.
-
RE: close the biggest negative position every dayposted in Questions & Answers
You need to define the time period to consider that. If you are having one only open trade and it is losing, it will be closed. If you are having two open trades and one is wining and the other is losing, it will also be closed. More conditions are required to define more accurately what you need.
-
RE: stop the trade if 2 consecutive losses and will continue to trade tommorrowposted in Questions & Answers
@kehbooo This is the basic structure. You will have to adapt it to your bot:
-
RE: Custom Code / Custom Block /HTTPposted in Questions & Answers
This is a question for jstap or roar. I hope they can help.
-
RE: Struggling with recognizing a price accumulation / range..posted in Questions & Answers
You can find the highest and the lowest price levels within that period and store it into two variables. Then you can compare if they are as distant as you want or not.
-
RE: Stop force lot sizeposted in Questions & Answers
You can create that lot size calculation BEFORE triggering the trade so that if lot size is below a minimum value, no trade is open. Both condition blocks should be positioned before the 'buy now' block.
-
RE: CONSTANTES Y VARIABLESposted in Questions & Answers
Es extraño, porque a mi no me da ningún problema. ¿Puedes subir una captura de pantalla con el mensaje de error?
-
RE: Profit / loss Target by Time Filterposted in Questions & Answers
The problem is that the daily profit value is not reset correctly because brokers still use yesterday's closed trades values. I needed almost one year to understand. You need to reset all variables NOT at 00:00 as anyone would think. Brokers still use yesterday's values at 00:00. You need to reset al variables at 00:05 at the MINIMUM. Preferibly later.
-
RE: Trailing Stop + Check type (last loser)posted in Questions & Answers
I don't understand what is the problem. Once a trade is closed its SL doesn't move any more. I you need to do it that way, you can ask the admin to add that option.
-
RE: Once per bar correct, but something is wrong?posted in Questions & Answers
@wegbereider Ok. Check it out and confirm if the problem persists.
-
RE: Once per bar correct, but something is wrong?posted in Questions & Answers
Is the the whole structure or just part of it? Because this part should not open any other trade on the same candle.
-
RE: Will this work ?.posted in Questions & Answers
@tharindu999 And here we have your fourth thread asking the same. Please focus on one thread only!
