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
How to exclude trailing_stop_loss from StopLossGuard's radar? #7076
Comments
|
Positive (winning) trailing stoplosses are ignored (they're a form of take profit to some degree). The limit here is 0 - and i'm not sure about changing this, as i doubt the use of this. It may be a small loss, but its still a loss - based on some type of stoploss - so i don't really see why it should be excluded. |
|
Thanks for the reply xmatthias. What I understand is that thanks again. |
|
Feel free to open a PR adding this functionality (should default to current behavior) if you think this is a necessity. I've labeled it "good first issue" now - this implies that i'll leave it "laying around" for some time in hopes that someone will pick it up - as it should be a start / enter contributing. |
|
Hi, thanks for that. I found a workaround the problem by setting cheers |
|
|
|
Hi xmatthias, cheers |
Hi, I have a
trailing_stop_lossexit with small loss of -0.42% probably due to slippage. The problem is theStopLossGuardcaught it because it's still considered a stoploss exit even though loss is small. Is there a workaround so thatStopLossGuardwon't mind those micro losses? Or even better is a way to excludetrailing_stop_lossfrom StopLossGuard's radar?Thanks for the help
The text was updated successfully, but these errors were encountered: