If you can actually reliably generate alpha from a model like this there is no point of running the strategy yourself. There are any number of hedge funds that will sign you on, let you keep all of the IP you develop, and give you 10-12% of any returns you generate. That sounds small, but it's mitigated by the fact that you will have access to potentially billions of dollars in capital to trade if your strategy has t…
Machine learning for financial prediction
61–70 of 84 posts
Re: Machine learning for financial prediction
#62Earlier quoted context omitted.
Provided you're the only one trading your strategy, which is unlikely.
There are trading firms that have made fortunes letting the algorithms do the trading: http://www.fool.com/investing/general/2014/02/09/this-man-ma... https://en.m.wikipedia.org/wiki/Renaissance_Technologies Yes, you have to adapt but these guys play with billions.
Re: Machine learning for financial prediction
#63Anyone know where he got all the raw data to feed his algo? Clearly he used a lot of data and the two main sources of free info i know of are google finance and yahoo finance. At least with google finance i run into issues with their api if you execute too many calls simultaneously, a bunch end up not returning any data
I work with both Quandl and Zack's pretty frequently, let me know if you're interested in buying large amounts of data from Zack's, and I can perhaps get you a discount from the listed prices on the Quandl website.
Re: Machine learning for financial prediction
#64There's a hedge fund built by anonymous data scientists - https://numer.ai You can use ML to make money on encrypted stock data for free. Think Kaggle but the winning models are used to trade.
Re: Machine learning for financial prediction
#65Earlier quoted context omitted.
Provided you're the only one trading your strategy, which is unlikely.
There are trading firms that have made fortunes letting the algorithms do the trading: http://www.fool.com/investing/general/2014/02/09/this-man-ma... https://en.m.wikipedia.org/wiki/Renaissance_Technologies Yes, you have to adapt but these guys play with billions.
You were claiming that a little guy's edge won't be rapidly eroded by the market. This is only true if his trading strategy is uncorrelated to every other little guy's trading strategy. But this is unlikely. The space of unsophisticated strategies is not all that large.
Re: Machine learning for financial prediction
#66If you can actually reliably generate alpha from a model like this there is no point of running the strategy yourself. There are any number of hedge funds that will sign you on, let you keep all of the IP you develop, and give you 10-12% of any returns you generate. That sounds small, but it's mitigated by the fact that you will have access to potentially billions of dollars in capital to trade if your strategy has t…
Who do I contact? I have a deep learning startup that is trading forex right now, I would like to make some contacts and see if I can integrate
Re: Machine learning for financial prediction
#67Earlier quoted context omitted.
30% on 100k is 30k. You'd be better off getting a regular job unless you can sustain that for more than 10 years. Which you can't predict.
Exactly. Plus let's remember you are adding nothing to life here. All you are doing is collecting 30k off other people with a slightly less optimal "strategy" than you. And no I don't believe these people are "adding liquidity and assisting price discovery". to the reply as I can't post as HN censors detractors of big finance: I don't believe the benefits of liquidity added by HFT are worth the enormous costs firms s…
Re: Machine learning for financial prediction
#68If you can actually reliably generate alpha from a model like this there is no point of running the strategy yourself. There are any number of hedge funds that will sign you on, let you keep all of the IP you develop, and give you 10-12% of any returns you generate. That sounds small, but it's mitigated by the fact that you will have access to potentially billions of dollars in capital to trade if your strategy has t…
Who do I contact? I have a deep learning startup that is trading forex right now, I would like to make some contacts and see if I can integrate
Re: Machine learning for financial prediction
#69Re: Machine learning for financial prediction
#70It's just so ridiculously easy to overfit these models, and so so many ways to shoot yourself in the foot as a result. For example, "I split the data set into 5 random segments and then trained a model on 4 of the 5 segments and then tested it on 5th." Such data is serially correlated (it's not good old iid) so already it looks like you have poisoned the test set with information from the training set. The hard part…