wbburgin

wbburgin_utils

wbburgin Actualizado   
Library "wbburgin_utils"

trendUp(source)
  Parameters:
    source

smoothrng(source, sampling_period, range_mult)
  Parameters:
    source
    sampling_period
    range_mult

rngfilt(source, smoothrng)
  Parameters:
    source
    smoothrng

fusion(overallLength, rsiLength, mfiLength, macdLength, cciLength, tsiLength, rviLength, atrLength, adxLength)
  Parameters:
    overallLength
    rsiLength
    mfiLength
    macdLength
    cciLength
    tsiLength
    rviLength
    atrLength
    adxLength

zonestrength(amplitude, wavelength)
  Parameters:
    amplitude
    wavelength

atr_anysource(source, atr_length)
  Parameters:
    source
    atr_length

supertrend_anysource(source, factor, atr_length)
  Parameters:
    source
    factor
    atr_length
Notas de prensa:
v2

Added "selective_ma(bool condition, float source, int length)". The selective MA only adds data into its average if the condition is met, for example:

selective_ma( close > open, close, 200 ) will return the close values in the last 200 bars only if the close is greater than the open.

PM me to test any of my strategies free for 7 days.

Invite-only indicators: www.patreon.com/wbburgin/membership
Test my strategies on CryptoRobotics: cryptorobotics.co/?trade=f23b09
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.