The problem is that you are using a 'once per bar' block on top of your structure. That means conditions will be only checked at the open of each new candle. In order to do what you say you should remove from its current positions and use two of them, one immediately above both 'buy/sell now' blocks.
Posts made by l'andorrà
-
RE: Condition Entry on Candle OHLCposted in Questions & Answers
-
RE: Flag + Condition triggerposted in Questions & Answers
This is the second thread dedicated to the exact same question. Please don't duplicate threads.
-
RE: Trying to get output from indicatorposted in Questions & Answers
@duanvillanueva Don't you have the mq4 file? If not you should follow this tutorial to try to emulate its buffers:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
However, there is no 100% guarantee it will work.
-
RE: hello, I need help, How can I make this simple EA execute trades when the candle finish?posted in Questions & Answers
Ok. Don't try to explain to an EA. I will help you to do that. Please explain to me what is crossing what. Please upload two images: the first one showing how is the market before the crossing and then the second one after the crossing.
-
RE: no trade versus no position block.posted in Bug Reports
Please open a new thread for your request.
-
RE: SL and TP in Points for Volatility 75 (1s)posted in Tutorials by Users
@Jeymyc Can you please share the link to the project instead?

-
RE: Working with Indicator Appear blockposted in Questions & Answers
What is supposed to appear exactly? An object? A line?
-
RE: 2 Conditions in a single Candleposted in Questions & Answers
I replied to your other thread. Please don't duplicate threads.
-
RE: Help with entering more tradesposted in Questions & Answers
@JayPerezTrading Instead of selecting that 'set current market' block on top of the project you can use many different 'no trade' blocks. Each one specifying the market it is supposed to work on like this:

-
RE: EA with 2 cutom indictorsposted in Tutorials by Users
Be careful with that custom indicator. If it repaints this can be the reason why no trades are open.
-
RE: Problem when using a Time Frame. And perform the BackTesting.posted in Questions & Answers
Are you using it on MT4 or MT5?
-
RE: RSI divergence indicator for mt4 finally found!posted in Questions & Answers
Does it repaint? Because if it does, any bot based on it will be doomed.
-
RE: Repeated Buy/ sell orderposted in Questions & Answers
Just use groups. Each buy should belong to a different group.
-
RE: Bollinger Bands Flag +Stochasticposted in Questions & Answers
You are using the same variable's value to identify a BB up and a BB down. You should use separate variables.
-
RE: Compilation errors when using indicators with Multi Time Frame.posted in Bug Reports
Is that happening on MT5 projects, maybe? The admin is touching the code there very often.
-
RE: Project to create Mql5 Expert advisor using Orderblock and Fair value gaps around specific timesposted in Questions & Answers
Sadly, no. The documentation in fxDreema is VERY basic. You are supposed to have previous knowledge in general programming to take full advantage of it. Is that the case? Are you a programmer (not necessarily for mql4/5)?
