finance.eod
Class UpperBollinger

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

public class UpperBollinger
extends java.lang.Object
implements EODParmetricQuoteFilter

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


Constructor Summary
UpperBollinger(double[] source, double standardDeviation)
           
 
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

UpperBollinger

public UpperBollinger(double[] source,
                      double standardDeviation)
Method Detail

accept

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