froggleston / freqtrade-frogtrade9000

A command-line freqtrade REST API client
MIT License
125 stars 28 forks source link

Cumulative Profit chart displays incorrect value #13

Closed t3ch9 closed 2 years ago

t3ch9 commented 2 years ago

The value displayed in the Trades Summary (left side) is different than value displayed in Cumulative Profit (right side).

For example, Trades Summary displays total of 28.49, but Cumulative Profit chart incorrectly displays 24.00

t3ch9 commented 2 years ago

Checked the values from rest_client profit which confirms that Trades Summary values are correct. Since posting the original comment in this thread, more trades have closed in profit but the Cumulative Profit chart has not updated and displays incorrect value.

froggleston commented 2 years ago

Yeah the chart is inaccurate - I've wanted to fix this for a while but never got round to it