Some updates for you:
1. I just posted a documentation change to the live beta system
here. The documentation is sloooowly getting there. I hate documenting
2. I found a bug in the live beta system which was caused by my web hoster having Php
magic quotes turned on. Since magic quotes cannot be turned off at runtime in the code and the
.htaccess directive to turn magic quotes off was not recognized on my web hoster's server, I had to modify the
MT4Analysis SQL command line page to remove the extra quotes after the page has been submitted.
3. Since I do most of my coding using
Ubuntu Linux, I created some
shell scripts to:
a. read the MT4 statements and load them into the database
b. use ftp to post the database to my live beta system
I then created a
cron job to automatically update all the databases every hour on the hour during trading. The result is that the databases in the live beta system should be accurate to within an hour.
I have not yet built new download packages containing the above changes.
Current version is .4.03-2009.10.29
Rick