public class CANDLETYPE extends Object
Constructor and Description |
---|
CANDLETYPE() |
Modifier and Type | Method and Description |
---|---|
CandleTypeBasic |
getBasicCandleType(List<Double> open,
List<Double> high,
List<Double> low,
List<Double> close,
Map<String,Object> scanParams) |
CandleBasicLength |
getCandleBasicLength() |
CandleSignalType |
getCandleSignalType() |
CandlePatternDoubleLine |
getDoubleLinePattern(List<Double> open,
List<Double> high,
List<Double> low,
List<Double> close,
Map<String,Object> scanParams) |
CandlePatternMultiLine |
getMultiLinePattern(List<Double> open,
List<Double> high,
List<Double> low,
List<Double> close,
Map<String,Object> scanParams) |
CandlePatternSingleLine |
getSingleLinePattern(List<Double> open,
List<Double> high,
List<Double> low,
List<Double> close,
Map<String,Object> scanParams) |
public CandleTypeBasic getBasicCandleType(List<Double> open, List<Double> high, List<Double> low, List<Double> close, Map<String,Object> scanParams) throws in.kncsolutions.dhelm.exceptions.DataException
open
- : list of opening prices where the last item is the latest datahigh
- : list of high prices where the last item is the latest datalow
- : list of low prices where the last item is the latest dataclose
- : list of closing prices where the last item is the latest datascanParams
- contains body_reference_number, an integer greater than 0,
length_reference_number, an integer greater than 0,long_short_reference_percentage, a double value greater than 0
previous_trend_reference_number, an integer value greater than 0,lower_shadow_reference_percentage, a double value greater than 0
and upper_shadow_reference_percentage, a double value greater than 0.in.kncsolutions.dhelm.exceptions.DataException
- if sufficient data not available.public CandlePatternSingleLine getSingleLinePattern(List<Double> open, List<Double> high, List<Double> low, List<Double> close, Map<String,Object> scanParams) throws in.kncsolutions.dhelm.exceptions.DataException
open
- : list of opening prices where the last item is the latest datahigh
- : list of high prices where the last item is the latest datalow
- : list of low prices where the last item is the latest dataclose
- : list of closing prices where the last item is the latest datascanParams
- contains body_reference_number, an integer greater than 0,
length_reference_number, an integer greater than 0,long_short_reference_percentage, a double value greater than 0
previous_trend_reference_number, an integer value greater than 0,lower_shadow_reference_percentage, a double value greater than 0
and upper_shadow_reference_percentage, a double value greater than 0.in.kncsolutions.dhelm.exceptions.DataException
- if sufficient data not available.public CandlePatternDoubleLine getDoubleLinePattern(List<Double> open, List<Double> high, List<Double> low, List<Double> close, Map<String,Object> scanParams) throws in.kncsolutions.dhelm.exceptions.DataException
open
- : list of opening prices where the last item is the latest datahigh
- : list of high prices where the last item is the latest datalow
- : list of low prices where the last item is the latest dataclose
- : list of closing prices where the last item is the latest datascanParams
- contains body_reference_number, an integer greater than 0,
length_reference_number, an integer greater than 0,long_short_reference_percentage, a double value greater than 0
previous_trend_reference_number, an integer value greater than 0,lower_shadow_reference_percentage, a double value greater than 0
and upper_shadow_reference_percentage, a double value greater than 0.in.kncsolutions.dhelm.exceptions.DataException
- if sufficient data not available.public CandlePatternMultiLine getMultiLinePattern(List<Double> open, List<Double> high, List<Double> low, List<Double> close, Map<String,Object> scanParams) throws in.kncsolutions.dhelm.exceptions.DataException
open
- : list of opening prices where the last item is the latest datahigh
- : list of high prices where the last item is the latest datalow
- : list of low prices where the last item is the latest dataclose
- : list of closing prices where the last item is the latest datascanParams
- contains body_reference_number, an integer greater than 0,
length_reference_number, an integer greater than 0,long_short_reference_percentage, a double value greater than 0
previous_trend_reference_number, an integer value greater than 0,lower_shadow_reference_percentage, a double value greater than 0
and upper_shadow_reference_percentage, a double value greater than 0.in.kncsolutions.dhelm.exceptions.DataException
- if sufficient data not available.public CandleSignalType getCandleSignalType()
public CandleBasicLength getCandleBasicLength()
Copyright © 2018 KNC Solutions Private Limited.. All rights reserved.