¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: QQQ 1 Minute Data >6years?
You can look at flat files on polygon.io [email protected]> wrote:
By ?kos Mar¨®y · #53865 ·
QQQ 1 Minute Data >6years?
Recently I have been trying to backtest a new strategy using 1 minute bars. I was able to get 10 years worth of 1 minute data for SPY, IWM and DIA but not for QQQ. The longest I can get for QQQ is ~6
By David Armour · #53864 ·
Re: C++ IBKR API implementation and biddll.lib Intel Math Library
It is: https://repology.org/project/intelrdfpmath/packages Maybe not for your platform though. Cross platform software development and distribution can be a pain so vendors often try to avoid it.
By buddy · #53863 ·
Re: C++ IBKR API implementation and biddll.lib Intel Math Library
Just some follow up: The problems I had were with the 20U2 version of the Intel Decimal Math Library (I thought that was the latest one...). I found the 20U3 version on Intel site and then, with this
By Tradiator · #53862 ·
Re: Improvements to Intraday Momentum Strategies Using Parameter Optimization and Different Exit Strategies
Now it's working. Thanks!
By Despair · #53861 ·
Re: Improvements to Intraday Momentum Strategies Using Parameter Optimization and Different Exit Strategies
Interesting. The link posted leads to https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5095349 which has download links on it [email protected]> wrote:
By ?kos Mar¨®y · #53860 ·
Re: Improvements to Intraday Momentum Strategies Using Parameter Optimization and Different Exit Strategies
Hi, I'd be interested in reading your paper. Can you post a working download link? The one you posted doesn't get me anywhere. Thanks
By Despair · #53859 ·
Re: Clarification on Identifying Order Status Callback for Modified Orders
Well, the orderId parameters of the openOrder() and orderStatus() callbacks identify the order they relate to. And so does the reqId parameter of the error() callback. J¨¹rgen
By J¨¹rgen Reinold · #53858 ·
Re: Time is a reserved name in VBA
Richard, Thanks for the input you are always a great source of information. Reserved was probably the wrong word.? Microsoft calls Time a VBA
By Harold Lanier · #53857 ·
Re: Time is a reserved name in VBA
That¡¯s not quite right. ¡®Time¡¯ is NOT a VBA function: it¡¯s a property of the VBA DateTime module (you can see this using the ObjectBrowser). It returns a variant with a vbDate variant
By Richard L King · #53854 ·
Time is a reserved name in VBA
The Excel versions of the API frequently use the variable 'time'.? Declaring it as string or as long in numerous places.? It is also in the TWSlib in at least five places. This is a problem because
By Harold Lanier · #53853 ·
Re: Cancel on Client Disconnect/Logout
Thanks for the clarification.
By tarun.joshi@... · #53852 ·
Clarification on Identifying Order Status Callback for Modified Orders
Hello Folks, While sending a modification request for an existing confirmed order, I am receiving the following callbacks related to that specific order ID: * *OpenOrder* * *OrderStatus* * *Error* :
By tarun.joshi@... · #53851 ·
Re: Cancel on Client Disconnect/Logout
Set `order.GoodTillDate`, configure it till end of day minus 1 second.
By Daniel Ferreira · #53849 ·
Cancel on Client Disconnect/Logout
Hi, Is there any option in the TWS application to automatically cancel all open orders (an event triggered automatically by the TWS application) when the client disconnects? Or is there a specific
By tarun.joshi@... · #53848 ·
Re: Not receiving previous close price from ReqMktData
Not sure what to tell you, but maybe this is one for IBKR to look into. It does not feel like there is anything your client does wrong. Here a few thoughts: * IBKR describes the "Close" tick as: "
By J¨¹rgen Reinold · #53847 ·
Fee Rate for opening a short position
Where does the fee rate show up? Is it folded into the commision charge? How can that be determined through the API? If I understand the fee rate correctly then taking for example I open a short
By Chucky · #53846 ·
Re: Not receiving previous close price from ReqMktData
For the contrast, I'm also attaching another API session log from today where the #9 tick was reported immediately after ReqMktData call, as expected. Unfortunately the fact that the tick is reported
By ds-avatar · #53845 ·
Not receiving previous close price from ReqMktData
I'm not regularly receiving tick #9 today through the API after calling ReqMktData for one particular stock. Admittedly, this is not the first time I ran into this bug for any random stock, but today
By ds-avatar · #53844 ·
Re: reqHistoricalTicks() & batching vs. reqTickByTick() vs. reqHistoricalData(), Backtesting vs. Realtime execution
I assume you are talking about grouping TickByTick real time data into 1second candles? You would not use your tick arrival timestamp, but the 1second resolution timestamp IBKR provides with each
By J¨¹rgen Reinold · #53843 ·