Tuesday, March 24, 2009

USD Technical Forex Analysis for Forex Traders


It is a mixed start for the USD this morning as the Chinese markets are back after the extended Lunar New Year celebrations; the Greenback is better against EURO, GBP, CHF and CAD but softer against JPY to start the month. Although trading was light to start Asia, technical follow-on buying from Friday saw the majors start losing ground steadily into early Europe; below-expectations UK CBI data helped pressure GBP into early lows around the 1.4230 area with traders saying a failure at the key support area of 1.4250 to extend losses.

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`) )