What is row mode in bulls in a row block?
-
What is row mode in bulls in a row block? And what is candle ID's purpose in bulls in a row block?
-
ID is how many candles back to look at, 0 = current. Row is the number of candles in a row, but I don't use, I use the single candle block, row does work but last time I used 3 = 4, probably because it starts at ID 1
-
@jstap Thank you! In row mode it gives three options : normal, candle size increase and candle size decrease. That is what I'm wondering about.
What happens if I leave candle ID vacant? I already set candles in a row to 4.
-

Also what is shift in time in the draw Fib block.
-
Don't know about row, you'll have to test. Even candle IDs are a place in time, to shift means you move the ID
-
Row mode in the Bulls in a Row block specifies how the block counts consecutive candles that meet a specified condition. There are two options for row mode:
True: Counts consecutive candles from the current candle to the past.
False: Counts consecutive candles from the current candle to the future.
Candle ID in Bulls in a Row Block:
The Candle ID input in the Bulls in a Row block allows you to specify the candle on which the block should start counting consecutive candles. This is useful when you want to count consecutive candles from a specific point in time or from a specific candle pattern.