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