hello bzcorp,
yesterday i purchased your bot and started it with the default settings (only entered my API key and secret). It runs for a couple of hours and I saw this on the console:
STATUS: Arbitrage Skipped. (Not In Trend Range)[BTC_ETH][ETH_CVC][BTC_CVC][1/11/2018 1:26:24 AM]
STATUS: Arbitrage Skipped. (Not In Trend Range)[BTC_ETH][ETH_CVC][BTC_CVC][1/11/2018 1:26:24 AM]
1/11/2018 2:58:01 AM|Fatal|<>c__DisplayClass17.<startReceiving>b__16|WebSocketSharp.WebSocketException: The header of a frame cannot be read from the stream.
at WebSocketSharp.WebSocketFrame.processHeader (System.Byte[] header) [0x0 0017] in <38d3cef14c5a4fc9a92de0991034bc1a>:0
at WebSocketSharp.WebSocketFrame+<>c__DisplayClassa.<readHeaderAsync>b__9 (System.Byte[] bytes) [0x00000] in <38d3cef14c5a4fc9a92de0991034bc1a>:0
at WebSocketSharp.Ext+<>c__DisplayClass9.<ReadBytesAsync>b__8 (System.IAsy ncResult ar) [0x000a2] in <38d3cef14c5a4fc9a92de0991034bc1a>:0
STATUS: Clearing order books...
STATUS: Error: Socket closed.Reconnecting in 10 seconds...
STATUS: Web Socket Connected.
Total bank: 0.0055772909995910265234262002 ETH Avrg. price: 0.0896482316749999999999999982
STATUS: Arbitrage occured on [BTC_ETH][ETH_REP][BTC_REP] [For more info check the log][1/11/2018 3:32:2 3 AM]
STATUS: STOP ROI Reached...Quitting
Tried to start the bot:root@debian9:~/arbi# mono Arbi.exe
('-. _ .-') .-. .-') .-. .-') .-') _
( OO ).-.( \( -O )\ ( OO ) \ ( OO ) ( OO) )
/ . --. / ,------. ;-----.\ ,-.-') ;-----.\ .-'),-----. / '._
| \-. \ | /`. '| .-. | | |OO) | .-. | ( OO' .-. '|'--...__)
.-'-' | | | / | || '-' /_) | | \ | '-' /_)/ | | | |'--. .--'
\| |_.' | | |_.' || .-. `. | |(_/ | .-. `. \_) | |\| | | |
| .-. | | . '.'| | \ | ,| |_.' | | \ | \ | | | | | |
| | | | | |\ \ | '--' /(_| | | '--' / `' '-' ' | |
`--' `--' `--' '--'`------' `--' `------' `-----' `--'
v1.5.7
LICENSE STATUS: VALID
Balance per trade : 0.0005
XMR PAIRS: True ETH PAIRS: True
Ticker Check Interval: 45000 ms
Price Lines: 0 , 1 , 9 Volume Multipliers 3 , 7 , 3
Dynamic Start Balance: True
Trend Mode (Pair1/Pair2/Pair3): 1 , 0 , 1
Candle Size: 5M Periods: 12
Profit Monitor Refresh Rate: 900000 ms Stop ROI: 999 % Time Offset: 0
PRESS ENTER TO START THE SCANNER / PRESS Q TO STOP THE SCANNER
STATUS: CONNECTING
STATUS: RUNNING
STATUS: Web Socket Connected.
STATUS: Starting Bank Monitor...
STATUS: Starting Trend Monitor...
STATUS: Starting Profit Monitor...
STATUS: Starting Frozen Monitor...
STATUS: STOP ROI Reached...Quitting
Here is the config:root@debian9:~/arbi# cat config.json
{
"XMR_Pairs": true,
"ETH_Pairs": true,
"Ticker_Check_Interval": 45000,
"DynamicStartBalance": true,
"BalancePerTrade": 0.0005,
"Pair1_Price": 0,
"Pair2_Price": 1,
"Pair3_Price": 9,
"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
}
P.S. Moved the bot to windows 10 machine, same result:c:\1.5.7>Arbi.exe
___ ____________ _____
/ _ \ | ___ \ ___ \_ _|
/ /_\ \| |_/ / |_/ / | |
| _ || /| ___ \ | |
| | | || |\ \| |_/ /_| |_
\_| |_/\_| \_\____/ \___/ v1.5.7
LICENSE STATUS: VALID
Balance per trade : 0.0005
XMR PAIRS: True ETH PAIRS: True
Ticker Check Interval: 45000 ms
Price Lines: 0 , 1 , 9 Volume Multipliers 3 , 5 , 3
Dynamic Start Balance: True
Trend Mode (Pair1/Pair2/Pair3): 1 , 0 , 1
Candle Size: 5M Periods: 12
Profit Monitor Refresh Rate: 900000 ms Stop ROI: 999 % Time Offset: 0
PRESS ENTER TO START THE SCANNER / PRESS Q TO STOP THE SCANNER
STATUS: CONNECTING
STATUS: RUNNING
STATUS: Web Socket Connected.
STATUS: Starting Bank Monitor...
STATUS: Starting Trend Monitor...
STATUS: Starting Profit Monitor...
STATUS: Starting Frozen Monitor...
STATUS: STOP ROI Reached...Quitting
EDIT: bzcorp suggested to set "Profit_Monitor_Stop_ROI" to 65000. Now its working