How can we add push notifications to MT4 indicators?

2 Views
Reannon Boliver
Answered 7 months, 3 weeks ago
<p id="isPasted">You must use the SendNotification() function.</p><p>Example:</p><p>Inserted Code</p><p><em>SendNotification("BUY signal on " + _Symbol);</em></p>
1 View