Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Corr momentum - indicator for MetaTrader 5

Views:
8802
Rating:
(27)
Published:
2016.12.22 15:29
Corr_momentum.mq5 (25.88 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Corrected momentum indicator.


If the period of the "correction" is set to <0, then the calculated value is the same as the momentum (if you compare it to the built in momentum, add 100 to it and then the values are going to be exactly the same).

In any case, the "correction" was added to the momentum in order to filter out many false signals that momentum tends to have (if you try to use momentum based on the slope, it will lead you to anything but usable indicator - the "corrected" method changes that and turns the momentum indicator into a much more usable indicator).

Alerts are included already. Depending on color choice the alerts are triggered too. Possible color /alert choices are:

  • on outer level cross
  • on middle level cross
  • on slope change
  • on original momentum value cross (when "corrected" value is used as a kind of a signal line compared to original value)

As usual, some experimenting advised with the parameters. Defaults are set to roughly turn momentum indicator into momentum (and) short term trend combination:


Corr velocity Corr velocity

"Corrected" velocity (smoother momentum).

VWAP bands VWAP bands

Volume weighted average bands.

Buy sell volume Buy sell volume

Buy sell volume.

Normalized MACD Normalized MACD

Normalized MACD.