@ekanters Good. Please share his reply here, if you don't mind.
Posts made by l'andorrà
-
RE: Robots (EA's) stopped working.posted in Questions & Answers
-
RE: Show profit and loss valuesposted in Questions & Answers
@ontradingx Then you need something like this:
https://fxdreema.com/shared/KOgbxxzac
The first block tree searches for ope trades right now and the second one for the closed ones. You need to add the appropriate time filter onc each tree and you will need as many trees as requested searching periods, of course.
-
RE: What am I missing with ENUM variables for MT5?posted in Questions & Answers
@jstap Thank you for the info. However, can that Constant/Variable be optimized? What if I want to test all MA methods in the optimization? Shouldn't I use numbers instead as step a stop values on MT5?
-
What am I missing with ENUM variables for MT5?posted in Questions & Answers
I created this easy EA for MT5 in which I need to select between two types of MA: simple or smoothed.
https://fxdreema.com/shared/1m0hts8W
I visited mql5.com's intruction pages and I found I had to create an ENUM_MA_METHOD type variable. However, when I try it here it doesn't work. No arrow is plotted no matter what method I select. Can someone please tell me what am I missing?
-
RE: no pending orders nearbyposted in Questions & Answers
@piptheripper Then the standard 'no pending order nearby' should do the trick. You just need to be sure you are selecting the correct group numbers:

This blcosk is searching for all active pending orders right now so ther is no need to store theur values into variables.
-
RE: Robots (EA's) stopped working.posted in Questions & Answers
@ekanters I guess the problem is that 'Fully closed' option selected on block 161. I had many roblens with it the last time I tried it. I finally had to use a different strategy to aviud it. I strongly recommend contacting the admin to let him know.
-
RE: Exiting MT4 Terminal with Open Tradesposted in Questions & Answers
@nbathan Yes, you need to do this on the 'on tick' tab on top of your managing tree conditions:

-
RE: Is there a way to reset Turn on / off blocksposted in Questions & Answers
@saeed-2 Do you mean restarting variables? That's a completely different thing. Blocks are not 'restarted'. Tehy are executed or not. Variables can be restarted to its initial values, though.
-
RE: Help with MQL block and variables pleaseposted in Questions & Answers
@alphaomega The image link is not visible. Can you please reupload it?
-
RE: MT5 not partially closing trades when LIVE tradingposted in Questions & Answers
@mooglit Just curious. Whay do you need that 'once per tick' block? Those blocks are on the 'on tick' tab so they will always be executed once per tick.
-
RE: Mt4 not Backtesting properly!posted in Questions & Answers
@tashab Did you try it on different MT4 platforms?
-
RE: Regarding subscriptionposted in General Discussions
@arivazhagan-p Then you should probably use any cryptocurrency payment available. However, they are slower to give access, I'm afraid.
-
RE: Show profit and loss valuesposted in Questions & Answers
@ontradingx Are you sure the WHOLE history of closed trades is available on your MT4. You are requiring your EA to search for a lot of trades.
-
RE: run a script from the EAposted in General Discussions
@cdt This is an interesting idea. I never consider it. I cannpt how that could be done in fxDreema right now. Probably by adding some custom code, but not sure.
-
RE: how i remove magic number from expert setting page ?posted in Questions & Answers
@leka-0 Una información muy interesnte. Gracias por compartirla.
-
RE: Manejador OnTradeposted in Questions & Answers
@leka-0 Yo no soy programador, por lo que no te puedo ayudar. Si quieres que alguien del foro lo haga, te recomiendo que lo pidas en inglés. Es mucha más probable que alguien te ayude.
-
RE: HA DEJADO DE FUNCIONAR LA VERSION DEMO?posted in Bug Reports
@tesfar A mi me funciona bien. ¿El problema persiste?
-
RE: Hedge tradeposted in Questions & Answers
@luckybest Then the easiest option is storing them all into a single variable below a separated 'For each trade' block like this:
