.. |
commands
|
Reorder new commands
|
2020-05-22 07:04:36 +02:00 |
configuration
|
Add show-trades command
|
2020-05-02 11:26:12 +02:00 |
data
|
Rename get_order_book to fetch_l2_order_book (aligning to ccxt)
|
2020-05-26 20:27:35 +02:00 |
edge
|
Use self.fee
|
2020-05-10 11:51:33 +03:00 |
exchange
|
Rename get_order_book to fetch_l2_order_book (aligning to ccxt)
|
2020-05-26 20:27:35 +02:00 |
optimize
|
Reorder typing imports
|
2020-05-27 19:17:15 +02:00 |
pairlist
|
Fix typing circular dependency
|
2020-05-22 20:56:34 +02:00 |
plot
|
Don't start plotting profit without trades
|
2020-05-21 07:13:08 +02:00 |
resolvers
|
initial search path is optional ...
|
2020-02-19 19:50:01 +01:00 |
rpc
|
check for None to allow 0.0 profit
|
2020-05-27 19:15:56 +02:00 |
strategy
|
Add comment to ensure we're not accidentally removing this again
|
2020-05-26 16:58:29 +02:00 |
templates
|
Cancel all open orders after receiving /stop or ctrl+c
|
2020-05-01 10:36:11 -06:00 |
vendor
|
Fix implementation of rolling_max
|
2020-02-04 07:00:53 +01:00 |
__init__.py
|
fix typo in comment
|
2020-04-14 08:05:46 +02:00 |
__main__.py
|
Remove binary script - allow None arguemnts
|
2019-05-29 19:46:26 +02:00 |
constants.py
|
Fix typing circular dependency
|
2020-05-22 20:56:34 +02:00 |
exceptions.py
|
Rename PricingException to PricingError
|
2020-05-26 20:35:11 +02:00 |
freqtradebot.py
|
Small formatting improvement
|
2020-05-27 07:11:59 +02:00 |
loggers.py
|
More remove of progressbar2
|
2020-03-11 22:50:23 +01:00 |
main.py
|
Adjust message in main.py
|
2020-02-14 03:05:07 +03:00 |
misc.py
|
Merge branch 'develop' into interface_ordertimeoutcallback
|
2020-04-19 06:58:44 +02:00 |
persistence.py
|
Add timestamp to trade output
|
2020-05-24 08:46:50 +02:00 |
state.py
|
Add some minor things to show_config
|
2020-05-05 21:19:35 +02:00 |
wallets.py
|
Use get_base_currency instead of splitting by /
|
2020-02-25 07:01:31 +01:00 |
worker.py
|
Simplify sd_notify usage
|
2020-05-18 07:02:57 +02:00 |