Download the mq5 file format and open it with Notepad.
Best posts made by l'andorrà
-
RE: Buy limitposted in Questions & Answers
I'm afraid I don't speak French. I also speak Catalan and Spanish, if that can help.
-
RE: I want my EA to close the Running Trade if an opposite signal Appear. (e.g: when the BUY TRADE is running it should close immediately the SELL Arrow Signal appear ).posted in Questions & Answers
Simply connect a 'clase trades' block for sells immediately below the 'buy now' block, for example.
-
RE: How Long to backtest a eaposted in Questions & Answers
I never try a bot on real with AT LEAST 10 years reasonable backtext and then an additional year on forward test.
-
RE: Is there anyone who knows how to build a Higher High, Higher Low strategposted in Questions & Answers
Many people here could do it. However, the purpose of the forum is helping you to do it.

-
RE: Seconds in time filter (text format)posted in Questions & Answers
There is no block in fxDreema doing that. You will need custom code to work with seconds.
-
RE: Martingale start lot size percentposted in Questions & Answers
You will have to do the calculation on a previous block and then store the value on a variable. That variable is the one you will have to use on the 'buy now' block.
-
RE: can you convert mql4 copy to EA fileposted in Questions & Answers
You can do it yourself through the platform's mql compilator.
-
RE: On Tick vs OHLC vs Opening Priceposted in Questions & Answers
Agreed. This is why I moved to optimization on MT5. Ticks are really considered there.
-
RE: time block issueposted in Questions & Answers
@tec-nacks The GMT option is not 100% reliable on fxDreema, unfortunately. Whenever possible, use the server time instead. It is 100% reliable.
-
RE: Martingale start lot size percentposted in Questions & Answers
You can remove the 'pass' block on top. It is redundant. And congrats for making it!

-
RE: Problem closing trades with SL several pips below the set SLposted in Questions & Answers
Brokers NEVER offer the exact same conditions for demo and real accounts, unfortunately. This is another had lesson to learn when trading forex.
-
RE: Auto GMT DSTposted in Questions & Answers
Yes, fxDReema simply ignores DST. You will need to adjust your EA manually to fit your broker's time if you do not want to use server time.
-
RE: Is this a general issue ?posted in Questions & Answers
No. Sadly it is a problem (maybe I should call it side effect) of fxDreema. When using some loops in fxDreema, they are very inefficient when backtesting/optimizing. it doesn't happen with all loops, but as you as you use just one, everything is far slower.
My only recommendation is trying to change that loops. -
RE: Set condition using entry price line before a trade can be enteredposted in Questions & Answers
This is the second thread you created to ask the exact same question. Please don't duplicate threads.
-
RE: HELP fxDREEMAposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Local data reference with MT5/fxdreemaposted in Questions & Answers
Yes, but you will need custom code to do that. No fxDreema block can do it.
-
RE: HELPposted in Questions & Answers
You connected a loop block to another loop blocks. That's whay it's not working correctly. What do you exactly need it to do?
