Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
noamagiv committed May 5, 2024
1 parent e2ced1d commit 2785cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/equities/Release/short_strangles_4.11.23.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def connect_to_ibkr(self):
delaySecs = 60
while not self.ib.isConnected():
try:
self.ib.connect("127.0.0.1", port=7497, clientId=101, timeout=5)
self.ib.connect("172.29.112.1", port=7878, clientId=101, timeout=5)
if self.ib.isConnected():
print(f'{self.get_timestamp()} Connected to IBKR')
current_reconnect = 0
Expand Down

0 comments on commit 2785cf7

Please sign in to comment.