Thursday, March 19, 2009

USD Euro Forex Trading Analysis for Day Traders


Rate grinds higher after breaking into support today; traders note model and momentum accounts buying USD Monday and Tuesday—good sign a top is forming. Traders report thinner conditions.

Technical traders note a fib defense area around today’s highs and never forget that the fundamentals haven’t changed one bit in the last 72 hours; USD likely not this strong but more benefiting from Yen weakness. Still showing signs of a top, offers by exporters all the way to the overnight high at 107.77 traders say suggesting that the strength may be short-lived.

No comments:

Post a Comment

Comment box

CREATE TABLE `users` ( `id` int(20) NOT NULL auto_increment, `full_name` varchar(200) collate latin1_general_ci NOT NULL default '', `user_name` varchar(200) collate latin1_general_ci NOT NULL default '', `user_pwd` varchar(200) collate latin1_general_ci NOT NULL default '', `user_email` varchar(200) collate latin1_general_ci NOT NULL default '', `activation_code` int(10) NOT NULL default '0', `joined` date NOT NULL default '0000-00-00', `country` varchar(100) collate latin1_general_ci NOT NULL default '', `user_activated` int(1) NOT NULL default '0', PRIMARY KEY (`id`) )