We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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, }
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: