AhmadHuma Finance / USDTMEXC:HUMAUSDTstrongJaguar46499//@version=6 indicator("Volume Dotted Line", overlay=false, max_lines_count=500) // حجم هر کندل vol = volume // رسم خط نقطهچین برای هر کندل در ارتفاع حجم همان کندل if barstate.isconfirmed line.new( x1 = bar_index - 0.45, y1 = vol, x2 = bar_index + 0.45, y2 = vol, xloc = xloc.bar_index, extend = extend.none, style = line.style_dotted, width = 2 ) // ستون حجم plot(vol, title="Volume", style=plot.style_columns)