antifragileer

Adxl

antifragileer Actualizado   
Library "Adxl"
Functions to calculate the Average Directional Index

getDirectionUp(bar, lookback)
  Bar high changed from open for bar
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getDirectionDown(bar, lookback)
  Bar low changed from open for bar
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getPositiveDirectionalMovement(bar, lookback)
  Positive directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getNegativeDirectionalMovement(bar, lookback)
  Negative directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getTrueRangeMovingAverage(bar, lookback)
  True range moving average for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getDirectionUpIndex(bar, lookback)
  Direction up index for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getDirectionDownIndex(bar, lookback)
  Direction down index for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getTotalDirectionIndex(bar, lookback)
  Total direction index for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getAverageDirectionalIndex(bar, lookback)
  Average Directional Index (ADX) for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int
Notas de prensa:
v2

Updated:
getPositiveDirectionalMovement(bar)
  Positive directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
  Returns: series float

getNegativeDirectionalMovement(bar)
  Negative directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
  Returns: series float
Notas de prensa:
v3
Notas de prensa:
v4
Notas de prensa:
v5

Added:
getChange(bar, lookback)
  Bar close from open for bar during lookback
  Parameters:
    bar: series int The bars back to calculate at
    lookback: series int The lookback period
  Returns: series float
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.