Skip to content
New issue

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

Filter failure: PRICE_FILTER #21

Open
MatDal opened this issue Jan 21, 2019 · 1 comment
Open

Filter failure: PRICE_FILTER #21

MatDal opened this issue Jan 21, 2019 · 1 comment

Comments

@MatDal
Copy link

MatDal commented Jan 21, 2019

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
Copy link

	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,
	}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants