@sara-m There is no block in fxDreema doing that. You will need custom code to do it, sorry.
Posts made by l'andorrà
-
RE: How to change the color of the objectposted in Questions & Answers
-
RE: Not entering tradeposted in Questions & Answers
Are you maybe using the bot on a NON forex chart (indexes, stock, metals)?
-
RE: If close parent trade resulting in boolean to close all resulting children tradesposted in Questions & Answers
@len-1 Ok. In that case, you need to store the value of the ticket number of that first trade into a variable and when the conditions are met you can the bot search for that ticket number again to close it.
-
RE: Exit the position if...posted in Questions & Answers
How many open trades will there be at the same time?
-
RE: Time Filtersposted in Questions & Answers
@Abbas25 You can select different timeframes on different operands of the condition block:

-
RE: How to have the blocks activate one at a timeposted in Questions & Answers
Ok. Can you please share the link to your current project?
-
RE: FXDREEMA Simulator Problemposted in Questions & Answers
I do not recommend sharing personal info on a public forum. Can you please share the link to the project? I will review it.
-
RE: I want the ea or Bot to continue opening order every bullish or bearish candleposted in Questions & Answers
And which is the input parameter exactly, the number of trades (3)?
-
RE: Record, gains, loss and operations by day.posted in Questions & Answers
@OntradingX You can get all that info via variables that are visualized on the chart. However, they will be restarted to 0 every new day. I guess you need all that info stored day after day, right?
-
RE: Exiting the trade step by step /posted in Questions & Answers
Do you mean receiving a tweet every time that happens?
-
RE: Volume block percentage inputposted in Questions & Answers
@pbarbieri This is the way to share a project link:

-
RE: Record, gains, loss and operations by day.posted in Questions & Answers
Is the information provided by that daily report supposed to be stored in any way?
-
RE: Step exit in the tradeposted in Questions & Answers
You should substitute that 'if trade' block for a 'For each trade' block instead.
-
RE: I can't use my experts in MetaTrader 4posted in Questions & Answers
@mraagr7070 Do you mean different backtest results?
-
RE: i want and ea that filters and blocks other ea from opening tradesposted in Questions & Answers
Do you mean a second separate EA is conditioning this one? Was it created with fxDreema too?
-
RE: Unreasonable failure of the expertposted in Questions & Answers
Could you please be more specific? What's the exact problem?
-
RE: Time Filtersposted in Questions & Answers
@Abbas25 said in Time Filters:
First M5 Candle of H1 other Candle Second or Third No trade
I'm sorry, but I don't understand this part: '...First M5 Candle of H1 other Candle Second or Third No trade'. Could you please elaborate?
-
RE: Operation after closing the transactionposted in Questions & Answers
Then you need a variable to store the value of the lot size and change it accordingly, but you will still need to use the block and tab of my example.