public interface ILineBreak extends IPriceAggregationBar
Modifier and Type | Method and Description |
---|---|
long |
getFormedElementsCount()
Returns the number of time sessions which formed the current line
|
Double |
getTurnaroundPrice()
According to change a trend for a next line, the current price must exceed the turnaround price.
|
Double |
getWickPrice()
The Wick or Tail gives additional information of the market movement during the drawing of any individual line.
|
Boolean |
isRising()
Provides an information about the trend of the line.
|
getEndTime
getClose, getHigh, getLow, getOpen, getVolume
getTime
Double getWickPrice()
CreationPoint
)
and create (if possible) the next Line Break line. If the price of the current session didn't create a new line, then
it makes a wick for next line. Bearish lines can have wicks only on top of them and bullish lines only on bottom.Double getTurnaroundPrice()
LineBreakLookback
} value. E.g. if we use LineBreakLookback.THREE_LINES
, then the turnaround
price is determined according to the last three lines.Boolean isRising()
long getFormedElementsCount()
getFormedElementsCount
in interface IPriceAggregationBar
Copyright © 2016. All rights reserved.