ARBI BOT

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2018/01/21 22:14]
administrator
start [2023/05/05 10:12]
administrator
Line 1: Line 1:
 +====== ARBI Bot Wiki. ======
 +ARBI Bot is high frequency triangular arbitrage trading bot for cryptocurrencies.
  
----- +Triangular arbitrage means that the bot can execute arbitrage trades on single exchange (intra-exchange) avoiding all the risks involved in arbitrage between exchanges\\ 
-ARBI BOT Wiki+A triangular arbitrage opportunity occurs when the exchange rate of a currency does not match the cross-exchange rate. \\ 
----- +The price discrepancies generally arise from situations when one market is overvalued while another is undervalued\\ 
-Arbi is high frequency triangular arbitrage trading bot for Poloniex.It is designed to be as lightweight and fast as possible so you won't miss an arbitrage opportunity.+It is designed to be as lightweight and fast as possible so you won't miss an arbitrage opportunity. \\
  
----- +The bot is equipped with advanced web UI, which you can use to control all aspects of the app. \\ 
-How fast is ARBI ?+Additionally there is a support for external tools which can use the client API to add new functionalities. 
 + 
 +Website: [[https://www.thearbibot.com|https://www.thearbibot.com]] \\ 
 +Shop: [[https://shop.thearbibot.com|https://shop.thearbibot.com]] \\ 
 +Documentation V2 (current): [[https://wiki.thearbibot.com|https://wiki.thearbibot.com]] \\ 
 +Documentation V1: [[https://wiki-v1.thearbibot.com|https://wiki-v1.thearbibot.com]] \\ 
 +Contact Us: [[https://www.thearbibot.com/#contact|https://www.thearbibot.com/#contact]] 
 + 
 + 
 +====== How ARBI Bot works ======  
 + 
 +ARBI Bot maintains a persistent websocket connection with the supported exchanges.\\ 
 +The incoming data is processed in real-time, which allows the bot to act instantly if arbitrage event is detected.\\ 
 +When arbitrage event is detected the bot executes trades on its own, there is no need to observe it all the time.\\ 
 +There is multiple instruments for filter and control of the processed data like:\\ 
 +Price Line, Volume Multiplier, DSB, Minimum arbitrage profit, minimum bank profit and so on. 
 + 
 +====== List of supported exchanges: ======  
 + 
 +  * Poloniex 
 +  * OKEx 
 +  * Yobit 
 +  * Binance 
 +  * Binance US 
 +  * KuCoin 
 + 
 +====== Some of the included features: ======  
 +  * Arbitrage Scanner 
 +  * Automated Arbitrage Execution 
 +  * Bank Monitor 
 +  * Profit Monitor 
 +  * Web UI 
 +  * Multiple scanners on one bot instance. 
 +  * Multiple exchanges on one bot instance. 
 +  * Events statistics. 
 +  * Stop-Loss. 
 +  * Live data viewer. 
 +  * Funds allocation. 
 +  * Persistent websocket connection 
 +  * Telegram Notifications 
 +  * Client API 
 +  * Lifetime updates & support
  
----- 
-ARBI gets the data from websocket feed. The prices are updated in real-time.Prices are updated few times per second. ARBI can generate new nonce every 2ms and it can make 8 trades per second (theoretically up to 500 trades per second, but Poloniex limit is 8 calls per second).ARBI follow 20 different pair combinations each on its own thread so you can't miss an arbitrage opportunity.