Financial Market Simulation Documentation |
||
|
||
Contents
See also:
IntroductionThis project is dedicated to developing a simulation of the financial and stock market using multi-agent approach. This is often also called Virtual Artificial Stock Market. In brief, that means we create thousands of traders, give them different amounts of money to start with, different decision making strategies, distribute all shares among them and put them in a virtual market to see how they will act. Sort of an artificial life with several purposes:
The original idea was given to me by Dr. Viktor Romanov from the Plekhanov Economic Academy in Moscow. This application was originally created for my diploma work, I plan to continue my research in this field and defend another work based on it to get a degree called "Candidate of Technical Sciences" (something between a Master and a Doctor in the western educational system). This documentation contains various documents regarding this project. I published it all because I want FIMAS to attract other develops and researchers who want to conduct experiments on a virtual market. FIMAS is a open platform, which contains a lot of predefined market participants and common strategies. But most important of all, it allows users to create their own strategies, add their own scenarios and create new graphical representations of market data with the help of a built-in Object Pascal Scripting Language. This project is completely free and open source! You can download a binary distribution and full source code at the official web site. Enjoy and don't hesitate to contact me if you have questions!
Copyright & licenseAll units are Copyrighted (C) 2004-2008 by Alexander Federyakov (aka Da Stranger) under the GNU General Public License Version 3.0 with the following exceptions: 1)
If you used this unit or any part during the development of your
software, please send me an e-mail to
datarget@_#please_no_spaam#_mail.ru with a link
to your homepage
or to a page, where your soft could be downloaded.
This is a request for
free and open source software and a must for any form of
commercial products. A local copy of the GPL license can be found here. This
program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Contact informationIf
you find any bugs, have suggestions or anything else you can contact me
(Alexander Federyakov also known as Da Stranger):
About "Sector-37" projectI'm was also involved in the "Sector-37" project. You can get more information about the project at http://www.sector-37.com/english/ .
|