Enumeration SIGNAL_DIRECTION

Represents the possible directions of a detected trading signal.

SIGNAL_DIRECTION

Enumeration Members

Enumeration Members

BEARISH: -1

Indicates a downward (bearish) directional signal.

BIDIRECTIONAL: 2

Indicates that both bullish and bearish signals have been detected simultaneously, representing a bidirectional or mixed condition.

BULLISH: 1

Indicates an upward (bullish) directional signal.

NONE: 0

No directional signal detected (neutral/no signal).

Generated using TypeDoc