Enum CandleSettingType
- Namespace
- FinanceSharp.Indicators.CandlestickPatterns
- Assembly
- FinanceSharp.dll
Types of candlestick settings
public enum CandleSettingType
- Extension Methods
Fields
BodyLong = 0Real body is long when it's longer than the average of the 10 previous candles' real body
BodyVeryLong = 1Real body is very long when it's longer than 3 times the average of the 10 previous candles' real body
BodyShort = 2Real body is short when it's shorter than the average of the 10 previous candles' real bodies
BodyDoji = 3Real body is like doji's body when it's shorter than 10% the average of the 10 previous candles' high-low range
ShadowLong = 4Shadow is long when it's longer than the real body
ShadowVeryLong = 5Shadow is very long when it's longer than 2 times the real body
ShadowShort = 6Shadow is short when it's shorter than half the average of the 10 previous candles' sum of shadows
ShadowVeryShort = 7Shadow is very short when it's shorter than 10% the average of the 10 previous candles' high-low range
Near = 8When 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 = 9When 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 = 10When measuring distance between parts of candles or width of gaps"equal" means "<= 5% of the average of the 5 previous candles' high-low range"