-
Notifications
You must be signed in to change notification settings - Fork 26
/
IBController.ini
72 lines (55 loc) · 1.77 KB
/
IBController.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Original source: https://github.com/ib-controller/ib-controller/blob/master/resources/IBController.ini
LogToConsole=yes
FIX=no
# IB API Authentication Settings
# ------------------------------
IbLoginId=edemo
IbPassword=demouser
PasswordEncrypted=no
TradingMode=paper
# 3. TWS Startup Settings
# -------------------------
# IMPORTANT -- Docker-compose mounts this from host FS into Docker
# for persistence. You likely shouldn't change this.
IbDir=
# TODO
StoreSettingsOnServer=no
MinimizeMainWindow=no
ExistingSessionDetectedAction=manual
AcceptIncomingConnectionAction=accept
ShowAllTrades=no
ForceTwsApiPort=4001
ReadOnlyLogin=no
AcceptNonBrokerageAccountWarning=yes
# 5. TWS Tidy Closedown Time
# ----------------------------
# TODO - DECIDE IF THIS IS GOOD IN DOCKER
# To tell IBController to tidily close TWS at a
# specified day of the week and time, set this value
# to <dayOfWeek hh:mm>
# for example:
# ClosedownAt=Friday 22:00
#
# Note that the day of the week must be specified using your
# default locale. Also note that Java will only accept
# characters encoded to ISO 8859-1 (Latin-1). This means that
# if the day name in your default locale uses any non-Latin-1
# characters you need to encode them using Unicode escapes
# (see http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.3
# for details). For example, to tidily close TWS at 12:00 on
# Saturday where the default locale is Simplified Chinese,
# use the following:
# #ClosedownAt=\u661F\u671F\u516D 12:00
ClosedownAt=
IbAutoClosedown=yes
AllowBlindTrading=no
DismissPasswordExpiryWarning=no
DismissNSEComplianceNotice=yes
# TODO - set up appropriate docker default
SaveTwsSettingsAt=
IbControllerPort=7462
IbControlFrom=
IbBindAddress=
CommandPrompt=
SuppressInfoMessages=yes
LogComponents=never