Is there any way to see volume by $USD amount rather than number of shares? It would be awesome for my trading style.
I have found this: https://enzlo.com/how-to-add-dollar-volume-vol-on-td-ameritrade-thinkorswim-tos/ however he use it only as a watchlist column
	
	
	
	
	
		
However I'm not sure if it's possible to have the same as a lower study on Volume Chart (instead of volume by shares, have volume by USD)
and BTW, how can I use this feature in a part of Scan, i,e: Look for Stocks +1B in Market Cap + 100 Million USD trading today
Can someone help me please?
	
		
			
		
		
	
				
			I have found this: https://enzlo.com/how-to-add-dollar-volume-vol-on-td-ameritrade-thinkorswim-tos/ however he use it only as a watchlist column
		Code:
	
	plot DollarVolume = Round("number" = (hl2 * volume / 1000000), "numberOfDigits" = 1);
	However I'm not sure if it's possible to have the same as a lower study on Volume Chart (instead of volume by shares, have volume by USD)
and BTW, how can I use this feature in a part of Scan, i,e: Look for Stocks +1B in Market Cap + 100 Million USD trading today
Can someone help me please?
			
				Last edited: