Re: Sync local database to portfolio
Care to elaborate on how it functions?
By
Bennie
·
#48889
·
|
Re: Sync local database to portfolio
I have this setup in AWS timestream db for my personal acct
By
RobDawg35
·
#48888
·
|
Sync local database to portfolio
I am running several trading algorithms in one account. I want to keep track of the holdings in each algo. **Portfolio** returns the account holdings, but I can find no way to categorize them by
By
Bennie
·
#48887
·
|
Re: Fix Pegged order type?
Yes, I see the same. My orders are placed via a script as well, and I don't click the update button and the trail order has worked fine on its own. The one thing I haven't been able to figure out is
By
rajeshh
·
#48886
·
|
Re: reqPositions API returns nothnig
I'm still having trouble with it. I updated my IB TWS Gateway to the latest yesterday (10.12.2i) and I was able to pull my positions a couple of times and thought that the issue was the version of IB
By
Crow
·
#48885
·
|
Re: Problem with WHATIF-orders
I'm still fighting with this problem but could now at least isolate that it seems to only occur with options on their expiration day. So if I send an WHATIF order for an option (or a spread) on its
By
Despair
·
#48884
·
|
Re: Connectivity between IB and Trader Workstation has been lost
A few things you could check. Which installer for TWS do you use? The the "regular" installer that automatically and frequently updates TWS to the next version, or the "offline installer" that
By
J¨¹rgen Reinold
·
#48883
·
|
Re: reqHistoricalData() for OTC only works if first typed symbol in TWS
The plot thickens.? Found this in the TWS API docs: "For instance, a historical data request for a pink sheet (OTC) stock which trades on ARCAEDGE will require the subscription "OTC Global Equities"
By
FreeGoldRush
·
#48882
·
|
reqHistoricalData() for OTC only works if first typed symbol in TWS
reqHistoricalData() (I'm using Java) only returns results if the symbol is first typed into the TWS platform.? I appear to have this issue only with OTC stocks.? For example, my software can
By
FreeGoldRush
·
#48881
·
|
Opening a chart thumbnail via TWS API
Hi all, Newbie here. apologies if this is a silly question. Is it possible to open a TWS chart thumbnail window by code? I couldn't find an answer by searching. Thanks, Nasser
By
nbanihassan@...
·
#48880
·
|
Re: Fix Pegged order type?
Thanks for your reply. Thats exactly what I'm seeing - when the trigger price for my adjustable stop order is reached, the Fix Pegged order type appears and the status displays as 'update'. Did you
By
Kcking
·
#48879
·
|
Re: IB Gateway hardware requirements
Hi there, Machines differ, so you can basically do two things - reduce the memory and cores until you see degradation, or you can work it out from the allocated heap size, memory foot print and
By
mark collins
·
#48878
·
|
IB Gateway hardware requirements
Hi, I've been experimenting for a few weeks with IB Gateway in the cloud using IBCAlpha inside Docker containers running on Kubernetes. I've been doing a dozen of trades a day using Python connected
By
@thecounselor
·
#48877
·
|
Re: Connectivity between IB and Trader Workstation has been lost
Hi Christophe, Thanks for your answer. I haven't tried to use IB Gateway as I prefere to have a GUI so that I can act easily if my python script goes nuts
By
morrone.marco4@...
·
#48876
·
|
Re: Connectivity between IB and Trader Workstation has been lost
For API connectivity, does using IB Gateway instead of TWS solve these issues?
By
Christophe Meyer
·
#48875
·
|
Re: checking and reconnnecting python script after tws shutdown (or auto-restart)
and in disconnection method you just call the api's app.disconnect() method? and in "reconnection" method do you simply call the api's connect(host, port, clientId) method or do you something else as
By
movais996@...
·
#48874
·
|
Re: Connectivity between IB and Trader Workstation has been lost
I had the same problem since when I started using TWS, but it was not a major problem because after the temporary disconection TWS reconnected automatically. However, in the last two days something
By
morrone.marco4@...
·
#48873
·
|
Re: TWS: Your connection was lost. Would you like to re-login? Re-login Exit Application
Did you manage to solve this? I have the same problem. Even if I close TWS and do the login every day sometimes at night the Re-Login window pops up and my trading systems stop until I wake up and I
By
morrone.marco4@...
·
#48872
·
|
How to print / return size of position for a given contract
I am trying to print the quantity of a stock (or other financial asset) held. I have defined a stock contract under nextValidId and have defined position as follows: def nextValidId ( self, orderId:
By
Bryce Turner
·
#48871
·
|
Re: checking and reconnnecting python script after tws shutdown (or auto-restart)
I don't use python, but if I get a disconnect (isConnected = false, or any of the other connection error codes) I execute a "disconnection" method, a 1 minute pause, and then a full "reconnection"
By
e30ryan@...
·
#48870
·
|