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
|