Hello, im looking for a script that will plot horizontal lines at some price levels. I want the script to take the chart data (I want to use daily chart) and look at the values of the opens, the highs, the lows, and the closes of candles that have 125% relative volume from the 50 day average, and to see which of those are closest to current price (so as to see only the closest support/resistance levels) and plot those as horizontal lines. I was trying to make it using chatgpt but was running into problems, it was saying it cant really use current price, so first i asked if it could use the close from the latest 1 minute candle, it said it can't so i settled with previous close on daily chart. Then it also was saying that it can't really find what values are closest to previous days close. So im just wondering if anyone could help me or if this has been made or something. I also wanted all the 125% rvol candles to be cyan if they were green and magenta if they were red, and for specifically the candles that have the horizontal lines coming from them, violet if they were green/cyan and plum if they were red/magenta