[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor/CloseToClose CloseToCloseChart.cs,
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-21 17:11:02
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/CloseToClose In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5372/CloseToClose Modified Files: CloseToCloseChart.cs Log Message: Displays the charts for the quotes within the interval around the quotes with suspicious Close To Close ratio Index: CloseToCloseChart.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/CloseToClose/CloseToCloseChart.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CloseToCloseChart.cs 25 Jan 2004 14:49:10 -0000 1.1 --- CloseToCloseChart.cs 21 Mar 2004 17:00:53 -0000 1.2 *************** *** 74,78 **** Console.WriteLine( "CloseToCloseChart.OnPaint()" ); this.Clear(); ! this.history = DataProvider.GetCloseHistory( this.ticker ); this.onPaint_setTimeInterval(); this.Add( this.history , Color.Red , this.startDateTime , this.endDateTime ); --- 74,78 ---- Console.WriteLine( "CloseToCloseChart.OnPaint()" ); this.Clear(); ! this.history = DataProvider.GetCloseHistory( ((QuotesEditor)this.FindForm()).Ticker ); this.onPaint_setTimeInterval(); this.Add( this.history , Color.Red , this.startDateTime , this.endDateTime ); |