ranaroussi / qtpylib

QTPyLib, Pythonic Algorithmic Trading
http://qtpylib.io
Apache License 2.0
2.15k stars 510 forks source link

[V2 Feature Request] #136

Open vincentleung58 opened 5 years ago

vincentleung58 commented 5 years ago

Is there a way to trade an user defined strategy?

So for example, let’s say I define a momentum strategies and a mean reversion strategies, and then I want to create a meta strategy that allocates 50/50 to both strategies on a monthly basis.

Speaking of monthly basis, is QTPyLib designed with mostly short term trading in mind or can we set up jobs for EOD as well?

Thanks