PINE LIBRARY
Updated

MkBar

Library "MkBar"
TODO: user data type with all basic candlestick properties

method init(b)
  Namespace types: mk_bar
  Parameters:
    b (mk_bar)

method is_engulfing(b)
  Namespace types: mk_bar
  Parameters:
    b (mk_bar)

mk_bar
  Fields:
    o (series float)
    c (series float)
    h (series float)
    l (series float)
    upper_wick (series float)
    body (series float)
    lower_wick (series float)
    bullish (series bool)
    bearish (series bool)
Release Notes
v2

Removed:
fun(x)
  TODO: add function description here
Release Notes
v3
Release Notes
v4

Disclaimer