Search results

  1. 2

    Nvidia CEO Cashes in on Rally With $169 Million Share Sale

    Looks like his grant awards vest over 4 years. Didn't know he was the founder
  2. 2

    Nvidia CEO Cashes in on Rally With $169 Million Share Sale

    What's his vesting time? Hand cuffs are off
  3. 2

    Finally figured out what futures brokers and currency brokers are doing

    https://www.cmegroup.com/markets/metals/precious/e-micro-gold.timeAndSales.html
  4. 2

    Need help troubleshooting my IB historical data codes

    create one downloader object loop over tickers call downloader.request(ticker)
  5. 2

    What's the Best Software to Start Algorithmic Trading?

    https://discussion.fool.com/t/why-quantopian-shut-down/88667
  6. 2

    Need help troubleshooting my IB historical data codes

    I dont see where you open a file and write to it. You can do this in python in a few lines of code https://ib-insync.readthedocs.io/recipes.html
  7. 2

    is there ever a good time to average down?

    yes, market making bots. accumulation algos. averaging down when investing long term works for me or in panics. maybe, the only place where it doesn't make sense is if your strategy is short term prediction, place a bet, and fail.
  8. 2

    market manipulation is there really difference?

    citadel has both an asset manager (hedge fund) and separately a broker dealer (market maker). i think virtu and jane street are only market makers/ trade their own money. name a hedge fund that is a market maker. or better, define market maker.
  9. 2

    market manipulation is there really difference?

    hedge funds are not called market makers
  10. 2

    market manipulation is there really difference?

    how exactly? any specific examples?
  11. 2

    2025: The Year Of Our Lord.

    obama said "don't under estimate Joe's ability". it ain't over :)
  12. 2

    Questions on EClientSocket and EReader (static or instance?)

    automated trading. I wrote a system using akka that handled it rather easily. I can send it to you if you have github or bitbucket and if I remember my password. It's pretty old https://akka.io/
  13. 2

    Questions on EClientSocket and EReader (static or instance?)

    you can change the zero (clientid) to something else to open multiple connections. this.client.eConnect("127.0.0.1", port, 0); won't using one connection with multiple threads require synchronization anyway? Easier to just run 3 separate apps that do what you want and forget the threading
  14. 2

    Woke comes to Wall Street

    any studies of default rate by ethnicity and race?
  15. 2

    Median Income by State 2024

    FL has a lot of retirees living off low incomes. It would be nicer to know what is the median income of working people total and by demographics
  16. 2

    Woke comes to Wall Street

    I hope there's more wokeness. It's a competitive world and I take every advantage I can. As a side note, unfortunately those elite schools that stopped requiring SATs briefly are getting discounted by HR for specific class years. I want to compete against those class years :D.
  17. 2

    So this is what we're up against? :)

    wouldn't say this is quants just clever programming. heard stories of demon dialing still working in various markets
  18. 2

    FXC no volume in options...How do I play it??

    human eyeball? is there bid/offer posted? penny the side you want and see what happens. the other side to this a computer program making markets on thousands of other things
  19. 2

    Volatility vs Risk

    in that case, you can increase your timeframe to dampen it. isn't that what volatility cones show
  20. 2

    what happens if people managing ETF's 'collapse'?

    I was thinking more with vanilla etfslike spy. Not these leveraged or derivative composed ones
Back
Top