Sound for New and Close Order

 

I check in Option/Events...but doesn't wor.

If I'd like to recevive a sound whan I (or my EA) buy/sell order...what I have to do ?


Thanks to everybody

 
Luca Motta:

I check in Option/Events...but doesn't wor.

If I'd like to recevive a sound whan I (or my EA) buy/sell order...what I have to do ?


Thanks to everybody

no answer get

 
Luca Motta :

I check in Option/Events...but doesn't wor.

If I'd like to recevive a sound whan I (or my EA) buy/sell order...what I have to do ?


Thanks to everybody

Alert Position Open



When a position is opened (either by an Expert Advisor or manually or when a pending order is triggered), the Expert Advisor signals this.

Can be turned on / off

  • signaling via Alert
  • signaling through file playback
  • printout to the "Experts" tab
  • screen print

Example of displaying messages:

Pending Buy Limit order triggered:

 2019.09 . 03 14 : 03 : 16.077 Alert Position Open (EURUSD,D1) deal # 420561644 buy 0.020 USDJPY at 106.152   [ # 443661270 buy limit]

Market position was set:

 2019.09 . 03 14 : 04 : 41.591 Alert Position Open (EURUSD,D1) deal # 420564269 buy 0.010 USDJPY at 106.171 


The Expert Advisor works as a "listener" in OnTradeTransaction . As soon as there is a transaction in type

  • TRADE_TRANSACTION_DEAL_ADD - adding a deal to history

- the advisor refers to the trading history and receives the necessary information from the ticket of the transaction

Reason: