@uriel-0 I guess so, but never tried it. I always use that block when necessary.
Posts made by l'andorrà
-
RE: How to Calculate Pip Value for Different Digits Pairposted in Questions & Answers
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@bagheria You asked for DD and it is defined as the maxumum loss caused by consecutive losses. I'm not sure what you mean now.
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@mcvinbabas Sadly those statitics features are not availabe for MT5. I don't know how they can be implemented on MQ5, sorry.

-
RE: Current Candle RSI is higher than previous 10 Candle RSI.posted in Questions & Answers
@nawajishk You will need a loop to do that. There are no blocks calculating that directly, I'm afraid.
-
RE: Finally, News Filter for MT5 in 1 easy to use Block !!posted in Tutorials by Users
@quantengineer Impressive work. Thank you very much for sharing.
-
RE: Pattern finder robot.posted in Questions & Answers
@ontradingx You can do that but that can be an immense amount of work for potential little use. INHO you should find a reliable custom indicator doing that job instead. You will save time and suffering, trust me.
-
RE: HOW TO EXPORT RSI DATA TO CSV FORMATposted in Questions & Answers
@nawajishk That is the block I was talking about, sorry. Now you need to communicate it below all condition blocks you need to execute that block.
-
RE: How to buy and sell at a specific price?posted in Questions & Answers
@fxarchitect Is that specific price inserted manually via input parameter or is it calculated automatically.
-
RE: How to build robot to manage operationsposted in Questions & Answers
@campero You need to know that fxDreema doesn't add volume to an open trade. It just opens a new trade. This means you will have as many new trades as levels in profit you are looking for. Is the what you want?
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@bagheria Here you have an example:
https://fxdreema.com/shared/KoZ4XoeUd
Sorry. I see a mistake. All blocks should be on the 'on tick' tab, not on the 'on init'.
-
RE: How to '3 Bull in a Raw' x> '13EMA'posted in Questions & Answers
@wadz91 You didn't specified the correct candle ID on the right operand of all condition blocks. They need to coincide with the candle ID of the left operand.
-
RE: Lot calculationposted in Questions & Answers
@andrewfrank I can't see any problem in the logic. Apparently it's a broker's thing.
-
RE: Condition 1 completed then wait for execution of next conditionposted in Questions & Answers
@vsidaarth Here you have something to begin with:
https://fxdreema.com/shared/0rN9mbHGd
This is just for buys. You will need to create another variable for sells and mirror the structure.
-
RE: full version, but I get this message: The trial version has expired...posted in Bug Reports
@rgoo Did someone manipulate your EA? Because all changes there need to be done manually only.
-
RE: How does the sell pending order block and the check distance block work in my EAposted in Questions & Answers
@od Yes, it should work. On the other hand, you can substitute the block on top of all those condition by a 'no trade' block.
-
RE: solucion bloquesposted in Questions & Answers
@mingo De acuerdo. En ese caso, lo que necesitas es hacer esto en la pestaña "on trade":

Perdón. Acabo de ver que he seleccionado que el beneficio sea positivo. Lo qu debes hacer es seleccionar lo contrario. Que sea negativo, como tu quieres.
-
RE: Close trade when MAX DD is reachedposted in Questions & Answers
@bagheria Sorry, I missed your last reply. You don't need to remove the EA from the chart at all. You can use a 'Turn On/Turn Off' block just stopping your launcher structure every day. You need to connect/disconnect it on a daily basis to do that.
-
RE: HOW TO EXPORT RSI DATA TO CSV FORMATposted in Questions & Answers
@nawajishk Did you try this block?
-
RE: exchange related pairposted in Questions & Answers
@cristall86 You need to create a string type Constant and then embed it into the appropriate box.
