Lean
$LEAN_TAG$
|
Classes | |
class | AbandonedBaby |
Abandoned Baby candlestick pattern More... | |
class | AdvanceBlock |
Advance Block candlestick pattern More... | |
class | BeltHold |
Belt-hold candlestick pattern indicator More... | |
class | Breakaway |
Breakaway candlestick pattern indicator More... | |
class | CandleSetting |
Represents a candle setting More... | |
class | CandleSettings |
Candle settings for all candlestick patterns More... | |
class | CandlestickPattern |
Abstract base class for a candlestick pattern indicator More... | |
class | ClosingMarubozu |
Closing Marubozu candlestick pattern indicator More... | |
class | ConcealedBabySwallow |
Concealed Baby Swallow candlestick pattern More... | |
class | Counterattack |
Counterattack candlestick pattern More... | |
class | DarkCloudCover |
Dark Cloud Cover candlestick pattern More... | |
class | Doji |
Doji candlestick pattern indicator More... | |
class | DojiStar |
Doji Star candlestick pattern indicator More... | |
class | DragonflyDoji |
Dragonfly Doji candlestick pattern indicator More... | |
class | Engulfing |
Engulfing candlestick pattern More... | |
class | EveningDojiStar |
Evening Doji Star candlestick pattern More... | |
class | EveningStar |
Evening Star candlestick pattern More... | |
class | GapSideBySideWhite |
Up/Down-gap side-by-side white lines candlestick pattern More... | |
class | GravestoneDoji |
Gravestone Doji candlestick pattern indicator More... | |
class | Hammer |
Hammer candlestick pattern indicator More... | |
class | HangingMan |
Hanging Man candlestick pattern indicator More... | |
class | Harami |
Harami candlestick pattern indicator More... | |
class | HaramiCross |
Harami Cross candlestick pattern indicator More... | |
class | HighWaveCandle |
High-Wave Candle candlestick pattern indicator More... | |
class | Hikkake |
Hikkake candlestick pattern More... | |
class | HikkakeModified |
Hikkake Modified candlestick pattern More... | |
class | HomingPigeon |
Homing Pigeon candlestick pattern indicator More... | |
class | IdenticalThreeCrows |
Identical Three Crows candlestick pattern More... | |
class | InNeck |
In-Neck candlestick pattern indicator More... | |
class | InvertedHammer |
Inverted Hammer candlestick pattern indicator More... | |
class | Kicking |
Kicking candlestick pattern More... | |
class | KickingByLength |
Kicking (bull/bear determined by the longer marubozu) candlestick pattern More... | |
class | LadderBottom |
Ladder Bottom candlestick pattern indicator More... | |
class | LongLeggedDoji |
Long Legged Doji candlestick pattern indicator More... | |
class | LongLineCandle |
Long Line Candle candlestick pattern indicator More... | |
class | Marubozu |
Marubozu candlestick pattern indicator More... | |
class | MatchingLow |
Matching Low candlestick pattern indicator More... | |
class | MatHold |
Mat Hold candlestick pattern More... | |
class | MorningDojiStar |
Morning Doji Star candlestick pattern More... | |
class | MorningStar |
Morning Star candlestick pattern More... | |
class | OnNeck |
On-Neck candlestick pattern indicator More... | |
class | Piercing |
Piercing candlestick pattern More... | |
class | RickshawMan |
Rickshaw Man candlestick pattern More... | |
class | RiseFallThreeMethods |
Rising/Falling Three Methods candlestick pattern More... | |
class | SeparatingLines |
Separating Lines candlestick pattern indicator More... | |
class | ShootingStar |
Shooting Star candlestick pattern More... | |
class | ShortLineCandle |
Short Line Candle candlestick pattern indicator More... | |
class | SpinningTop |
Spinning Top candlestick pattern indicator More... | |
class | StalledPattern |
Stalled Pattern candlestick pattern More... | |
class | StickSandwich |
Stick Sandwich candlestick pattern indicator More... | |
class | Takuri |
Takuri (Dragonfly Doji with very long lower shadow) candlestick pattern indicator More... | |
class | TasukiGap |
Tasuki Gap candlestick pattern indicator More... | |
class | ThreeBlackCrows |
Three Black Crows candlestick pattern More... | |
class | ThreeInside |
Three Inside Up/Down candlestick pattern More... | |
class | ThreeLineStrike |
Three Line Strike candlestick pattern More... | |
class | ThreeOutside |
Three Outside Up/Down candlestick pattern More... | |
class | ThreeStarsInSouth |
Three Stars In The South candlestick pattern More... | |
class | ThreeWhiteSoldiers |
Three Advancing White Soldiers candlestick pattern More... | |
class | Thrusting |
Thrusting candlestick pattern indicator More... | |
class | Tristar |
Tristar candlestick pattern indicator More... | |
class | TwoCrows |
Two Crows candlestick pattern indicator More... | |
class | UniqueThreeRiver |
Unique Three River candlestick pattern More... | |
class | UpDownGapThreeMethods |
Up/Down Gap Three Methods candlestick pattern More... | |
class | UpsideGapTwoCrows |
Upside Gap Two Crows candlestick pattern More... | |
Enumerations | |
enum | CandleSettingType { CandleSettingType.BodyLong, CandleSettingType.BodyVeryLong, CandleSettingType.BodyShort, CandleSettingType.BodyDoji, CandleSettingType.ShadowLong, CandleSettingType.ShadowVeryLong, CandleSettingType.ShadowShort, CandleSettingType.ShadowVeryShort, CandleSettingType.Near, CandleSettingType.Far, CandleSettingType.Equal } |
Types of candlestick settings More... | |
enum | CandleRangeType { CandleRangeType.RealBody, CandleRangeType.HighLow, CandleRangeType.Shadows } |
Types of candlestick ranges More... | |
enum | CandleColor { CandleColor.White = 1, CandleColor.Black = -1 } |
Colors of a candle More... | |
Types of candlestick settings
Definition at line 21 of file CandleEnums.cs.
Types of candlestick ranges
Enumerator | |
---|---|
RealBody | The part of the candle between open and close (0) |
HighLow | The complete range of the candle (1) |
Shadows | The shadows (or tails) of the candle (2) |
Definition at line 85 of file CandleEnums.cs.
Colors of a candle
Enumerator | |
---|---|
White | White is an up candle (close higher or equal than open) (1) |
Black | Black is a down candle (close lower than open) (-1) |
Definition at line 106 of file CandleEnums.cs.