bool NewBar() { static datetime LastTime; if (LastTime != Time[0]) { LastTime = Time[0]; return(true); } return(false); }