I am interested in using OpenQuant to automate my trading with IB. Could anyone recommend a programmer/developer that could code my strategy in OpenQuant?
Thanks
the_inspector
Thanks
the_inspector
Quote from acerbits:
Anton, could you post a list of differences between OpenQuant and QuantDeveloper?
QH will be building on it to bring it up to a level competitive with other products aimed at larger hedgefunds. That's the attraction of of QD...a stable and fairly scalable fasttrack into a marketplace QH want a piece of.
It's also a sign that what QD offers, good as it is, is becoming increasingly commoditized. QH obviously see more value concentrating their development efforts on advanced functionality rather than the platform.
Quote from AutoMate:
Has anyone out there had experience with having SmartQuant actually do the programming for their strategy? I am interested in any and all feedback. Feel free to post here on the thread or PM me if that is preferable. I would also like to hear from any ET members who have experience with OpenQuant and may be interested in programming some strategies.
Quote from OpenQuant:
It's probably a question to the author of Trade Like a Hedge Fund book who decided that you can trade like a hedge fund without any money management![]()
But I think that in order to introduce a simple money management scenario into, for example, OpenQuant slow turtle example you just need to write something like
Qty = Portfolio.GetTotalEquity() / ATR[bar];
instead of
Qty = 100;
We can add an example in OpenQuant install in one of the next releases.