Merge pull request #2737 from freqtrade/plotting_percent

show percent in sell hover message.
This commit is contained in:
hroff-1902
2020-01-02 22:04:34 +03:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -119,6 +119,7 @@ def test_plot_trades(testdatadir, caplog):
assert trade_sell.yaxis == 'y'
assert len(trades) == len(trade_sell.x)
assert trade_sell.marker.color == 'red'
assert trade_sell.text[0] == "4.0%, roi, 15 min"
def test_generate_candlestick_graph_no_signals_no_trades(default_conf, mocker, testdatadir, caplog):