stable/freqtrade/rpc
creslinux fb60f684f7 Updated
Stop and start calls added
Along with refactoring to base line and use decorators.
Also modules loaded optionally if enabled in config or not
binds to ip / port set from config.json with warning if not localhost

TODO:
 - use argparse in client, and generally clean client up
 - create unit test
 - documentation
 - extend to other RCP commands, after feedback
2018-06-14 15:38:26 +00:00
..
__init__.py Move RPC and Telegram to classes 2018-03-03 09:33:54 +08:00
local_rest_server.py Updated 2018-06-14 15:38:26 +00:00
rest_client.py Updated 2018-06-14 15:38:26 +00:00
rpc_manager.py Updated 2018-06-14 15:38:26 +00:00
rpc.py don't sum percentage, but use mean instead (aligned to backtesting) 2018-06-07 20:43:28 +02:00
telegram.py rpc type hints 2018-05-31 20:55:26 +02:00