Quote:
|
Originally Posted by hua
Sorry but i cannot attach ''cross'' and cross1 to my charts.
it is an indicator and not EA, isnt' it?
mny tks in advance
|
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.
