toPercentageString(x, decimals) : Converts a decimal number into a string formatted as percentage. Parameters: x (float): (simple float): Float number to be converted decimals (int): (simple int): Number of decimals to apply Returns: : Returns a string with x as percentage.
toFactorString(x, decimals) : Converts a decimal number into a string formatted as Factor. Parameters: x (float): (simple float): Float number to be converted decimals (int): (simple int): Number of decimals to apply Returns: : Returns a string with x as a Factor.
toCurrencyString(x, decimals) : Converts a decimal number into a string formatted as currency. Parameters: x (float): (simple float): Float number to be converted decimals (int): (simple int): Number of decimals to apply Returns: : Returns a string with x as currency.
toNumberString(x, decimals) : Converts a decimal number into a string formatted as decimal. Parameters: x (float): (simple float): Float number to be converted decimals (int): (simple int): Number of decimals to apply Returns: : Returns a string with x as a decimal.
В истинном духе TradingView автор опубликовал этот код Pine как библиотеку с открытым исходным кодом, чтобы другие программисты Pine из нашего сообщества могли им воспользоваться. Вы можете использовать эту библиотеку в приватных или других публикациях с открытым исходным кодом, но повторное использование этого кода в публикации регулируется Правилами поведения.
Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.