[Quantproject-developers] QuantProject/b91_QuantProject Main.cs,1.13,1.14
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-03-23 21:36:32
|
Update of /cvsroot/quantproject/QuantProject/b91_QuantProject In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23583/b91_QuantProject Modified Files: Main.cs Log Message: Efficient Open to Close script has been modified (but not tested completely ...): now selection takes place only for tickers with a given open price level Index: Main.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/Main.cs,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Main.cs 12 Mar 2005 23:58:02 -0000 1.13 --- Main.cs 23 Mar 2005 21:35:38 -0000 1.14 *************** *** 324,331 **** // {//call here your scripts //new RunWalkForwardOneRank().Run(); ! // new RunEfficientCTCPorfolio().Run(); //new RunOneRank().Run(); ! new RunEfficientCTOPorfolio("STOCKMI",80,4,45,2,1000).Run(); ! new RunEfficientCTOPorfolio("STOCKMI",80,4,45,2,2500).Run(); // } // catch ( Exception ex ) --- 324,333 ---- // {//call here your scripts //new RunWalkForwardOneRank().Run(); ! //new RunOneRank().Run(); ! new RunEfficientCTOPorfolio("Test2",100,5,45, 1, 3000, "^SPX", ! new DateTime(2004,10,1), ! new DateTime(2004,10,15)).Run(); ! // } // catch ( Exception ex ) *************** *** 368,378 **** //call here your scripts //new RunWalkForwardOneRank().Run(); ! //new RunEfficientCTCPorfolio().Run(); ! ! //new RunEfficientCTOPorfolio("STOCKMI",100,5,30,10,2500).Run(); ! //new RunEfficientCTOPorfolio("STOCKMI",100,5,60,10,2500).Run(); ! //new RunEfficientCTOPorfolio("STOCKMI",100,5,5,1000).Run(); ! //new RunEfficientCTOPorfolio("STOCKMI",70,5,10,2500).Run(); ! //new RunEfficientCTOPorfolio("STOCKMI",100,5,10,2500).Run(); } --- 370,374 ---- //call here your scripts //new RunWalkForwardOneRank().Run(); ! } |