crossover#
tradeexecutor.utils.crossover Python module in Trading Strategy framework.
Module description#
Provides functions to detect crossovers.
crossover between two series
crossover between a series and a constant value
Functions#
|
Detect if the first series has crossed over the second. |
|
Detect if the first series has crossed under the second. |