[Quantproject-developers] QuantProject/b1_ADT ConstantsProvider.cs,1.7,1.8
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-04-17 23:05:55
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30941/b1_ADT Modified Files: ConstantsProvider.cs Log Message: - added MinForDifferentGains Index: ConstantsProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ConstantsProvider.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ConstantsProvider.cs 1 Aug 2004 00:28:54 -0000 1.7 --- ConstantsProvider.cs 17 Apr 2005 23:05:42 -0000 1.8 *************** *** 22,25 **** --- 22,27 ---- public static double MaxDifferenceForAdjustedValues = 0.01; 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; |