|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.orangesignal.trading.strategy.AbstractTradingStrategy
jp.sourceforge.orangesignal.trading.strategy.TradingStrategySupport
jp.sourceforge.orangesignal.trading.strategy.systems.OutsideBarShortEntry
public class OutsideBarShortEntry
フィールドの概要 | |
---|---|
protected Candlestick[] |
c
|
コンストラクタの概要 | |
---|---|
OutsideBarShortEntry()
|
メソッドの概要 | |
---|---|
void |
close()
ストラテジーを終了します。 |
boolean |
execute()
ストラテジーを処理します。 |
void |
prepare()
ストラテジーを初期化します。 |
クラス jp.sourceforge.orangesignal.trading.strategy.TradingStrategySupport から継承されたメソッド |
---|
buy, buy, buy, buy, buy, buy, buy, buy, buy, buy, buy, buy, buy, buy, buy, buy, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, buyToCover, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sell, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort, sellShort |
クラス jp.sourceforge.orangesignal.trading.strategy.AbstractTradingStrategy から継承されたメソッド |
---|
buy, buyToCover, createOrder, getCandlestick, getClose, getCommission, getCurrentDataIndex, getCurrentEntries, getCurrentPosition, getCurrentPositions, getDataset, getDate, getDefaultOrderTiming, getEndDataIndex, getEntryDate, getEntryPrice, getHigh, getLow, getMarketPositionType, getOpen, getStartDataIndex, getStrategyName, getSymbol, getTrader, getVolume, sell, sellShort, setCurrentDataIndex, setDataset, setDate, setDefaultOrderTiming, setEndDataIndex, setStartDataIndex, setSymbol, setTrader |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected Candlestick[] c
コンストラクタの詳細 |
---|
public OutsideBarShortEntry()
メソッドの詳細 |
---|
public void prepare()
AbstractTradingStrategy
の記述:ストラテジーを初期化します。
デフォルトの実装は何も行いません。
TradingStrategy
内の prepare
AbstractTradingStrategy
内の prepare
public boolean execute()
TradingStrategy
の記述:ストラテジーを処理します。
false
。それ以外の場合は true
。public void close()
AbstractTradingStrategy
の記述:ストラテジーを終了します。
デフォルトの実装は何も行いません。
TradingStrategy
内の close
AbstractTradingStrategy
内の close
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |