boitoki

CurrentlyPositionIndicator

boitoki Aktualisiert   
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
Versionshinweise:
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)
Versionshinweise:
v3
Versionshinweise:
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'
Versionshinweise:
v5
Versionshinweise:
v6

Pine Bibliothek

In echter TradingView-Manier hat der Autor diesen Pine-Code als Open-Source-Bibliothek veröffentlicht, so dass andere Pine-Programmierer aus unserer Community ihn weiterverwenden können. Ein Hoch auf den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Publikationen verwenden, aber die Wiederverwendung dieses Codes in einer Publikation unterliegt den Hausregeln.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie diese Bibliothek nutzen?

Kopieren Sie die folgende Zeile und fügen Sie sie in Ihr Skript ein.