PINE LIBRARY
Zaktualizowano 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.
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.
Informacje o Wersji
v2Removed:
stc(source, fast, slow, cycle, d1, d2)
Calculates the value of the Schaff Trend Cycle indicator.
Informacje o Wersji
v3Added:
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)
Informacje o Wersji
v4Informacje o Wersji
v5Updated:
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
Biblioteka Pine
W duchu TradingView autor opublikował ten kod Pine jako bibliotekę open-source, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla autora! Możesz używać tej biblioteki prywatnie lub w innych publikacjach open-source, ale ponowne wykorzystanie tego kodu w publikacjach podlega Zasadom Społeczności.
Wyłączenie odpowiedzialności
Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.
Biblioteka Pine
W duchu TradingView autor opublikował ten kod Pine jako bibliotekę open-source, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla autora! Możesz używać tej biblioteki prywatnie lub w innych publikacjach open-source, ale ponowne wykorzystanie tego kodu w publikacjach podlega Zasadom Społeczności.
Wyłączenie odpowiedzialności
Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.