boitoki

CurrentlyPositionIndicator

boitoki アップデート済   
Library "CurrentlyPositionIndicator"
Currently position indicator

run(_index, _price, _stoploss, _high, _low, _side, _is_entered, _colors, _position_left, _box_width)
  Currently positions indicator
  Parameters:
    _index (int): entry index
    _price (float): entry price
    _stoploss (float): stoploss price
    _high (float): range high
    _low (float): range low
    _side (int)
    _is_entered (bool): is entered
    _colors (color): color array
    _position_left (int): Left position
    _box_width (int): box's width
  Returns: TODO: add what function returns
リリースノート:
v2

Updated:
run(_index, _price, _stoploss, _high, _low, _side, _is_entered, _colors, _position_left, _box_width)
  Currently positions indicator
  Parameters:
    _index (int): entry index
    _price (float): entry price
    _stoploss (float): stoploss price
    _high (float): range high
    _low (float): range low
    _side (int)
    _is_entered (bool): is entered
    _colors (color): color array
    _position_left (int): Left position(option)
    _box_width (int): box's width(option)
リリースノート:
v3
リリースノート:
v4

Added:
history(_index, _price, _stoploss, _high, _low, _side, _entered, _colors, _show, _number_format)
  History
  Parameters:
    _index (int): Entry index
    _price (float): Entry price
    _stoploss (float): StopLoss price
    _high (float): Range high price
    _low (float): Range low price
    _side (int): Num. of entry side (buy is 1, sell is -1)
    _entered (bool): Is the entry entered
    _colors (color): Color array
    _show (bool): show trigger
    _number_format (string): Text number format 'Price' | 'Pips'
リリースノート:
v5
リリースノート:
v6

Pineライブラリ

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

免責事項

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

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

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