AddLabel (yes,concat( "$", concat(TotalDollars, concat(" Profit on ", concat(TotalShares, " shares")))),color.white);
Produces "$ ?,??? Profit on ???? Shares" ex-quotes and ??? is the value of the variable TotalDollars & TotalShares example: $5,000 Profit on 1,000 shares
#################################