PINE LIBRARY
업데이트됨 PivotLibrary222

Library "PivotLibrary222"
f_determinePivotStrength(_pivotCandidateRelativeIndex, _type, _maxStrength)
Determines the strength of a pivot (low or high).
Parameters:
_pivotCandidateRelativeIndex (int): The relative bar index of the pivot candidate.
_type (string): "low" for a pivot low, "high" for a pivot high.
_maxStrength (int): The maximum number of bars to check on either side for strength.
Returns: An array containing [leftStrength, rightStrength].
f_getPlotColorForStrength(_strength)
Gets a plotting color based on pivot strength.
Parameters:
_strength (int): The calculated pivot strength.
Returns: A color for plotting.
f_updateExistingPivotLow(f_pivotLows, f_pivotLowInfoIndex, f_newStrength, f_showLabels)
Updates an existing pivot LOW's strength and its corresponding chart label.
Parameters:
f_pivotLows (array<pivotLowInfo>): The array of pivotLowInfo objects.
f_pivotLowInfoIndex (int): The index of the pivot to update in the array.
f_newStrength (int): The new (increased) strength of the pivot.
f_showLabels (bool): A boolean to control if labels should be updated.
f_updateExistingPivotHigh(f_pivotHighs, f_pivotHighInfoIndex, f_newStrength, f_showLabels)
Updates an existing pivot HIGH's strength and its corresponding chart label.
Parameters:
f_pivotHighs (array<pivotHighInfo>): The array of pivotHighInfo objects.
f_pivotHighInfoIndex (int): The index of the pivot to update in the array.
f_newStrength (int): The new (increased) strength of the pivot.
f_showLabels (bool): A boolean to control if labels should be updated.
f_findPivotLows(f_pivotLows, f_minStrength, f_maxStrength, f_showLabels)
Finds and processes pivot lows.
Parameters:
f_pivotLows (array<pivotLowInfo>): The array of pivotLowInfo objects to read from and modify.
f_minStrength (int): Minimum strength required for a new pivot to be recorded.
f_maxStrength (int): Maximum strength to search for when determining pivot strength.
f_showLabels (bool): A boolean to control if new labels should be created.
f_findPivotHighs(f_pivotHighs, f_minStrength, f_maxStrength, f_showLabels)
Finds and processes pivot highs.
Parameters:
f_pivotHighs (array<pivotHighInfo>): The array of pivotHighInfo objects to read from and modify.
f_minStrength (int): Minimum strength required for a new pivot to be recorded.
f_maxStrength (int): Maximum strength to search for when determining pivot strength.
f_showLabels (bool): A boolean to control if new labels should be created.
pivotHighInfo
Represents a detected pivot high.
Fields:
abs_index (series int)
price (series float)
strength (series int)
label_id (series label)
pivotLowInfo
Represents a detected pivot low.
Fields:
abs_index (series int)
price (series float)
strength (series int)
label_id (series label)
f_determinePivotStrength(_pivotCandidateRelativeIndex, _type, _maxStrength)
Determines the strength of a pivot (low or high).
Parameters:
_pivotCandidateRelativeIndex (int): The relative bar index of the pivot candidate.
_type (string): "low" for a pivot low, "high" for a pivot high.
_maxStrength (int): The maximum number of bars to check on either side for strength.
Returns: An array containing [leftStrength, rightStrength].
f_getPlotColorForStrength(_strength)
Gets a plotting color based on pivot strength.
Parameters:
_strength (int): The calculated pivot strength.
Returns: A color for plotting.
f_updateExistingPivotLow(f_pivotLows, f_pivotLowInfoIndex, f_newStrength, f_showLabels)
Updates an existing pivot LOW's strength and its corresponding chart label.
Parameters:
f_pivotLows (array<pivotLowInfo>): The array of pivotLowInfo objects.
f_pivotLowInfoIndex (int): The index of the pivot to update in the array.
f_newStrength (int): The new (increased) strength of the pivot.
f_showLabels (bool): A boolean to control if labels should be updated.
f_updateExistingPivotHigh(f_pivotHighs, f_pivotHighInfoIndex, f_newStrength, f_showLabels)
Updates an existing pivot HIGH's strength and its corresponding chart label.
Parameters:
f_pivotHighs (array<pivotHighInfo>): The array of pivotHighInfo objects.
f_pivotHighInfoIndex (int): The index of the pivot to update in the array.
f_newStrength (int): The new (increased) strength of the pivot.
f_showLabels (bool): A boolean to control if labels should be updated.
f_findPivotLows(f_pivotLows, f_minStrength, f_maxStrength, f_showLabels)
Finds and processes pivot lows.
Parameters:
f_pivotLows (array<pivotLowInfo>): The array of pivotLowInfo objects to read from and modify.
f_minStrength (int): Minimum strength required for a new pivot to be recorded.
f_maxStrength (int): Maximum strength to search for when determining pivot strength.
f_showLabels (bool): A boolean to control if new labels should be created.
f_findPivotHighs(f_pivotHighs, f_minStrength, f_maxStrength, f_showLabels)
Finds and processes pivot highs.
Parameters:
f_pivotHighs (array<pivotHighInfo>): The array of pivotHighInfo objects to read from and modify.
f_minStrength (int): Minimum strength required for a new pivot to be recorded.
f_maxStrength (int): Maximum strength to search for when determining pivot strength.
f_showLabels (bool): A boolean to control if new labels should be created.
pivotHighInfo
Represents a detected pivot high.
Fields:
abs_index (series int)
price (series float)
strength (series int)
label_id (series label)
pivotLowInfo
Represents a detected pivot low.
Fields:
abs_index (series int)
price (series float)
strength (series int)
label_id (series label)
릴리즈 노트
v2Updated:
pivotHighInfo
Represents a detected pivot high.
Fields:
abs_index (series int)
price (series float)
strength (series int)
label_id (series label)
time (series float)
bars_since_last (series int)
amplitude (series float)
cycle_phase_id (series string)
is_confirmed (series bool)
pivotLowInfo
Represents a detected pivot low.
Fields:
abs_index (series int)
price (series float)
strength (series int)
label_id (series label)
time (series float)
bars_since_last (series int)
amplitude (series float)
cycle_phase_id (series string)
is_confirmed (series bool)
파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
파인 라이브러리
트레이딩뷰의 진정한 정신에 따라, 작성자는 이 파인 코드를 오픈소스 라이브러리로 게시하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 경의를 표합니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈소스 게시물에서 사용할 수 있지만, 이 코드의 게시물 내 재사용은 하우스 룰에 따라 규제됩니다.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.