ignaciop000 / binance-traderBot

Trading Bot for Binance
GNU General Public License v3.0
75 stars 28 forks source link

How to setup mode: range? #11

Open Orbitalz-eth opened 6 years ago

Orbitalz-eth commented 6 years ago

I tried getting the bot to run in range mode, but it kept giving me errors: IS this the correct setup? { symbol:'POEBTC', quantity:0, stop_loss:0, mode:'range', buyprice:0.00000375, sellprice:0.00000390, loop:0, wait_time:0.7, prints: 1, },

9121511 commented 6 years ago

X2

9121511 commented 6 years ago

user@user1:~/Desktop/binance-traderBot-master$ npm start

binance-traderBot@1.0.0 start /home/user/Desktop/binance-traderBot-master node ./trader

Express server listening on port 3001 Started... Trading Symbol: BNBETH Buy Quantity: 0.50000000 Stop-Loss Amount: 0 Range Mode Options: Buy Price: 0.02810000 Sell Price: 0.03000000

Error action TypeError: [sprintf] expecting number but found undefined Error action TypeError: [sprintf] expecting number but found undefined Error action TypeError: [sprintf] expecting number but found undefined Error action TypeError: [sprintf] expecting number but found undefined Error action TypeError: [sprintf] expecting number but found undefined Error action TypeError: [sprintf] expecting number but found undefined Error action TypeError: [sprintf] expecting number but found undefined

9121511 commented 6 years ago

@ignaciop000