return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
int counted_bars=IndicatorCounted();
int i;
// caculate MA6;
if(counted_bars0) counted_bars--;
int limit=Bars-counted_bars;
for( i=0;i