Search results

  1. avatar-ds

    Will Russia invade Ukraine

    RSX/ERUS
  2. avatar-ds

    Can Market On Close stock order really get a partial fill?

    You are correct, MOC orders are guaranteed on NYSE indeed: https://www.nyse.com/article/nyse-closing-auction-insiders-guide Not guaranteed on ARCA though, see example 2 at https://www.nyse.com/markets/nyse-arca/trading-info#closing
  3. avatar-ds

    Can Market On Close stock order really get a partial fill?

    I didn't keep the whole record so can't tell exactly. My system ensures orders are placed at least 10 seconds before any cut-off times depending on the venue which would be 5 minutes for Nasdaq MOC, and the trigger for this particular order actually fired much earlier. But I don't rule out my...
  4. avatar-ds

    Can Market On Close stock order really get a partial fill?

    Is this the same for NYSE though? I would think so but I struggle to get this confirmed even after going through their online documentation...
  5. avatar-ds

    Can Market On Close stock order really get a partial fill?

    It wasn't quite a big deal especially since it was easy to fill the rest manually after the close at the same price. But I'll have to figure the way to account for such potential mis-execution in my code because I'm, a heavy user of on-close orders. While it's obviously my fault that I didn't...
  6. avatar-ds

    Can Market On Close stock order really get a partial fill?

    Thanks, that's indeed the case. I went through NASDAQ's faq after reading your reply and it confirms that even market OC orders are not guaranteed, although I would have preferred it to be stated more clearly by them perhaps. TBH though it still looks a bit unexpected since I was able to...
  7. avatar-ds

    Can Market On Close stock order really get a partial fill?

    I just got this totally unexpected partial execution on NASDAQ/NMS. The order was of type MOC and placed through IBKR. Time and sales shows total volume was about 45K through the closing cross in the equity and my order was just about 2K but I only got about 2/3 of that filled with IBKR...
  8. avatar-ds

    Day trading a suckers game?

    What does this mean? Returns, daily turnover, trading funds?
  9. avatar-ds

    Day trading a suckers game?

    But that is not what that guy said. He said that daily price dynamics are all noise. (This is nonsense, of course.)
  10. avatar-ds

    Day trading a suckers game?

    The "staring at the screens" part feels like a legit script for a Hollywood blockbuster.
  11. avatar-ds

    ETF manager steals the whole ETF

    There is absolutely nothing there that proves the ETFMG actually broke into the ETF's own legally registered account and transferred the actual 1.5 billion $$$ of its investors' funds to their own account. This looks like purely a legal paperwork thing mostly concerning the rights to the...
  12. avatar-ds

    Where/how to get exchange-specific historical data for stocks

    Thanks for these suggestions. To clarify, I use C# for IB interaction. Excel is just for running the statistics. Your suggestions encouraged me to persevere and after many attempts I think I got it running. My mistake was that I also used the PrimaryExchange field for the contract and...
  13. avatar-ds

    Excel / Googlesheets formula query

    For relatively small columns (a few thousand figures) I would frequently just use a quick and dirty inline fixed maximum length figure such as SUM(A:A 1:10000), problem solved. For an advanced approach requiring performance optimization and clarity I'd use named ranges or tables. While named...
  14. avatar-ds

    Where/how to get exchange-specific historical data for stocks

    Thanks for the replies, I'm working through the sources suggested. I believe Quandl have the data feeds confined to the two major exchanges. Sent a request to them to confirm that this is what I'm looking for. Price looks a bit steep though as they only offer annual subscription. Still within...
  15. avatar-ds

    Where/how to get exchange-specific historical data for stocks

    I'm looking for historical daily data for liquid US stocks confined to trades registered directly on major exchanges (i.e. just NYSE and NASDAQ). My rationale is I need the reliable bulk of statistics for daily Highs and Lows while it looks like the consolidated tape for some stocks can get...
  16. avatar-ds

    IB Mobile TWS Two-Factor Authentication Delay

    Sorry to say my reply above needs an update since I've been frequently experiencing intermittent failing delays with IB notifications all past week. Most of the time they just don't arrive in time for the handshake pop-up to keep waiting so it reverts back to the login prompt after 3 minutes.
  17. avatar-ds

    IB Mobile TWS Two-Factor Authentication Delay

    Long wait times happen sometimes but I don't recognize any trend. Notifications usually arrive quickly. Today though it was indeed a pretty long wait for me too, so had to use a response code instead due to time constraints. Must have been longer even than the 3 minutes you mention as I started...
  18. avatar-ds

    Aspiring quant. Algo. IB. C#. Daily. Stocks/ETFs.

    Aspiring quant. Algo. IB. C#. Daily. Stocks/ETFs.
  19. avatar-ds

    Rookie quant

    Rookie quant
Back
Top