Search results

  1. T

    TOS Options data vs. DXfeed OPRA

    So does DXFeed (if by "Level 2" you mean the BBO data). In fact, from looking at the genealogy of the two companies, I suspect that DXFeed provides the data for TOS.
  2. T

    If I sell a covered call, do I automatically break even at exercise

    Three scenarios 1. You have 200 shares of IVV, current price $462. You sell calls with a strike price of 462 at $10 - you get $2000. At expiration, the stock is $470. Your shares are taken away at 462 (not at 474) - you get 462*200 = $92,400. Your total is 92,400+2000 = 94,400 2. You have 200...
  3. T

    Facebook/Meta (NYSE: FB) sued for $150 Billion Over Myanmar Violence

    You live by the sword, you die by the sword. If you're in full censorship mode on your platform, you're liable for what is posted.
  4. T

    What-if analysis tool for option strategies

    I don't know about others - in the one I showed any parameter can be adjusted and the resulting curves will change.
  5. T

    What-if analysis tool for option strategies

    something like this? It is available in the free MedvedTrader version.
  6. T

    what is a good bitcoin exchange

    Which is a completely separate entity, not sharing the exchange.
  7. T

    what is a good bitcoin exchange

    ... that doesn't accept US clients.
  8. T

    how much cost to have us stocks 1m candles

    Oh definitely if you don't need real time data you can get away with getting 1d candles from some free sources.
  9. T

    how much cost to have us stocks 1m candles

    I don't know how much IB would charge for 3000 simultaneous tickers, but it wouldn't be cheap and may not even be possible (and I would very much doubt that TWS could actually handle that). Polygon - I doubt you'll be able to get 3000 tickers for the $29 "Developer" sub they show. Next up is a...
  10. T

    Desktop running 4x 4k monitors - TOS Lags

    Is this about MT? Yes - first month is free. In fact it is free after first month as well, with some limitations.
  11. T

    Desktop running 4x 4k monitors - TOS Lags

    We (Medved Trader) made efficiency a priority from the start. The application is fully multithreaded, all the charts/indicators/scans/alerts are state machines, and displaying 100 charts is no problem. We are also very mindful of memory efficiency. But it does complicate things when you write...
  12. T

    Screener real-time stock market data, using ib api and python.

    It is a hassle to write all the infrastructure (like connecting to a data source, parsing the results and doing an efficient result processing architecture that won't bog down on a big data pipe). For example, if you do "fetch real-time data, send them to the [SQLite] database, then read...
  13. T

    Is there a free version of liquity visuals like footprints or bookmap for equities?

    hm is that volume on bid/ask per price level on each candle?
  14. T

    Data provider for real time tick-by-tick data

    Right now it depends mostly on dxFeed. They have to do some housekeeping things, landing page etc.
  15. T

    API feed for Level 2 and Time & Sales

    dxFeed provides very good RT data from what I have seen so far, including BBO and Nasdaq Total View for US stocks (the subs are a la carte, so you sub to what you want).
  16. T

    Should you ignore trades with size less than 100 in your data feed?

    I think it is really up to you. Some feeds do not take sub-round-lot trades into account. Some do. I would take them into account - especially on expensive stocks, 100 shares is a big $ amount so people do trade less than round lots, even professionals.
  17. T

    Supply Chain Issues

    We're not getting the whole (and very rarely get even a partial) truth about anything. That's just an axiom.
  18. T

    Data provider for real time tick-by-tick data

    I am wrapping up implementation of dxFeed in Medved Trader. Yes, CTAUTP subsription to dxFeed will send you true BBO.
Back
Top