@miro1360 I did it with my first EA with 1 sec delay box. When I reloaded it, there is an alert show as:

What is DLL? What should I do?
@miro1360 I did it with my first EA with 1 sec delay box. When I reloaded it, there is an alert show as:

What is DLL? What should I do?
I have 4 different EA for same currency pair on 4 different chart, they have same condition for opening order but different TP. 2 of my EA have fixed pips TP, the other 2 have no take profit and if trade.....close trade. I found out only 3 EA can execute at same time. The 4th EA always failed open order and the message on journal shows: "too many request" .
I have googled it , people said normally only 3 EA can run at same time but it can be fixed by coding. But I don't know how to do it on fxDreema builder. Is anybody know? Could please kindly teach me how to do it?
Really appreciate
@vnpython-0 Ah, right! Thank you so much for reminding^^
I want to close the buy trades as Chinkou Span crosses bull candle.

My step as following:

If buy trades

Condition: candle ID 1 open>candle ID 1 close

4.Condition: candle ID 1 high>Chinkou Span

Condition:Chinkou Span> candle ID 1 low

Close buy trades

But the trade wasn't closed in the back testing.

Is there anybody can kindly teach me in which block I made mistake?
Thank you
@roar Understood. Thank you so much.
@roar Thank you so much. I set "if trade" as" either buys or sells", I think it makes sense. Also same setting for "close trade". I hink the issue is I didn't use ID 1 in bollinger, I never knew that, thank you so much for teaching me. I coreect it and did backtesting again. Seems it worked. But I have another question, what should I do if I want to clse the trade at candle ID 1 close price?

So whenver I use bollinger in conditions, I have to get into "more setting" to set the candle ID, right?
It's so kind of you. I really appreciate.
I set some conditions for closing trade.
Candle ID 1 close>BBand lower band>Candle ID 1 open, then close trade.
I connected the blocks like this:
But after I check the resul of backtesting, I found out close trades didn't work.

The bull candle I mark as yellow circle fits the close trades conditions: Candle ID 1 close>BBand lower band>Candle ID 1 open. But the trade wasn't closed.
Is there anybody could kindly teach me on which part I made mistake?
Really appreciate.