Receiver Operation Mode

Receiver Operation Mode

By default the EA keeps executing all the trade signals from the sender in a continuous mode. However, other operation modes allow for an automated stop of signal trading when the run achieves a certain profit (even negative profit, improving from current drawdown), or when the sender closes off all trades. This Run Profit Required to Allow Closure works in conjunction with the Run Profit Required to Allow Closure EA parameter.


EA parameters receiver_operation_mode
Receiver Operation ModeDescription
Execute Non-Stop All Sender Signals All new trades gets entered and existing trades gets closed according to the incoming signals from the sender, all the time.

The Run Info section of the EA dashboard displays the trade summary since the start of the ongoing run.

Execute & Stop When Run Profit Reached The EA stops executing the sender's signals when the run's profit has reached the target amount. The Run Info section shows the run's profit:

EA parameters runInfo

After the closeout no new signal entries are allowed. A reentry confirmation window pops up and that must be dismissed in order to allow new entries again, i.e. to follow the signals from the sender again.

Execute & Stop Upon Sender Close All & Run Profit Reached The EA stops executing the sender's signals when both of the following happens and the same time:
  1. The sender closes off all their trades
  2. And the run's profit has reached the target amount
    The Run Info section shows the run's profit:
    EA parameters runInfo

After the closeout no new signal entries are allowed. A reentry confirmation window pops up and that must be dismissed in order to allow new entries again, i.e. to follow the signals from the sender again.