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

Print to CSV File



PureBytes Links

Trading Reference Links

I'm running a system in SQL Server that looks at 5-minute bars.  I have it 
coded so when a file hits a directory, SQL imports the file and processes 
that data.  I know there is a way to send intraday data to a file, just 
never used it.

So I guess is what I need is an ELA that spits out:

DATE, TIME, OPEN, HIGH, LOW, CLOSE in a CSV format

Every 5-minutes.

Thanks