PINE LIBRARY
Atualizado 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
Notas de Lançamento
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
Biblioteca do Pine
No verdadeiro espirito do TradingView, o autor desse código Pine o publicou como uma biblioteca de código aberto, para que outros programadores Pine da nossa comunidade possam reusa-los. Parabéns ao autor! Você pode usar essa biblioteca privadamente ou em outras publicações de código aberto, mas a reutilização desse código em publicações é regida pelas Regras da Casa.
Aviso legal
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.
Biblioteca do Pine
No verdadeiro espirito do TradingView, o autor desse código Pine o publicou como uma biblioteca de código aberto, para que outros programadores Pine da nossa comunidade possam reusa-los. Parabéns ao autor! Você pode usar essa biblioteca privadamente ou em outras publicações de código aberto, mas a reutilização desse código em publicações é regida pelas Regras da Casa.
Aviso legal
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.