- ago
Hello,
I would like to calculate a range based on consecutively increasing candles.
For example:
High - Low of 1 bar ago is greater than High - Low of 2 bars ago

Is this kind of condition possible to implement in the Building Blocks?

Thank you!!!!
0
121
Solved
2 Replies

Reply

Bookmark

Sort
Cone8
 ( 6.07% )
- ago
#1
Use the Indicator Compare to Indicator condition and the MathIndOpInd Transformer indicator for math operation.

High - Low of the latest bar is greater than High - Low of 1 bar ago would look like this -



If you really wanted to delay the whole thing another bar, you can add the N Bars Ago qualifier to the condition.

1
Best Answer
- ago
#2
Perfect, that's exactly what I was looking for.

Thank you very much.
1

Reply

Bookmark

Sort