rinjani icon indicating copy to clipboard operation
rinjani copied to clipboard

英語ですみません(Rinjani) -Please help

Open cascons2 opened this issue 8 years ago • 2 comments

Hello All,

Can you please help me to solve the issue i am facing

I have configured the Dot Net project and tried to executed it. However i get the following error message 2018/01/25 15:27:11.268 Error [Rinjani.Arbitrager.QuoteUpdated] {"success":false,"error":"Amount insufficient balance"}

Have set the minimum BTC size to 0.01 BTC. However during execution it takes 0.116 as the minimum BTC size which is incorrect. It should take 0.01 BTC as the order qty when placing the order

2018/01/25 15:27:10.898 Info [Rinjani.Arbitrager.Arbitrage] ベストアスク : Coincheck Ask 1273600 0.116 2018/01/25 15:27:10.908 Info [Rinjani.Arbitrager.Arbitrage] ベストビッド : Bitflyer Bid 1280700 1.670 2018/01/25 15:27:10.908 Info [Rinjani.Arbitrager.Arbitrage] スプレッド  : -7100 2018/01/25 15:27:10.908 Info [Rinjani.Arbitrager.Arbitrage] 裁定可能数量 : 0.11 2018/01/25 15:27:10.908 Info [Rinjani.Arbitrager.Arbitrage] 目標数量   : 0.01 2018/01/25 15:27:10.908 Info [Rinjani.Arbitrager.Arbitrage] 予想収益   : 71 2018/01/25 15:27:10.908 Info [Rinjani.Arbitrager.Arbitrage] スプレッドの逆転を発見。 2018/01/25 15:27:10.908 Info [Rinjani.Arbitrager.Arbitrage] >>裁定機会を発見。 2018/01/25 15:27:10.928 Info [Rinjani.Arbitrager.Arbitrage] >>オーダーを送信中... 目標価格 Coincheck Ask 1273600 0.116 2018/01/25 15:27:10.928 Debug [Rinjani.BrokerAdapterRouter.Send] { "Broker": "Coincheck", "Side": "Buy", "Symbol": "BTCJPY", "CashMarginType": "MarginOpen", "Type": "Limit", "Size": 0.01, "Price": 1273600.0, "LeverageLevel": 0, "TimeInForce": "None", "Id": "229e0ea1-9e74-492d-baaf-e4c0d1128303", "BrokerOrderId": null, "Status": "PendingNew", "PendingSize": 0.01, "FilledSize": 0.0, "AverageFilledPrice": 0.0, "CreationTime": "2018-01-25T15:27:10.9284652+09:00", "SentTime": "0001-01-01T00:00:00", "LastUpdated": "0001-01-01T00:00:00", "ClosingMarginPositionId": null, "Executions": []

My config.json file contents are mentioned below { "DemoMode": "false", "PriceMergeSize": "100", "MaxSize": "0.01", "MinSize": "0.01", "MinTargetProfit": "1", "IterationInterval": "3000", "PositionRefreshInterval": "10000", "SleepAfterSend": "30000", "MaxNetExposure": "0.06", "MaxRetryCount": "10", "OrderStatusCheckInterval": "3000", "Brokers": [ { "Broker": "Coincheck", "Enabled": "true", "Key": "fsfdd4Vs9ptW1myY6", "Secret": "sfsfsfsdfsdfsddfsd-fdsfs", "MaxLongPosition": "0.01", "MaxShortPosition": "0", "CashMarginType": "MarginOpen" }, { "Broker": "Bitflyer", "Enabled": "true", "Key": "fsdfsdfsfur3iXPB6q8DJL", "Secret": "dfggdgdfgdfgdfgdfhTh/0zQi4yYOEfsfdr=", "MaxLongPosition": "0.03", "MaxShortPosition": "0", "CashMarginType": "Cash" } ] }

The balance in my accounts are as follows Bitflyer - 22,000 Yen Coincheck - 15,000 Yen

Can you please help me out

どうもありがとうございました。

では宜しくお願い致します リコ

cascons2 avatar Jan 25 '18 06:01 cascons2

However during execution it takes 0.116 as the minimum BTC size which is incorrect.

0.116 is not the size of the sending order, but the volume of the quote. You just don't have enough balance to trade 0.01 in one of the brokers. fyi, this version is no longer maintained. Plz use node.js version instead.

bitrinjani avatar Jan 25 '18 06:01 bitrinjani