# This file contains all settings for IBpnl to run.  The format of
# each line is name=value.  The entries should be obvious.


# The folder to store files for one account and one year.
# There're the following sub-folders: 
#
# html: stores files downloaded from IB.
# exec: stores execution files parsed directly from IB html files.
# trade: stores trade files which aggregates executions.
# report: stores final files: pnl.txt and position.txt.
# 
folder=c:\ib\dummy192\2005


# If you decide to download IB statements yourself, you don not need
# to supply your account information to IBpnl.  In that case, you
# can skip the rest of this file.
#
# Make sure your IB account was open at the start year and month. For
# example, if your account was opened in Mar 2005, use 3 as start month,
# not 1, then change "months" to 8 from 12.

   account=U651899
      user=dummy192
  password=makemoney
 startyear=2005
startmonth=1
    months=12

