[Quantproject-developers] QuantProject/b1_ADT ConstantsProvider.cs,1.3,1.4
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-05-22 07:08:01
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21577/b1_ADT Modified Files: ConstantsProvider.cs Log Message: Added new constants to the project Index: ConstantsProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ConstantsProvider.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ConstantsProvider.cs 11 May 2004 21:58:19 -0000 1.3 --- ConstantsProvider.cs 22 May 2004 07:07:51 -0000 1.4 *************** *** 21,24 **** --- 21,25 ---- public static double MaxRelativeDifferenceForAdjustedValues = 0.0005; public static double MaxRelativeDifferenceForCloseToCloseRatios = 0.0001; + // max num days allowed by the data source (yahoo) public static double MaxNumDaysDownloadedAtEachConnection = 200; } |