//@version=5 indicator("PRADEEPs Heikin Ashi Buy/Sell with RSI Crossover, PSAR, EMA 50, and VWAP", overlay=true) // Calculate Heikin Ashi candles var float haOpen = na haClose = (open + high + low + close) / 4 // Initialize haOpen on the first bar if (