I'm trying to merge a couple of indicators together, the problem is some of these have different scales, so while an oscillator might range from 0 to 100 another might have a variable range which can sometimes be very small say from -5 to +5. of course plotting these together will make one almost impossible to see.
how can I scale one up so its stays consistent across different stocks/datasets? I've tried to multiply the value of the indicator that gets plotted by a constant which works to an extent however depending on the data in some cases this can become too big and out of range. Ideally I want to keep the plot uniform between a certain range of values. any input would be much appreciated!