> Does anyone know why TS8.3 thinks the formula below is referencing future > bars? > Low < Low[SwingLowBar(1,SMA1,2,20)] >From memory, but -- doesn't SwingLowBar return -1 if it doesn't find a swing low within the specified range? Low[-1] is a no-no...