@AlexisC25 Thank you very much for sharing.
Best posts made by l'andorrà
-
RE: Help With An OCO Order EAposted in Questions & Answers
-
RE: BASIC CRITERIA! I'm not able to solve/implement thes criteria, HELP!!posted in Questions & Answers
@nielhalam And you can also remove that 'AND' block. It is redundant.
-
RE: Expert Advisorposted in Questions & Answers
I don't speak French, but I speak Catalan and Spanish if that helps.
-
RE: Best Range Filters or Trend Findersposted in Questions & Answers
That depends on your strategy. Any combination of those can be effective depending on your approach to the market. In my opinion, looking for trend in the higher TF and triggering in the lower is generally better.
-
RE: Problem in optimization after software updateposted in Questions & Answers
This is the second thread you created for the exact same problem. Please stop duplicating threads.
-
RE: close all trades when profit percentage achieved(closed trades + open trades ))posted in Questions & Answers
@vijithtr You need a structure like this:
https://fxdreema.com/shared/bKbTjhrse
This is looking for all open and closed trades's profit in pips for today. Just substitute pips by money.
-
RE: trendline slopeposted in Questions & Answers
@behzadnyz You can compare two different trendline values and see if slope is higher and lower than 0, for example.
-
RE: One trade per symbol Multiple symbolsposted in Questions & Answers
@dwatson You can use a 'set current market' block on top of your structure with all potential symbols to be traded and then you change this settings here:

-
RE: Broker to test MT4 with nano lots (0.001)?posted in Questions & Answers
Try asking that on MT5.com forums. There's a lot of traders there.
-
RE: Create license or Period for EAposted in Questions & Answers
@Piet-Pompies You can do this:

Please notice I connected the second block through the yellow output dot, not the orange one.
-
RE: Help on change status!posted in Questions & Answers
It us useful to check if a specific block was executed or not. You can type something like 'It passed here' in one block and if you can read it on the chart that means that block was executed.
-
RE: Create license or Period for EAposted in Questions & Answers
@fxpim Another way to say it is:
If the condition block condition is true, move to orange output dot, if it is false, go to the yellow one.
-
RE: Simple pending order from a horizontal line?posted in Questions & Answers
Definitely using variables IS THE solution. Forget using lines. Could you please share the link to your project? I will review the variables part.
-
RE: close trade when there a new opposite orderentryposted in Questions & Answers
Just connect a 'close trades' blocks selecting buys connected immediately below the 'buy now' block.
-
RE: Can a "last theoretical closed trade" test be done in FXDreema?posted in Questions & Answers
@MTAB You can create a loop as sktsec suggested (difficult option) or you can also check (less difficult option) that info as new candles are created. I mean, every time a candle is closed, check if that condition is true or now. If it is true, store the value into a variable. Unless there is a new value to overwrite in the future, you already got the info you need in 10, 20 or 100 candles ahead.
-
RE: Create Logic For Close All Quickly like bulk Operationsposted in Questions & Answers
This is the second time you are asking the exact same question. I replied to the previous one. Please don't duplicate threads.
-
RE: Fix Metatrader problemposted in Questions & Answers
Is t happening on MT5? If so you will need to save those original bots just in case and then download new updated versions of those same bots and test them. Probably the code the blocks is made of has been changed and that is the reason of the malfunction.
-
RE: mt4 is going to be out of use in the global market soon?posted in Questions & Answers
@YOSEF I will reply to question 3 only. I've been hearing MT4 is over for almost a decade now. Eventually, yes, that will happen. But there too many actors working on MT4 to make it happen soon.
-
RE: How to find divergences in the graph and indicator?posted in Questions & Answers
@fabiobioware The most efficient way to get that is hiring a programmer to create that specific custom indicator and the import it into your EA here. Trying to do that here with conditions can be simply a headache.
-
RE: I AM GETTING FUSTRATED, PLEASE HELP I BEG.posted in Questions & Answers
@mikele You logic is correct, although very strict. Is this the whole project or just part of it?