Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
At first I thought that this bug does not affect other data streams but this is
not
the case. When I'm collecting data for European and U.S market products at the
same
time, data will stop coming at the end of euro session even though U.S data is
still
available.
This piece of code gets rid of the exception but then price goes close to zero
and it
doesn't look good on a chart.
if (Double.isNaN(averageBalance)) {
averageBalance = 0;
}
Original comment by marcin.p...@gmail.com
on 15 Dec 2009 at 1:18
Fixed in release 7.08
Original comment by eugene.k...@gmail.com
on 7 Oct 2010 at 5:45
Original issue reported on code.google.com by
marcin.p...@gmail.com
on 20 Nov 2009 at 10:10