PINE LIBRARY
Atualizado tac

Library "tac"
Customised techninal analysis functions
sar(start, inc, max)
returns parabolic sar with lagging value
Parameters:
start (float): float: Start
inc (float): float: Increment
max (float): float: Maximum
Returns: [result, lagging] Actual sar value and lagging sar value
Customised techninal analysis functions
sar(start, inc, max)
returns parabolic sar with lagging value
Parameters:
start (float): float: Start
inc (float): float: Increment
max (float): float: Maximum
Returns: [result, lagging] Actual sar value and lagging sar value
Notas de Lançamento
v2- PSAR lagging identification improved
Notas de Lançamento
v3- PSAR fast value implemented
Updated:
sar(start, inc, max)
returns parabolic sar with lagging and fast value
Parameters:
start (float): float: Start
inc (float): float: Increment
max (float): float: Maximum
Returns: [result, lagging, fast] Actual sar value, lagging sar value and fast sar value
Notas de Lançamento
v4Added:
method eval(this)
Returns Fractals after processing
Namespace types: Fractals
Parameters:
this (Fractals)
Returns: Fractals
Fractals
Fractals - Fractal container object
Fields:
srcHigh (series float): source for high fractal marking. Default: high
srcLow (series float): source for low fractal marking. Default: low
bar (Fluent type from aybarsm/ToolsFluent/3)
hh (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Higher high fractals. Default: na
lh (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Lower high fractals. Default: na
hl (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Higher low fractals. Default: na
ll (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Lower low fractals. Default: na
Notas de Lançamento
v5Added:
BWFractals
BWFractals - BWFractals container object
Fields:
srcHigh (series float): source for high fractal marking. Default: high
srcLow (series float): source for low fractal marking. Default: low
bar (Fluent type from aybarsm/ToolsFluent/3)
hh (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Higher high fractals. Default: na
lh (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Lower high fractals. Default: na
hl (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Higher low fractals. Default: na
ll (array<Fluent> type from aybarsm/ToolsFluent/3): fluent.Fluent[] Lower low fractals. Default: na
Updated:
method eval(this)
Returns BWFractals after processing
Namespace types: BWFractals
Parameters:
this (BWFractals)
Returns: BWFractals
Removed:
Fractals
Fractals - Fractal container object
Notas de Lançamento
v6Added:
BWFractal
BWFractal - BWFractal mark info object
Fields:
price (series float): float BWFractal price
when (series int): int BWFractal bar time UNIX. Default: time
index (series int)
markWhen (series int): int BWFractal mark bar time UNIX. Default: time
markIndex (series int)
boPrice (series float): float BWFractal breakout price. Default: na
boTime (series int): int BWFractal breakout bar time UNIX. Default: time
boIndex (series int): int BWFractal breakout bar index. Default: time
Updated:
method eval(this, hhBoLb, llBoLb)
Returns BWFractals after processing
Namespace types: BWFractals
Parameters:
this (BWFractals)
hhBoLb (int): Higher high brakout lookback count. Default: 0
llBoLb (int): Lower low brakout lookback count. Default: 0
Returns: BWFractals
BWFractals
BWFractals - BWFractals container object
Fields:
srcHigh (series float): source for high fractal marking. Default: high
srcLow (series float): source for low fractal marking. Default: low
bar (Fluent type from aybarsm/ToolsFluent/3)
hh (array<BWFractal>): fluent.Fluent[] Higher high fractals. Default: na
lh (array<BWFractal>): fluent.Fluent[] Lower high fractals. Default: na
hl (array<BWFractal>): fluent.Fluent[] Higher low fractals. Default: na
ll (array<BWFractal>): fluent.Fluent[] Lower low fractals. Default: na
Notas de Lançamento
v7Notas de Lançamento
v8Updated:
method eval(this, hhBoLb, llBoLb)
Returns BWFractals after processing
Namespace types: BWFractals
Parameters:
this (BWFractals)
hhBoLb (int): Higher high brakout lookback count. Default: 0
llBoLb (int): Lower low brakout lookback count. Default: 0
BWFractals
BWFractals - BWFractals container object
Fields:
srcHigh (series float): source for high fractal marking. Default: high
srcLow (series float): source for low fractal marking. Default: low
bar (Fluent type from aybarsm/ToolsFluent/4)
hh (array<BWFractal>): fluent.Fluent[] Higher high fractals. Default: na
lh (array<BWFractal>): fluent.Fluent[] Lower high fractals. Default: na
hl (array<BWFractal>): fluent.Fluent[] Higher low fractals. Default: na
ll (array<BWFractal>): fluent.Fluent[] Lower low fractals. Default: na
Notas de Lançamento
v9Updated:
BWFractals
BWFractals - BWFractals container object
Fields:
srcHigh (series float): source for high fractal marking. Default: high
srcLow (series float): source for low fractal marking. Default: low
bar (Fluent type from aybarsm/ToolsFluent/5)
hh (array<BWFractal>): fluent.Fluent[] Higher high fractals. Default: na
lh (array<BWFractal>): fluent.Fluent[] Lower high fractals. Default: na
hl (array<BWFractal>): fluent.Fluent[] Higher low fractals. Default: na
ll (array<BWFractal>): fluent.Fluent[] Lower low fractals. Default: na
Notas de Lançamento
v10Notas de Lançamento
v11Updated:
method eval(this, srcHigh, srcLow, hhBoLb, llBoLb)
Returns BWFractals after processing
Namespace types: BWFractals
Parameters:
this (BWFractals)
srcHigh (float): source for high fractal marking. Default: high
srcLow (float): source for low fractal marking. Default: low
hhBoLb (int): Higher high brakout lookback count. Default: 0
llBoLb (int): Lower low brakout lookback count. Default: 0
BWFractals
BWFractals - BWFractals container object
Fields:
bar (Fluent type from aybarsm/ToolsFluent/5)
hh (array<BWFractal>): fluent.Fluent[] Higher high fractals. Default: na
lh (array<BWFractal>): fluent.Fluent[] Lower high fractals. Default: na
hl (array<BWFractal>): fluent.Fluent[] Higher low fractals. Default: na
ll (array<BWFractal>): fluent.Fluent[] Lower low fractals. Default: na
Notas de Lançamento
v12Updated:
BWFractals
BWFractals - BWFractals container object
Fields:
bar (Fluent type from aybarsm/ToolsFluent/6)
hh (array<BWFractal>): fluent.Fluent[] Higher high fractals. Default: na
lh (array<BWFractal>): fluent.Fluent[] Lower high fractals. Default: na
hl (array<BWFractal>): fluent.Fluent[] Higher low fractals. Default: na
ll (array<BWFractal>): fluent.Fluent[] Lower low fractals. Default: na
Notas de Lançamento
v13Updated:
method eval(this, srcHigh, srcLow, hhBoLb, llBoLb, hhBoLbStart, llBoLbStart)
Returns BWFractals after processing
Namespace types: BWFractals
Parameters:
this (BWFractals)
srcHigh (float): source for high fractal marking. Default: high
srcLow (float): source for low fractal marking. Default: low
hhBoLb (int): Higher high brakout lookback count. Default: 0
llBoLb (int): Lower low brakout lookback count. Default: 0
hhBoLbStart (int): Higher high brakout lookback start time. Default: time
llBoLbStart (int): Lower low brakout lookback start time. Default: time
Notas de Lançamento
v14Notas de Lançamento
v15Notas de Lançamento
v16Notas de Lançamento
v17Notas de Lançamento
v18Notas de Lançamento
v19Notas de Lançamento
v20Notas de Lançamento
v21Biblioteca do Pine
No verdadeiro espirito do TradingView, o autor desse código Pine o publicou como uma biblioteca de código aberto, para que outros programadores Pine da nossa comunidade possam reusa-los. Parabéns ao autor! Você pode usar essa biblioteca privadamente ou em outras publicações de código aberto, mas a reutilização desse código em publicações é 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.
Biblioteca do Pine
No verdadeiro espirito do TradingView, o autor desse código Pine o publicou como uma biblioteca de código aberto, para que outros programadores Pine da nossa comunidade possam reusa-los. Parabéns ao autor! Você pode usar essa biblioteca privadamente ou em outras publicações de código aberto, mas a reutilização desse código em publicações é 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.