tiagosiebler / TriangularArbitrage

Detect triangular arbitrage opportunities within Binance price tickers
545 stars 171 forks source link

why Is not creating orders on exchange? #51

Closed VictorHVS closed 5 years ago

VictorHVS commented 6 years ago

What I'm doing wrong? I setup the config.ini, .keys and the the column "(rate - fee)" already shows 3.25%

my config.ini:


#####################################
#### Calculation Settings ##########
##################################

# Pair ranking
#####################################
#### Calculation Settings ##########
##################################

# Pair ranking
pairRankerTable=pair_ranking
minimalProfit=1.02
#default 15 minutes, in MS
pairTimer=900000
#other configs
ALL_trading_enabled=true
#Example for max cost
ALL_max_cost = 0.010
#Define the minimum volume for each pair
ALL_min_buy_volume=200
#Define minimum buy price
ALL_min_buy_price=0.00000500
#Define max trading pairs
ALL_max_trading_pairs=50
#Define minimum profit in procentage
ALL_min_profit=.7
crypto-maniac commented 6 years ago

there is no order process since it is not a trading tool , it is just a scanner :)

VictorHVS commented 6 years ago

whaat, so why I can configure my api keys? ty.

crypto-maniac commented 6 years ago

for connect to the exchange to get data

tiagosiebler commented 5 years ago

That is correct, this is purely a monitoring experiment though PRs for enhancements are most welcome if you wish to work on it.