User avatar
DrVats
Pine Script Rookie
Pine Script Rookie
Posts: 9
Joined: August 5th, 2023

Short Covering logic

I've been trying to mark the starting candle of SHORT COVERING at the intraday timeframe
The logic I thought of is:

open < close[1] and low < low[1] and close > high[1] and volume> volume[1] and volume > ta.sma(volume,20)


Does anyone have a better logic/suggestion?

Return to “Request Scripts”