Announcement

Collapse
No announcement yet.

Getting Yesterday's Close

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

  • Getting Yesterday's Close

    Is there a good technique to grab yesterdays Close when using a small number of 1-minute bars?

    I am working with a 1-minute chart and often use only 200 bars. As soon as there are more than 200 bars for the current day I do not get Yesterday's closing price.

  • #2
    What is the function call and arguments you make to obtain 200
    1 minute bars?

    If you are only interested in yesterday's close, you can obtain it without using the 1 minute bars. You can just make the following call:

    esignal.RequestHistory(frmMain.txtEnterSymbol.Text , "D", btDAYS, 2, -1, -1)

    Comment

    Working...
    X