Hi Eugene, In IndicatorManager.java, there are following codes:
private static final long GAP_SIZE = 60 * 60 * 1000;// 1 hour private static final long MIN_SAMPLE_SIZE = 60 * 60;// 1 hour worth of samples What are the definitions of GAP SIZE AND MIN SAMPLE SIZE? I played around with min sample size by changing it to 60*45 and 60*30. I noticed that the smaller the min sample size, the more trade signals generated by defender strategies. Can I know how GAP SIZE and MIN SAMPLE SIZE got used by the indicator? Thank you for your help. -- 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.
