The only drawdown available in fxDreema is for open trades only and for MT4 only. Is that what you need?
Posts made by l'andorrà
-
RE: Live Drawdownposted in Questions & Answers
-
RE: fallan los EAposted in Questions & Answers
Por desgracia la causa es los cambios en la programación de fxDreema que lleva a cabo el administrador. Trabajar con MQ5 en fxDreema es muy arriesgado porque eso algo relativamente habitual. MQ5 no es tan estable ni fiable como MQ4 en fxDreema. Como el lenguaje mql5 sigue en desarrollo a día de hoy, las modificaciones o bugs que se identifican deben ser parcheados en fxDreema. Cuando el admin hace eso, toca partes de código de bloques que luego dejan de funcionar o lo hacen incorrectamente. Me ha pasado en diversas ocasiones. Por eso dejé de crear bots para MT5.
-
RE: Show GAPposted in Questions & Answers
But what do you want to see exactly on the chart? The visual gap or the distance in pips figure?
-
RE: How to close the initial order within averaging?posted in Questions & Answers
@zedeai2 You can find it this way:

-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
What do you exactly mean by 'after a while'?
-
RE: How can I integrate that custom code into fxdreema ?posted in Questions & Answers
@Bradley-0 Please don't take another thread for your question. Open a new thread for it.
-
RE: close one group of trades after profit reachedposted in Questions & Answers
@Rolexguy You can do exactly that. Group 1 trades will include the buys and group 2 the sells. Then you can do this for group 1 profit, for example;

Then you need to do the same for group 2 separately.
-
RE: RSI & CCIposted in Questions & Answers
@javad There are no sells because as soon as a buy is open no more trades can be open because of the setting of the block on top.This is why you should use two different blocks.
-
RE: How to keep horizontal lines for the last 50 candles?posted in Questions & Answers
@OntradingX That's just an example. You need to duplicate that for lows too. That is the way to do it.
-
RE: Volumesposted in Questions & Answers
You can combine that info with indicators Bulls and Bears, for example.
-
RE: historical dataposted in Questions & Answers
No. You will need a specific structure doing that.
-
RE: CHIUSURA DI META' DEL TRADE QUANDO IL BREAKEVEN VIENE ATTIVATOposted in General Discussions
I'm afraid I don't speak Italian. My first recommendation is using a 'For each trade' block instead of that 'if trade'. Pink blocks need a 'For each trade' block on top to be fully functional.
-
RE: How To Decompile EAposted in Questions & Answers
If you find a really effective decomipler, please let us know. All of us are searching for one that is not a scam.
-
RE: HOW TO CODE THIS EA STRATEGYposted in Questions & Answers
Man, that is the holy Grial!
All of us would like to know the strategy of an EA just by watching its behaviour. I hope you can find it! 
-
RE: control partial close, Trail stop and break even simultaneouslyposted in Questions & Answers
You can remove the 'pass' block. It is unnecessary. In order for those options to be working together you need to design their settings in a way that don't conflict each other. For example, your breakeven and your trailing stop are overlapping. You need to adjust them so that trailing does not move until break even is executed, for example.
-
RE: Write File block, how to save sequentially across lines.posted in Questions & Answers
This is the second thread you opened for the same question. I replied to the first one. Please don't duplicate threads.
-
RE: Multiple symbol filter not working properly?posted in Questions & Answers
It should work. Are you sure you don't make any other change when selecting 'any market'?
-
RE: RSI & CCIposted in Questions & Answers
You selected that one only buy or sell can be open at the same time on the first block on top. You should use two different blocks, one for buys only and another one for sells only.