Entry Direction

Controls which signal direction the strategy is allowed to trade.

ParameterDescription
Allowed entry directionsBoth allows both long and short trades.
Long allows only long trades.
Short allows only short trades.

Signal Inversion

Reverses the strategy’s signal direction.

ParameterDescription
Is EnabledWhen enabled, long signals are treated as short signals, and short signals are treated as long signals.
This can be useful for testing the opposite side of the strategy logic or for running an inverted version of the same signal model.
To top