Quote:
Originally Posted by TickJob
you can also try SmartQuant, it uses C# language, should be not much a problem to convert MT4 to SmartQuant. SmartQuant can trade with IB and MBT, and also FIX interface, they are ECN.
|
"autoexecution, order routing, FIX support, QuickFIX built-in engine. One click switch from simulation to live trading mode "
That's what I'm using. Getting MySQL and Python working with QuickFIX took literally 25 hours of compile time testing. I like some of the tools that they offer (vector and matrix) but I'd add a few more things like Support Vector Machines.
PyML: a python machine learning framework has a very nice implementation that includes classification and regression.
I'm working on the platform quite a bit, working on the admin panel right now. Twisted library takes some getting used to.