[Quantproject-developers] QuantProject/b91_QuantProject Main.cs,1.4,1.5
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-01 00:36:07
|
Update of /cvsroot/quantproject/QuantProject/b91_QuantProject In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22360/b91_QuantProject Modified Files: Main.cs Log Message: RunOneRankWithWindowsReport is the default script now Index: Main.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/Main.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Main.cs 17 Apr 2004 14:02:09 -0000 1.4 --- Main.cs 1 Aug 2004 00:35:58 -0000 1.5 *************** *** 224,231 **** //try { ! //new RunMSFTsimpleTest().Run(); ! new RunMSFTsimpleTest_2().Run(); ! //new RunOneRank().Run(); ! //new RunMSFTwalkForward().Run(); //new RunMultiTestOneRank().Run(); --- 224,232 ---- //try { ! // new RunMSFTsimpleTest().Run(); ! // new RunMSFTsimpleTest_2().Run(); ! //new RunOneRankWithExcelReport().Run(); ! new RunOneRankWithWindowsReport().Run(); ! //new RunMSFTwalkForward().Run(); //new RunMultiTestOneRank().Run(); |