-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature request: additional “Move SL to profit” #6
Comments
Hello! How is this substantially different using a trailing stop-loss? |
Hello! Sorry for the delayed response. I realize this is not how you envisioned this setting to work, but I love your EA, and I would like to use it like in my example. I think this is different from a trailing stop-loss, as in that 90-pip range between TP1 and TP2 there could be a lot of back-and-forth movement, and I don't want to get kicked out at, let's say, 50 pips if I know that if it moved past 10 pips it's most likely to get to 100 pips. Please let me know if this still doesn't make sense. |
For your reference, I also use a trailing stop-loss setting in a way that's probably different from other traders' use case: Quite often, I use buy stops and sell stops, so I have the “Profit value (points) to start trailing SL” set to a negative value, so that when my buy or sell stop order is picked up the “Trailing SL value (points)” acts as a feature that automatically adds SL to all my trades, even if my order didn't have it. Once my order is picked up and an SL is set by the trailing value, most of the time I disable at first and when the trades goes into profit nicely I change the trailing value to a smaller amount, so I get as much profit as possible if it reverses. |
The feature set I'd find useful:
|
I like the proposed change, it seems like a much more controlled step/to trail stop function. Stop PROFIT where I can specify the amount of points in profit with the click of a button. |
Hello,
Thank you again so much for this amazing EA!
I use the “Profit value (points) to move SL to breakeven” and “Breakeven extra profit value (points)” parameters/settings, and I'm wondering whether you would consider adding extra parameters like that (could be optional, controlled via EA settings window) that have the same purpose of moving SL to
breakevenprofit:For example,
I use the existing parameters to set SL to 10 pips once it went over 13 pips. Kind of like TP 1, if you wish.
Then, I use the requested parameters to set SL to 100 pips once it went over 103 pips. Kind of like TP 2, if you wish.
And then maybe additional optional sets of parameters could be added for TP 3, TP 4, and so on.
What do you think?
The text was updated successfully, but these errors were encountered: