You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
963 B
29 lines
963 B
{
|
|
"sleep_time": 10,
|
|
"cancel_time": 120,
|
|
"platform": "binance_spot",
|
|
"symbol": "SHIBUSDT",
|
|
"api_key": "44444444444444444444444444",
|
|
"api_secret": "4444444444444444444444444444444444444444444444444444",
|
|
"profit_scroll": 1.005,
|
|
"profit_intend": 0.996,
|
|
"deficit_scroll": 0.985,
|
|
"gap_percent": 0.01,
|
|
"quantity": 500000,
|
|
"min_price": 0.00000001,
|
|
"price_stop_to_buy": 0.7,
|
|
"price_stop_to_sell": 0.5,
|
|
"min_qty": 100000,
|
|
"max_orders": 2,
|
|
"max_sell_orders": 2,
|
|
"proxy_host": "privoxy",
|
|
"proxy_port": 8118,
|
|
"dingding_robot_url": "https://oapi.dingtalk.com/robot/send?access_token=666666666666666666666666666666666d29c",
|
|
"dingding_user_phone": "1111111111",
|
|
"user_email": "me@me.me",
|
|
"SMTP_HOST": "smtp.me.me",
|
|
"SMTP_PORT": 80,
|
|
"SMTP_USER": "me2@me.me",
|
|
"SMTP_PASSWORD": "77777777777777777777777777777777777"
|
|
}
|