Re: Non-Acknowledgment of Orders.
After getting more into the details, I didn't realize that the algo has to call the reqExecutions method first before receiving the callback on execDetails. Initially I thought execDetails was called
By
Raoul Suurmeijer
·
#47501
·
|
AlgoTrader
Hi All,
First of all, I want to thank this community for the immense support it has provided to new coders like me.? As a thank you, I have provided the code to an algorithmic trader that I have
By
ebtrader
·
#47500
·
|
Re: Compiling Python trading program as an executable (.exe)
Ace
Could you pls share your setup on how you do this w anaconda and ib in sync so can figure it out w pex
By
mark M
·
#47499
·
|
Re: OCA group + conditional orders + MIDPOINT order
Correction, MIDPRICE order, not MIDPOINT.
By
misantroop
·
#47498
·
|
Re: Compiling Python trading program as an executable (.exe)
Thanks guys!
What I have is a day trading Python program that I launch with the Anaconda Powershell prompt. It reads an Excel parameter file and uses several librairies like ib_insync, talib, math,
By
Ace
·
#47497
·
|
Re: Non-Acknowledgment of Orders.
On this particular order, I also got no "OpenOrder" update. Do people generally assume the the "OpenOrder" event is reliable?
I don't see anything in the documentation indicating it isn't.
By
Craig Carr <aklcraigc@...>
·
#47496
·
|
Re: Non-Acknowledgment of Orders.
Thanks Nick, I wasn't aware of that.
Another thing to program around...
By
Craig Carr <aklcraigc@...>
·
#47495
·
|
Re: Non-Acknowledgment of Orders.
Thanks for pointing that out! I never knew. My trades are mkt orders with the ES E-mini and always saw correct callbacks with orderstatus though, including all order updates. But it's true, the manual
By
Raoul Suurmeijer
·
#47494
·
|
TWS API data for Delisted and non-Active stocks.
Hi,
Can anyone confirm if TWS API does not provide data for delisted and/or non-Active stocks?
Thanks in advance!
By
Aquiles P¨¢ez <aquilesjlp300@...>
·
#47493
·
|
Re: Non-Acknowledgment of Orders.
It is documented that you are not guaranteed to get order status messages. You will always get exec details though.
You can request open orders but you also need to monitor executions since if the
By
Nick <news1000@...>
·
#47492
·
|
Non-Acknowledgment of Orders.
For the second time this year, today I sent an order and received no order status messages.
Does anybody have any strategies for dealing with this situation?
Could one send a request open orders and
By
Craig Carr <aklcraigc@...>
·
#47491
·
|
Re: more IB problems
The problems you experience have origin in your own behaviour/code. My algos have been trading now since beginning of 2020 every day the stock market was open the whole market hours and I didn't
By
Despair
·
#47490
·
|
Re: more IB problems
I just noticed that a configuration for a Flex Report I created and then edited a few times yesterday on the web site was missing many changes as of today even though I remember saving it after each
By
ds-avatar
·
#47489
·
|
OCA group + conditional orders + MIDPOINT order
This combination appears to not work. I've conditional exit orders submitted - conditional MIDPOINT "stop" + conditional MIDPOINT "limit". The LMT order stays blue and doesn't execute. As soon as I
By
misantroop
·
#47488
·
|
Re: more IB problems
Thanks for the headsup.
By
Stuart Cracraft <smcracraft@...>
·
#47487
·
|
Re: more IB problems
I'm sorry why would they be hacked?
You got logged out due to inactivity probably or at the daily reset.
By
YSS <ys.soete@...>
·
#47486
·
|
Re: Requesting Historical Data
also, consider?reqHistoricalData with?with keepUpToDate = true: https://interactivebrokers.github.io/tws-api/historical_bars.html#hd_receive
as a result, you don't need to update your candles.
By
Artyom T.
·
#47485
·
|
Re: more IB problems
Sorry, "yesterday" instead of "tomorrow".
By
ds-avatar
·
#47484
·
|
Re: more IB problems
IB current systems status can be monitored online here: https://www.interactivebrokers.com/en/index.php?f=2225
I have logged in today and a few times tomorrow with no problem (though I usually do so
By
ds-avatar
·
#47483
·
|
Re: Black-Scholes-Merton - Risk Free Interest Rate and which Volatility value do I use?
Hi Don,
Here is an Excel spreadsheet where I pull treasury rates and calculate a few things, including IV (Raphson Newton)
It doesn't include the curve fitting for rates though.? In my main program,
By
Bruno Voisin
·
#47482
·
|