Announcement

Collapse
No announcement yet.

time stamp of trade

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

  • time stamp of trade

    Is there a way to call a command in an efs script that returns the time of the most recent trade?

    I am currently usting getHour().... etc, but that only returns the time of the referenced candle.

    Thanks

  • #2
    Re: time stamp of trade

    tiara50
    You can use the Date Object to retrieve the system time of execution of the script on an incoming tick
    Alex


    Originally posted by tiara50
    Is there a way to call a command in an efs script that returns the time of the most recent trade?

    I am currently usting getHour().... etc, but that only returns the time of the referenced candle.

    Thanks

    Comment

    Working...
    X