Skip to content

Commit 20e0b54

Browse files
committed
docs: update command partials
1 parent f2c37e2 commit 20e0b54

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/commands/edge.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ usage: freqtrade edge [-h] [-v] [--no-color] [--logfile FILE] [-V] [-c PATH]
77
[--data-format-ohlcv {json,jsongz,feather,parquet}]
88
[--max-open-trades INT] [--stake-amount STAKE_AMOUNT]
99
[--fee FLOAT] [-p PAIRS [PAIRS ...]]
10-
[--stoplosses STOPLOSS_RANGE]
1110
1211
options:
1312
-h, --help show this help message and exit
@@ -29,11 +28,6 @@ options:
2928
-p PAIRS [PAIRS ...], --pairs PAIRS [PAIRS ...]
3029
Limit command to these pairs. Pairs are space-
3130
separated.
32-
--stoplosses STOPLOSS_RANGE
33-
Defines a range of stoploss values against which edge
34-
will assess the strategy. The format is "min,max,step"
35-
(without any space). Example:
36-
`--stoplosses=-0.01,-0.1,-0.001`
3731
3832
Common arguments:
3933
-v, --verbose Verbose mode (-vv for more, -vvv to get all messages).

docs/commands/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ positional arguments:
2222
backtesting-show Show past Backtest results
2323
backtesting-analysis
2424
Backtest Analysis module.
25-
edge Edge module.
25+
edge Edge module. No longer part of Freqtrade
2626
hyperopt Hyperopt module.
2727
hyperopt-list List Hyperopt results
2828
hyperopt-show Show details of Hyperopt results

0 commit comments

Comments
 (0)