yohtza

Bpa

yohtza Actualizado   
Library "Bpa"
TODO: library of Brooks Price Action concepts

isBreakoutBar(atr, high, low, close, open, tail, size)
  TODO: check if the bar is a breakout based on the specified conditions
  Parameters:
    atr: TODO: atr value
    high: TODO: high price
    low: TODO: low price
    close: TODO: close price
    open: TODO: open price
    tail: TODO: decimal value for a percent that represent the size of the tail of the bar that cant be preceeded to be considered strong close
    size: TODO: decimal value for a percent that represents by how much the breakout bar should be bigger than others to be considered one
  Returns: TODO: boolean value, true if breakout bar, false otherwise
Notas de prensa:
v2
Notas de prensa:
v3
Notas de prensa:
v4

Added:
bullMicrochannel()

bearMicrochannel()
Notas de prensa:
v5

Removed:
bullMicrochannel()

bearMicrochannel()
Notas de prensa:
v6

Added:
isBreakoutBar2(atr, tail, size)
  TODO: check if the bar is a breakout based on the specified conditions
  Parameters:
    atr: TODO: atr value
    tail: TODO: decimal value for a percent that represent the size of the tail of the bar that cant be preceeded to be considered strong close
    size: TODO: decimal value for a percent that represents by how much the breakout bar should be bigger than others to be considered one
  Returns: TODO: boolean value, true if breakout bar, false otherwise
Notas de prensa:
v7

Added:
breakoutAbove(lookback)
  TODO: check if the bar is breaking out above a specified number of previous bars
  Parameters:
    lookback: TODO: number of previous bars to lookback
  Returns: TODO: boolean value

breakoutBelow(lookback)
  TODO: check if the bar is breaking below a specified number of previous bars
  Parameters:
    lookback: TODO: number of previous bars to lookback
  Returns: TODO: boolean value
Notas de prensa:
v8

Added:
breakoutFollowthrough(atr, tail, size)
  check if there's followthrough after a breakout
  Parameters:
    atr: value for breakout bar
    tail: decimal value for a percent that represent the size of the tail of the bar that cant be preceeded to be considered strong close
    size: decimal value for a percent that represents by how much the breakout bar should be bigger than others to be considered one
  Returns: boolean value
Notas de prensa:
v9
Notas de prensa:
v10

Added:
minFollowthrough()
  check for minimal followthrough needed after breakout
  Returns: boolean
Notas de prensa:
v11

Added:
isTrendBar()
  check if the bar is a trend bar
  Returns: boolean

isDoji()
  check if the bar is a doji bar
  Returns: boolean
Notas de prensa:
v12

Added:
isBullTrendBar()
  check if the bar is a bull trend bar
  Returns: boolean

isBearTrendBar()
  check if the bar is a bear trend bar
  Returns: boolean

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.