Post
Topic
Re: ▂ ▅ ▆ ▇ █ BOT █ ▇ ▆ ▅ ▂ ARBI - High Frequency Triangular Arbitrage Trading Bot
by
JohnnyJai
on 10/01/2018, 21:19:06 UTC

Hello...
First)It looks like you are using your whole balance (0.01btc) as balance per trade (0.01btc).If you have read the group's chat you should know that you must have at least 10x/15x balance per trade in your total balance.
Second)It looks like you are using volume multiplier on pair 2 of 7 or lower.You cant expect to be able to fill everytime an order that consist 1/7 from the total available balance on that price.There is more than 20k people online most of the time, you are not alone.


Okey maybe I am using this tool wrong, this is how my config looks like.

{
  "XMR_Pairs": true,
  "ETH_Pairs": true,
  "Ticker_Check_Interval": 45000,
  "DynamicStartBalance": true,
  "BalancePerTrade": 0.01,
  "Pair1_Price": 0,
  "Pair2_Price": 2,
  "Pair3_Price": 8,
  "Pair1_Volume_Multiplier": 3,
  "Pair2_Volume_Multiplier": 5,
  "Pair3_Volume_Multiplier": 3,
  "Pair1_Trend_Mode": 1,
  "Pair2_Trend_Mode": 0,
  "Pair3_Trend_Mode": 1,
  "Trend_Monitor_Candle_Size": "5M",
  "Trend_Monitor_Periods": 12,
  "Profit_Monitor_Refresh_Rate": 900000,
  "Profit_Monitor_Stop_ROI": 999,
  "Profit_Monitor_Time_Offset": 0
}

What do you mean with "It looks like you are using volume multiplier on pair 2 of 7 or lower"? Do you have any suggestion to improved the configuration?