DDE request is initiated by OEC.Functions Add In:
=QuotesBySymbol(B1,K4:Y4,J5:J99)
Function builds a table array in excel and places a formula in each cell... Slow to initialize but updates very fast.
Using Excel 2007 which further optimizes recalcs. Full recalc of worksheet takes 0.15102 seconds.
ie.
=Acct#|quote!ESU8?Last =Acct#|quote!ESU8?Bid
TT uses arrays pricedepth90 and stores to memory variable.
TT RTD Throttle is set to zero which sends data as fast as the PC will process. Can't find any DDE Throttle.
With OEC Feed received 77,273 price data updates and 2,592 changes in bid/ask in past 14 hours for ES.
Serial Tick ID Session Time
77273 2592 2008-08-29 14:01:55.43
Underlying ESU8 Data is fine but the option chains do not fully update via OEC DDE or TT RTD. CME states they provide level II DOM data for each option but nothing more than current bid or ask are displayed using either TT or OEC.
I suspect the Level II option data is not being processed or delivered by either TT or OEC.
In the end i do not believe there is a significant performance difference using either rtd or dde. More dependent on your worksheet design and formulas.
=QuotesBySymbol(B1,K4:Y4,J5:J99)
Function builds a table array in excel and places a formula in each cell... Slow to initialize but updates very fast.
Using Excel 2007 which further optimizes recalcs. Full recalc of worksheet takes 0.15102 seconds.
ie.
=Acct#|quote!ESU8?Last =Acct#|quote!ESU8?Bid
TT uses arrays pricedepth90 and stores to memory variable.
TT RTD Throttle is set to zero which sends data as fast as the PC will process. Can't find any DDE Throttle.
With OEC Feed received 77,273 price data updates and 2,592 changes in bid/ask in past 14 hours for ES.
Serial Tick ID Session Time
77273 2592 2008-08-29 14:01:55.43
Underlying ESU8 Data is fine but the option chains do not fully update via OEC DDE or TT RTD. CME states they provide level II DOM data for each option but nothing more than current bid or ask are displayed using either TT or OEC.
I suspect the Level II option data is not being processed or delivered by either TT or OEC.
In the end i do not believe there is a significant performance difference using either rtd or dde. More dependent on your worksheet design and formulas.