Hacker News new | ask | show | jobs
by rubyskills 1626 days ago
I think you're going to have a hard time using historical data to deploy a real time algo trader, unless your strategy involves only trading on a macro scale or against some time horizon. One hour and 30 minutes is pretty common as you typically see a flurry of volume at these intervals. 30 minutes also has some legacy pit trader strategies that I'm sure automated systems use. Arbitrary time slices of price or volume data doesn't really dictate how the market works in real time however. Hmmm, now that I think about it this might be viable, but execution is an entirely different beast in production depending on which instrument you're trading. Have to consider current volatility, slippage not to mention all of the crazy stuff that happens at the liquidity level... And even then things get spoofed all the time. Then you start dealing with the HFT stuff.