| 
 PureBytes Links 
Trading Reference Links 
 | 
I've loaded the SAMPLE.DLL from the ADK
and wanted to use the ExampleEMA() function therein.
In Indicator Builder I've given the following commands
Plot(EMA(C,50),"",1,1); 
Plot(ExampleEMA(C,50),"",2,1); 
but AB brings the following error msg:
Unknown identifier at line 7, column 16:
Plot(ExampleEMA(
---------------^
What am I doing wrong?
 
 |