Announcement

Collapse
No announcement yet.

Intraday DDE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Intraday DDE

    I'm trying to export 5 min OHLC and volume for the current EMini S&P contract.

    I've done a search and found DDEOLHC.efs but it's from 6 years ago. I have the efs open on a 5 min chart. Using the following :

    =eSignal|EFS!ES_M0_Close

    And it's coming up [object Series]??

    Can someone guide me to the correct way to have the data in Excel??

  • #2
    Re: Intraday DDE

    WilliamV
    The reason it is returning [object series] is because you are passing the series ie close() instead of its value ie close(0) or myClose.getValue(0) (assuming as an example that you assigned the close() series to a variable called myClose)
    You can find an example of the use of the DDE object in this article in the EFS knowledgebase
    Alex


    Originally posted by WilliamV
    I'm trying to export 5 min OHLC and volume for the current EMini S&P contract.

    I've done a search and found DDEOLHC.efs but it's from 6 years ago. I have the efs open on a 5 min chart. Using the following :

    =eSignal|EFS!ES_M0_Close

    And it's coming up [object Series]??

    Can someone guide me to the correct way to have the data in Excel??

    Comment

    Working...
    X