Update of /cvsroot/quantproject/QuantProject/b3_Data/Selectors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16980/b3_Data/Selectors
Modified Files:
SelectionType.cs
Log Message:
Added new selection types
Index: SelectionType.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Selectors/SelectionType.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** SelectionType.cs 17 May 2005 23:06:01 -0000 1.11
--- SelectionType.cs 20 Dec 2005 19:34:55 -0000 1.12
***************
*** 42,46 ****
AverageRawOpenPrice,
WinningOpenToClose,
! OpenCloseCorrelationToBenchmark
}
}
--- 42,47 ----
AverageRawOpenPrice,
WinningOpenToClose,
! OpenCloseCorrelationToBenchmark,
! CloseToCloseCorrelationToBenchmark
}
}
|