Exactly....especially if you are only trading one strategy.Get a job, I guess
Best to have a suite of strategies...that's the smart way to go.
Exactly....especially if you are only trading one strategy.Get a job, I guess
Today, where I am working, the cloud-based call center service went on the fritz.....most of the day.I would not trust a cloud-based service...no way.
www.quantopian.com is the link. Their underlying premise is to crowdsource algorithms for a hedge fund. You write your algorithms in Python using their platform, with access to minute bar data for any stock and a bunch of fundamental data, as well as the ability to import your own data. You can use it to backtest, paper trade going forward, or you can hook it up to a live or paper trade IB account. If you hook it up to a live IB account it will make actual live trades per your algorithm, and you have access to the data back on those trades as well as the current status of your account.Interesting. Can you provide more details or some links ?
Quantopian probably isn't for you then, it isn't designed for that kind of algorithm, more like the type of algorithm the OP described. You can import your tick data, but it only runs your algorithm once a minute so that may not work for you.Problem is:
My strategies work with tick bars which are a superior (IMHO) measure of market movement.
Perhaps the reason why many strats fail is they try to employe time bars which are problematic because of the "dead zones" that occur during the day.
Did I forget anything ?
Problem is:
My strategies work with tick bars which are a superior (IMHO) measure of market movement.
Perhaps the reason why many strats fail is they try to employe time bars which are problematic because of the "dead zones" that occur during the day.