[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader/UserForms OTWebDownloader.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-01-07 23:28:30
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23797/Downloader/OpenTickDownloader/UserForms Modified Files: OTWebDownloader.cs Log Message: the form now downloads (not necessarily adiacent) daily bars according to a given list of Time(s) Index: OTWebDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/UserForms/OTWebDownloader.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** OTWebDownloader.cs 6 Jan 2009 17:24:33 -0000 1.7 --- OTWebDownloader.cs 7 Jan 2009 23:28:20 -0000 1.8 *************** *** 461,470 **** new OTTickerDownloader( this.TickersToDownload, ! this.StartingNewYorkDateTime, ! this.CheckedDailyTimes[0].Hour , ! this.CheckedDailyTimes[0].Minute , ! this.CheckedDailyTimes[0].Second , Convert.ToInt32( this.timeFrameInSeconds.Value ) , ! 1 , this.dateTimeOverwriteQuotesBefore.Value, this.checkBoxCheckingForMissingQuotes.Checked, --- 461,472 ---- new OTTickerDownloader( this.TickersToDownload, ! this.CheckedDailyTimes , ! this.dateTimePickerStartingDate.Value , ! // this.StartingNewYorkDateTime, ! // this.CheckedDailyTimes[0].Hour , ! // this.CheckedDailyTimes[0].Minute , ! // this.CheckedDailyTimes[0].Second , Convert.ToInt32( this.timeFrameInSeconds.Value ) , ! // 1 , this.dateTimeOverwriteQuotesBefore.Value, this.checkBoxCheckingForMissingQuotes.Checked, |