How to use the finta.TA.ADL function in finta

To help you get started, we’ve selected a few finta examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github peerchemist / finta / tests / test_unit.py View on Github external
def test_adl():

    adl = TA.ADL(ohlc)

    assert isinstance(adl, series.Series)
    assert adl.values[-1] == 1221072523.7384958