Interface OhlcvConsolidationAddon
-
public interface OhlcvConsolidationAddon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultOHLCVconsolidationAdditionAddon(DefaultOHLCV ohlcv, OHLCVItem incrementItem)Base method for addon calculation processDefaultOHLCVconsolidationUpdateAddon(DefaultOHLCV ohlcv, OHLCVItem incrementItem)Base method for addon calculation processbooleanisDynamic()
-
-
-
Method Detail
-
consolidationUpdateAddon
DefaultOHLCV consolidationUpdateAddon(DefaultOHLCV ohlcv, OHLCVItem incrementItem)
Base method for addon calculation process- Parameters:
ohlcv- existed ohlcv structureincrementItem- incremental ohlc item- Returns:
- enhanced signal
-
consolidationAdditionAddon
DefaultOHLCV consolidationAdditionAddon(DefaultOHLCV ohlcv, OHLCVItem incrementItem)
Base method for addon calculation process- Parameters:
ohlcv- existed ohlcv structureincrementItem- incremental ohlc item- Returns:
- enhanced signal
-
isDynamic
boolean isDynamic()
- Returns:
- true = addon needs recalculation per tick in the consolidation process, false = the computation is processing by new tick which create new bar. It means in the end of previous closed bar - on close of bar.
-
-