Indikatore return

 

i want to:

1- i have a cros indikator. return (12). what is change codes ?

int start()
{
int limit;
int counted_bars=IndicatorCounted();
//---- last counted bar will be recounted

if(counted_bars>0) counted_bars--;
limit=Bars-counted_bars;
//

if limit>0 return(12);

if limit==1235 return(13);

2- How do using iCustom ?

double val=iCustom(NULL, 0, "cros",13,1,0);
i want to val ? in cros indikator

Please Help Me ?

Reason: