PINE LIBRARY
已更新

CRC.lib Bars - Bar Functions

880
Library "CRCBars"

min_max(open, open) Get bar min (low) and max (high) price points
  Parameters:
    open: Open price data
    open: Close price data
  Returns: [min_price, max_price]

is_bullish_bearish(open, open) Get bar bullish/bearish boolean signals
  Parameters:
    open: Open price data
    open: Close price data
  Returns: [is_bullish, is_bearish]

sizes(open, open, open, open) Get bar sizes based on open/high/low/close data
  Parameters:
    open: Open price data
    open: High price data
    open: Low price data
    open: Close price data
  Returns: [body_size, wick_bottom_size, wick_top_size]
版本注释
v2

Added:
zigzag_basic(bars_lookback, price_range) Basic ZigZag
  Parameters:
    bars_lookback: bars lookback (float)
    price_range: price range (float)
  Returns: tuple with: zigzag, direction, reverse_line, realtimeofpivot
版本注释
v3

Added:
zigzag_highlow()
版本注释
v4

Added:
tr()

accdist_sig()

accdist()
版本注释
v5

Added:
is_between_dates()

change()

cumchange()
版本注释
v6

Added:
typical_price()
版本注释
v7

免责声明

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.