}

    Bollinger Band

    Bollinger Band Bottom:
    SINTAXIS: bbandbot( DATA ARRAY, PERIODS, METHOD, DEVIATIONS )

    FUNCION: Calcula la banda inferior de las Bollinger Band empleando DATA ARRAY usando el método de cálculo METHOD y la DEVIATION que se indiquen. Los métodos válidos son SIMPLE, EXPONENTIAL, WEIGHTED, TIMESERIES, TRIANGULAR, y VARIABLE (pueden abreviarse como S, E, W, T, TRI, y VAR).

    EJEMPLO: bbandbot( close, 10, S, 2 )

    Bollinger Band Top:



    SINTAXIS:
    bbandtop( DATA ARRAY, PERIODS, METHOD, DEVIATIONS )

    FUNCION: Calcula la banda superior de las Bollinger Band empleando DATA ARRAY usando el método de cálculo METHOD y la DEVIATION que se indiquen. Los métodos válidos son SIMPLE, EXPONENTIAL, WEIGHTED, TIMESERIES, TRIANGULAR,y VARIABLE (pueden abreviarse como S, E, W, T, TRI, y VAR).

    EJEMPLO: bbandtop( close, 10, S, 2 )


    Términos asociados

    Listado de funciones

    Accumulation/Distribution, Accumulation Swing Index, Addition, AlertArc Tangent, Aroon Down , Aroon Up , Average Directi ...

    Leer más
    X
    Volver arriba