IB Autostop tool for NQ/ES (Emini Trade Management)

Discussion in 'Trading Software' started by m_c_a98, Jul 28, 2002.

  1. m_c_a98,

    are you willing to share your source code? I would love to see how you coded the real time P&L. Is it VB?
     
    #21     Jul 29, 2002
  2. rcreal

    rcreal

    Demo'd the program today ... seemed to work well.

    Thanks.
     
    #22     Jul 29, 2002
  3. m_c_a98

    m_c_a98

    It is VB and anyone is free to make their own program if they want. If you have specific questions during the process of creating your own app then I'll be happy to answer if I can.
    To get started check out the examples in the Yahoo TWS API group.
    The P/L is just the difference between your entryprice and current price.
    when long its bid - entryprice
    when short its entryprice - ask
    make sure that your PNL code is in the TickPrice Event.
     
    #23     Jul 29, 2002
  4. Thanks for the pointers. I had forgotten all about that e-group, I will check that out too.
     
    #24     Jul 29, 2002
  5. TGregg

    TGregg

    If you are writing in VB and using the ActiveX control, it's very easy to crank out an app to do whatever you need. Provided (of course) that you know how to code.
     
    #25     Jul 30, 2002
  6. For emini Trade Management :

    Can you try to make it work for DTB ESTOX50 ?

    I tried to change the exchange and the symbol and it connects but then I can't send any orders....

    EUREX is the biggest future exchange in the world , a lot more volume than on CME....
     
    #26     Jul 30, 2002
  7. pretzel

    pretzel

    George,

    What's the symbol used in IB and is there a symbol for Qcharts?

    Tick size and tick value?

    pretzel
     
    #27     Jul 30, 2002
  8. m_c_a98

    m_c_a98

    I don't know anything about DAX
    tell me the following:
    symbol
    exchange
    currency(ie: EUR)
    how many decimals places on the quotes.
    tick increments

    Then send me your email address and I'll see if I can send it to you.
     
    #28     Jul 30, 2002
  9. Very nice!
    "Lean and Mean" just the way it should be.
     
    #29     Jul 30, 2002
  10. m_c_a98

    m_c_a98

    Thanks Allan. As you can see I decided to scrap the VBA excel coding and I figured the activeX would be better.
     
    #30     Jul 30, 2002