In VB .Net in esignal_OnTimeSalesChanged event I process real-time trades by looking at the last tick with esignal.gettimesalesbar(lhandle, 0) as used in the sample code. I am using the filter in the sample code by default, ie, allowing trades and quotes and use the timesalesdataflag (value 4) to hone in on the trades only.
Occassionally this returns a duplicate trade usually when there is a fresh burst of trades - any views why this might be happening? Is there something that I am missing here?
Occassionally this returns a duplicate trade usually when there is a fresh burst of trades - any views why this might be happening? Is there something that I am missing here?
Comment