PINE LIBRARY
업데이트됨 QTCore

Library "QTCore"
qt_config_default()
qt_state_new()
qt_daily_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_m90_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_micro_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_nano_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
QTConfig
Fields:
tz (series string)
dayStartHour (series int)
dayStartMin (series int)
keepCycles (series int)
tfDaily (series string)
tfM90 (series string)
tfMicro (series string)
tfNano (series string)
QuarterOHLC
Fields:
startTs (series int)
o (series float)
h (series float)
l (series float)
c (series float)
has (series bool)
CycleResult
Fields:
startTs (series int)
endTs (series int)
startRealized (series bool)
endRealized (series bool)
q1Ts (series int)
q2Ts (series int)
q3Ts (series int)
q4Ts (series int)
q2Realized (series bool)
q3Realized (series bool)
q4Realized (series bool)
curQuarterIndex (series int)
inWindow (series bool)
q1 (QuarterOHLC)
q2 (QuarterOHLC)
q3 (QuarterOHLC)
q4 (QuarterOHLC)
FixedCycleState
Fields:
starts (array<int>)
lastStartTs (series int)
CycleState
Fields:
daily (FixedCycleState)
m90 (FixedCycleState)
micro (FixedCycleState)
nano (FixedCycleState)
qt_config_default()
qt_state_new()
qt_daily_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_m90_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_micro_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_nano_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
QTConfig
Fields:
tz (series string)
dayStartHour (series int)
dayStartMin (series int)
keepCycles (series int)
tfDaily (series string)
tfM90 (series string)
tfMicro (series string)
tfNano (series string)
QuarterOHLC
Fields:
startTs (series int)
o (series float)
h (series float)
l (series float)
c (series float)
has (series bool)
CycleResult
Fields:
startTs (series int)
endTs (series int)
startRealized (series bool)
endRealized (series bool)
q1Ts (series int)
q2Ts (series int)
q3Ts (series int)
q4Ts (series int)
q2Realized (series bool)
q3Realized (series bool)
q4Realized (series bool)
curQuarterIndex (series int)
inWindow (series bool)
q1 (QuarterOHLC)
q2 (QuarterOHLC)
q3 (QuarterOHLC)
q4 (QuarterOHLC)
FixedCycleState
Fields:
starts (array<int>)
lastStartTs (series int)
CycleState
Fields:
daily (FixedCycleState)
m90 (FixedCycleState)
micro (FixedCycleState)
nano (FixedCycleState)
릴리즈 노트
v2Added:
QuarterRecord
Fields:
boundaryTs (series int)
o (series float)
h (series float)
l (series float)
c (series float)
oTs (series int)
hTs (series int)
lTs (series int)
cTs (series int)
has (series bool)
isEmpty (series bool)
isFinal (series bool)
evtStart (series bool)
evtFinalize (series bool)
Updated:
CycleResult
Fields:
startTs (series int)
endTs (series int)
startRealized (series bool)
endRealized (series bool)
q1Ts (series int)
q2Ts (series int)
q3Ts (series int)
q4Ts (series int)
q2Realized (series bool)
q3Realized (series bool)
q4Realized (series bool)
curQuarterIndex (series int)
inWindow (series bool)
q1 (QuarterRecord)
q2 (QuarterRecord)
q3 (QuarterRecord)
q4 (QuarterRecord)
Removed:
QuarterOHLC
릴리즈 노트
v3Updated:
FixedCycleState
Fields:
starts (array<int>)
lastStartTs (series int)
lastBoundaryTs (series int)
q1 (QuarterRecord)
q2 (QuarterRecord)
q3 (QuarterRecord)
q4 (QuarterRecord)
prev1 (QuarterRecord)
prev2 (QuarterRecord)
릴리즈 노트
v4릴리즈 노트
v5Added:
deprecated_message()
Returns the deprecation notice string. (Safe to call; does not halt execution.)
Returns: The deprecation message.
deprecated_guard()
Call this at the top of any script that imports this library if you want it to hard-stop.
Returns: The same deprecation message (unreachable after the error, but required for return typing).
deprecated_version()
Library version label for humans.
Returns: A simple version label.
Removed:
qt_config_default()
qt_state_new()
qt_daily_update(st, cfg, t, tClose)
qt_m90_update(st, cfg, t, tClose)
qt_micro_update(st, cfg, t, tClose)
qt_nano_update(st, cfg, t, tClose)
QTConfig
QuarterRecord
CycleResult
FixedCycleState
CycleState
릴리즈 노트
v6Added:
qt_config_default()
qt_state_new()
qt_daily_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_m90_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_micro_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
qt_nano_update(st, cfg, t, tClose)
Parameters:
st (CycleState)
cfg (QTConfig)
t (int)
tClose (int)
QTConfig
Fields:
tz (series string)
dayStartHour (series int)
dayStartMin (series int)
keepCycles (series int)
tfDaily (series string)
tfM90 (series string)
tfMicro (series string)
tfNano (series string)
QuarterRecord
Fields:
boundaryTs (series int)
o (series float)
h (series float)
l (series float)
c (series float)
oTs (series int)
hTs (series int)
lTs (series int)
cTs (series int)
has (series bool)
isEmpty (series bool)
isFinal (series bool)
evtStart (series bool)
evtFinalize (series bool)
CycleResult
Fields:
startTs (series int)
endTs (series int)
startRealized (series bool)
endRealized (series bool)
q1Ts (series int)
q2Ts (series int)
q3Ts (series int)
q4Ts (series int)
q2Realized (series bool)
q3Realized (series bool)
q4Realized (series bool)
curQuarterIndex (series int)
inWindow (series bool)
q1 (QuarterRecord)
q2 (QuarterRecord)
q3 (QuarterRecord)
q4 (QuarterRecord)
FixedCycleState
Fields:
starts (array<int>)
lastStartTs (series int)
lastBoundaryTs (series int)
q1 (QuarterRecord)
q2 (QuarterRecord)
q3 (QuarterRecord)
q4 (QuarterRecord)
prev1 (QuarterRecord)
prev2 (QuarterRecord)
CycleState
Fields:
daily (FixedCycleState)
m90 (FixedCycleState)
micro (FixedCycleState)
nano (FixedCycleState)
Removed:
deprecated_message()
Returns the deprecation notice string. (Safe to call; does not halt execution.)
deprecated_guard()
Call this at the top of any script that imports this library if you want it to hard-stop.
deprecated_version()
Library version label for humans.
릴리즈 노트
v7릴리즈 노트
v8릴리즈 노트
v9Added:
deprecated_message()
Returns the deprecation notice string. (Safe to call; does not halt execution.)
Returns: The deprecation message.
deprecated_guard()
Call this at the top of any script that imports this library if you want it to hard-stop.
Returns: The same deprecation message (unreachable after the error, but required for return typing).
deprecated_version()
Library version label for humans.
Returns: A simple version label.
Removed:
qt_config_default()
qt_state_new()
qt_daily_update(st, cfg, t, tClose)
qt_m90_update(st, cfg, t, tClose)
qt_micro_update(st, cfg, t, tClose)
qt_nano_update(st, cfg, t, tClose)
QTConfig
QuarterRecord
CycleResult
FixedCycleState
CycleState
파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.