Announcement

Collapse
No announcement yet.

EFS Question

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

  • EFS Question

    Hello,

    If I am working in a Time Interval chart i.e. 15 minute interval and I do not have setComputeOnClose(); in the premain function.

    How do I reference to most recent price fluctuation within my EFS code? When I use close() is is return the close of the last completed bar

    Any Ideas?
    Thanks
    EK

  • #2
    EK
    If you are not using setComputeOnClose() then close() should return the currently traded price except with some chart types (Renko for example) in which case you could use getMostRecentTrade()
    Alex

    Comment


    • #3
      YDM!

      Thanks Alex!

      Comment

      Working...
      X