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
Last revision Both sides next revision
command_line_arguments [2019/06/30 19:31]
administrator
command_line_arguments [2020/07/06 08:46]
administrator
Line 1: Line 1:
-===== Command line arguments =====+====== Command line arguments ======
  
-==== View all available command line arguments ====+===== View all available command line arguments =====
  
 Command: Command:
 <code>Arbi.exe -h</code> <code>Arbi.exe -h</code>
- 
-Output: 
 <code> <code>
--y, --yobit-rate       (Default10) Yobit API rate limit per second +Options
- +  -p|--port <PORT>              Choose port 
--p--poloniex-rate    (Default: 6) Poloniex API rate limit per second +  -c|--custom-url <CUSTOM_URL>  Provide custom url for the notification linksUse this option if you are running the 
- +                                bot behind a NAT with port forwarding
--s, --strategy         (Default: 2) [Binance Only] 1 => Regular strategy +  -?|-h|--help                  Show help information
-                         => Skip first order if bank is available +
- +
--d, --yobit-domain     (Default: 2) Select which Yobit domain will be used1 +
-                         => yobit.net | 2 => yobit.io +
- +
--h--help             Help text +
 </code> </code>
  
-==== Set Yobit API rate limit====+===== Set Port=====
  
 Command: Command:
-<code>Arbi.exe -y 10</code>+<code>Arbi.exe -p 5555</code>
  
-==== Set Poloniex API rate limit====+This will set your web UI to port 5555.
  
-Command: +===== Set Custom URL=====
-<code>Arbi.exe -p 6</code>+
  
-==== Choose Binance triangular arbitrage strategy====+If you are running the bot behind a NAT with port forwarding you may want to use custom URL.
  
 Command: Command:
-<code>Arbi.exe -s 2</code>+<code>Arbi.exe -c myhostnameorip:11111</code>
  
-==== Choose which Yobit domain to be used====+This will change the URL in the notifications to https://myhostnameorip:11111
  
-Command: 
-<code>Arbi.exe -d 2</code>