FX Arbitrage Code

Back To Sample Code


Application entry point and View
index.pl

Controller between View and Model
FXController.pm

Handles the raw data portion of the Model
FXData.pm

Data manipulation part of the Model
FXEngine.pm

Manages the user session and user data workspace
FXSessionManager.pm

OCaml language fxengine
Handles the raw computation of arbitrage transactions
This program is compiled to binary
fxengine.ml

Small python script to handle downloading of
web pages since this ISPs installation of perl
does not include the LWP library.
wget.py