To be able to compare one stock to another the formula normalizes the value by dividing the width by the moving average. here is the formula for Bol. Band Width written for RavenQuote:
((bbupper(Close,20,2,D,,)- bblower(Close,20,2,D,,))/
mov(Close,20,0,D,,))*100
In English it's the distance...