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

Re: Forex referenceing prior days OHLC-code help needed.


  • To: omega-list@xxxxxxxxxx
  • Subject: Re: Forex referenceing prior days OHLC-code help needed.
  • From: "Gary Fritz" <fritz@xxxxxxxx>
  • Date: Wed, 05 Apr 2006 08:26:41 -0600
  • Priority: normal

PureBytes Links

Trading Reference Links

> It looks like the function uses "date" and "date[x]" which is
> causing TS to look at the computer date - so if you set your computer
> time to GMT it should work right. 

Date does NOT reference your computer date -- that's CurrentDate.  Date 
refers to the date associated with the current bar.  It's unaffected by 
your computer time setting unless your data vendor uses your computer's 
time to timestamp data.  But even in that case Date still refers to the 
time that was STORED with that bar.  Changing the computer date has no 
effect on it.

Gary