Volume profile indicator thinkscript thinkorswim

broken image
broken image
broken image

# Additionally Pre-Market, 1Hr Volume, AfterHour Volume labels are added.ĭef VolDayAvg = (fold index = 1 to length + 1 with Avg = 0 do (Avg + volume(period = 'DAY'))) / length ĭef AvgBars = (fold index2 = 1 to length + 1 with Bar = 0 do (Bar + volume)) / length ĭef PercentOfDayAvg = Round((Today / VolDayAvg) * 100, 0) ĭef ADV = Average(volume, length) # Modified by: Surya Kiran C # Included rVolume label and Changed length as input.

broken image