Table of Contents

Enum CandleSettingType

Namespace
FinanceSharp.Indicators.CandlestickPatterns
Assembly
FinanceSharp.dll

Types of candlestick settings

public enum CandleSettingType
Extension Methods

Fields

BodyLong = 0

Real body is long when it's longer than the average of the 10 previous candles' real body

BodyVeryLong = 1

Real body is very long when it's longer than 3 times the average of the 10 previous candles' real body

BodyShort = 2

Real body is short when it's shorter than the average of the 10 previous candles' real bodies

BodyDoji = 3

Real body is like doji's body when it's shorter than 10% the average of the 10 previous candles' high-low range

ShadowLong = 4

Shadow is long when it's longer than the real body

ShadowVeryLong = 5

Shadow is very long when it's longer than 2 times the real body

ShadowShort = 6

Shadow is short when it's shorter than half the average of the 10 previous candles' sum of shadows

ShadowVeryShort = 7

Shadow is very short when it's shorter than 10% the average of the 10 previous candles' high-low range

Near = 8
 When measuring distance between parts of candles or width of gaps

"near" means "<= 20% of the average of the 5 previous candles' high-low range"

Far = 9
 When measuring distance between parts of candles or width of gaps

"far" means ">= 60% of the average of the 5 previous candles' high-low range"

Equal = 10
 When measuring distance between parts of candles or width of gaps

"equal" means "<= 5% of the average of the 5 previous candles' high-low range"