Re: link with symbol that open the symbol on tws client ?
The IntelliJ Java de-compiler also seems to be pretty robust if you're that determined. I took a gander at the jar files and there isn't as much obfuscation going on as I expected.
```
find
By
buddy
·
#51494
·
|
Re: Pairs trading: Parent vs Child order placement
You might want to read-up on the subtle differences between Bracket orders, Hedge orders, and Once Cancels All orders (OCA). A good start is the Orders section (
By
Jürgen Reinold
·
#51493
·
|
Re: Pairs trading: Parent vs Child order placement
Quick follow up, it is possible to have parent, child and grandchild (and so on) orders when submitted via the API.
By
HenryE
·
#51492
·
|
WAP value provided by 'realtimeBar' vs. that shown in the TWS quote panel
Hello,
Does anyone know the difference of?WAP value provided by 'realtimeBar' vs. the VWAP value shown by the TWS quote panel? I saw some 10+ years old post here and seems folks thought the WAP
By
amar
·
#51491
·
|
Re: link with symbol that open the symbol on tws client ?
An alternative is to write a CSV file according to the format that IB support for export/Import a tab. Try save a tab (export Instrument) and analyze the aspect of it.
This can be quit convenient if
By
Gordon Eldest
·
#51490
·
|
Re: Can not get more historical data.
I don't see a way to do it because if you call HeadTimeStamp for TLT you will get: Wednesday, May 13, 2009 11:00:00 AM
https://interactivebrokers.github.io/tws-api/head_timestamp.html
This say that
By
Gordon Eldest
·
#51489
·
|
Re: Pairs trading: Parent vs Child order placement
Came across this behaviour and find it equally perplexing.
Essentially
- Parent orders cannot have child orders on different contracts
- Hedging orders do not allow you to specify quantity
- It
By
HenryE
·
#51488
·
|
Can not get more historical data.
I found that I only can get the historical data from 2009/05/13 to now from 'ISLAND'. And there is more data from 'CBOE', around 2004. How to get more historical data?
Here is my code:
Stock_name =
By
@QX
·
#51487
·
|
Re: How can I get the SPX closing price?
I don't think this is correct if today's close price is required because tick #9 always reflects previous day's close price, even after current day's liquid trading close.
This is true for stocks
By
ds-avatar
·
#51486
·
|
Re: What API does Sterling Trade Tech use?
Ah I thought it was the case, thanks for clarifying, then the best is to just stick to the IB Gateway indeed.
By
John
·
#51485
·
|
Re: What API does Sterling Trade Tech use?
But the Client Portal API still requires you to install and run an IBKR supplied small (most likely locally hosted) Java gateway. The OP wanted to avoid having to install some IBKR gateway. The REST
By
Jürgen Reinold
·
#51484
·
|
Re: What API does Sterling Trade Tech use?
Just had another read at the web api, it's a lot more advanced and comprehensive that I thought at first glance. Is there an existing group where devs can ask questions about that one? or is there
By
John
·
#51483
·
|
Re: What API does Sterling Trade Tech use?
As far as I know, the FIX protocol still goes through he IB Gateway. As mentioned IB also provides hosted solutions for institutionals. Both require $.
An option not mentioned thus far is the web API
By
John
·
#51482
·
|
Re: How can I get the SPX closing price?
Request a snapshot of the SPX after the close using?reqMktData with bool snapshot set to True.
You are interested in tick number 9.
Close Price 9 The last available closing price for the previous
By
John
·
#51481
·
|
Re: new IBKR desktop APP
No time wasted, I received a response from IB today. API is likely to be supported in the new app, but no timeline. TWS and Gateway are here to stay.
--
Best,
DS
By
ds-avatar
·
#51480
·
|
Re: link with symbol that open the symbol on tws client ?
TWS does not have an "embedded scripting" language as far as I know either. There's a difference between that and an API per se.
For applications that don't provide embedded scripting I'll
By
buddy
·
#51479
·
|
Re: link with symbol that open the symbol on tws client ?
not that i know about, but in fact you can use Display Groups ( https://interactivebrokers.github.io/tws-api/display_groups.html ) to control what product tws displays.
By
fordfrog
·
#51478
·
|
Re: new IBKR desktop APP
I just learned from you about this new app (supposedly internally referred
to as "new tws").
FWIW, it looks pretty superficial at this point with what seemed to me like
about 33% features of the
By
ds-avatar
·
#51477
·
|
new IBKR desktop APP
As you guys probably know by now, there is a new desktop APP. I was wondering if anyone here knew what the long term plan is? Would it be to stop TWS completely and have everyone move to the new
By
nkulki
·
#51476
·
|
Re: How can I get the SPX closing price?
simply request the today's data, like "1day dimension after 5min the market
is closed", and you will get the close.
El dom, 30 jul 2023 6:34, Matthias Kurz <matthias.kurz77@...>
escribió:
By
joanmarcel119
·
#51475
·
|