@luanainteglia That problem of volatility is inevitable. That will happen with any structure you create.
Posts made by l'andorrà
-
RE: MQL CODE TO GIVE THE COMMAND TO INCREASE THE TAKE PROFIT OF X PIPS ONGI WHEN THERE ARE OTHER OPEN OPERATIONSposted in Questions & Answers
-
RE: after a condition is true, wait for another condition and only then enter a positionposted in Questions & Answers
@renatojjs Because I just included the new variables part of the EA. Now you should modify the other part to include the new blocks.

-
RE: Partial close block not passingposted in Bug Reports
@vish You should try to use groups. Diferent group numbers for those trades that are not partially closed to distinguish them from the partially closed.
-
RE: MQL CODE TO GIVE THE COMMAND TO INCREASE THE TAKE PROFIT OF X PIPS ONGI WHEN THERE ARE OTHER OPEN OPERATIONSposted in Questions & Answers
@luanainteglia Then you need a variable counting all open trades right now and then closing all open trades when those global 10 pups are reached. You should use this structure:

-
RE: Partial close block not passingposted in Bug Reports
@vish Then I think that is the problem. The 'for each trade' is searching for all trades, not for those closed partally only. A different structure is required for that.
-
RE: MQL CODE TO GIVE THE COMMAND TO INCREASE THE TAKE PROFIT OF X PIPS ONGI WHEN THERE ARE OTHER OPEN OPERATIONSposted in Questions & Answers
@luanainteglia Do you mean the average amount of pips in profit/loss from open trades right now? Or the average price used as TP for all open trades right now?
-
RE: Why Fxdreema can not convert *mq4 to *mq5posted in Questions & Answers
@khacdiepvnc fxDreema cannot convert indicators. Just EAs craeted with fxDreema.
-
RE: Custom indicators, same enumerations?posted in General Discussions
@alex81 I'm not a programmer, but I guess you will need to modify the name of one of the indicator's variables to avoid this.
-
RE: Partial close block not passingposted in Bug Reports
@vish I guess (and it's just a guess) the problem is with block 11 'for each trade', because it's lookinf for all open trades, not only those who were closed partially. How many open trades can be active at the same time?
-
RE: For each trade...check profit (unrealised) not working :(posted in Questions & Answers
@eajurms Can you please share the link to your project instead?
-
RE: Problema con ordenes pendientesposted in Questions & Answers
@bruno-4 El bloque en cabeza de la pestaña 'on tick' es innecesario. Lo puedes retirar. Los dos bloques siguientes son correctos. El problema es que debes duplicalros exactamente como condiciones en la pestaña 'on trade'. Al no haber el mismo límite a aplicar en ella, por eso crea tantas nuevas operaciones.
-
RE: Value of Trace Linesposted in Questions & Answers
@yoloyacht Try to pick the object in loop and then name instead of by name only. Ypu will need a 'for each object' above that block to do that.
-
RE: Help! Buy Sell with this indicatorposted in Questions & Answers
@khacdiepvnc Then there must be something in the indicator that fxDreema cannot identify correctly. Did you tru to use Bar 0 or Bar 1. Does it work then?
-
RE: BUG: Block Apply Template, applies template and then erases the EA itselfposted in Bug Reports
@ambrogio I'm afraid this is an issue for the admin to fix. I have no idea how to do that.
-
RE: Making a robot that draws support and resistance in mt5.posted in Questions & Answers
@ladydolares I'm not completely sure what you mean. Can you please upload an image showing exactly what you mean?
-
RE: Indicator wont attach to the chartposted in Questions & Answers
@vonmunchy I'm afraid the problem is the way the indocator is programmed. For some reason MT4 cannot plot it when backtesting. I'm afraid I'm not a programmer so my best suggestion is finding a new indicator, sorry.