Search results

  1. D

    IB API - Using twice the same Id

    You need to use the API to request the next orderID at startup which will give you the starting number to use and then you can increment from there. I use this in the API all the time, so I know it works. I am not sure about their demo application.
  2. D

    Automated software for Currenex

    I have experience developing market adapters for Currenex. As previously posted, FIX is not generic as people like to think it is and every venue has its own flavor and gotchas that you need to deal with. Currenex is one of the worst FIX interfaces I have dealt with as it does not follow...
  3. D

    TradeSation Strategy

    Multicharts is an option.
  4. D

    On Balance Volume, Buy Sell Signal

    I think you should chart it and take a look at what an OBV looks like in relation to your moving averages. I would imagine what TA-Lib is giving back to you is the +/- delta change from the previous period but it could also be giving you the sum value which is the 0 line cross. Either way.. I...
  5. D

    software for 30 sec data

    I have built systems to backtest using 1 second data on stocks that can test across 2 years of data for a single stock in 5 seconds on regular desktop hardware. 30 second data would be much faster and across 1000 stocks should be in the neighborhood of 2.5 minutes for 2 years of data. Not...
Back
Top