Hello,
I am trying to get the real time streaming sample to work with the API desktop. Im Using VS2010EX to do this.
Im able to process the onbarschanged event fine, but when it outputs the data to the datagrid, it seems like sometimes a single tick will show up multiple times in a row. For example, 5 rows will show up with the same tsdTRADE datatype, time, price and lot size.
All I want to capture is real time trades tick data one at a time. Is there any way to tell if a single output is a multiple or a true second lot?
Or is there just something that I dont understand?
Thanks a lot,
Jett
EDIT: In addition, dPrice seems to be returning weird. For Example, using the Esignal Desktop Time and Sales Chart I will get a saleprice of 128725, however my VBEXE shows something like 1287.25, what is happening here?
I am trying to get the real time streaming sample to work with the API desktop. Im Using VS2010EX to do this.
Im able to process the onbarschanged event fine, but when it outputs the data to the datagrid, it seems like sometimes a single tick will show up multiple times in a row. For example, 5 rows will show up with the same tsdTRADE datatype, time, price and lot size.
All I want to capture is real time trades tick data one at a time. Is there any way to tell if a single output is a multiple or a true second lot?
Or is there just something that I dont understand?
Thanks a lot,
Jett
EDIT: In addition, dPrice seems to be returning weird. For Example, using the Esignal Desktop Time and Sales Chart I will get a saleprice of 128725, however my VBEXE shows something like 1287.25, what is happening here?
Comment