Bitcoin Forum
May 06, 2024, 09:38:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: R2 | Bitcoin Arbitrage Bot v1 | bitFlyer, Quoine, Coincheck, BitBank.cc & BTCBox  (Read 139 times)
smachs (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 09, 2018, 04:37:13 PM
 #1

R2 Bitcoin Arbitrager

R2 Bitcoin Arbitrager is an automatic arbitrage trading application targeting Bitcoin exchanges.

https://i.imgur.com/zduqCWB.png

Console Mode.

Console mode is for CUI-only environment like Linux boxes with no GUI.

https://i.imgur.com/hW3McsY.gif

Prerequisites.

R2 works on any OS that supports Node.js, such as:
  • Windows
  • Mac OS
  • Linux
Web UI works on the latest version of Google Chrome. You need hosting service like VPS / Heroku / AWS.[/li][/list]

Supported Exchanges.

R2 supports the following exchanges.
Exchange | Cash | Margin
  • bitFlyer | Yes | Yes
  • Quoine | Yes | Yes
  • Coincheck | Yes | Yes
  • bitbank.cc ️️️| Yes | No
  • BTCBox | Yes | No
BitFlyer margin trading (BTC-FX/JPY) is available as a broker plugin.

How it works?

  • Every 3 seconds, R2 downloads quotes from exchanges.
  • Filters out quotes that are not usable for arbitrage. For example, if maxShortPosition config is 0 and the current position is 0 for a broker, the ask quotes for the broker will be filtered out.
  • Calculates the best ask and the best bid from the filtered quotes and checks if the expected profit is larger than the configured minimum value, minTargetProfitPercent. If there is no arbitrage opportunity, R2 waits for the next iteration.
  • R2 concurrently sends a buy leg and a sell leg to each broker that offered the best price.
  • R2 checks whether the legs are filled or not for the configured period, say 30 seconds.
  • If the both legs are filled, shows the profit. If one of the legs are not fully filled, R2 tries to send a cover order in order to balance the position. The covering behavior is configurable in onSingleLeg config.
After the spread has became smaller than the configured value, exitNetProfitRatio, R2 tries to close the pair.

Architecture Overview.

  • Pluggable architecture: We can add add new ones exchanges / brokers as an npm package like bitflyer-fx plugin
    Concurrency: All API calls to exchanges are concurrently sent/handled.
  • ️Dynamic configuration: User can dynamically update the configuration based on spread statistics by a simple js script, like setting minTargetProfitPercent to μ + σ every few seconds.

https://i.imgur.com/vUosZEq.png

Support Notification Service.

R2 can send notification messages to Slack and LINE when it detects the configured keywords in the output logs. Soon we will be implementing a bot to Telegram and Discord.

What is included in the package?

  • Official documentation.
  • 24/7, Live Support.
  • Installation on your private server.

I want a plugin for my favorite Exchange / Broker!

We do not guarantee that all exchange or broker can be implemented without operating problems, talk to one of our consultants for further questions and price Cheesy

How to buy?

Send me a PM and we will negotiate!

 Cheesy Wink
1714988303
Hero Member
*
Offline Offline

Posts: 1714988303

View Profile Personal Message (Offline)

Ignore
1714988303
Reply with quote  #2

1714988303
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
nomak23
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
November 11, 2018, 05:13:37 PM
 #2

Do you have a website?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!