PureBytes Links
Trading Reference Links
|
With many markets trading more than just a day session the following code
isn't good enough anymore. Anyone have a way to include all trading for the
day?
Example of the old way (gathers data from intraday charts for session one
only):
If Time = Sess1StartTime + BarInterval then begin
---
---
etc.
If Time = Sess1EndTime then begin
etc.
I am trying to create spread charts with high low and close from intraday
data.
Thanks,
David Cicia
|