-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Stop Loss after grid sell #261
Comments
Interesting. So you would like to set stop loss per grid trade for selling? Note that it's already percentage-based. If I implement this feature,
|
you can have multiple options here , option 2 : |
I prefer to configure than automatically update.
Grid 1 would not have the last sell price, so it will be something like this.
Right? |
yes exactly |
I will put it in the TODO list. Thanks for suggestions @Elmoftakis |
Is your proposal related to a problem?
NO
Describe the solution you'd like
add an option to update stop loss to a higher value after successful grid sell
example :
Stop lose is set to 0.8
Grid 1 1.04
Grid 2 1.05
Grid 3 1.06
after Grid 1 fulfilled update Stop loss to last buy price or to a configurable percentage X% where it will keep updating with every grid sale
this can assure no loss for the coin
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: