
echo “
“;
echo “
“;
echo “
“;
echo “
“;
$days=$days+1;
$sql = “select time, score from mrscore where date=’$sDate’ order by time desc limit 20″;
$url =”https://cn.ertrack.com/?p=483″;
$table =” Breadth Score: “;
//queryDB($url, $sql, $table);
echo ” Breadth Score: Positive score(blue line) means bullish, score value range from -4 to +4 mean range day, score > 7 or <-7 means trending day
” ;
echo “To check previous day’s breadth, click here“;
//echo “ Data Breakout… NO update for today! …“;
//echo “List all files”;
$path = “./breadth/”;
$dh = opendir($path);
$i=1;
while (($file = readdir($dh)) !== false) {
if($file[0] != “.” && $file != “..” && $file != “index.php” && $file != “.htaccess” && $file != “error_log” && $file != “cgi-bin” && $file != “.old”) {
// echo “$file
“;
// echo ““;
$i++;
}
}
closedir($dh);
//
?>