Start parameter the third
Sascha321 opened this issue · 3 comments
Sascha321 commented
Why do you keep closing the post? Is that the help you are offering?
- do not agree with the alternative:
- Open the Configuration page
- select trade mode "Arbitrage" Press Actions -> Restart and the bot will restart with correct start parameters for arbitrage mode
I know it works myself.
I would like it to work via the call, what am I doing wrong?
node app.js --debug --arbitrage --config = leverage --trader = RealTimeTrader --noUpdate --noBrowser
Ekliptor commented
In my config it is --arbitrage
. If that does not work please ensure your --config=leverage
actually contains an arbitrage config (and not a trading config).
If you say my "restart bot" solution works for you, here's how you can find the correct parameters easily:
- restart in arbitrage mode
- check the running node processes and look at the parameters of WolfBot
- start the bot with those parameters
Sascha321 commented
I don't know how to monitor the node process.
Ekliptor commented
on unix system use ps aux
command or on windows try a better task manager, for example https://github.com/DavidXanatos/TaskExplorer