[Quantproject-developers] QuantProject/b7_Scripts Scripts.prjx,1.13,1.14 b7_Scripts.csproj,1.39,1.40
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-10-21 18:08:00
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18615/b7_Scripts Modified Files: Scripts.prjx b7_Scripts.csproj Log Message: Added: - SimpleSelection script; - Open To Close combined with Close to Open; - Open To Close multiday Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** b7_Scripts.csproj 15 Oct 2005 18:02:27 -0000 1.39 --- b7_Scripts.csproj 21 Oct 2005 18:07:45 -0000 1.40 *************** *** 219,222 **** --- 219,232 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTCCTO.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerOTCMultiday.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\GenomeManagerForEfficientCTCPortfolio.cs" SubType = "Code" *************** *** 239,242 **** --- 249,257 ---- /> <File + RelPath = "TickerSelectionTesting\MeaningForGenome.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\PortfolioType.cs" SubType = "Code" *************** *** 264,267 **** --- 279,292 ---- /> <File + RelPath = "TickerSelectionTesting\RunEfficientOTCCTOPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\RunEfficientOTCPortfolioMultiday.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunEfficientPortfolio.cs" SubType = "Code" *************** *** 284,287 **** --- 309,347 ---- /> <File + RelPath = "TickerSelectionTesting\SimpleSelection\BestTickersScreener.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\SimpleSelection\BestTickersScreenerOpenToClose.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\SimpleSelection\CandidatePropertiesForSimpleSelection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\SimpleSelection\EndOfDayTimerHandlerSimpleSelection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\SimpleSelection\EndOfDayTimerHandlerSimpleSelectionOpenToClose.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\SimpleSelection\RunSimpleSelection.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\SimpleSelection\RunSimpleSelectionOpenToClose.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\LinearCombination\GenomeRepresentation.cs" SubType = "Code" Index: Scripts.prjx =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts.prjx,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Scripts.prjx 27 Sep 2005 22:32:40 -0000 1.13 --- Scripts.prjx 21 Oct 2005 18:07:45 -0000 1.14 *************** *** 23,27 **** <File name=".\WalkForwardTesting\WalkForwardOneRank\ComparableAccount.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> <File name=".\WalkForwardTesting\WalkForwardOneRank\EligibleTickers.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> - <File name=".\WalkForwardTesting\WalkForwardOneRank\EndOfDayTimerHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> <File name=".\WalkForwardTesting\WalkForwardOneRank\ProgressBarForm.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> <File name=".\WalkForwardTesting\WalkForwardOneRank\RunWalkForwardOneRank.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> --- 23,26 ---- *************** *** 58,61 **** --- 57,74 ---- <File name=".\TickerSelectionTesting\EndOfDayTimerHandlerCTOMultiAccount.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> <File name=".\TickerSelectionTesting\RunEfficientCTOPortfolioMultiAccount.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\EndOfDayTimerHandlerOTCCTO.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\RunEfficientOTCCTOPortfolio.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\RunEfficientOTCPortfolioMultiday.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\EndOfDayTimerHandlerOTCMultiday.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection" subtype="Directory" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection\RunSimpleSelectionOpenToClose.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection\BestTickersScreener.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection\BestTickersScreenerOpenToClose.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection\CandidatePropertiesForSimpleSelection.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection\EndOfDayTimerHandlerSimpleSelection.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection\EndOfDayTimerHandlerSimpleSelectionOpenToClose.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\SimpleSelection\RunSimpleSelection.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\WalkForwardTesting\WalkForwardOneRank\MyEndOfDayTimerHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> + <File name=".\TickerSelectionTesting\MeaningForGenome.cs" subtype="Code" buildaction="Compile" dependson="" data="" /> </Contents> <References> |