[Quantproject-developers] QuantProject/b1_ADT ConstantsProvider.cs,1.8,1.9
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-04-24 16:21:50
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22428/b1_ADT Modified Files: ConstantsProvider.cs Log Message: - MinForDifferentGains has been changed to a more reasonable value Index: ConstantsProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ConstantsProvider.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ConstantsProvider.cs 17 Apr 2005 23:05:42 -0000 1.8 --- ConstantsProvider.cs 24 Apr 2005 16:21:39 -0000 1.9 *************** *** 23,27 **** public static double MaxDifferenceForCloseToCloseRatios = 0.005; // threshold above which the equity line gain and the benchmark gain are considered different ! public static double MinForDifferentGains = 0.01; // max num days allowed by the data source (yahoo) public static double MaxNumDaysDownloadedAtEachConnection = 200; --- 23,27 ---- public static double MaxDifferenceForCloseToCloseRatios = 0.005; // threshold above which the equity line gain and the benchmark gain are considered different ! public static double MinForDifferentGains = 0.0003; // max num days allowed by the data source (yahoo) public static double MaxNumDaysDownloadedAtEachConnection = 200; |