BOOM got it thank you, so combined all the count into one def and that seems to work
def countThirty = if Thirty_MinExtraSqueeze and !Thirty_MinExtraSqueeze[1] or Thirty_MinSqueeze and !Thirty_MinSqueeze[1] or Thirty_MinPreSqueeze and !Thirty_MinPreSqueeze [1] then 1 else countThirty[1]+1;
AddLabel(ThirtyMinLabel and Thirty_MinAggregationPeriod, "30m" + countThirty ,
if Thirty_MinExtraSqueeze then GlobalColor("ExtraSqueeze")
else if Thirty_MinSqueeze then GlobalColor("Squeeze")
else if Thirty_MinPreSqueeze then GlobalColor("PreSqueeze")
else GlobalColor("No Squeeze"));