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
I ran a few tests with the profit: command. It seems to handle these types of profit ranges just fine. profit:0.3 profit:0.9 etc
but when you try to use: profit:1.0 profit1.2 etc
it will stall at this screen: Buy Quantity: 1250.00000000 Stop-Loss Amount: 0 Profit Mode Options: Preferred Profit: 1.20% Buy Price : (Bid+ --increasing 0.00000001) Sell Price: (Ask- --decreasing 0.00000001)
it doesn't seem to handle what's supposed to be the 1 percent spot.
Just did another test, and yup, that's the problem.
The text was updated successfully, but these errors were encountered:
@BatmanPDX can you activate debug mode for this coin? thanks you
Sorry, something went wrong.
No branches or pull requests
I ran a few tests with the profit: command.
It seems to handle these types of profit ranges just fine.
profit:0.3
profit:0.9
etc
but when you try to use:
profit:1.0
profit1.2
etc
it will stall at this screen:
Buy Quantity: 1250.00000000
Stop-Loss Amount: 0
Profit Mode Options:
Preferred Profit: 1.20%
Buy Price : (Bid+ --increasing 0.00000001)
Sell Price: (Ask- --decreasing 0.00000001)
it doesn't seem to handle what's supposed to be the 1 percent spot.
Just did another test, and yup, that's the problem.
The text was updated successfully, but these errors were encountered: