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

Feature request: Dynamic trialing #2

Open
vdun opened this issue Aug 23, 2023 · 0 comments
Open

Feature request: Dynamic trialing #2

vdun opened this issue Aug 23, 2023 · 0 comments

Comments

@vdun
Copy link

vdun commented Aug 23, 2023

Instead of fixed point. Some dynamic trailing methods:

  • Percent — trails at percent profit
  • Fixed — trails at a fixed pip profit
  • ATR Exit — trails at close +/- multiple of atr
  • Moving Average — trails at moving average line
  • Chandelier Exit — trails at highest high / lowest low +/- multiple of atr
  • Candle High Low Exit — trails at the highest / lowest candle range
  • Bollinger Bands— trails at Bollinger Bands
  • Parabolic SAR— trails at Parabolic SAR levels
  • Envelope — trails at Envelope Bands
  • Ichimoku Kijun-Sen — trails at the the Ichimoku Kijun-Sen (Blue) line
  • Alligator — trails at the jaw, teeth or lips of the Alligator indicator
  • Exit After X Minutes — exits after custom minutes
  • Exit After X Bars — exits after custom bars
  • RSI - trail RSI level
  • Stochastic - trail Stochastic level
  • ...

Example: https://www.mql5.com/en/market/product/52283

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

1 participant