Search results

  1. F

    Excel DDE + IB

    trader_lon, DDE is not the same thing as RTD. IB does not offer a Excel RTD. Francis
  2. F

    Automated trade execution question?

    The documentation is misleading. The Guardian software is only necessary if you run TTSIM. Fix-based clients don't need any other software and the connection is direct. Francis
  3. F

    Excel DDE + IB

    The IB API does not support RTD. Francis
  4. F

    Autotrading with TradeStation

    Yes and TradeStation 8.1 has another problem: it will not notify the clients when an order is canceled and/or replaced. This means your stops are never updated so it's better to stick with 8.0 if you're using 3rd party order routing software. Francis
  5. F

    Autotrading with TradeStation

    Really? I just Googled "TradeBullet" and the first link is good. Anyway, www.tradebullet.com is the address. Francis
  6. F

    Autotrading with TradeStation

    JayK, TradeBullet (I don't know about TradeBolt) has some features that improve on TS8: 1) The main feature of course is you can trade with other brokers 2) You can offset all limit orders to ensure fills 3) You can filter out duplicate orders 4) You can change the limit order price...
  7. F

    Automated trading through Excel

    Do you mean you get quotes from DDE and orders from COM events and you are still missing events? Francis
  8. F

    Automated trading through Excel

    Are they (Merrill) sending updates through DDE? I haven't used their API but their suggestion sounds reasonable: don't try to update the cells from events, keep the event handling code short, and never use DoEvents. Francis
  9. F

    Seeking BlackBox/GreyBox Systems

    Pick any two: a) Black boxes are cooler than gray boxes b) Black boxes cost more c) Gray boxes are old Black boxes d) Mix both and you get a non-correlated watchamacallit. Also called a white box and even more expensive.
  10. F

    TT sues Refco for patent infringement

    I beleive their FIX Easyscreen API came online in December 04, so give them time. FRancis
  11. F

    Automated trading through Excel

    As someone who earns a living coding trading automation software I can only agree with andrasnm. Forget about the slouch and smooch part, just read the rest of the post and he's right on target. Francis
  12. F

    Automated trading through Excel

    Which platforms are you referring to? Most of those I know have an ActiveX interface, and none offer a .NET interface. Excel is a powerful and easy to use analysis application, and VBA is relatively easy to learn for non-programmers. A lot of traders rely on it to test ideas quickly, and a...
  13. F

    Automated trading through Excel

    DDE is not a good choice. ActiveX may skip events but DDE will lose its connection altogether. There are also data limit constraints. Francis
  14. F

    Trading Technologies awarded patent for DOM

    If their license fee is reasonable, the incremental cost will simply be passed-on to the users. No need to go out of business. Does anyone know what they plan on charging per seat?
Back
Top