[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Referencing future bars


  • To: "Adrian Pitt" <apitt@xxxxxxxxxxxxx>
  • Subject: Re: Referencing future bars
  • From: "Gary Fritz" <fritz@xxxxxxxx>
  • Date: Sat, 12 Jul 2008 07:59:16 -0600
  • Priority: normal

PureBytes Links

Trading Reference Links

> 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...