drimrsskh

ImrLibrary

drimrsskh Actualizado   
Library "ImrLibrary"
TODO: add library description here

STG(Length)
  TODO: add function description here
  Parameters:
    Length (int)
  Returns: TODO: add what function returns

ISI(Length)
  Parameters:
    Length (simple int)
Notas de prensa:
v2

Added:
RSI(Length)
  TODO: This Function will create RSI as originally formulated by J. Welles Wilder
  Parameters:
    Length (int)
  Returns: TODO: It will return RSI Value for given parameter

RSIPine(Length)
  TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
  Parameters:
    Length (simple int)
  Returns: TODO: It will return RSI Value for given parameter as per Tradingview

Removed:
STG(Length)
  TODO: add function description here

ISI(Length)
Notas de prensa:
v3

Added:
TF()
  TODO: This Function will decide Intermediate and Major Time Frame as user will select chart's time frame as Minor.
  Returns: TODO: It will return Intermediate and Major Time Frame value or else NA.

IsTimeFrameValid()
  TODO: This Function will decide whether time frame is right or not to fix intermediate and Major time frame.
  Returns: TODO: It will return true if time frame is right else give false

NEoSTG(high, low, Length)
  TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
  Parameters:
    high (float)
    low (float)
    Length (simple int)
  Returns: TODO: It will return RSI Value for given parameter as per Tradingview
Biblioteca Pine

Siguiendo el verdadero espíritu de TradingView, el autor de este código de Pine lo ha publicado como biblioteca de código abierto, para que el resto de programadores de Pine de esta comunidad puedan volver a utilizarlo. ¡Un hurra por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero debe ceñirse a lo establecido en las Normas internas.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar esta biblioteca?

Copie la siguiente línea y péguela en su script.