PINE LIBRARY

VandelayIndicatorLib

已更新
Library "VandelayIndicatorLib"
Art Vandelay's Indicator library

STC_VIL(EEEEEE, BBBB, BBBBB)
  Schaff Trend Cycle Calculations
  Parameters:
    EEEEEE (int): = Slengt, BBBB = FALenght, BBBBB = SLOLenght
    BBBB (simple int)
    BBBBB (simple int)
  Returns: Long : mAAAAA > mAAAAA[1] - Short : mAAAAA < mAAAAA[1]

stc(source, fast, slow, cycle, d1, d2)
  Calculates the value of the Schaff Trend Cycle indicator.
  Parameters:
    source (float): (series int/float) Series of values to process.
    fast (simple int): (simple int) Length for the MACD fast smoothing parameter calculation.
    slow (simple int): (simple int) Length for the MACD slow smoothing parameter calculation.
    cycle (simple int): (simple int) Number of bars for the Stochastic values (length).
    d1 (simple int): (simple int) Length for the initial %D smoothing parameter calculation.
    d2 (simple int): (simple int) Length for the final %D smoothing parameter calculation.
  Returns: (float) The oscillator value.
發布通知
v2

Removed:
stc(source, fast, slow, cycle, d1, d2)
  Calculates the value of the Schaff Trend Cycle indicator.
發布通知
v3

Added:
EFI_VIL(AAAA)
  Elder Force Index Indicator
  Parameters:
    AAAA (simple int): = lenght
  Returns: Long : efi>0 or ta.crossover(efi,0) - Short : efi<0 or ta.crossunder(efi, 0)
發布通知
v4
發布通知
v5

Updated:
STC_VIL(EEEEEE, BBBB, BBBBB, AAA)
  Schaff Trend Cycle Calculations
  Parameters:
    EEEEEE (int): = Slengt, BBBB = FALenght, BBBBB = SLOLenght
    BBBB (simple int)
    BBBBB (simple int)
    AAA (float)
  Returns: Long : mAAAAA > mAAAAA[1] - Short : mAAAAA < mAAAAA[1]

Removed:
EFI_VIL(AAAA)
  Elder Force Index Indicator
strategiestechindicator

Pine腳本庫

在真正的TradingView精神中,作者將這段Pine程式碼發佈為開源程式庫,以便我們社群的其他Pine程式設計師可以重複使用它。請向作者致敬!您可以私下使用這個函式庫,或在其他開源出版品中使用,但在出版物中再次使用這段程式碼將受到網站規則的約束。

免責聲明