On Mon, Jan 17, 2011 at 7:34 AM, aqc <[email protected]> wrote: > Hi Eugene, > > I can understand from the code that min sample size is 1 hour from the > following code: private static final long MIN_SAMPLE_SIZE = 60 * > 60; // 1 hour worth of > samples, which means 3600 seconds. However for GAP_SIZE, I don't > understand how 60*60*1000 represent gap size of 1 hour. > Would you mind explaining the role of 1000 in the GAP SIZE? > >
MIN_SAMPLE_SIZE is measured in seconds. GAP_SIZE is measured in milliseconds. -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.
