R package intended for visualisation, analysis and reconstruction of limit order book data
149
stars
45
forks
source link
processData() will not work correctly if 'volume' in the .csv input file is not integer #25
Closed
petr-fedorov closed 6 years ago
The following code does not work when 'volume' is double (from there):
At least it should be mentioned in the documentation that 'volume' must be integer.