You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
},
The text was updated successfully, but these errors were encountered:
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
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,
},
The text was updated successfully, but these errors were encountered: