Search results

  1. S

    personal back-testing setup

    I was specifically asked by @truetype how I manage to perform SVD on very large matrices to get principal components. I gave a general answer because (a) I don’t know enough details as I am using someone else’s code and (b) this particular calculation is not particularly important for me any...
  2. S

    Looking for a Prop Firm

    Transaction costs sensitivity
  3. S

    Fully automated futures trading

    for annual data, you can check measuringworth; has cable since the beginning of time (1791): https://www.measuringworth.com/exchangepound/
  4. S

    personal back-testing setup

    You have a better numerical recipe you'd like to suggest, I take it?
  5. S

    personal back-testing setup

    In cross-sectional cases where there are relatively few assets and a lot of data, it's fairly easy to chunk it (many commercial/OS libraries do that for you). In longitudinal cases (time series to time series, that's where I get these large matrices) it naturally becomes a "special case" since I...
  6. S

    This guy says futures are a failure

    Are you a market maker in futures? Yeah, thought so :) It has nothing to do with "getting paid in bitcoin" as a speculator. A derivatives market maker is NOT as speculator, she/he does not like taking delta risk unless amply compensated for. In a world where there is no continuous liquidity in...
  7. S

    This guy says futures are a failure

    Futures were a failure because there is no real tie to the coin itself and no MM wants to warehouse that risk. As for the top, I honestly have no opinion. Is it going to zero from here? Possible, but unlikely. Is it going to 50k by the end of the year? Also possible and even more unlikely. If...
  8. S

    This guy says futures are a failure

    I rarely do that but nonetheless:
  9. S

    personal back-testing setup

    @Kevin Schmit Lol, I meant one million a side - that’s what you get by typing from the cell phone
  10. S

    personal back-testing setup

    I think it's 4x4 Xeon (Broadwell?), but I don't remember. It's blindingly fast for everything, including silly things like 1K x 1K SVD. PS. It's not mine, obviously - too grownup of a toy
  11. S

    personal back-testing setup

    Nope, it's a single box :) NinjaTrader, of course.. just kidding. I got a bunch of different backtesting engines, some are built for higher frequency stuff and deal with tick data, some are more geared toward minutely data for stuff that's less sensitive to latency. In reality, it's the...
  12. S

    Is long-term value investing more profitable than shorter-term trading?

    Care to expand? There are plenty of non-MM players that have strategies across the time-frame spectrum as well as across a range of instruments. That does not mean they collect commissions.
  13. S

    personal back-testing setup

    To give you a sense, 1 Day of ES full book data is easily 1GB. You need about 2X of the dataset size. If you are testing across several weeks, it's pretty east to fill up a TB, especially if you are doing some manipulations and have a few different assets concurrently. It's freaky how cheap...
  14. S

    Things I have learnt as a software engineer in a multinational

    Well, I'd recon if Paul Newman wore a Timex it would get a pretty nice bid too
  15. S

    personal back-testing setup

    No, I did mean RAM :)
  16. S

    personal back-testing setup

    Tick or (or 1 min options) datasets get to be pretty large. At work, I have a nice little machine that has 1TB of RAM and I am probably ordering another one like that :) Previously, I would have gone the DIY route for sure. This time, I am not sure sure - it's shocking how cheap the refurbished...
  17. S

    Things I have learnt as a software engineer in a multinational

    Ok, explain this to me. Why would anyone want to pay anything for a watch that is, by construction, less accurate and durable than a quartz/electronic one? Also, if you paid X thousand for a thing like this, wouldn’t you be always scared to lose it or break it?
  18. S

    personal back-testing setup

    So, I have decided that I need to have a way to test some ideas while at home. Since there will be bunch of people chiming in, I will make it structured: Speclets: 128GB RAM 4TB+ hard drive Drive mirroring Headless (single VGA monitor sufficient) Linux Constraints: Price: it's for home so...
  19. S

    Linkers::X - Let's code in C++ , Daytrade & Daydream :)

    I just ran wc on my code for one of the more complex strategies - it’s about 6k lines :) I am pretty sure it can be done in half of that now
  20. S

    Warren Buffett Says America Is "So Rich" It Can Afford Single Payer

    It does not have to be an all or or nothing reaction. It’s a scale ranging from doing nothing and allocating a meaningful portion of the GDP, I think the right answer lies with some sort of cost/benefit analysis. Obviously, that’s not what happened.
Back
Top