Thanks for the reply, but my chart is still messed up. The vortex part is still mashed together, as it is scaled tight and the arrows are at scaled numbers of around 25 on my chart. Here is the script change I did,change "low" to "0.8".
#plot minusUp_arrow = if "VI-" crosses above LOWER then low else double.nan;
plot minusUp_arrow = if "VI-" crosses above LOWER then 0.8 else double.nan;