-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Description
CoinCheckで売りの処理をした際に"order temporally disabled"とエラーになってしまいます。
CoinCheckではレバレッジの口座に入金しており、資金は不足はしていません。
設定上は0.01BTCの売りは可能かと考えていますが、このエラーの要因を教えていただきたく
よろしくお願いします。
ログです。
2018-12-11 22:39:28.333 ERROR [Arbitrager] HTTP request failed. Response from https://coincheck.com/api/exchange/orders. Status Code: 400 (Bad Request) Content: {"success":false,"error":"order temporally disabled"}
config.jsonでのCoinCheckの設定は下記のとおりです。
"brokers": [
{
"broker": "Coincheck",
"enabled": true,
"key": "XXXXXXXXXXXXXXXX",
"secret": "XXXXXXXXXXXXXXXX",
"maxLongPosition": 0.01,
"maxShortPosition": 0.01,
"cashMarginType": "NetOut",
"commissionPercent": 0
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels