PINE LIBRARY

utils

78
Library "utils"
TODO: add library description here

method getType(this)
  Namespace types: series int, simple int, input int, const int
  Parameters:
    this (int): int 待检测对象
  Returns: string 类型名称

method getType(this)
  Namespace types: series float, simple float, input float, const float
  Parameters:
    this (float): float 待检测对象
  Returns: string 类型名称

method getType(this)
  Namespace types: series color, simple color, input color, const color
  Parameters:
    this (color): color 待检测对象
  Returns: string 类型名称

method getType(this)
  Namespace types: series string, simple string, input string, const string
  Parameters:
    this (string): string 待检测对象
  Returns: string 类型名称

method getType(this)
  Namespace types: series bool, simple bool, input bool, const bool
  Parameters:
    this (bool): bool 待检测对象
  Returns: string 类型名称

Disclaimer

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.