Announcement

Collapse
No announcement yet.

Tick series

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

  • Tick series

    Hello,

    I am interested in getting the tick series of any symbol for create a customized study from Price/Volume.

    I want to get one array with all tick data serie in one only execution. For instance:

    SYMBOL PRICE VOLUME DATE TIME
    ES Z7 1560.50 10 20071012 08:05:12 <<< current data
    ES Z7 1560.25 4 20071012 08:05:03
    ES Z7 1560.25 12 20071012 08:04:42
    ES Z7 1560.50 10 20071012 08:04:23
    ...
    ES Z7 1460.00 10 20070620 08:00:12
    ES Z7 1460.50 4 20070620 08:00:01 <<< the first data
    (end)


    ¿It's possible?

    Thanks very much

  • #2
    Hello cls,

    Retrieving data in EFS does not work in the context in which you are asking. There isn't a single function call or execution that returns the data in the format you described. However, each data series you're interesting in can be accessed with a corresponding Series Function ( see close(), volume(), day(), month(), year(), hour() minute() and second() ).
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment

    Working...
    X