mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 23:16:53 +00:00
44 lines
756 B
YAML
44 lines
756 B
YAML
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] |