The market broke its four-day winning streak and given that it happened on the last day of April, everyone is asking the question: Is it time to “Sell in May and Go Away?”
Traditionally, the May to October period is the most volatile for stocks and when you look at the performance of the indexes during this period it isn’t rosy. But does that mean that all stocks should be sold?
I have my thoughts on the topic, but I want to hear from you.
0){
require(“/www/globals/survey/db_connect.php”);
if(isset($_GET[‘_0’]) && $_GET[‘_0’] > 0){
$sql = “INSERT INTO s20120501navl SET endtime = NOW(), _0 = ‘” . mysql_real_escape_string(addslashes($_GET[‘_0’])) . “‘”;
if ($sql_result = mysql_query($sql,$survey_connection)){
#print(“successful”);
} else {
#print(“failed”);
}
}
$sql = “SELECT COUNT(*) FROM s20120501navl WHERE _0 > 0”;
if ($sql_result = mysql_query($sql,$survey_connection)) {
while ($row = mysql_fetch_row($sql_result)) {
$countoftotalrepliestoquestion = $row[0];
}
}
$sql = “SELECT COUNT(*) FROM s20120501navl WHERE _0 = ‘1’”;
if ($sql_result = mysql_query($sql,$survey_connection)) {
while ($row = mysql_fetch_row($sql_result)) {
$count = $row[0];
$countpercentage = sprintf(“%01.2f”,($count / $countoftotalrepliestoquestion) * 100);
}
}
$answer1 = $countpercentage;
$sql = “SELECT COUNT(*) FROM s20120501navl WHERE _0 = ‘2’”;
if ($sql_result = mysql_query($sql,$survey_connection)) {
while ($row = mysql_fetch_row($sql_result)) {
$count = $row[0];
$countpercentage = sprintf(“%01.2f”,($count / $countoftotalrepliestoquestion) * 100);
}
}
$answer2 = $countpercentage;
$sql = “SELECT COUNT(*) FROM s20120501navl WHERE _0 = ‘3’”;
if ($sql_result = mysql_query($sql,$survey_connection)) {
while ($row = mysql_fetch_row($sql_result)) {
$count = $row[0];
$countpercentage = sprintf(“%01.2f”,($count / $countoftotalrepliestoquestion) * 100);
}
}
$answer3 = $countpercentage;
$sql = “SELECT COUNT(*) FROM s20120501navl WHERE _0 = ‘4’”;
if ($sql_result = mysql_query($sql,$survey_connection)) {
while ($row = mysql_fetch_row($sql_result)) {
$count = $row[0];
$countpercentage = sprintf(“%01.2f”,($count / $countoftotalrepliestoquestion) * 100);
}
}
$answer4 = $countpercentage;
mysql_close($survey_connection);
?>
#results { width:auto; font-weight:bold; }
#results #labels { width:285px; float:left; margin:0 10px 0 0; }
#results #labels > div { display:block; text-align:right; font-weight:bold; color:#000; }
#results #display { width:300px; float:left; }
#results #display > div { display:block; background:#3D7CB1; color:#fff; padding:0 5px; text-shadow:0 1px 0 #000000; }
#results > div > div { margin:0 0 0.5em; }
<div id="answer2" style="width:%;”>%
<div id="answer3" style="width:%;”>%