The indicators are using the secondary series so you can use those with AddChartIndicator. You can otherwise continue to use them. You just need to remove the AddChartIndicator lines.
MACD1 = MACD([B]Closes[1],[/B] 20, 32, 8); MACD2 = MACD([B]Closes[2],[/B] 20, 32, 8);

Comment