We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 },
The text was updated successfully, but these errors were encountered:
tkizawaさん
2018年の11/26の公式のプレスでは、 なんとcoincheckがまだレバレッジ取引を再開しておりません。。。
https://corporate.coincheck.com/2018/11/26/62.html
取引が再開されたら、綺麗に動くかもしれません。。。
Sorry, something went wrong.
surume-ikaさん ありがとうございます。そういうことなんですね。 再開を待ってから試したいと思います。
No branches or pull requests
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
},
The text was updated successfully, but these errors were encountered: