Class CandlePatternRegistry
- Namespace
- StockSharp.Algo.Candles.Patterns
- Assembly
- StockSharp.Algo.dll
Registry of basic patterns.
public static class CandlePatternRegistry
- Inheritance
-
CandlePatternRegistry
- Inherited Members
Fields
Bearish
Bearish candle pattern.
public static readonly ICandlePattern Bearish
Field Value
BearishEngulfing
Bearish Engulfing candle pattern.
public static readonly ICandlePattern BearishEngulfing
Field Value
BearishHarami
Bearish Harami candle pattern.
public static readonly ICandlePattern BearishHarami
Field Value
Black
Black candle pattern.
public static readonly ICandlePattern Black
Field Value
BlackMarubozu
Back Marubozu candle pattern.
public static readonly ICandlePattern BlackMarubozu
Field Value
Bullish
Bullish candle pattern.
public static readonly ICandlePattern Bullish
Field Value
BullishEngulfing
Bullish Engulfing candle pattern.
public static readonly ICandlePattern BullishEngulfing
Field Value
BullishHarami
Bullish Harami candle pattern.
public static readonly ICandlePattern BullishHarami
Field Value
Dragonfly
Dragonfly candle pattern.
public static readonly ICandlePattern Dragonfly
Field Value
EveningStar
Evening Star candle pattern.
public static readonly ICandlePattern EveningStar
Field Value
FallingThreeMethods
Falling Three Methods candle pattern.
public static readonly ICandlePattern FallingThreeMethods
Field Value
Flat
Flat candle pattern.
public static readonly ICandlePattern Flat
Field Value
Gravestone
Gravestone candle pattern.
public static readonly ICandlePattern Gravestone
Field Value
Hammer
Hammer candle pattern.
public static readonly ICandlePattern Hammer
Field Value
HangingMan
Hanging man candle pattern.
public static readonly ICandlePattern HangingMan
Field Value
InvertedHammer
Inverted hummer candle pattern.
public static readonly ICandlePattern InvertedHammer
Field Value
MorningStar
Morning Star candle pattern.
public static readonly ICandlePattern MorningStar
Field Value
OnNeck
On-Neck candle pattern.
public static readonly ICandlePattern OnNeck
Field Value
Piercing
Piercing candle pattern.
public static readonly ICandlePattern Piercing
Field Value
RisingThreeMethods
Rising Three Methods candle pattern.
public static readonly ICandlePattern RisingThreeMethods
Field Value
ShootingStar
Shooting Star candle pattern.
public static readonly ICandlePattern ShootingStar
Field Value
SpinningTop
Spinning top candle pattern.
public static readonly ICandlePattern SpinningTop
Field Value
ThreeBlackCrows
Three Black Crows candle pattern.
public static readonly ICandlePattern ThreeBlackCrows
Field Value
ThreeInsideDown
Three Inside Down candle pattern.
public static readonly ICandlePattern ThreeInsideDown
Field Value
ThreeInsideUp
Three Inside Up candle pattern.
public static readonly ICandlePattern ThreeInsideUp
Field Value
ThreeOutsideDown
Three Outside Down candle pattern.
public static readonly ICandlePattern ThreeOutsideDown
Field Value
ThreeOutsideUp
Three Outside Up candle pattern.
public static readonly ICandlePattern ThreeOutsideUp
Field Value
ThreeWhiteSoldiers
Three White Soldiers candle pattern.
public static readonly ICandlePattern ThreeWhiteSoldiers
Field Value
TweezerBottom
Tweezer Bottom candle pattern.
public static readonly ICandlePattern TweezerBottom
Field Value
TweezerTop
Tweezer Top candle pattern.
public static readonly ICandlePattern TweezerTop
Field Value
White
White candle pattern.
public static readonly ICandlePattern White
Field Value
WhiteMarubozu
White Marubozu candle pattern.
public static readonly ICandlePattern WhiteMarubozu
Field Value
Properties
All
All patterns.
public static IEnumerable<ICandlePattern> All { get; }