From ef8386c06501374dca28f8f3dec8b6d5a3226a2c Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Fri, 6 Sep 2019 11:55:07 +0300 Subject: [PATCH] Fix table with ROI limits --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 95bec8715..becf572ee 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -391,7 +391,7 @@ minimal_roi = { If you are optimizing ROI, Freqtrade creates the 'roi' optimization hyperspace for you -- it's the hyperspace of components for the ROI tables. By default, each ROI table generated by the Freqtrade consists of 4 rows (steps). Hyperopt implements adaptive ranges for ROI tables with ranges for values in the ROI steps that depend on the ticker_interval used. By default the values can vary in the following ranges (for some of the most used ticker intervals, values are rounded to 5 digits after the decimal point): -| # step 1m 5m 1h 1d | +| # step | 1m | | 5m | | 1h | | 1d | | |---|---|---|---|---|---|---|---|---| | 1 | 0 | 0.01161...0.11992 | 0 | 0.03...0.31 | 0 | 0.06883...0.71124 | 0 | 0.12178...1.25835 | | 2 | 2...8 | 0.00774...0.04255 | 10...40 | 0.02...0.11 | 120...480 | 0.04589...0.25238 | 2880...11520 | 0.08118...0.44651 |