Cross

Last modified: 20 February 2025

Cross checks if two features cross each other or not. The inputs of this function are:

  • Timeframes: The timeframes in which the function is applied

  • First Indicator: First feature used in analysis.

  • Second Indicator: Second feature used in analysis

  • Output Column Name(s): The column in which the result is stored.

First Indicator and Second Indicator are the features that the function observes to detect crosses. Note that only numeric columns could be inputs of this function. The result column contains three labels:

  • not cross: lines dont cross each other.

  • cross over: the first line becomes larger than the second one.

  • cross under: the second line becomes larger than the first one.