Re: Possible bug: display issue in trade journal
It's definitely a bug in the UI. Can you please try to reproduce it with the original data and after that please attach the strategy. We'll easily fix the bug once we are able to reproduce it.
Re: Possible bug: display issue in trade journal
Ok no problem. It happens frequently in this strategy. I'm attaching M1, M5 and the strategy here (I think it only should need M1 though)
Re: Possible bug: display issue in trade journal
Thank you for the report. The bug was found and fixed. It was in normalizing of position lots when add or reduce to a position. Since the specifics of computer math, C# thinks that 0.14 - 0.09 = 0.05000000001
Re: Possible bug: display issue in trade journal
Great -- thank you, figured it was something like that!