Quote:
|
Originally Posted by codersguru
Hi hua,
There's a simple method to know which is an Indicator and which is an EA.
Open the source file and if you find one of these two lines it's an indicator:
#property indicator_chart_window
#property indicator_separate_window
If not, it's not. 
|
tks once more indeed. But if i am allowed to say that any alerts as EA doesnt make any sense due to the fact we hv to use only one EA. So its much better on an indicator basis. Dont yu think? all the best.
PS: what we shall do to an indicator alert to alarm only '' ONE TIME''?
TKS