Earlier quoted context omitted.
"Volatility" in the term "Volatility Trading" does not mean the stock's movements, it is a way of measuring the excess value in an option beyond what the parameters of the option would imply. That excess value is usually referred to as the market's assumption about the future volatility of the stock, but really its just an error term influenced by market participants based on supply and demand. Low volatility means "…
So it's "buy low, sell high" - but for options, not stocks? [ed: that's to say, you need a way to get more/accurate pricing information than reflected in the market - but for options, not assets]
Ask HN: Anyone making money through algorithmic trading?
211–220 of 254 posts
Re: Ask HN: Anyone making money through algorithmic trading?
#212Earlier quoted context omitted.
Concur. You won't be able to beat players whose HFT systems are colocated in the same datacenters as the exchange. And you will not be able to beat those systems built using lower level languages like C++ or, worse yet, dedicated hardware. Source: 5+ years in HFT development
I’d be interested in picking up what you are putting down. Do you have a blog or other content channel?
Edit: actually, see my response to the neighboring comment too.
Re: Ask HN: Anyone making money through algorithmic trading?
#213Earlier quoted context omitted.
Concur. You won't be able to beat players whose HFT systems are colocated in the same datacenters as the exchange. And you will not be able to beat those systems built using lower level languages like C++ or, worse yet, dedicated hardware. Source: 5+ years in HFT development
Why does a programming language matter in terms of algorithms? Can you elaborate on that?
1. Write a converter to convert a proprietary interpreted business rule language to C++
2. Make all messages fit the maximum ethernet frame size to avoid fragmentation overhead
3. Make the transported message format the same as the memory object format to avoid the packing/unpacking overhead
4. Predict and pre-allocate object pools in heap memory to avoid heap lock overhead
5. Statically link all libraries
6. Optimize key functions at assembly level
7. Turn all record ID's into zero based indexes and covert most lists and maps into arrays for rapid lookup
8. No indexes or foreign constraints in the rapid-write areas of DB
9. Hand rolled on-disk cache file formats that only operate in append mode to prevent seek overhead
10. And finally (this was after my time) trying to implement the TCP stack in FPGA
Re: Ask HN: Anyone making money through algorithmic trading?
#214I am in this boat right now. I have been writing my own tools, refining my algos and getting ready to try my ideas. If anyone wants to talk about it, I am hap to share what I am working on to help others.
Re: Ask HN: Anyone making money through algorithmic trading?
#215There are plenty of longer time horizon non systematic strategies that the big firms probably do not care so much about where you can make some money, mostly in special sits.
I've run also run a medium term systematic options premium harvesting strategy in my PA... It was profitable. But I ran out of discretionary ammo.
Re: Ask HN: Anyone making money through algorithmic trading?
#216Earlier quoted context omitted.
did u just admit to insider trading?
That is absolutely not within the definition of insider trading.
A single piece of non-public information that would move the market. Trading on that information is insider trading. Think "we have undisclosed losses equal to 5 times annual earnings" that your brother told you at a bbq. That is insider trading.
Inferring the existence of some information based on many other pieces of information isn't just legal, it is encouraged. "These guys must have some big undisclosed losses, remember how Mary used to talk about engineering projects and how she talks at BBQs now? Bob was saying his HR dept. is insanely busy. Ahmed resigned and took a job that looks like a step down for him. Ok I'm a sell on this." That is equity research and to be encouraged.
Re: Ask HN: Anyone making money through algorithmic trading?
#217wouldnt you rather do something to earn money?
I think that's doing something.
Re: Ask HN: Anyone making money through algorithmic trading?
#218I hacked together my own scripted system that would arbitrage cryptocurrency across exchanges. It worked (for the most part), but it's been abandoned now. The best way I can think of to describe why is to say that while the low hanging fruit exists, there's far too little juice in it for it to be worth the squeeze. Others have explained that the problem they've encountered is counter-party risk in that some exchanges…
Re: Ask HN: Anyone making money through algorithmic trading?
#219I have an equities strategy that I run on IB. I think it is possible to generate alpha with a small account if you do it right e.g. don't compete with big funds in HFT. There's a cool article about this by Robert Carver who used to be a portfolio manager at one of the top quant funds. https://qoppac.blogspot.co.uk/2015/11/david-versus-goliath.h...
do you think IB would close an account for algo trading? I have bad experience with sportsbooks
IB charges you a fee and then matches your trade with someone else. After this trade happens, IB no longer carries any risk
Sportsbooks charge you a fee and then take the other side of your bet themselves
Re: Ask HN: Anyone making money through algorithmic trading?
#220I am in this boat right now. I have been writing my own tools, refining my algos and getting ready to try my ideas. If anyone wants to talk about it, I am hap to share what I am working on to help others.
Hey Jason, I too have written my own tools and am hap to share. How do people get in touch directly on this site?