Search results

  1. A

    What is your avg latency to your broker?

    <10ms from FIOS in NYC. not sure if it's good enough for IB. Is <1ms at IB useful?
  2. A

    Why do I see "Trends" in Randomly Generated Data?

    you need to give an exact definition of "TREND" first.
  3. A

    IB for forex

    I longed roughtly 1M usd with half AUD, half EUR. IB charges couple hundred per week. how does this calculated? Meanwhile, I noticed my Account summary tab from TWS is not so accurate and realtime. Net liquidation value changed to some old value hours ago, and changed back after a while. The avg...
  4. A

    NQ options settle price for NQ?

    http://www.cmegroup.com/trading/equity-index/us-index/e-mini-nasdaq-100_contractSpecs_options.html forgot NQ options settle with /NQ close price at 04:15 or 5:15 or 4:00 pm EST? many thanks,
  5. A

    IB API order submission question

    with 10/10 pips tp/sl, I think 0.5pip + $5/$10($10 per pip for 100K), which is 1 pip cost, it's still possible to do it.
  6. A

    TWS API child order question

    Hi, I am writing a forex scalping program with IB POSIX C++ API, there is one question: I need to submit one parent order and attach one trailing stop order and one profit taking order. parent order is market order as I don't want to miss any opportunity, filling as fast as need. but...
  7. A

    IB API order submission question

    Hi, I am writing a forex scalping program with IB POSIX C++ API, there is one question: I need to submit one parent order and attach one trailing stop order and one profit taking order. parent order is market order as I don't want to miss any opportunity, filling as fast as need...
  8. A

    corn spreads

    ZC K-N SPREAD, AVG cost around 0. now it's 6, should I cut loss? or still hold it? and suggestion? thank you, I sold K2, bought N2
  9. A

    TWS API child order question

    thanks, I figured out the first question myself by trying some combinations. still no clue about second one. order_parent.totalQuantity = totalQuantity; order_parent.orderType = "MKT"; if(action == "BUY"){ order_parent.action = "BUY"; order_stoploss.action...
  10. A

    TWS API child order question

    m_pClient->placeOrder(m_orderId, m_contract, order_parent); m_pClient->placeOrder(m_orderId + 1, m_contract, order_stoploss); m_pClient->placeOrder(m_orderId + 2, m_contract, order_profittaking); trying to make a MKT parent order, and two child orders, one sl with STP type, one tp with...
  11. A

    Error Field #541 on IB (calling options/futures)

    Yes, for futures, it's not that regulated, see? ESM1 = makeFutContract('ES', 'GLOBEX', '20110617') NQM1 = makeFutContract('NQ', 'GLOBEX', '20110617') YMM1 = makeFutContract('YM', 'ECBOT', '201106')
  12. A

    Error Field #541 on IB (calling options/futures)

    pretty sure that expiration date could be YYYYMMDD
  13. A

    Genesis/Lime HFT incubator wish list

    you made one point, I didn't say that one should try a startup with that type. But indeed, there is a list of electronic market markers out there which are in the same level of Getco, like knight cap?
  14. A

    My Automated Trading Strategy (3Years+ of Historical Data) Please Critique!

    if he pays no exchange fee which is majority of commission for ES, then it's doable, but it costs million dollars at least to get a seat.
  15. A

    Genesis/Lime HFT incubator wish list

    far from enough if you do a market maker type HFT.
  16. A

    Ib Api

    OCA, read all supported order types documentation since you came to this level. But I don't think it's not that easy to do such scalping this way, it's very tricky to set up an optimal stop loss order. I think it will often be taken advantage of by market markers as they can identify such...
  17. A

    Error Field #541 on IB (calling options/futures)

    Type: STK should be OPT
  18. A

    Buy DPITM Calls

    far less attractive than you might think. little liquidity + great bid/ask spread.
  19. A

    Are there options tracking China real state market?

    TAO, really illiquid
  20. A

    Smart Money Sells Straddles!

    what a joke. check the liquidity of the whole options market.
Back
Top