jp.sourceforge.orangesignal.ta.candle.generator
クラス RenkohTrendProcessor

java.lang.Object
  上位を拡張 jp.sourceforge.orangesignal.ta.candle.generator.StepTrendProcessor
      上位を拡張 jp.sourceforge.orangesignal.ta.candle.generator.RenkohTrendProcessor
すべての実装されたインタフェース:
TrendProcessor

public final class RenkohTrendProcessor
extends StepTrendProcessor

練行足(練り足)データからトレンド情報を処理するトレンドプロセッサークラスを提供します。

作成者:
杉澤 浩二

コンストラクタの概要
RenkohTrendProcessor(List<Step> renkoh)
          コンストラクタです。
 
メソッドの概要
protected  TrendType getTrend(Step renkoh)
          非時系列データセット用の値幅情報からトレンドの種類を返します。
 
クラス jp.sourceforge.orangesignal.ta.candle.generator.StepTrendProcessor から継承されたメソッド
execute
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RenkohTrendProcessor

public RenkohTrendProcessor(List<Step> renkoh)
コンストラクタです。

パラメータ:
renkoh - 練行足(練り足)データ
メソッドの詳細

getTrend

protected TrendType getTrend(Step renkoh)
クラス StepTrendProcessor の記述:
非時系列データセット用の値幅情報からトレンドの種類を返します。

定義:
クラス StepTrendProcessor 内の getTrend
パラメータ:
renkoh - 非時系列データセット用の値幅情報
戻り値:
トレンドの種類


Copyright © 2006-2009 OrangeSignal.com. All Rights Reserved.