Forum

Notifications: failed send request [0] send request failed [12002]

hi any one why the send request failed [12002], kindly advise how to resolve

MQL programming -

Hi I keep received a repeating "Buy hits 5" notification. How to adjust the programming to only SendNotification only 1 time ? int OnInit () { return ( INIT_SUCCEEDED ); } void OnTick () { Comment ( "number of Buy Position: " ,CountBuyPositions()); } int CountBuyPositions() { int

notification for number of trade trigger.

any 1 know how to write a code for send notification for number of trade trigger (eg. I'd like to know when 10th, 15th, 20th trade trigger)