finance.eod
Class LowerBollinger

java.lang.Object
  extended by finance.eod.LowerBollinger
All Implemented Interfaces:
EODParmetricQuoteFilter

public class LowerBollinger
extends java.lang.Object
implements EODParmetricQuoteFilter

User: lyon Date: Aug 1, 2007 Time: 12:08:28 PM Copyright DocJava, Inc. 2005.


Constructor Summary
LowerBollinger(double[] source, double standardDeviation)
          Compute the lower level of the bollinger band.
 
Method Summary
 boolean accept(EODQuote q, int period)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowerBollinger

public LowerBollinger(double[] source,
                      double standardDeviation)
Compute the lower level of the bollinger band. User the period to compute the moving average and standard deviation

Parameters:
source - prices
standardDeviation - numberOfstandard deviations
Method Detail

accept

public boolean accept(EODQuote q,
                      int period)
Specified by:
accept in interface EODParmetricQuoteFilter