Announcement

Collapse
No announcement yet.

Running multiple tick replay files

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

  • Running multiple tick replay files

    I have some code that looks at tick data for two symbols (using calls such as open(0) and open(0, sym('xyz'))). How do I replay the data for a single day? I downloaded the tick data for both symbols (one per file) for the day in question, but how do I tell eSignal/EFS to replay both of them at the same time, in a time-coordinated fashion?

    Thanks.

    tinker70

  • #2
    Re: Running multiple tick replay files

    tinker70
    You can replay only one symbol/file at a time
    Alex


    Originally posted by tinker70
    I have some code that looks at tick data for two symbols (using calls such as open(0) and open(0, sym('xyz'))). How do I replay the data for a single day? I downloaded the tick data for both symbols (one per file) for the day in question, but how do I tell eSignal/EFS to replay both of them at the same time, in a time-coordinated fashion?

    Thanks.

    tinker70

    Comment

    Working...
    X