boitoki

CurrentlyPositionIndicator

boitoki Mis à jour   
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
Notes de version:
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)
Notes de version:
v3
Notes de version:
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'
Notes de version:
v5
Notes de version:
v6

Bibliothèque Pine

Dans le véritable esprit de TradingView, l'auteur a publié ce code Pine en tant que bibliothèque open-source afin que d'autres programmeurs Pine de notre communauté puissent le réutiliser. Bravo à l'auteur ! Vous pouvez utiliser cette bibliothèque à titre privé ou dans d'autres publications open-source, mais la réutilisation de ce code dans une publication est régie par notre Règlement.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser cette bibliothèque?

Copiez le texte dans le presse-papiers et collez-le dans votre script.