You want to roll 4 dice 100 times, so how about "{Dice~400d6}"?
Otherwise, if you want each roll segregated, I'd say you want a variable and then in your 100 Loop, add the results of 4d6 to the variable for each iteration. You don't have to split calc and loop into separate lines unless you prefer that aesthetically.