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