PINE LIBRARY

CandleLib

Güncellendi
Library "CandleLib"
TODO: add library description here

zero()
Sürüm Notları
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
Sürüm Notları
v3

Добавлено:
candle_type_spin()

candle_trend()

candle_type_marubotsu()
Sürüm Notları
v4
Sürüm Notları
v5

Добавлено:
candle_type_hammer()

candle_type_hammer_inverted()
Sürüm Notları
v6

Добавлено:
trend_candle()

trend_volume()

trend_reversal_trough_dodge()

trend_reversal_trough_hammer_inverted()

trend_reversal_trough_hammer()

Удалено:
candle_trend()
Sürüm Notları
v7

Добавлено:
trend_candle_changed()

trend_reversal()
Sürüm Notları
v8
Sürüm Notları
v9
Sürüm Notları
v10
Sürüm Notları
v11
Sürüm Notları
v12
Sürüm Notları
v13
Sürüm Notları
v14
Sürüm Notları
v15
Sürüm Notları
v16
Sürüm Notları
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)
Sürüm Notları
v18

Добавлено:
barsOffset(target_bar_index)
  Parameters:
    target_bar_index (int)
Sürüm Notları
v19

Добавлено:
barOffset(target_bar_index)
  Parameters:
    target_bar_index (int)

barTime(target_bar_index)
  Parameters:
    target_bar_index (int)

Удалено:
barsOffset(target_bar_index)
Sürüm Notları
v20
Sürüm Notları
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()
Sürüm Notları
v22
Sürüm Notları
v23
Sürüm Notları
v24
Sürüm Notları
v25
bar_types

Pine kitaplığı

Gerçek TradingView ruhuyla, yazar bu Pine kodunu açık kaynaklı bir kütüphane olarak yayınladı, böylece topluluğumuzdaki diğer Pine programcıları onu yeniden kullanabilir. Yazar çok yaşa! Bu kütüphaneyi özel olarak veya diğer açık kaynaklı yayınlarda kullanabilirsiniz, ancak bu kodun bir yayında yeniden kullanılması Ev kuralları tarafından yönetilir.

Feragatname