Momentum indicator - page 12

 

Warren Momentum Indicator by Alexander Gettinger

Formulas:

WAMI = MA(MA2) with [MA3_Length] number of periods and [MA3_Method] type,

Signal = MA(WAMI) with [Signal_Length] number of periods and [Signal_Method] type, where

MA2 = MA(MA1) with [MA2_Length] number of periods and [MA2_Method] type,

MA1 = MA(Difference) with [MA1_Length] number of periods and [MA1_Method] type,

Difference = Price-Price.

wami.mq4

Files:
wami.mq4  4 kb
wami_mql.png  76 kb
 

Sling shot indicator (a kind of a momentum indicator) by Alexander Gettinger

slingshot.mq4

Files:
 

Normalized momentum (it was first made for tradestation here : https://www.mql5.com/en/forum) for metatrader : normalized_momentum.ex4

_________________

PS: there is no smoothed and regular version here. It is an option and this indicator can calculate both version now

Files:
 
mladen:
Normalized momentum (it was first made for tradestation here : https://www.mql5.com/en/forum) for metatrader : normalized_momentum.ex4

_________________

PS: there is no smoothed and regular version here. It is an option and this indicator can calculate both version now

Nice. Thanks

 

Forbi system momentum

forbi_system_momentum.mq4

Files:
 

Momentum signal

momentum_signal.mq4

 

Anchored momentum

anchored_momentum.mq4

 

Rubber band indicator rubberband.mq4

Files:
rubber.gif  34 kb
 

Multi time frame velocity, with alerts and color changes on slope changes posted here : https://www.mql5.com/en/forum/173574/page591

Files:
velocity.gif  62 kb
 

Simplified code for regularized momentum - histogram version : regularized__momentum_histo_mtf_nmc.mq4

Reason: