仕事が完了した
指定
Type of alert - Pop Up alert.
MT5 Alert window message:
BUY XAGUSDm, M15, 05:45, 2021.06.01
MT5 Alert window table record:
2021.06.01 08:00:00 Spectrum XM MT5 (XAGUSDm,M15) BUY XAGUSDm, M15, 05:45, 2021:06.01
MT5 Experts Log:
2021.06.01 08:00:00.059 Spectrum XM MT5 (XAGUSDm,M15) Alert: BUY XAGUSDm, M15, 05:45, 2021.06.01
My principal of this job is:
1) Auto open BUY/SELL order on received pop-up alert / signal in experts log instead of place order manually.
2) New trade must have magic number consists of (a)&(b):
(a) custom defined id for any symbol (unlimited symbols)
(example: XAGUSDm = 101, EURUSDm = 102, ...)
(b) custom defined id for any timeframe
(example: M15 = 115, H4 = 204, D1= 301, ...)
(example magic number for the new trade for XAGUSDm M15 will be: 101115)
3) Need source file MQL5.
Thank you.