! Simulation program Download {{ref agedasi.tgz}} This is source codes of my system, AGEDASI TOF. AGEDASI TOF is an artificial market model of a foreign exchange market. Please read my papers to get more detailed description about the model. This code is written in Pascal. P2C is necessary for compilation. :Install: + type "make". or + p2c -LTURBO agedasi.pas + gcc agedasi.c -lm -lp2c -o agedasi :Run: + type "./agedasi". Result files are written in "result/" directory. :Documents: Please read README files and "program.pdf" in doc/ * {{ref README.txt}} * {{ref program.pdf}}. ! Demonstration Program Download {{ref Sim38.tgz}}