Matthias
|
11cc33a982
|
Refactor notify_sell to rpc_manager
* Call sell_notify also when stoploss_on_exchange is hit
fix #1653
|
2019-03-12 21:55:00 +01:00 |
|
Matthias
|
48d33b070f
|
Add stoploss to startup messages
|
2019-03-12 07:06:42 +01:00 |
|
Matthias
|
ef1208b366
|
Fix rpc messages
|
2018-12-03 20:31:25 +01:00 |
|
Matthias
|
efcec736b5
|
refactor startup_messages to rpc_manger
this cleans up freqtradebot slightly
|
2018-11-29 20:02:12 +01:00 |
|
Matthias
|
ee2f6ccbe9
|
Add test for enable_webhook
|
2018-07-14 13:32:35 +02:00 |
|
Matthias
|
144d308e5e
|
Allow enabling of webhook
|
2018-07-14 13:32:35 +02:00 |
|
gcarq
|
0920fb6120
|
use more granular msg dict for buy/sell notifications
|
2018-07-12 17:16:31 +02:00 |
|
gcarq
|
4cb1aa1d97
|
use dict as argument for rpc.send_msg
|
2018-07-12 17:12:42 +02:00 |
|
gcarq
|
e14c9e2090
|
fix potential cleanup issue
|
2018-06-13 12:21:54 +02:00 |
|
gcarq
|
83eb7a0a9d
|
adjust logging a bit and add some comments
|
2018-06-13 12:21:54 +02:00 |
|
gcarq
|
3787dad212
|
don't import python-telegram-bot at runtime if disabled in config
|
2018-06-13 12:21:54 +02:00 |
|
gcarq
|
cddb062db5
|
save rpc instances only in registered_modules, add some abstract methods
|
2018-06-13 12:21:54 +02:00 |
|
xmatthias
|
69006b8fe8
|
flake8
|
2018-05-31 21:08:26 +02:00 |
|
xmatthias
|
0d251cbfdd
|
rpc type hints
|
2018-05-31 20:55:26 +02:00 |
|
gcarq
|
fa7f74b4bc
|
use native python logger
|
2018-03-25 21:43:00 +02:00 |
|
gcarq
|
3f8d7dae39
|
make name a required argument and add fallback to getEffectiveLevel
|
2018-03-25 21:42:03 +02:00 |
|
gcarq
|
7078bc00bd
|
rpc: apply correct typehints; remove redundant parentheses
|
2018-03-20 19:50:04 +01:00 |
|
Gerald Lonlas
|
390501bac0
|
Make Pylint Happy chapter 1
|
2018-03-03 09:33:54 +08:00 |
|
Gerald Lonlas
|
f4ec073099
|
Move RPC and Telegram to classes
|
2018-03-03 09:33:54 +08:00 |
|