public enum CandlePatternMultiLine extends Enum<CandlePatternMultiLine>
BullishAbandonedBaby
BearishAbandonedBaby
ThreeInsideUp
ThreeInsideDown
ThreeOutsideUp
ThreeOutsideDown
ThreeWhiteSoldiers
ThreeBlackCrows
MorningDojiStar
EveningDojiStar
MorningStar
EveningStar
UpsideTasukiGap
DownsideTasukiGap
BullishSidebySideWhiteLines
BearishSidebySideWhiteLines
RisingThreeMethod
NotApplicable
Enum Constant and Description |
---|
BearishAbandonedBaby
Bearish abandoned baby pattern
|
BearishSidebySideWhiteLines
Bearish side by side white lines pattern
|
BullishAbandonedBaby
Bullish abandoned baby pattern
|
BullishSidebySideWhiteLines
Bullish side by side white lines pattern
|
DownsideTasukiGap
Down side tasuki gap pattern
|
EveningDojiStar
Evening doji star pattern
|
EveningStar
Evening star pattern
|
MorningDojiStar
Morning doji star pattern
|
MorningStar
Morning star pattern
|
NotApplicable
If none of the above
|
RisingThreeMethod
Rising three pattern
|
ThreeBlackCrows
Three Black crows pattern
|
ThreeInsideDown
Three inside down pattern
|
ThreeInsideUp
Three inside up pattern
|
ThreeOutsideDown
Three outside down pattern
|
ThreeOutsideUp
Three outside up pattern
|
ThreeWhiteSoldiers
Three white soldiers pattern
|
UpsideTasukiGap
Upside tasuki gap pattern
|
Modifier and Type | Method and Description |
---|---|
static CandlePatternMultiLine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandlePatternMultiLine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CandlePatternMultiLine BullishAbandonedBaby
public static final CandlePatternMultiLine BearishAbandonedBaby
public static final CandlePatternMultiLine ThreeInsideUp
public static final CandlePatternMultiLine ThreeInsideDown
public static final CandlePatternMultiLine ThreeOutsideUp
public static final CandlePatternMultiLine ThreeOutsideDown
public static final CandlePatternMultiLine ThreeWhiteSoldiers
public static final CandlePatternMultiLine ThreeBlackCrows
public static final CandlePatternMultiLine MorningDojiStar
public static final CandlePatternMultiLine EveningDojiStar
public static final CandlePatternMultiLine MorningStar
public static final CandlePatternMultiLine EveningStar
public static final CandlePatternMultiLine UpsideTasukiGap
public static final CandlePatternMultiLine DownsideTasukiGap
public static final CandlePatternMultiLine BullishSidebySideWhiteLines
public static final CandlePatternMultiLine BearishSidebySideWhiteLines
public static final CandlePatternMultiLine RisingThreeMethod
public static final CandlePatternMultiLine NotApplicable
public static CandlePatternMultiLine[] values()
for (CandlePatternMultiLine c : CandlePatternMultiLine.values()) System.out.println(c);
public static CandlePatternMultiLine valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 KNC Solutions Private Limited.. All rights reserved.