Re: Conditions on twsactivex api
Dear Richard,
thank you very much again, as always you were right 100%, after dividing
the condition price using the price magnifier, it worked as expected. Thank
you. It's a bit annoying having to
By
joanmarcel119
·
#49098
·
|
Re: Conditions on twsactivex api
Joan
I think what you're seeing is the result of this contract having a priceMagnifier of 100 (see contract details below).
There is a very poor description of the priceMagnifier here:
By
Richard L King
·
#49097
·
|
Re: Conditions on twsactivex api
Hi Richard! How are you doing? hope this message finds you well
Sorry to bother you but here we go again with the same price condition
issue but now related to a futures contract... Wheat futures
By
joanmarcel119
·
#49096
·
|
Re: How can I pull my account value in as an object to help calculate my contract quantity size?
Hi,
Thanks for the nice solution that you have provided. Yes, whenever I
executed NAVs - it provided me a result like this:
Testing IB's API as an imported library:
Waiting for IB's API response for
By
Julius Fenata
·
#49095
·
|
Re: How to print / return size of position for a given contract
I managed to solve it by using identifying features of the contract
e.g.
if contract.symbol == 'APPL':
By
Bryce Turner
·
#49094
·
|
Re: Retrieving past trades in an account
Thank you very much.? Changing it to 7 days provided what I was looking for.
By
@magma125
·
#49093
·
|
Re: Retrieving past trades in an account
Thank you very much!? I think the first option you proposed should work for me.
By
@magma125
·
#49092
·
|
Re: How to print / return size of position for a given contract
That's a good idea, and I haven't heard of this before, thanks for letting me know about it! I'll look into it
By
Bryce Turner
·
#49091
·
|
Re: TWS on Windows 7: autoupdate fails, won't load
I only use the offline installer so I have control of when I update plus I have installers for several versions in case I need a specific version.
By
Hilmar
·
#49090
·
|
Re: TWS on Windows 7: autoupdate fails, won't load
Just a follow-up. the response from tech support stated that Win 8.1 is the minimum operating system required for TWS. They suggested using the offline TWS installer rather than the Updateable TWS
By
tripack44
·
#49089
·
|
Re: Retrieving past trades in an account
ds-avatar summarized this nicely.
In a similar topic last year, Richard King pointed out a tweak in TWS that allows you to retrieve execution reports for up to seven days. This does not work for IB
By
Jürgen Reinold
·
#49088
·
|
Re: Retrieving past trades in an account
In TWS API you can only retrieve trades for the current trading day.
You can use two approaches:
The first one is to request executions, i.e. reqExecutions. Pros: it is well known and seems to be
By
ds-avatar
·
#49087
·
|
Re: The right date format for reqHistoricalData for Java
I suspect by TMZ it wants a time zone name, like "UTC", rather than a number. There was a discussion here not long ago which I think gives complete info on this.
By
Nick <news1000@...>
·
#49086
·
|
Retrieving past trades in an account
Hello, is there a way to retrieve past trades in an account for a given contract?? ?For example, I need to find out all the trades placed for SPY in my account.? Is it possible?
By
@magma125
·
#49085
·
|
Re: The right date format for reqHistoricalData for Java
Hi Cheng,
I am facing the exact same issue, I have tried a slight variation for the timezone requirement since my date is in UTC. Yet I am getting the same error message:
Historical data query end
By
Sdoof
·
#49084
·
|
TWS on Windows 7: autoupdate fails, won't load
I've been running TWS on a Windows 7 machine successfully for many years until today. I'm on the latest version and after logging out on Friday I am unable to log in on a Win 7 machine. I tried on
By
tripack44
·
#49083
·
|
Re: python GUI for use with infinite run() loop
Thanks Juergen!
By
Eric Swanson <go.habs.swanson@...>
·
#49082
·
|
Re: python GUI for use with infinite run() loop
Its the topic on top int the Web interface or /g/twsapi/topic/5053887
By
Jürgen Reinold
·
#49081
·
|
Re: python GUI for use with infinite run() loop
Is there a link for the code mentioned here? I would also like to see it!
By
Eric Swanson <go.habs.swanson@...>
·
#49080
·
|
Re: python GUI for use with infinite run() loop
btw- I wanted to thank you for posting this code.? I am new to both Python and IBKR and was really struggling with with structuring a program to display data in tkinter from the ikbr callback
By
Steve Tuscher
·
#49079
·
|