TradingView
yohtza
24 paź 2022 12:50

Bpa 

E-mini S&P 500 FuturesCME

Opis

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

Informacje o Wersji

v2

Informacje o Wersji

v3

Informacje o Wersji

v4

Added:
bullMicrochannel()

bearMicrochannel()

Informacje o Wersji

v5

Removed:
bullMicrochannel()

bearMicrochannel()

Informacje o Wersji

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

Informacje o Wersji

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

Informacje o Wersji

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

Informacje o Wersji

v9

Informacje o Wersji

v10

Added:
minFollowthrough()
  check for minimal followthrough needed after breakout
  Returns: boolean

Informacje o Wersji

v11

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

isDoji()
  check if the bar is a doji bar
  Returns: boolean

Informacje o Wersji

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
Komentarze
ashishyoksh
hi big bro i am from india i am using your bpa indicator

i wanna ask you which time zone i should select because i am from india and i do trading only for india market....please tell me which gmt i should use
yohtza
@ashishyoksh, hey there, what is the chart name?
bjk811
hi,all your indicator is gone. could you please share the script?
faith_defender
thanks. i dont think it is working? I cut and paste. hmmm. i added line
yohtza
@faith_defender, hi, this is a library not an indicator, for an indicator you can lookup my profile page
Więcej