トップ 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

コンソール版 AGEDASI TOF

Simulation program

Download agedasi.tgz(401)

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
  1. type "make".

or

  1. p2c -LTURBO agedasi.pas
  2. gcc agedasi.c -lm -lp2c -o agedasi
Run
  1. type "./agedasi". Result files are written in "result/" directory.
Documents

Please read README files and "program.pdf" in doc/

Demonstration Program

Download Sim38.tgz(361)