@djredwood It works fine on my side. Is the issue still active?
Posts made by l'andorrà
-
RE: All projects remain stuck in the 'loading..' phase and are unusable.posted in Bug Reports
-
RE: Terminate other EA for awhile and restart it after certain timeposted in Questions & Answers
@saeed-2 Not completely sure I get it. Do you mean one EA on one MT4 should close temporarily a different EA on a different MT4?
-
RE: How to close trade if Gaps below stoploss?posted in Questions & Answers
@jim67 If the trade is already open when the gap is created, the broker will close it automatically. You do not need to create any specific condition for that.
-
RE: ADX Parameterposted in Questions & Answers
@nhamfx This is how you can select the maximum, for example:

-
RE: Repeat lot size of deleted panding orderposted in Questions & Answers
@lali That is interesting. A deleted trade is not a closed one. This means it cannot be scanned via 'For each closed trade'. You should stroe the information before the pendng order is deleted and stroed into variables. When a new pending order is deleted those values should be reinitialized.
-
RE: Martingale Strategy: How do I average down price and take profit for all trades?posted in Questions & Answers
@dewberries I recommend to create a variable just to find the average open price of all open tredes via 'For each trade' loop. Then a second 'For each trade' loop should calculate the 50 pips distance.
-
RE: Martingale Strategy: How do I average down price and take profit for all trades?posted in Questions & Answers
@dewberries In that case you will need a specific block structure designed to find that average buy price. Once stored into a variable you can use the standard 'pips away distance' loop. However, please remember that any new open trade will modify that average price.
-
RE: Fibonacci eaposted in Questions & Answers
@max-c I never tried what you're asking for. The only way I imagine is drawing a horizontal line on top of that fibo level but that would increase the complexity of the EA just for visual reasons. Not sure it is worth the effort.
-
RE: “Add to lot” does not multiplyposted in Questions & Answers
@dewberries Can you please share the link to your project to take a look at?
-
RE: ADX Parameterposted in Questions & Answers
@nhamfx I replied to your first thread. Please don't duplicate threads.
-
RE: CHANGE STATUSposted in Questions & Answers
@jpsam It is an old relict from previous versions of fxDreema. Some search on the threads of this forum will show you what was used for i the past. You can simply ignore it now.
-
RE: How to close trade if Gaps below stoploss?posted in Questions & Answers
@jim67 I'm afraid I don't fully understand what you mean. Can you please upload a screenshot example?
-
RE: Delete one line at a time.posted in Questions & Answers
@johann-0 The you will need to do this on the 'on chart' tab:

Remember to insert the name of the lines in the first block in order to avoid deleting any other object.
-
RE: Repeat lot size of deleted panding orderposted in Questions & Answers
@lali Ok. So what you want is to store only the lot size of the last closed trade. Correct? Not the last deleted pending order but the last open trade. Am I right?
