.. |
commands
|
Add list-hyperopts command
|
2020-02-02 19:41:22 +03:00 |
configuration
|
move setup_utils_config to configuration module
|
2020-01-26 14:15:53 +01:00 |
data
|
Align columns for btanalysis loading
|
2020-01-02 09:51:47 +01:00 |
edge
|
Move edge-module out of __init__.py
|
2020-01-26 10:44:42 +01:00 |
exchange
|
Fix link and lowercase variable
|
2020-02-02 10:47:44 +01:00 |
optimize
|
better readability and more consistent with daily sharpe loss method
|
2020-02-02 08:47:33 +01:00 |
pairlist
|
Align method names to internal ccxt names
|
2020-01-12 14:55:05 +01:00 |
plot
|
Move plot_utils to plot_commands
|
2020-01-26 13:46:01 +01:00 |
resolvers
|
Rename constant
|
2020-02-02 19:41:22 +03:00 |
rpc
|
Add threading lock object for /forcesell
|
2020-01-22 20:50:09 +01:00 |
strategy
|
Fix bug when stoploss_on_exchange in combination with dry-run
|
2020-01-20 20:14:40 +01:00 |
templates
|
Merge pull request #2788 from drdux/develop
|
2020-01-22 12:47:08 +01:00 |
vendor
|
Update qtpylib from source
|
2019-06-26 20:00:16 +02:00 |
__init__.py
|
Move exceptions to seperate module
|
2019-12-30 14:57:26 +01:00 |
__main__.py
|
Remove binary script - allow None arguemnts
|
2019-05-29 19:46:26 +02:00 |
constants.py
|
Rename constant
|
2020-02-02 19:41:22 +03:00 |
exceptions.py
|
Capture FtBaseException at the outermost level
|
2019-12-30 15:11:07 +01:00 |
freqtradebot.py
|
Merge pull request #2799 from freqtrade/fix_stoploss_recreated
|
2020-02-02 16:59:45 +03:00 |
loggers.py
|
Adjust improts to new exception location
|
2019-12-30 15:02:17 +01:00 |
main.py
|
Adjust imports to new place for arguments
|
2020-01-26 13:46:01 +01:00 |
misc.py
|
Use strings instead of subtemplates
|
2019-11-21 19:28:53 +01:00 |
persistence.py
|
Adjust improts to new exception location
|
2019-12-30 15:02:17 +01:00 |
state.py
|
Be more selective which startup-messages are shown
|
2019-11-01 16:42:57 +01:00 |
wallets.py
|
allow wallet update to be skipped if the value is fresh enough.
|
2020-01-15 06:42:53 +01:00 |
worker.py
|
Remove state attr from Worker
|
2020-01-29 17:08:36 +03:00 |