jp.sf.orangesignal.ta.candle.generator
クラス RenkohTrendProcessor
java.lang.Object
jp.sf.orangesignal.ta.candle.generator.StepTrendProcessor
jp.sf.orangesignal.ta.candle.generator.RenkohTrendProcessor
- すべての実装されたインタフェース:
- TrendProcessor
public final class RenkohTrendProcessor
- extends StepTrendProcessor
練行足(練り足)データからトレンド情報を処理するトレンドプロセッサークラスを提供します。
- 作成者:
- 杉澤 浩二
クラス 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.