########################################################## # # # Begin Code # # # # BTT_Volume_Label By Palmer # # # # www.bankthetrade.com # # # ########################################################## def volopen = volume(period = ”DAY”); AddLabel(yes, "T_V: " + volopen, Color.white); # End Code