PINE LIBRARY

percentageLib

Actualizado
Library "percentageLib"
: every thing need anout percentage

getPercentage(entry, exit)
  : get percentage change of of two value
  Parameters:
    entry: : value of entry price
    exit: : value of exit price
  Returns: : negative or positive value

applyPercentageNoAddUp(price, percentage)
  : apply percentage change on value decrease or increase
  Parameters:
    price: : value of price
    percentage: : percentage change can be negative or positive
  Returns: : return only positive value

applyPercentageAddUp(price, percentage)
  : apply percentage change on value decrease or increase
  Parameters:
    price: : value of price
    percentage: : percentage change can be negative or positive
  Returns: : return only positive value

reversePercentage(percentage)
  : get percentage (positive or negative) and return the percentage need to back to previous price
  Parameters:
    percentage: : percentage change can be negative or positive
  Returns: : return positive/negative value
Example : reversePercentage(10) =>11.11111111111111111111111 , reversePercentage(10) =>9.0909090909090909

getReversePercentage(price, percentage)
  : get two prices and return the percentage need to back to previous price
  Parameters:
    price: : value of price
    percentage: : percentage change can be negative or positive
  Returns: : return only positive value
Example : getReversePercentage(100,90) =>11.11111111111111111111111

multipeBarTotalPercentage()
Notas de prensa
v2
Notas de prensa
v3
bug fix percentage return negative reversely
Notas de prensa
v4
Notas de prensa
v5
MATH

Biblioteca Pine

Siguiendo fielmente el espíritu TradingView, el autor ha publicado este código Pine como una biblioteca de código abierto, permitiendo que otros programadores de Pine en nuestra comunidad lo utilicen de nuevo. ¡Olé por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero tenga en cuenta que la reutilización de este código en una publicación se rige por las Normas internas.

Exención de responsabilidad