You can do this with "force_overlay" in your MA plot, the code will be something like this:
plot(MA, color=color.blue, force_overlay=true)
With this type of code you can add your Osilator and MA at the same time one the chart.
cheers.