jp.sf.orangesignal.ta.candle.generator
クラス ShinneTrendProcessor
java.lang.Object
jp.sf.orangesignal.ta.candle.generator.StepTrendProcessor
jp.sf.orangesignal.ta.candle.generator.ShinneTrendProcessor
- すべての実装されたインタフェース:
- TrendProcessor
public final class ShinneTrendProcessor
- extends StepTrendProcessor
新値足データからトレンド情報を処理するトレンドプロセッサークラスを提供します。
- 作成者:
- 杉澤 浩二
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShinneTrendProcessor
public ShinneTrendProcessor(List<Step> shinne)
- コンストラクタです。
- パラメータ:
shinne
- 新値足データ
getTrend
protected TrendType getTrend(Step shinne)
- クラス
StepTrendProcessor
の記述:
- 非時系列データセット用の値幅情報からトレンドの種類を返します。
- 定義:
- クラス
StepTrendProcessor
内の getTrend
- パラメータ:
shinne
- 非時系列データセット用の値幅情報
- 戻り値:
- トレンドの種類
Copyright © 2006-2009 OrangeSignal.com. All Rights Reserved.