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)

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

このライブラリを使用したいですか?

以下の行をコピーして、スクリプト内に貼り付けてください。