Announcement

Collapse
No announcement yet.

esignal.get_RequestHistory

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

  • esignal.get_RequestHistory

    i am having problem updating the OPEN ,
    HIGH , LOW and VOLUME in my terminal. As for HIGH and LOW , when
    market just open , it will still reflects yesterday HIGH and LOW ,
    until todays figure break the HIGH and LOW , then it will update the
    current figure. I request HIGH and LOW from eSignal.RequestHistory
    functions. My code show as below:

    dailyHistoryHandle = esignal.get_RequestHistory("CC X6", D,
    IESignal.barType.btBARS, 20, -1, -1);

    Can u advice me to solve this problem?

    I have another question about this function. What is diff between
    btBARS and btDAYS? for example i put 200 for btBARS value. from
    eSignal Developer Reference.doc it refer to "Request 300 bars of Daily
    data". What does it mean?

    I need your help as soon as posible to solve my problem. Thanks

  • #2
    Hello,

    This is expected behavior. The previous High and Low will remain until new data supplants it.

    btBARS indicates you are asking for X number of bars, whereas btDAYS indicates you are asking for X number of days.

    Comment

    Working...
    X