Trade Entry Direction

Trade Entry Direction

The Sender provides the new trade entries, including their buy or sell directions. This parameter decides to trade with that Sender's direction or trade against it.


EA parameters.trade_entry_direction
Trade Entry DirectionDescription
Same as Signal Direction The new trade is entered as follows:
  • When a trade from the Sender is a BUY then the EA enters a BUY position.
  • When a trade from the Sender is a SELL then the EA enters a SELL position.
Reverse of Signal Direction The new trade is entered as follows:
  • When a trade from the Sender is a BUY then the EA enters a SELL position.
  • When a trade from the Sender is a SELL then the EA enters a BUY position.