Search results

  1. kmiklas

    CTXS - Citrix Systems

    Methinks it gets bought by somebody. The big names all use Citrix.
  2. kmiklas

    FB Earnings Webcast - Excellent!

    Heya Peeps, If you can spare an hour, do listen to this Webcast. I think it's perhaps the best I've heard in years. Everyone is home, and on FB, since CV. FB realizes this, and is shaping the "new normal." They broke 3B users for the first time. I found that FB (including Instagram and...
  3. kmiklas

    IB API: reqMktData() - how to submit a new snapshot request after app.run() call?

    I ended up spawning a separate thread to submit reqMktData() requests to the cycling message loop. It polls the queue for new requests as it spins. Works perfectly.
  4. kmiklas

    CTXS - Citrix Systems

    Hard to believe that Citrix won't be a big winner in all this, with the whole world being pushed to work from home. Citrix enables secure remote cloud computing for enterprises, enabling peeps to connect to seamlessly connect to their work environment--across multiple monitors. I've used it...
  5. kmiklas

    IB API: reqMktData() - how to submit a new snapshot request after app.run() call?

    @Girija : It is not a subscription and/or stream request; it is a snapshot request. app.reqMktData(100, z, "", True, False, []) ^^^ The "true" means that it's a snapshot request. Just one data point.
  6. kmiklas

    IB API: reqMktData() - how to submit a new snapshot request after app.run() call?

    Have you done this? I haven't looked at the run() method of the EClient class. I don't know if it reads contracts as part of the message loop, or if they need to be set up in advance, and are read once as a batch. EDIT: find below the run() method from EClient. Looks like the message loop does...
  7. kmiklas

    IB API: reqMktData() - how to submit a new snapshot request after app.run() call?

    Can't be... app.run() is the message loop, which spins infinitely. Once this is called, the main thread is effectively hung; the execution flow never even reaches the sleep statement. I am already doing this. Note in the example that AAPL is 1000, and MSFT is 1001 in the reqMktData call.
  8. kmiklas

    IB API: reqMktData() - how to submit a new snapshot request after app.run() call?

    How can new ``reqMktData`` requests be queued after ``app.run()`` has been invoked, and the message loop is spinning? A little background, snapshot market data requests from the TWS API follow this pattern: 1. Create contract object 2. Call ``reqMktData`` to queue request, passing in contract...
  9. kmiklas

    Who were your teachers/mentors?

    Start here: Reminiscences of a Stock Operator http://www.gutenberg.org/ebooks/60979
  10. kmiklas

    Booze sales grew

    Tragic! Coronavirus: Unwanted ale could 'go down the drain' Thousands of gallons of ale will be poured down the drain unless people have it home delivered, a brewery said. https://www.bbc.com/news/uk-england-bristol-51959263
  11. kmiklas

    Oil Tankers Anchored at Sea Storing Crude

    Betcha $1 that there's been at least one spill already that we haven't heard about.
  12. kmiklas

    Oil Tankers Anchored at Sea Storing Crude

    I don't mean to be a drag, but what if a hurricane rolls through the area?
  13. kmiklas

    Securing successful strategy from the broker stealing it

    Heh... I'm talking about the retail broker. Renaissance runs their algos on a separate box co-located in a leased cage at the exchange and connected to a server by a short piece of straight fiber. Cost per month is probably 1M or more.
  14. kmiklas

    Securing successful strategy from the broker stealing it

    Nothing you can do. In practice, it's impossible to assert your IP. If your algo is running live, they don't even have to hijack it. they can just front-run your orders, and/or mirror your positions as you buy/sell, and realize profits from the smarts of your code. Even at the exchanges, the...
  15. kmiklas

    What is Quantitative Easing?

    They're pouring QE into everything under the sun (except stocks).
  16. kmiklas

    What is Quantitative Easing?

    I thought that this was a good video:
  17. kmiklas

    Best buy for a laptop with a budget around $1000

    This. You will love it. https://www.apple.com/macbook-air/ Steve Jobs, we all miss you dearly.
  18. kmiklas

    Oil Tankers Anchored at Sea Storing Crude

    Yesterday, BB ran an article on this Singapore Coastline Packed With Ships Full of Oil No One Wants https://www.bloomberg.com/news/articles/2020-04-27/oil-glut-swells-off-asian-trading-hub-on-global-storage-scramble?sref=jjnfhs7c
  19. kmiklas

    Monetary Policy/Fiscal Stimulus QE total to Date?

    Any documented sources?
Back
Top