File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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
1211options:
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
3832Common arguments:
3933 -v, --verbose Verbose mode (-vv for more, -vvv to get all messages).
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments