zlq4863947 / triangular-arbitrage

数字货币-三角套利机器人
GNU General Public License v3.0
625 stars 230 forks source link

kucoin, it becomes Undefined, is it necessary? #23

Open popurax opened 6 years ago

popurax commented 6 years ago

https://github.com/zlq4863947/triangular-arbitrage/blob/1196d7678a0afd62c11fdb232f23bea6bb3e4eb7/src/lib/engine.ts#L21 https://github.com/zlq4863947/triangular-arbitrage/blob/1196d7678a0afd62c11fdb232f23bea6bb3e4eb7/src/lib/engine.ts#L31

zlq4863947 commented 6 years ago

kucoin has not been tested yet, and currently only support binance,

This field is used to determine the number of transactions and is a must

zlq4863947 commented 6 years ago

popuraxさんは日本人ですか? 僕は英語より日本語の方がもっと上手かも。。。

popurax commented 6 years ago

日本語の方が読みやすいので助かります。

zlq4863947 commented 6 years ago

@popurax 今 kucoinまで対応していないです。 binanceだけ対応中です。取引する時少しバグがあるので、改修中です

popurax commented 6 years ago

ccxtだと、binance以外にもhuobiproがaskVolumeとbidVolumeの値を取得できるのですが、使えないですかね?

zlq4863947 commented 6 years ago

使えないではないと思う、ccxtは取引所によって、I/Fも変換の現象があるらしいです。 kucoinの場合askVolumeは別のI/Fになるかも(askVolとか。。)

ccxtを使っている原因はたくさん取引所を対応したいです。 でも、今 あまり時間ないので、binanceだけ対応中です。

toanalien commented 6 years ago

I think we should integrate only exchanges support web socket.