increasing#

API documentation for tradeexecutor.utils.increasing Python module in Trading Strategy.

Module description#

Functions to determine whether a series is monotonically increasing or decreasing.

Functions#

is_monotonically_decreasing(series[, index])

Check if a series is monotonically decreasing.

is_monotonically_increasing(series[, index])

Check if a series is monotonically increasing.