PINE LIBRARY
Updated

nikLibrary

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
Release Notes
v2

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

Добавлено:
findRange(filt, filtLow, filtTop, tolerance, filterShift)
  Parameters:
    filt (float)
    filtLow (float)
    filtTop (float)
    tolerance (float)
    filterShift (float)
Release Notes
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)
Release Notes
v6
Release Notes
v7

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

Disclaimer