[Quantproject-developers] QuantProject/b7_Scripts/MSFTsimpleTest RunMSFTsimpleTest.cs,1.1.1.1,1.2
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-02 18:18:50
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/MSFTsimpleTest
In directory sc8-pr-cvs1:/tmp/cvs-serv23448/b7_Scripts/MSFTsimpleTest
Modified Files:
RunMSFTsimpleTest.cs
Log Message:
Changed report creation call, to add Buy and Hold benchmark
Index: RunMSFTsimpleTest.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/MSFTsimpleTest/RunMSFTsimpleTest.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** RunMSFTsimpleTest.cs 13 Oct 2003 22:00:07 -0000 1.1.1.1
--- RunMSFTsimpleTest.cs 2 Nov 2003 18:18:47 -0000 1.2
***************
*** 83,87 ****
AccountReport accountReport = tester.Account.CreateReport( "MSFT" , 7 ,
! new ExtendedDateTime( endDateTime , BarComponent.Close ) );
ExcelManager.Add( accountReport );
ExcelManager.ShowReport();
--- 83,87 ----
AccountReport accountReport = tester.Account.CreateReport( "MSFT" , 7 ,
! new ExtendedDateTime( endDateTime , BarComponent.Close ) , "MSFT" );
ExcelManager.Add( accountReport );
ExcelManager.ShowReport();
|