Search results

  1. S

    NinjaTrader vs OpenQuant for automated trading

    NinjaTrader looks good but it doesn't look like it has any FIX adapter. I like the licencing model though - where you can use it for free until you are ready to trade live.
  2. S

    NinjaTrader vs OpenQuant for automated trading

    I've just been trialling OpenQuant and have decided to give up on it. I was porting an automated strategy from MetaTrader because I want to trade through Currenex. My strategy is mainly contained in a DLL so the MetaTrader code is just a simple wrapper that interfaces with the MT framework...
  3. S

    Is this auto trading system good enough for sale?

    I'd agree, any system that reliable generates a profit (of any magnitude) and can scale is potentially worth millions. The key is reliability - your backtest figures look good almost too good. Can you backtest on other data and get comparable results. Then forward test on a live or demo...
  4. S

    Ruby programming

    Wrappers around C/C++ libraries only get you so far with performance. As an example, I'm doing evolutionary computing where the evolution invokes a 'fitness function' for every individual on every generation. The fitness function has to be bespoke and isn't in any library although the library...
Back
Top