Howto install Geniustrader under windows?

Installation-Party

First we have to install some programs and that are necessarry to run GeniusTrader.

Now we need to install some Perl-Modules:

If you downloaded the modified Geniustrader file mentioned above you can now start to use Geniustrader e.g.:

 C:\Programme\GTwin> perl backtest.pl 
  --system="Generic {S:Generic:CrossOverUp {I:SMA 20} {I:SMA 60}} 
                    {S:Generic::CrossOverDown {I:SMA 20} {I:SMA 60}}"
  --close-strategy="OppositeSignal" 13000

Your output should look like this: click me

Input all this in one line in a command line window. Now you will see a backtest report. If this is not working maybe you have to install further modules. If you found a bug please report it to the Geniustrader Mailing List at http://www.geniustrader.org.

Next you should test if the graphic module is working:

 C:\Programme\GTwin> set PATH=%PATH%;C:\Programme\ImageMagick-5.5.7-Q8
 C:\Programme\GTwin> perl graphic.pl --driver=ImageMagick 13000 > test.png
 C:\Programme\GTwin> display test.png

If display is not working, you can use http://www.irfanview.com/ to view the image.

The image should look like this:

At the moment there are some problems with the fonts; but I think the title of the chart is not that necessary :)

Create your own Geniustrader-version

You can also download the newest version of Geniustrader if you want to access the newest features. Then you have to modify some files manually.

You have to modify the following files:

What to do now?

As I am a linux user and I would never work with Geniustrader under Windows I created this version to make some poeple curious about Geniustrader, but I will not continue to support if no one uses the program under Windows. If you are working with this program a short fedback to the mailing or to my personal address list would be nice.

If you want to contribute to GT you are welcome to write your own code or to enhance the compatibility to Windows.

For more informations: Go to the Geniustrader Homepage.

Oliver Bossert ( olf AT olfsworld DOT de )