KevanoTrades

Ehlers_Super_Smoother

KevanoTrades Zaktualizowano   
The 2 Pole and 3 Pole Super Smoother Filters were developed by John Ehlers and described in "Chapter 13: Super Smother" of his book Cybernetic Analysis for Stocks and Futures.
The 2 Pole Smoother is described as being a better approximation of price, whereas the 3 Pole Smoother has superior smoothing.

Library "Ehlers_Super_Smoother"
Provides the functions to calculate Double and Triple Exponentional Moving Averages (DEMA & TEMA)

twoPole(_source, _length) Calculates 2 Pole Ehlers Super Smoother Filter
  Parameters:
    _source: -> Open, Close, High, Low, etc ('close' is used if no argument is supplied)
    _length: -> Ehlers Super Smoother length
  Returns: 2 Pole Ehlers Super Smoothing to an input source at the specified input length

threePole(_source, _length) Calculates 3 Pole Ehlers Super Smoother Filter
  Parameters:
    _source: -> Open, Close, High, Low, etc ('close' is used if no argument is supplied)
    _length: -> Ehlers Super Smoother length
  Returns: 3 Pole Ehlers Super Smoothing to an input source at the specified input length
Informacje o Wersji:
v2
Corrected "Description", no other changes, v2 will work exactly like v1

Biblioteka Pine

Działając zgodnie z prawdziwym duchem TradingView, autor opublikował ten kod Pine jako bibliotekę o otwartym kodzie źródłowym, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla niego! Możesz korzystać z tej biblioteki prywatnie lub w innych publikacjach typu open source, ale ponowne wykorzystanie tego kodu w publikacji podlega Regulaminowi.

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.

Chcesz skorzystać z tej biblioteki?

Skopiuj poniższy wiersz i wklej go w swoim skrypcie.