yohtza

Bpa

yohtza Atualizado   
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 Lançamento:
v2
Notas de Lançamento:
v3
Notas de Lançamento:
v4

Added:
bullMicrochannel()

bearMicrochannel()
Notas de Lançamento:
v5

Removed:
bullMicrochannel()

bearMicrochannel()
Notas de Lançamento:
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 Lançamento:
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 Lançamento:
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 Lançamento:
v9
Notas de Lançamento:
v10

Added:
minFollowthrough()
  check for minimal followthrough needed after breakout
  Returns: boolean
Notas de Lançamento:
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 Lançamento:
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 do Pine

No verdadeiro espírito TradingView, o autor publicou este código de Pine como uma biblioteca de código aberto para que outros programadores de Pine de nossa comunidade possam reutilizá-lo. Um brinde ao autor! Você pode usar esta biblioteca em particular ou em outras publicações de código aberto, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Gostaria de usar essa biblioteca?

Copie a seguinte linha e cole-a em seu script.