unicorn-binance-trailing-stop-loss Change Log¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.8.0.dev (development stage/unreleased/unstable)¶
0.8.0¶
Added¶
Parameter
installupdate
(only available in Bot mode)
Fixed¶
Create logfile parent dir if not exists
Handling exceptions while opening a non existing ini file
Bug in test “streams”
0.7.0¶
Added¶
engine
parameter to manager class and integratejump-in-and-trail
mode tomanager.py
Parameter
stop_loss_start_limit
,callback_partially_filled
,ubra_manager
andubwa_manager
tomanager.py
Support for
binance.com
,binance.com-testnet
,binance.com-futures
,binance.com-isolated_margin
,binance.com-margin
listopenorders
andcancelopenorders
to cli interfaceTest
streams
Changed¶
manager.py.calculate_stop_loss_price()
is a static method nowInstead of creating two ubwa instances we use the new stream specific
process_stream_data
parameter within one instancestoplossmarket
andstop_loss_market
tomarket
Renamed¶
cli.py:
load_examples_ini_from_git_hub()
toload_examples_ini_from_github()
0.6.0¶
Added¶
Parameter
-- createconfigini
to cli interfaceParameter
-- createprofilesini
to cli interfaceParameter
-- openconfigini
to cli interfaceParameter
-- openprofilesini
to cli interfaceParameter
-- example
to cli interfacecli.load_examples_ini_from_git_hub()
Changed¶
ini files are no longer included into setup files of standalone versions
Messages of test notification are now specific not general
0.5.0¶
Added¶
Warn on updates parameter
config
andpandas
to dependencies
Changed¶
CLI help msg
Config file path to {home}/.lucit/ubtsl_*.ini
Fixed¶
Ignore missing ubtsl_profile.ini if test is not None
Optional
bracket inmanager.get_exchange_info()
Using
\
as path separator in windows
0.3.0¶
Added¶
Parameter
test
to lib and cli. Supported mode is “notification” to test email and telegram notifications.Parameter
print_notificatons
. If True the lib is printing user friendly information to terminal.Count profit to CLI interface
General output to CLI interface
Changed¶
Returning order details instead of text msg to callback_finished function
Fixed¶
Control notification settings to avoid exceptions
0.2.0¶
CLI update
0.1.2¶
General updates
0.1.1¶
General updates
0.1.0¶
Init