Arbit large virtual currency bot creation by Python Part 1

What is Arbit Large

Trading method to take the difference of the market price Trade only when the value is confirmed

Characteristic: It is possible to create a "non-defeating" method because it takes the difference between the current market prices instead of predicting the future.

In particular, we will examine the possibility of virtual currencies where differences are likely to occur.

Confirmation of basic information

Cryptocurrency circulation volume: Volume Check the circulation volume of each virtual currency to check the contractability, variability, etc. at the time of transaction https://coinmarketcap.com/ja/

Exchange selection

Check the trading volume to determine the actual exchange One point of view is to extract the exchanges that fluctuate ahead and the exchanges that fluctuate late. By the way, please note that there are transactions that restrict the use of Japanese people. (As of February 11, 2020, there was an announcement that Binance will stop using Japanese people) https://coinmarketcap.com/ja/rankings/exchanges/

bkex.com : Trading fee: maker 0.15%; taker 0.2%. bilaxy.com ; Trading fee:0.1% transaction fee for all trading pairs fatbtc.com ; Taker 0.2% (Use FAT to pay the fees will be 0.05%)Maker 0.2% (Use FAT to pay the fees will be 0.05%) bitforex.com : Maker • Maker fees are paid when you add liquidity to our order book by placing a limit order below the ticker price for buy, and above the ticker price for sell. Taker • Taker fees are paid when you remove liquidity from our order book by placing any order that is executed against an order on the order book. Spot • Maker fees: 0.1% • Taker fees: 0.1% Perpetual • Maker fees: 0.04% • Taker fees: 0.06% biki.com Token-to-token Trading: 0.15% of the trade amount will be charged coinsbit.com Fee for trading:0.2% trading fee hitbit.com | 0.07% | 0.07% |

poloniex.com 0.09%

bitflyer.com 0.15/0.2
bitbank.cc Maker:-0.02% Taker:0.12% BTC/JPY => BCC/BTC => BCC/JPY

coincheck.com Taker/ Maker 0.00/0.00%

BUY:1095017BTC / JPY SELL:1052161BTC / JPY 4.07%

Recommended Posts

Arbit large virtual currency bot creation by Python Part 1
Mastodon Bot Creation Memo: Part 4 Summary
GUI creation in python using tkinter part 1
Video frame interpolation by deep learning Part1 [Python]