ignaciop000 / binance-traderBot

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

Filter failure: PRICE_FILTER #21

Open MatDal opened 5 years ago

MatDal commented 5 years ago

Hello, I'm using the coins.js file:

const coins = [ { symbol: 'TRXTUSD', quantity: 450, stop_loss: 0, mode: 'profit', profit: 0.4, Increasing: 0.0000001, decreasing: 0.0000001, loop: 0, wait_time: 5 } ]

module.exports = coins; after the successful buy, the error appears to me in the sell phase:

data: {code: -1013, msg: 'Filter failure: PRICE_FILTER'}}} Error Message: Filter failure: PRICE_FILTER Error action Error: Request failed with status code 400

Emersonsanch commented 2 years ago
    symbol:'TRXTUSD',
    quantity:450,
    stop_loss:0,
    mode:'profit',
    profit:0.4,
    increasing:0.0000001,
    decreasing:0.0000001,
    loop:0,
    wait_time:5,
    prints: 1,
    }