vasansrini
New member
Is there a way to write a script to find out if the current 5 minute candle is green (higher than the previous 5 minute candle) … while the candle is still open?
Something like if current(open price) >= previous(close price)
Something like if current(open price) >= previous(close price)