Quote:
|
Originally Posted by hua
ONE VITAL QUESTION.
In case for an alert in EA, we can mark ''disable alert once hit''.
how we can do that on indicator alerts???
Many tks in advance.
|
Hi hua,
Happy to hear you!
In this case, we have to use another function called "MessageBox".
MessageBox is an external function (resides in an external dll), so you have to enable the option "Allow Dll imports" in the indicator properties window.