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!!!!
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!!!!
Rename
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.
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.
Perfect, that's exactly what I was looking for.
Thank you very much.
Thank you very much.
Your Response
Post
Edit Post
Login is required