The optimizer gave you two optimized parameter values (0.6 0.6) the asset name in the output i guess is irrelevant in this case.

If you want different parameters for different assets I think you need an asset loop construct.

Code:
while (asset(loop(Asset1, Asset2)))
{
}