PINE LIBRARY
업데이트됨 CandleLib

Library "CandleLib"
TODO: add library description here
zero()
TODO: add library description here
zero()
릴리즈 노트
v2Добавлено:
candle_body()
candle_shadow_top()
candle_shadow_bottom()
candle_body_sma(length)
Parameters:
length
candle_type_dodge()
Обновлено:
zero(maxSize)
Get approximate candle zero size
Parameters:
maxSize: mitiplier to avarage body size of the candle
릴리즈 노트
v3Добавлено:
candle_type_spin()
candle_trend()
candle_type_marubotsu()
릴리즈 노트
v4릴리즈 노트
v5Добавлено:
candle_type_hammer()
candle_type_hammer_inverted()
릴리즈 노트
v6Добавлено:
trend_candle()
trend_volume()
trend_reversal_trough_dodge()
trend_reversal_trough_hammer_inverted()
trend_reversal_trough_hammer()
Удалено:
candle_trend()
릴리즈 노트
v7Добавлено:
trend_candle_changed()
trend_reversal()
릴리즈 노트
v8릴리즈 노트
v9릴리즈 노트
v10릴리즈 노트
v11릴리즈 노트
v12릴리즈 노트
v13릴리즈 노트
v14릴리즈 노트
v15릴리즈 노트
v16릴리즈 노트
v17Добавлено:
createCandle()
Creates instance of the candleModel
barsAllByOffset(predicate, from_offset, to_offset)
Parameters:
predicate (bool)
from_offset (int)
to_offset (int)
barsAnyByOffset(predicate, from_offset, to_offset)
Parameters:
predicate (bool)
from_offset (int)
to_offset (int)
barsAllByBarIndex(predicate, from_index, to_index)
Parameters:
predicate (bool)
from_index (int)
to_index (int)
barsAnyByBarIndex(predicate, from_index, to_index)
Parameters:
predicate (bool)
from_index (int)
to_index (int)
collectCandles(storage, count)
collectes last [count] candleModel instanses in preinitialized [storage]
Parameters:
storage (candleModel[])
count (int)
candleModel
Fields:
high (series__float)
low (series__float)
close (series__float)
open (series__float)
bar_index (series__float)
side (series__integer)
size (series__float)
body (series__float)
tail_top (series__float)
tail_bottom (series__float)
릴리즈 노트
v18Добавлено:
barsOffset(target_bar_index)
Parameters:
target_bar_index (int)
릴리즈 노트
v19Добавлено:
barOffset(target_bar_index)
Parameters:
target_bar_index (int)
barTime(target_bar_index)
Parameters:
target_bar_index (int)
Удалено:
barsOffset(target_bar_index)
릴리즈 노트
v20릴리즈 노트
v21Добавлено:
zeroSize(ethalon, maxSize)
Get approximate candle zero size
Parameters:
ethalon (float)
maxSize (simple float): mitiplier to avarage body size of the candle
method isDodge(candle, zero_size)
Namespace types: candleModel
Parameters:
candle (candleModel)
zero_size (float)
method isSpin(candle, zero_size)
Namespace types: candleModel
Parameters:
candle (candleModel)
zero_size (float)
method isMarubotsu(candle, zero_size)
Namespace types: candleModel
Parameters:
candle (candleModel)
zero_size (float)
method isHammer(candle, zero_size)
Namespace types: candleModel
Parameters:
candle (candleModel)
zero_size (float)
isHammerInverted(candle, zero_size)
Parameters:
candle (candleModel)
zero_size (float)
Удалено:
collectCandles(storage, count)
collectes last [count] candleModel instanses in preinitialized [storage]
candle_body()
candle_shadow_top()
candle_shadow_bottom()
candle_body_sma(length)
zero(maxSize)
Get approximate candle zero size
candle_type_dodge()
candle_type_spin()
candle_type_marubotsu()
candle_type_hammer()
candle_type_hammer_inverted()
trend_candle()
trend_volume()
trend_candle_changed()
trend_reversal_trough_dodge()
trend_reversal_trough_hammer_inverted()
trend_reversal_trough_hammer()
trend_reversal()
릴리즈 노트
v22릴리즈 노트
v23릴리즈 노트
v24릴리즈 노트
v25릴리즈 노트
v26Добавлено:
method isTrendChanged(this, position)
Namespace types: array<candleType>
Parameters:
this (array<candleType>)
position (simple int)
method isVolumeRising(this, position)
Namespace types: array<candleType>
Parameters:
this (array<candleType>)
position (simple int)
method isVolumeFalling(this, position)
Namespace types: array<candleType>
Parameters:
this (array<candleType>)
position (simple int)
candlePartType
Fields:
value (series float)
candle_percent (series float)
chart_percent (series float)
candleSizeType
Fields:
value (series float)
chart_percent (series float)
candleType
Fields:
high (series float)
low (series float)
close (series float)
open (series float)
volume (series float)
bar_index (series int)
time (series int)
trend (series trendEnum)
body (candlePartType)
wick_top (candlePartType)
wick_bottom (candlePartType)
bullish_part (candlePartType)
bearish_part (candlePartType)
size (candleSizeType)
Обновлено:
method isDodge(this, zero_size)
Namespace types: candleType
Parameters:
this (candleType)
zero_size (simple float)
method isSpin(candle, zero_size)
Namespace types: candleType
Parameters:
candle (candleType)
zero_size (simple float)
method isMarubotsu(candle, zero_size)
Namespace types: candleType
Parameters:
candle (candleType)
zero_size (simple float)
method isHammer(candle, zero_size)
Namespace types: candleType
Parameters:
candle (candleType)
zero_size (simple float)
method isHammerInverted(candle, zero_size)
Namespace types: candleType
Parameters:
candle (candleType)
zero_size (float)
Удалено:
candleModel
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
파인 라이브러리
진정한 트레이딩뷰 정신에 따라 작성자는 이 파인 코드를 오픈 소스 라이브러리로 공개하여 커뮤니티의 다른 파인 프로그래머들이 재사용할 수 있도록 했습니다. 작성자에게 건배! 이 라이브러리는 개인적으로 또는 다른 오픈 소스 출판물에서 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰의 적용을 받습니다.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.