كود: bool IsNewCandle() { static int BarsOnChart = 0; if(Bars==BarsOnChart) return(false); BarsOnChart==Bars; return(true); }
bool IsNewCandle() { static int BarsOnChart = 0; if(Bars==BarsOnChart) return(false); BarsOnChart==Bars; return(true); }