PINE LIBRARY
已更新 ToolsMap

Library "ToolsMap"
Helper functions for map type operations
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, bool>): Map object
key (string): Key to be checked
default (bool): Default return value when key not found. Default: false
Returns: bool
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, int>): Map object
key (string): Key to be checked
default (int): Default return value when key not found. Default: -1
Returns: int
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, float>): Map object
key (string): Key to be checked
default (float): Default return value when key not found. Default: -1
Returns: float
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, string>): Map object
key (string): Key to be checked
default (string): Default return value when key not found. Default: ''
Returns: string
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, color>): Map object
key (string): Key to be checked
default (color): Default return value when key not found. Default: color.white
Returns: color
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, bool>): Map object
key (int): Key to be checked
default (bool): Default return value when key not found. Default: false
Returns: bool
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, int>): Map object
key (int): Key to be checked
default (int): Default return value when key not found. Default: -1
Returns: int
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, float>): Map object
key (int): Key to be checked
default (float): Default return value when key not found. Default: -1
Returns: float
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, string>): Map object
key (int): Key to be checked
default (string): Default return value when key not found. Default: ''
Returns: string
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, color>): Map object
key (int): Key to be checked
default (color): Default return value when key not found. Default: color.white
Returns: color
Helper functions for map type operations
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, bool>): Map object
key (string): Key to be checked
default (bool): Default return value when key not found. Default: false
Returns: bool
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, int>): Map object
key (string): Key to be checked
default (int): Default return value when key not found. Default: -1
Returns: int
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, float>): Map object
key (string): Key to be checked
default (float): Default return value when key not found. Default: -1
Returns: float
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, string>): Map object
key (string): Key to be checked
default (string): Default return value when key not found. Default: ''
Returns: string
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<string, color>): Map object
key (string): Key to be checked
default (color): Default return value when key not found. Default: color.white
Returns: color
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, bool>): Map object
key (int): Key to be checked
default (bool): Default return value when key not found. Default: false
Returns: bool
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, int>): Map object
key (int): Key to be checked
default (int): Default return value when key not found. Default: -1
Returns: int
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, float>): Map object
key (int): Key to be checked
default (float): Default return value when key not found. Default: -1
Returns: float
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, string>): Map object
key (int): Key to be checked
default (string): Default return value when key not found. Default: ''
Returns: string
map_def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, color>): Map object
key (int): Key to be checked
default (color): Default return value when key not found. Default: color.white
Returns: color
版本注释
v2Added:
def(container, key, default)
Returns Map key's value with default return value option
Parameters:
container (map<int, color>): Map object
key (int): Key to be checked
default (color): Default return value when key not found. Default: color.white
Returns: color
Removed:
map_def(container, key, default)
Returns Map key's value with default return value option
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。