drimrsskh

ImrLibrary

drimrsskh Mis à jour   
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)
Notes de version:
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)
Notes de version:
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
Bibliothèque Pine

Dans le véritable esprit de TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur ! Vous pouvez utiliser cette bibliothèque à titre privé ou dans d'autres publications open-source, mais la réutilisation de ce code dans une publication est régie par notre Règlement.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser cette bibliothèque?

Copiez le texte dans le presse-papiers et collez-le dans votre script.