How To Overlay Indicators Of The Same Scale Onto Lower Charts:
When it comes to overlaying indicators on a lower chart, there are a few things to keep in mind.
If the indicators are not of the same scale, the results can be misleading, even if they look impressive at first glance.
ToS automatically resizes indicator outputs to fit on the chart, which can create a beautiful but ultimately meaningless overlaying pattern.
Even when overlaying studies of the same scale, you may still encounter issues. This is because ToS doesn't automatically recognize that they're the same scale and will still plot them relative to each other, leading to inaccurate results.
But don't worry - there is a solution! If you're overlaying studies of the same scale, simply insert the statement "declare real_size;" into each script, and you should see accurate and reliable results.
Just remember, this technique should not be used with indicators of differing scales.
Bound oscillators with non-comparable scales, need to be normalized to the same scale so they can be analyzed "relative" to each other.
read more here: https://usethinkscript.com/threads/normalized-macd-for-thinkorswim.9502/
When it comes to overlaying indicators on a lower chart, there are a few things to keep in mind.
If the indicators are not of the same scale, the results can be misleading, even if they look impressive at first glance.
ToS automatically resizes indicator outputs to fit on the chart, which can create a beautiful but ultimately meaningless overlaying pattern.
Even when overlaying studies of the same scale, you may still encounter issues. This is because ToS doesn't automatically recognize that they're the same scale and will still plot them relative to each other, leading to inaccurate results.
But don't worry - there is a solution! If you're overlaying studies of the same scale, simply insert the statement "declare real_size;" into each script, and you should see accurate and reliable results.
Just remember, this technique should not be used with indicators of differing scales.
Bound oscillators with non-comparable scales, need to be normalized to the same scale so they can be analyzed "relative" to each other.
read more here: https://usethinkscript.com/threads/normalized-macd-for-thinkorswim.9502/
Last edited by a moderator: