Search results

  1. I

    Vol-trading for beginners

    @destriero How did you trade TSLA in the last few weeks? I've been holding a long August straddle since 5/26ish because imp volatility was low percentile then. However a move and/or significant volatility increase I was hoping for hasn't materialized yet. I did have some luck offsetting its...
  2. I

    Vol-trading for beginners

    @destriero Hi! Curious if you shorted vol in AMC? I sold a jun 11 straddle today, hope it works out.
  3. I

    Alpha Wolf

    Hi @BeautifulStranger. I enjoy following this journal. I'm curious why do you like to take pictures of your screen as opposed to using the screenshotting functionality? :-)
  4. I

    Writting an algorithm in C++

    :) Why can't fruit be compared?
  5. I

    Writting an algorithm in C++

    Yes. For example, Tensorlow works like that.
  6. I

    Any experience hiring office space as a lone trader? Worth it?

    This thread aged funny due to the pandemic. Hope @Howard got his time outside of the house while he could. :-)
  7. I

    2021: Pictures Of Your Trading Stations

    Maybe I've been in California for too long, but ... isn't your house now permanently too hot? :)
  8. I

    C++ build systems

    Use Please. That way you get to say: `plz build :my_program` :)
  9. I

    What is the best tool(s) to analyze data progammatically?

    Another advantage of going with Python + Pandas is that its API gets partially adopted by other products. For example, when you Pandas program hogs all the memory and crashes, it's very easy to adopt it for running on Apache Spark :-)
  10. I

    New Coder Question

    Plaid has an Investments API.
  11. I

    C++ concurrent data structure for fast retrieval

    - Do reads or writes overwhelm the other in quantity? We can consider specialized ideas for rarely-written/read often-read/written cases. Is the speed requirement the same for reads and writes? - Are the writes modifications or mostly appending? Are the reads scan for all orders or perhaps...
  12. I

    Writting an algorithm in C++

    Would it be a faster way to learn whether your idea works to sign up on TradingView and write/backtest a strategy using their Python-like language?
  13. I

    Suggestions for options database structure?

    For folks collecting the data over the years, I'm curious how are you ensuring redundancy? I imagine the data is valuable and it'd suck if the hard drive went out or something like that. I imagine you subscribe to a stream of quotes and prices and try to store them. It is therefore...
  14. I

    Simple app scripting language?

    I'd try this suggestion https://superuser.com/a/46655.
Back
Top