Tuesday, March 24, 2009

FOREX TRADING - Maybe its time to switch ( a guide )


The Foreign Exchange market, also referred to as the "Forex" or "FX" market, is the largest financial market in the world, with a daily average turnover of approximately US$1.5 trillion. Foreign Exchange is the simultaneous buying of one currency and selling of another. The world's currencies are on a floating exchange rate and are always traded in pairs, for example Euro/Dollar or Dollar/Yen

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