.. |
commands
|
Update some more TODO-lev's
|
2021-12-31 16:49:47 +01:00 |
configuration
|
ignore_roi_if_buy_signal -> ignore_roi_if_enter_signal
|
2022-01-04 22:49:49 -06:00 |
data
|
sell_reason -> exit_reason
|
2022-01-04 22:52:52 -06:00 |
edge
|
SELL_SIGNAL -> EXIT_SIGNAL
|
2022-01-04 23:19:35 -06:00 |
enums
|
custom_sell -> custom_exit
|
2022-01-04 23:19:35 -06:00 |
exchange
|
Merge branch 'feat/short' of https://github.com/freqtrade/freqtrade into feat/short
|
2022-01-04 00:17:42 -06:00 |
leverage
|
Fix docstring indents
|
2021-11-09 19:22:29 +01:00 |
mixins
|
Improve wording, fix bug
|
2020-12-07 15:48:06 +01:00 |
optimize
|
sell_flag -> exit_flag
|
2022-01-04 23:19:35 -06:00 |
persistence
|
SellType -> ExitType
|
2022-01-04 23:19:12 -06:00 |
plot
|
sell_reason -> exit_reason
|
2022-01-04 22:52:52 -06:00 |
plugins
|
SellType -> ExitType
|
2022-01-04 23:19:12 -06:00 |
resolvers
|
ignore_roi_if_buy_signal -> ignore_roi_if_enter_signal
|
2022-01-04 22:49:49 -06:00 |
rpc
|
emergencysell -> emergencyexit
|
2022-01-04 23:19:35 -06:00 |
strategy
|
sell_flag -> exit_flag
|
2022-01-04 23:19:35 -06:00 |
templates
|
custom_sell -> custom_exit
|
2022-01-04 23:19:35 -06:00 |
vendor
|
Disable ability to use lookahead-biased vwap
|
2021-10-17 11:23:58 +02:00 |
__init__.py
|
merged with feat/short
|
2021-09-15 22:28:10 -06:00 |
__main__.py
|
Remove support for 3.6
|
2020-12-14 19:18:54 +01:00 |
constants.py
|
emergencysell -> emergencyexit
|
2022-01-04 23:19:35 -06:00 |
exceptions.py
|
Small formatting upgrades
|
2021-11-11 12:06:18 +01:00 |
freqtradebot.py
|
sell_flag -> exit_flag
|
2022-01-04 23:19:35 -06:00 |
loggers.py
|
merged with feat/short
|
2021-09-15 22:28:10 -06:00 |
main.py
|
merged with feat/short
|
2021-09-15 22:28:10 -06:00 |
misc.py
|
Don't replace "-" when writing pair files
|
2021-11-28 15:08:02 +01:00 |
wallets.py
|
Improve log message wording for rejected stake amounts
|
2021-12-13 19:29:07 +01:00 |
worker.py
|
Slightly reduce verbosity when reload_conf is issued
|
2021-12-23 20:33:13 +01:00 |