dear mladen, i have always the same problem with EMPTY_VALUE, Im trying to call the buffers of this indicators but dont work, whats wrong?
Thanks soo much,
double Coral(int i)
{
double up = iCustom(NULL,0,"Coral",1,i)!=EMPTY_VALUE;
double dn = iCustom(NULL,0,"Coral",2,i)!=EMPTY_VALUE;
if(up)
{
return(1);
}
if(dn)
{
return(-1);
}
return(0);
}
Re: iCustom
2Cladi39Cladi39 wrote: Sun Jun 11, 2017 4:29 pm dear mladen, i have always the same problem with EMPTY_VALUE, Im trying to call the buffers of this indicators but dont work, whats wrong?
Thanks soo much,
double Coral(int i)
{
double up = iCustom(NULL,0,"Coral",1,i)!=EMPTY_VALUE;
double dn = iCustom(NULL,0,"Coral",2,i)!=EMPTY_VALUE;
if(up)
{
return(1);
}
if(dn)
{
return(-1);
}
return(0);
}
Apart from being decompiled code, coral can repaint
Re: iCustom
4You can use a non repainting nonlag ma - you shall be surprisedCladi39 wrote: Mon Jun 12, 2017 8:08 am Can you recomend me something simila maybe a Hull ma? Thanks for your help

Re: iCustom
5Try this - it is an HMA and is very similar. Useful tool.
Blue/Violet ma is the Coral and Lime/Red is HMA master.
TEAMTRADER
Blue/Violet ma is the Coral and Lime/Red is HMA master.
TEAMTRADER