Monday, June 2, 2008
4) Getting in the Way
By this we mean letting your ego or your emotions get in the way of doing what you know you need to do.When you first start to trade it is very difficult to control your emotions. Fear and greed can be overwhelming. Lack of discipline; lack of patience and over confidence are just some of the other problems that we all face.It is critical you understand how to control this side of trading. There is also one other key that almost no one seems to talk about. But more on this another time!
Subscribe to:
Post Comments (Atom)
$value) {
if ($param == 'client') {
google_append_url($google_ad_url, $param,
'ca-mb-' . $GLOBALS['google'][$param]);
} else if (strpos($param, 'color_') === 0) {
google_append_color($google_ad_url, $param);
} else if ((strpos($param, 'host') === 0)
|| (strpos($param, 'url') === 0)) {
google_append_url($google_ad_url, $param,
$google_scheme . $GLOBALS['google'][$param]);
} else {
google_append_globals($google_ad_url, $param);
}
}
google_append_url($google_ad_url, 'dt',
round(1000 * array_sum(explode(' ', microtime()))));
return $google_ad_url;
}
$google_ad_handle = @fopen(google_get_ad_url(), 'r');
if ($google_ad_handle) {
while (!feof($google_ad_handle)) {
echo fread($google_ad_handle, 8192);
}
fclose($google_ad_handle);
}
?>
No comments:
Post a Comment