If trade - once per bar - close
This will force the close on the open of the next candle
If trade - once per bar - close
This will force the close on the open of the next candle
How do you want it to close, on candle close?
This is the builder page:
Click on projects, then create a shared copy

Then click get a link

Then click the link

Then copy the address bar and paste here

This will create and share the link to your project
Add a shared link to see what you have done: No trade block - condition block MA(a) (on candle 0) x> MA(b) (on candle 0) - buy block, "reverse for a sell".
You said 3rd trade what blocks control this?
What do you mean: my bot total block 30 bro how much amount usdt tether ?
Tell me the block numbers, and what you expect it to do
Work on single problems not complete bots, and then you will know what does/does not work, so you know what to work on next.
Id don't mind helping, but I am not writing ea's for you, try then post a shared link for help on what you have done.
@jstap as is will only work with the symbol of the chart the EA is on.
Check if this works with a comment block and backtest, then you can add the symbol.
Bucket of trades, MT4 or MT5?
This should do it, check the on trade tab: https://fxdreema.com/shared/gZveNGUhe
This should do it: DoubleToString(gaodin_jian2,2)

Add a shared link to see exactly how things are set, by the looks of it you have the result as a double, this code should correct in DoubleToString(variable,2), this will set the figure as 2 decimal places after the .
You could record the candle time into a variable upon trade close if it was a win, then check this against the current candle time in a condition above buy/sell, you can add other conditions to this set up as you need.
"Hi everyone! Need your help on these candle patterns:
Pattern 1: 1-5 pattern : Candle body size(1)<={Candle body size(2) / 5}
anyway, thanks in advance" do you mean smaller than 2 or 3 or 4 or 5, or candle 2 divided by 5, or 2+3+4+ 5?