isBullish property
bool
get
isBullish
Whether this candle is bullish (close > open).
Implementation
bool get isBullish => close >= open;
Whether this candle is bullish (close > open).
bool get isBullish => close >= open;