TradingView
bluedini
23 avr. 2024 17:57

CandleInsights 

E-mini Nasdaq-100 FuturesCME

Description

Library "CandleInsights"
CandleInsights provides a set of utility functions to facilitate identifying certain types of individual candles and candle patterns.

isBullish()
  Returns true if candle is bullish.
  Returns: bool

isBearish()
  Returns true if candle is bearish.
  Returns: bool

isHammer()
  Returns true if candle is a hammer. TODO: Allow params
  Returns: bool

isShootingStar()
  Returns true if candle is a shooting star. TODO: Allow params
  Returns: bool

isBearishToppingTail()
  Returns true if candle is bearish with a top wick over half the range of the candle. TODO: Allow params
  Returns: bool

isHanging()
  Returns true if candle is considering a hanging candle (aka hanging man). TODO: Allow params
  Returns: bool

isLongBullish(pctChg)
  Parameters:
    pctChg (float)

isBullishEngulfing()
Plus