
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
This is a float limitation, with 8 digits needed precision, the smallest digit becomes unreliable due to the low accuracy, that is a step between 2 adjacent (distinguished) numbers which can be stored as float-s:
Suggested edits with NormalizeDouble in decompress-es attached.
TickCompressor v.0.1c: totally eliminated loss of precision by using fixed-point arithemtic (int) encoding for tick prices. (idea here from fxsaber)
Round-tripping:
TickCompressor v.0.1c: totally eliminated loss of precision by using fixed-point arithemtic (int) encoding for tick prices. (idea here from fxsaber)
Thank you for the elaboration.