finance.eod
Class LowerBollinger
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- pricesstandardDeviation
- numberOfstandard deviations
accept
public boolean accept(EODQuote q,
int period)
- Specified by:
accept
in interface EODParmetricQuoteFilter