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

Implement Crossover Signal #2

Open
kenorb opened this issue Mar 22, 2020 · 0 comments
Open

Implement Crossover Signal #2

kenorb opened this issue Mar 22, 2020 · 0 comments

Comments

@kenorb
Copy link
Member

kenorb commented Mar 22, 2020

Add a second line to the Momentum Chart Indicator. Typically, that would be a Simple Moving Average of the Momentum Indicator itself. The length of the moving average could be whatever the trader chooses, but a common setting is a 10, 14, or 21 period moving average. You must have both the Momentum line and the MA line plotted in order to utilize the crossover signal.

The basic idea is to buy when the momentum line crosses the Moving average from below, and sell when the momentum line crosses the Moving average from above. This by itself would be a very rudimentary application, but we can enhance these types of signals by taking trades only in the direction of the underlying trend or taking signals only after an Overbought or Oversold condition has been met. Take a look at the chart below which shows a Momentum Crossover Buy Signal coupled with an RSI oversold reading.

Refs: https://forextraininggroup.com/understanding-trading-momentum-indicator/

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant