Added
- `engine` parameter to manager class and integrate `jump-in-and-trail` mode to `manager.py`
- Parameter `stop_loss_start_limit`, `callback_partially_filled`, `ubra_manager` and `ubwa_manager` to `manager.py`
- Support for `binance.com`, `binance.com-testnet`, `binance.com-futures`, `binance.com-isolated_margin`, `binance.com-margin`
- `listopenorders` and `cancelopenorders` to cli interface
- Test `streams`
Changed
- `manager.py.calculate_stop_loss_price()` is a static method now
- Instead of creating two ubwa instances we use the new stream specific `process_stream_data` parameter within one instance
- `stoplossmarket` and `stop_loss_market` to `market`
Renamed
- cli.py: `load_examples_ini_from_git_hub()` to `load_examples_ini_from_github()`