From ad3f8524a5f0a5d4c2c2027a18be10c15c35445c Mon Sep 17 00:00:00 2001 From: DogsTailFarmer Date: Sat, 9 Mar 2024 20:08:51 +0300 Subject: [PATCH] Params template updated --- martin_binance/cli_0_BTCUSDT.py.template | 8 ++++---- martin_binance/cli_1_BTCUSDT.py.template | 4 ++-- martin_binance/cli_2_TESTBTCTESTUSDT.py.template | 2 +- martin_binance/cli_3_BTCUSDT.py.template | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/martin_binance/cli_0_BTCUSDT.py.template b/martin_binance/cli_0_BTCUSDT.py.template index e2df004..c530ffe 100644 --- a/martin_binance/cli_0_BTCUSDT.py.template +++ b/martin_binance/cli_0_BTCUSDT.py.template @@ -38,8 +38,8 @@ ex.SYMBOL = 'BTCUSDT' # Exchange setup, see list of exchange in ms_cfg.toml ex.ID_EXCHANGE = 0 # See ms_cfg.toml Use for collection of statistics *and get client connection* ex.FEE_IN_PAIR = True # Fee pays in pair -ex.FEE_MAKER = Decimal('0.0751') # standard exchange Fee for maker -ex.FEE_TAKER = Decimal('0.0751') # standard exchange Fee for taker +ex.FEE_MAKER = Decimal('0.1') # standard exchange Fee for maker +ex.FEE_TAKER = Decimal('0.1') # standard exchange Fee for taker ex.FEE_SECOND = False # On KRAKEN fee always in second coin ex.FEE_BNB_IN_PAIR = False # Binance fee in BNB and BNB is base asset ex.GRID_MAX_COUNT = 5 # Maximum counts for placed grid orders @@ -61,9 +61,9 @@ ex.ORDER_Q = 12 # Target grid orders quantity in moment ex.MARTIN = Decimal('10') # 5-20, % increments volume of orders in the grid ex.SHIFT_GRID_DELAY = 15 # sec delay for shift grid action # Other -ex.STATUS_DELAY = 5 # Minute between sending Tlg message about current status, 0 - disable +ex.STATUS_DELAY = 180 # Minute between sending Tlg message about current status, 0 - disable ex.GRID_ONLY = False # Only place grid orders for buy/sell asset -ex.LOG_LEVEL_NO_PRINT = [] # LogLevel.DEBUG Print for level over this list member +ex.LOG_LEVEL = logging.DEBUG # Default level for console output ex.COLLECT_ASSETS = False # Transfer free asset to main account, valid for subaccount only # Parameter for calculate grid over price and grid orders quantity in set_trade_condition() # If ADAPTIVE_TRADE_CONDITION = True, ORDER_Q / OVER_PRICE determines the density of grid orders diff --git a/martin_binance/cli_1_BTCUSDT.py.template b/martin_binance/cli_1_BTCUSDT.py.template index 85304d5..b46abe1 100644 --- a/martin_binance/cli_1_BTCUSDT.py.template +++ b/martin_binance/cli_1_BTCUSDT.py.template @@ -61,9 +61,9 @@ ex.ORDER_Q = 12 # Target grid orders quantity in moment ex.MARTIN = Decimal('10') # 5-20, % increments volume of orders in the grid ex.SHIFT_GRID_DELAY = 15 # sec delay for shift grid action # Other -ex.STATUS_DELAY = 5 # Minute between sending Tlg message about current status, 0 - disable +ex.STATUS_DELAY = 180 # Minute between sending Tlg message about current status, 0 - disable ex.GRID_ONLY = False # Only place grid orders for buy/sell asset -ex.LOG_LEVEL_NO_PRINT = [] # LogLevel.DEBUG Print for level over this list member +ex.LOG_LEVEL = logging.DEBUG # Default level for console output ex.COLLECT_ASSETS = False # Transfer free asset to main account, valid for subaccount only # Parameter for calculate grid over price and grid orders quantity in set_trade_condition() # If ADAPTIVE_TRADE_CONDITION = True, ORDER_Q / OVER_PRICE determines the density of grid orders diff --git a/martin_binance/cli_2_TESTBTCTESTUSDT.py.template b/martin_binance/cli_2_TESTBTCTESTUSDT.py.template index 92f4251..414c16a 100644 --- a/martin_binance/cli_2_TESTBTCTESTUSDT.py.template +++ b/martin_binance/cli_2_TESTBTCTESTUSDT.py.template @@ -63,7 +63,7 @@ ex.SHIFT_GRID_DELAY = 15 # sec delay for shift grid action # Other ex.STATUS_DELAY = 5 # Minute between sending Tlg message about current status, 0 - disable ex.GRID_ONLY = False # Only place grid orders for buy/sell asset -ex.LOG_LEVEL_NO_PRINT = [] # LogLevel.DEBUG Print for level over this list member +ex.LOG_LEVEL = logging.DEBUG # Default level for console output ex.COLLECT_ASSETS = False # Transfer free asset to main account, valid for subaccount only # Parameter for calculate grid over price and grid orders quantity in set_trade_condition() # If ADAPTIVE_TRADE_CONDITION = True, ORDER_Q / OVER_PRICE determines the density of grid orders diff --git a/martin_binance/cli_3_BTCUSDT.py.template b/martin_binance/cli_3_BTCUSDT.py.template index b18828e..bad778f 100755 --- a/martin_binance/cli_3_BTCUSDT.py.template +++ b/martin_binance/cli_3_BTCUSDT.py.template @@ -63,7 +63,7 @@ ex.SHIFT_GRID_DELAY = 1 # sec delay for shift grid action # Other ex.STATUS_DELAY = 60 # Minute between sending Tlg message about current status, 0 - disable ex.GRID_ONLY = False # Only place grid orders for buy/sell asset -ex.LOG_LEVEL_NO_PRINT = [] # LogLevel.DEBUG Print for level over this list member +ex.LOG_LEVEL = logging.DEBUG # Default level for console output ex.COLLECT_ASSETS = False # Transfer free asset to main account, valid for subaccount only # Parameter for calculate grid over price and grid orders quantity in set_trade_condition() # If ADAPTIVE_TRADE_CONDITION = True, ORDER_Q / OVER_PRICE determines the density of grid orders