hermes_trisme

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)

Biblioteca Pine

Siguiendo el verdadero espíritu de TradingView, el autor de este código de Pine lo ha publicado como biblioteca de código abierto, para que el resto de programadores de Pine de esta comunidad puedan volver a utilizarlo. ¡Un hurra por el autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero debe ceñirse a lo establecido en las Normas internas.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar esta biblioteca?

Copie la siguiente línea y péguela en su script.