User Tools

Site Tools


command_line_arguments

Differences

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

Link to this comparison view

Next revision
Previous revision
command_line_arguments [2019/06/30 12:24]
administrator created
command_line_arguments [2019/06/30 13:01]
administrator
Line 1: Line 1:
-====== View all available command line arguments======+====== Command line arguments ====== 
 + 
 +===== View all available command line arguments ===== 
 + 
 +Command: 
 +<code>Arbi.exe -h</code> 
 + 
 +Output: 
 +<code> 
 +-y, --yobit-rate       (Default: 10) Yobit API rate limit per second 
 + 
 +-p, --poloniex-rate    (Default: 6) Poloniex API rate limit per second 
 + 
 +-s, --strategy         (Default: 2) [Binance Only] 1 => Regular strategy | 2 
 +                         => Skip first order if bank is available 
 + 
 +-d, --yobit-domain     (Default: 2) Select which Yobit domain will be used. 1 
 +                         => yobit.net | 2 => yobit.io 
 + 
 +-h, --help             Help text 
 + 
 +</code> 
 + 
 +===== Set Yobit API rate limit===== 
 + 
 +Command: 
 +<code>Arbi.exe -y 10</code> 
 + 
 +===== Set Poloniex API rate limit===== 
 + 
 +Command: 
 +<code>Arbi.exe -p 6</code> 
 + 
 +===== Choose Binance triangular arbitrage strategy===== 
 + 
 +Command: 
 +<code>Arbi.exe -s 2</code> 
 + 
 +==== Choose which Yobit domain to be used===== 
 + 
 +Command: 
 +<code>Arbi.exe -d 2</code> 
  
command_line_arguments.txt · Last modified: 2019/06/30 13:01 by administrator