PINE LIBRARY

HT: Levels Lib

Library "Levels"

method initialize(id)
  Namespace types: levels_collection
  Parameters:
    id (levels_collection)

method create_level(id, name, value, level_start_bar, level_color, show)
  Namespace types: levels_collection
  Parameters:
    id (levels_collection)
    name (string)
    value (float)
    level_start_bar (int)
    level_color (color)
    show (bool)

method set_level(id, name, value, level_start_bar, show)
  Namespace types: levels_collection
  Parameters:
    id (levels_collection)
    name (string)
    value (float)
    level_start_bar (int)
    show (bool)

method find_resistance(id)
  Namespace types: levels_collection
  Parameters:
    id (levels_collection)

method find_support(id)
  Namespace types: levels_collection
  Parameters:
    id (levels_collection)

method draw_level(id)
  Namespace types: level_info
  Parameters:
    id (level_info)

method draw_all_levels(id)
  Namespace types: levels_collection
  Parameters:
    id (levels_collection)

level_info
  Fields:
    name (series__string)
    value (series__float)
    bar_num (series__integer)
    level_line (series__line)
    line_start_bar (series__integer)
    level_color (series__color)
    show (series__bool)
    ss (series__bool)
    sr (series__bool)

levels_collection
  Fields:
    levels (array__|level_info|#OBJ)
arrayslevelssupportandresitancetechindicator

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.


Aynı zamanda::

Feragatname