Friday, March 13, 2009

Foreign exchange market is different from the stock market.


The foreign exchange market is also known as the FX market, and the forex market. Trading that takes place between two counties with different currencies is the basis for the fx market and the background of the trading in this market. The forex market is over thirty years old, established in the early 1970's. The forex market is one that is not based on any one business or investing in any one business, but the trading and 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`) )