[Quantproject-developers] QuantProject/b7_Scripts/SimpleTesting/OneRank RunOneRank.cs,1.10,1.11
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-11-26 23:58:31
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23785/b7_Scripts/SimpleTesting/OneRank Modified Files: RunOneRank.cs Log Message: ^SPX is used as benchmark (it was MSFT before) Index: RunOneRank.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank/RunOneRank.cs,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** RunOneRank.cs 7 Jun 2005 15:36:24 -0000 1.10 --- RunOneRank.cs 26 Nov 2005 23:58:23 -0000 1.11 *************** *** 44,48 **** public class RunOneRank : Script { ! private DateTime startDateTime = new DateTime( 1993 , 1 , 1 ); private DateTime endDateTime = new DateTime( 2003 , 12 , 31 ); private Account account; --- 44,48 ---- public class RunOneRank : Script { ! private DateTime startDateTime = new DateTime( 2003 , 1 , 1 ); private DateTime endDateTime = new DateTime( 2003 , 12 , 31 ); private Account account; *************** *** 84,88 **** new IndexBasedEndOfDayTimer( new EndOfDayDateTime( this.startDateTime , ! EndOfDaySpecificTime.MarketOpen ) , "MSFT" ); // with IB commission --- 84,88 ---- new IndexBasedEndOfDayTimer( new EndOfDayDateTime( this.startDateTime , ! EndOfDaySpecificTime.MarketOpen ) , "^spx" ); // with IB commission |