Good Day,
I have the following code for an indicator that will plot the price difference between 2 securities using the close data. (In this case it is the spread between SLB and HAL)
_SECTION_BEGIN("slb");
spread = Foreign( "slb", "c") - Foreign( "hal", "c");
Plot( spread, "spread"...