Friday, March 13, 2009

The World Wide Forex Market


Forex is a trading 'method' also known as FX or and foreign market exchange. Those involved in the foreign exchange markets are some of the largest companies and banks from around the world, trading in currencies from various countries to create a balance as some are going to gain money and others are going to lose money. The basics of forex are similar to that of the stock market found in any country, but on a much larger, grand scale, that involves people, currencies and trades from around the world, in just about any Read More>>>

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