How do I make a block one per bar in some cases, open two or three or four orders (buy or sell) as the case؟
-
How do I make the block one per bar in some cases, open two or three or four orders (buy or sell) as the case ?
But because Block One per Bar only took one order .
In this photo, in particular, the candle with the yellow arrow: two crosses occurred here.
But because Block One Bar only took one buy order.
The sell order has not been activated on the same candle for half an hour .
Is there a variable or method for making the block open on each intersection regardless of waiting for the next candle?
The second question: What is the difference between MASHIFT AND CANDLE ID?

-
If you want more than one trade every time your conditions are met, just remove the 'Once per bar' block.
MA shift means Moving average shift. It's the exact same thing as you can see on that same indicator.
Candle ID means tha idenfiying number of every candle on the chart. Candle ID 0 is the current one. Candle ID 1 is the previous one, and so on.
-
@l-andorrà In some candles several intersections occur, different intersections are buying and selling during the quarter hour.
An option ONE PER BAR only takes one,I want it to take each intersection, I expect there are variables. -
Then the answer is obious: remove the 'once per bar' blocks.

-
@l-andorrà Sometimes several crosses occur on the same candle and this does not allow in one per bar
-
Then I'm afraid I don't fully understand what you want, sorry.