Recent content by onesmith

  1. O

    How to gather 5 seconds bars into 5 min bars from IB's API Excel

    convert time (t) into ttm which is (time to minutes) past midnight so for instance 1am becomes 60, 2am=120, 3am=180 (mins past midnight) ect. then use various combos of integer portion and fractal portion of the value returned by dividing ttm by 5 using the function mod(ttm,5);
  2. O

    Programming Market Open/Close Logic

    Anomalies exist going backwards in backtests. Holidays exist going forwards. Unplug, take the day off.
  3. O

    UNBELIEVABLE p/l

    Using the built-in reserved words and functions increases the probability of a flawed backtest. Custom written logic is always preferrable.
  4. O

    Video card supporting 4 HD monitors in w7

    I need a card that supports 4 high definition monitors in w7. I have read about 2d quad cards but it's not obvious to me how to determine if a card can also play high definition movies.
Back
Top