I'm afraid there is no single fxDreema block doing that. You will have to build that calculation structure by sung several blocks.
Posts made by l'andorrà
-
RE: Request on next updateposted in General Discussions
-
RE: Repeat last order once moreposted in Questions & Answers
@michael-8 Ok. I see. Then you need to use the 'on trade' tab this way:

You will have to use as many blocks as conditions you described.
-
RE: Order is not accepted by the serverposted in General Discussions
@Progress337 This is really weird. Apparently your broker is modifying your trading conditions.
-
RE: once per bar ..... and a bit moreposted in Questions & Answers
Ok. Now you need to add one 'modify variables' block below each 'buy/sell now' block where both boolean variables are changed from false to true. At the same time. You should add a new condition block just above the current ones when they are required that both variables are false. Then we'll move on.
-
RE: Closing price from specific timeposted in Questions & Answers
You're welcome. And questions are never dumb!

-
RE: Order is not accepted by the serverposted in General Discussions
Is the EA working normally on backtest? If so they are lying, because the logic is correct. Their terminal is applying some restrictions to your bot's executions.
-
RE: Closing price from specific timeposted in Questions & Answers
@RazordLid You can do it this way:

-
RE: indicatorposted in Questions & Answers
Supertrend is a scam indicator. It repaints SO badly. Please don't use it. Trust me, I did and no EA based on it will EVER work!
-
RE: What is purpose for Delay Block ?posted in Questions & Answers
This block is supposed to stop the EA temporarily (usually for a few seconds), before moving on later normally.
-
RE: Looking to hireposted in General Discussions
Yes, it is possible, but do you really ned the horizontal lines? They are useful for a human trader looking at the chart, but not for an EA. Are you planning to use the EA 100% fully automatic? Because if so, you can remove them.
-
RE: Project won't load after cut and pasteposted in Questions & Answers
Is it happening on one specific project or on all of them?
-
RE: EA Ignoring Parameters on ADX??posted in Questions & Answers
You are positioning the 'once per bar' block high on your block tree. That means the condition is checked at the open price of each new bar when the condition can be true later. You should move that block to the current position of the 'Loop' block and substitute it.
-
RE: EA Doesnt open live trades.posted in Questions & Answers
Can you please share the link to the project?
-
RE: How to evenly distribute the distance with a price level using pending orders in a grid?posted in Questions & Answers
The only way to get that is programming your pending orders BEFORE the high volatility conditions. If you cannot do that, no expert advisor will because that depends on the markets restrictions imposed by the broker.
-
RE: Hello where can I find check consecutive losses in pips? it just have only in countposted in Questions & Answers
How many consecutive trades are considered? Two, 10, 20?