PINE LIBRARY

nikLibrary

Aktualisiert
Library "nikLibrary"
TODO: add library description here

fun(x)
  TODO: add function description here
  Parameters:
    x (float): TODO: add parameter x description here
  Returns: TODO: add what function returns
Versionshinweise
v2

Добавлено:
isPivot(pivotVol, pivotSize, isPriceBreakoutCandle)
  Parameters:
    pivotVol (float)
    pivotSize (float)
    isPriceBreakoutCandle (bool)
Versionshinweise
v3
Versionshinweise
v4

Добавлено:
findRange(filt, filtLow, filtTop, tolerance, filterShift)
  Parameters:
    filt (float)
    filtLow (float)
    filtTop (float)
    tolerance (float)
    filterShift (float)
Versionshinweise
v5

Добавлено:
isAutoPivot(condUp, condDown, useAutVol, lastVolume)
  Parameters:
    condUp (bool)
    condDown (bool)
    useAutVol (bool)
    lastVolume (float)

Обновлено:
isPivot(pivotVol, pivotSize, isPriceBreakoutCandle, useAutVol)
  Parameters:
    pivotVol (float)
    pivotSize (float)
    isPriceBreakoutCandle (bool)
    useAutVol (bool)
Versionshinweise
v6
Versionshinweise
v7

Обновлено:
isAutoPivot(condUp, condDown, useAutVol, lastVolume, repeateVolume)
  Parameters:
    condUp (bool)
    condDown (bool)
    useAutVol (bool)
    lastVolume (float)
    repeateVolume (bool)
debugging

Pine Bibliothek

Ganz im Sinne von TradingView hat dieser Autor seinen/ihren Pine Code als Open-Source-Bibliothek veröffentlicht. Auf diese Weise können nun auch andere Pine-Programmierer aus unserer Community den Code verwenden. Vielen Dank an den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Veröffentlichungen verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert.

Haftungsausschluss