how do I calculate an store the result of this expression for later use in my program?
-
Can you help me with this? I am trying to make this condition: if candle 0 open price > (((candle 1 close price - candle 1 open price ) / 2 ) + candle 1 open price). How can this be using blocks in the Builder? Thanks
-
@rrr49
I expect it what you want -
@khalids222 Just one little add on. The 'Pass' block is not necessary in this example.