I'm not an expert in this field but as far as I know time cannot be delayed in tester. Someone else with more knowledge could confirm, please?
Posts made by l'andorrà
-
RE: Using a Delay Function in the MT5 Testerposted in Questions & Answers
-
RE: How Backtest multiple Symbols in one time?posted in Questions & Answers
@Skyzen You can use this block on top of all block trees of the project:

-
RE: Take Profit by indicatorposted in Questions & Answers
If you are opening trades 'once per bar' there will not be a new open trade as soon a the previous one was closed. That's why it is called once per bar.

-
RE: real account, it gives an error.posted in Questions & Answers
@hamed265 Can you please share the link instead?

-
RE: about ''Check profit (unrealized) '' Pips format is money format!!!posted in Bug Reports
Yes. Because mql5 language is still in development, the admin is recoding the site for that language very often. This is why I do not recommend using fxDreema for MT5.
-
RE: Opposite and conditional positionposted in Questions & Answers
You will definitely need variables to do that. Are you familiar with using variables?
-
RE: How to control bots when faced with high-impact news.posted in Tutorials by Users
More info would definitely be appreciated. What do you exactly mean by 'control'?
-
RE: Bearish candle before bullish candleposted in Questions & Answers
You need a boolen variable (true/false) thet will be true if the breakthrough happened. Then in a separate block tree you can use a condition block requiring that variable to be true and then connected below it the additional conditions requiring that candle combo.
-
RE: How do you get Ema based on RSI as variable?posted in Questions & Answers
Sadly that is not possible in fxDreema. The only way to get that is hiring a programmer that can combine both indicators into 1 and then import it into fxDreema.
-
RE: How to take buy and sell every 5 minutesposted in Questions & Answers
You need to remove the 'For each trade' block on top.
-
RE: I found this error, fail to close different group of sell orderposted in Bug Reports
Good for you! Congrats.

-
RE: I found this error, fail to close different group of sell orderposted in Bug Reports
Then test it and let us know if it works.
-
RE: I found this error, fail to close different group of sell orderposted in Bug Reports
Why are you closing the buy trade as soon as it is open? What is the point of that?
-
RE: Open trade immediately when TP hit (same lot size)posted in Questions & Answers
Block 1 is filtering buys only while block 2 is searching for buys and sells. Both need to be coordinated accordingly.
-
RE: Negative offset for indicatorposted in Questions & Answers
No. fxDreema needs a value for each indicator's candle. Value -12 means twelve candles into the future. There will never be a candle there plotted on the chart and fxDreema will never be able to take any information from that place.
-
RE: How do you get Ema based on RSI as variable?posted in Questions & Answers
What do you mean exactly? Maybe combining both indicators on one? If so, the only way is via custom indicator as you said.