When an opposite signal appears while a position is already open, AlgoWay can react in different ways depending on the selected mode. The three main behaviors are Hedge, Reverse, and Opposite.
These modes define what happens when, for example, you already have a BUY position on a symbol and a new SELL signal arrives.
Last updated: 2026-03-21 • Author: AlgoWay
The Hedge option allows opposite positions on the same symbol to stay open at the same time. Instead of merging, reducing, or closing the current trade, AlgoWay opens the new trade as a separate position.
This mode is useful when your strategy intentionally allows both directions to remain open, and your broker/account supports hedging.
Reverse mode closes the current position first when an opposite signal arrives. However, it does not automatically open a new position in the opposite direction unless a separate new entry is triggered.
This mode is useful when an opposite signal should be treated only as an exit, not as an immediate direction change.
Opposite mode is the direct flip behavior. When an opposite signal arrives, AlgoWay closes the current position and immediately opens a new position in the opposite direction.
This mode is useful when your strategy treats an opposite signal as both an exit and a new entry.
Assume you already have a BUY on EURUSD, and then a SELL signal arrives:
In simple terms:
Last updated: 2026-03-21 • Author: AlgoWay