Search results

  1. H

    When is YG NOV last trading day?

    from CBOT site: "Last Trading Day The business day immediately preceding the last two business days of the contract month" Does it means that it's November 28th ? Also is YG physically or cash settled? I think it's physically settled. Thanks in advance
  2. H

    Nat Gas Mini

    so it's today?
  3. H

    Nat Gas Mini

    From CME site: "Last Trading Day Trading terminates at the close of business on the fourth business day prior to the contract month." what date it for QG NOV ? Thanks
  4. H

    What's going to happen with CME's Electronic Corporate Membership?

    I already have a corporate account, so I already labeled as a "pro". As I understand ECM 106.R program is until December 2006 and it costs $1000 or $1500. Not sure if I want to join just for 4 months...
  5. H

    Python Programmers

    I used Tcl/Tk in the past. I was under impression , that Tk is a standard GUI toolkit for Python. Can you compare it with Qt? thanks
  6. H

    How to find rollover dates for several years back?

    I have 1-min e-mini data for several years back. How do I found all rollovers dates? Thanks in advance!
  7. H

    How to find rollover dates for several years back?

    I have 1-min e-mini data for several years back. How do I found all rollovers dates? Thanks in advance!
  8. H

    IB's new US equity commission

    http://www.prnewswire.co.uk/cgi/news/release?id=156704
  9. H

    DFT/FFT on graphics hardware

    CELL-based blades are much better choice, than GPUs or COTS-based MPI clusters. One guy on Willmot board claims, that he replaced 10 servers with one CELL for Monte-Carlo simulations... But if one wants to play safe, then better stick with COTS cluster.
  10. H

    The open source thread

    140MB / 800 / 180,000 ~ 1 B per bar How do you compact one bar into single byte? Bar is at least 4 (5 with volume) integers. 2 bits per price?
  11. H

    The open source thread

    I had the exact dilemma. For the non-trading projects I usually use C++, but IB C++ API is MFC-based, and their Java API looks much more solid and stable. Also I need multithreading, since number cunching is done in separate thread, while the main thread continue to receive market data...
  12. H

    CBOE Offers Traders Quickies

    CBOE Offers Traders Quickies http://www.thestreet.com/_yahoo/options/stevensmith/10246068.html?cm_ven=YAHOO&cm_cat=FREE&cm_ite=NA What's next? Dailys?
  13. H

    Matrox Parthelia problem

    Hi, My setup is: * Matrox Parthelia 128 MB * 2 x LCD Samsumg 21'' DVI (both connected via DVI) - UXGA resolution * Windows 2003 When using windows graphics, etc. everything works fine on both monitors. When I playing video on secondary monitor, it's playing smoothly. But when I...
  14. H

    Matlab in Finance

    Hi prophet, I don't like using indices, it make code less readable. I want code to look like EasyLangauge. I have to possible solutions: 1. Define constants for column indices, i.e: LOW =5 CLOSE = 6 and then use: data(bar, CLOSE) OR 2. Use structs, i.e. data(bar).close >...
  15. H

    when will ib lower commissions?

    Don't forget platform fees @ Cyber, it's only good if you volume trader and do not trade options...
  16. H

    Matlab in Finance

    I thinking about to make my backtesting in Matlab. I need to decide if to code it myself with "plain" Matlab matrixes or to use time-series toobox? Time-series toolbox already have code for TA indicators, so it will be less coding, but as you already said it's non-flexible, since you can have...
  17. H

    traderhr

    do you trade commission free? 1 cent is sure loss, unless you trade huge size. Even with IB roundturn will cost you 2 cents for first 500 shares, and 1 cent for the rest. so you do lose $5 on this trade. Unless there are was 0.2% cap in 2003
  18. H

    My next motherboard

    Dual Xeon Supermicro MB Intel® E7505 Chipset 2 Xeon 2.8GHz with Hyperthreading 1 GB RAM At a store I was told that before me locat stock exchange bought E7505 systems .
Back
Top