mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-25 07:26:45 +00:00
refactor deploy-examples repo
This commit is contained in:
44
conf/controllers/conf_market_making.dman_maker_1.yml
Normal file
44
conf/controllers/conf_market_making.dman_maker_1.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
id: C9tpX3BQDVcUt3Ea7NhrgTMEXx96TZFjzjojj4eWfJnW
|
||||
controller_name: dman_maker
|
||||
controller_type: market_making
|
||||
candles_config: []
|
||||
connector_name: okx_perpetual
|
||||
trading_pair: DOGE-USDT
|
||||
total_amount_quote: 400.0
|
||||
buy_spreads:
|
||||
- 0.0002
|
||||
- 0.02
|
||||
- 0.05
|
||||
- 0.08
|
||||
sell_spreads:
|
||||
- 0.0002
|
||||
- 0.02
|
||||
- 0.05
|
||||
- 0.08
|
||||
buy_amounts_pct:
|
||||
- 1
|
||||
- 1
|
||||
- 1
|
||||
- 1
|
||||
sell_amounts_pct:
|
||||
- 1
|
||||
- 1
|
||||
- 1
|
||||
- 1
|
||||
executor_refresh_time: 20
|
||||
cooldown_time: 15
|
||||
leverage: 20
|
||||
position_mode: HEDGE
|
||||
stop_loss: 0.1
|
||||
take_profit: 0.05
|
||||
time_limit: 604800
|
||||
take_profit_order_type: 2
|
||||
trailing_stop:
|
||||
activation_price: 0.015
|
||||
trailing_delta: 0.002
|
||||
dca_amount_ratio_increase: 2.0
|
||||
dca_levels: 3
|
||||
top_order_start_spread: 0.00001
|
||||
start_spread: 0.05
|
||||
spread_ratio_increase: 2.0
|
||||
executor_activation_bounds: [0.005]
|
||||
6
conf/scripts/conf_v2_generic_with_controllers_1.yml
Normal file
6
conf/scripts/conf_v2_generic_with_controllers_1.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
markets: {}
|
||||
candles_config: []
|
||||
controllers_config:
|
||||
- conf_market_making.dman_maker_1.yml
|
||||
config_update_interval: 20
|
||||
script_file_name: v2_generic_with_controllers.py
|
||||
Reference in New Issue
Block a user