Surprised nobody has pushed for this idea already. Programming languages usually have a means to pass global data from one module (in our case an indicator) to another. Pinescript has a hint of this when we can write a script that allows one input statement that can pull the plotted series from another script in the same chart. i.e. a script that contains : x =...