Using Trend Alexcut in my EA

 

i want to using Trend Alexcut indicators in my EA.

Trend AlexCut have A SELL or BUY signals.

My EA is Code:

int start()
{
//----
string sonuc=iCustom(Symbol(),0,"Trend Alexcut",1,0);
Comment(sonuc);
//----
return(0);
}

Files:
 
Mehmet:

i want to using Trend Alexcut indicators in my EA.

Trend AlexCut have A SELL or BUY signals.

My EA is Code:

int start()
{
//----
string sonuc=iCustom(Symbol(),0,"Trend Alexcut",1,0);
Comment(sonuc);
//----
return(0);
}

2008.08.25 16:06:29 Trend Alexcut EURUSD,M1: unknown subwindow number -1 for ObjectCreate function
2008.08.25 16:06:29 Trend Alexcut EURUSD,M1: unknown subwindow number -1 for ObjectCreate function

Reason: