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
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
Comment